@charset "UTF-8";
/* ============================================================
   LP 保守・更新・管理 専用スタイル（参考: web-tan.net の設計言語）
   - 明るいブルーを基調にした信頼感のあるトーン（グラデーション・影なし）
   - 白の固定ヘッダー＋明るい水色のピルCTA（#0099E0 ×白文字・CTAは19px+太字）
   - 角丸カード＋チェッカーボード配色の課題カード
   - 大きめのタイポグラフィ（本文20px）と広い余白
   パレット: 青 #2563B8（帯・バッジ） / 水色CTA #0099E0 / 黄 #F2C14E
             地 #F2F7FC / 罫 #DCE9F7 / 文字 #252525
   本文テキスト: #252525 / フッター: 黒
   文字サイズの下限: 本文18px / 注釈14px
   ============================================================ */

/* ------------------------------------------------------------
   ベース
   ------------------------------------------------------------ */
body.p-lp-mnt {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #252525;
}
@media only screen and (max-width: 768px) {
  body.p-lp-mnt {
    font-size: 16px;
  }
}

/* セクション見出し: 英字小ラベル＋和文大見出し */
.p-sec-head {
  margin: 0 0 64px;
}
.p-sec-head__en {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2563B8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 12px;
}
.p-sec-head__en::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 2px;
  background: currentColor;
}
.p-sec-head__ja {
  color: #252525;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
}
.p-sec-head__ja span {
  color: #2563B8;
}
.p-sec-head--center {
  text-align: center;
}
.p-sec-head--center .p-sec-head__en::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 2px;
  background: currentColor;
}
.p-sec-head--onblue .p-sec-head__en {
  color: #FFE3A3;
}
.p-sec-head--onblue .p-sec-head__ja {
  color: #fff;
}
.p-sec-head--onblue .p-sec-head__ja span {
  color: #F2C14E;
}
@media only screen and (max-width: 768px) {
  .p-sec-head {
    margin: 0 0 36px;
  }
  .p-sec-head__ja {
    font-size: 30px;
  }
}

/* ------------------------------------------------------------
   固定ヘッダー: 白バー＋水色ピルCTA
   ------------------------------------------------------------ */
body.p-lp-mnt .l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.95);
  padding: 14px 32px;
  border-bottom: 1px solid #E3EEF9;
}
@media only screen and (max-width: 768px) {
  body.p-lp-mnt .l-header {
    padding: 10px 14px;
  }
}
body.p-lp-mnt .p-header-title__logo img {
  height: 36px;
  width: auto;
}
body.p-lp-mnt .p-header-title__logo span {
  color: #252525;
}
body.p-lp-mnt .p-header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
body.p-lp-mnt .c-nav-header__item a {
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}
.p-header-tel {
  color: #14335C;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.p-header-cta {
  display: inline-block;
  background: linear-gradient(135deg, #0099E0 0%, #0087CF 55%, #0074B4 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  padding: 13px 26px;
  transition: background-position 0.35s ease, transform 0.2s ease;
}
.p-header-cta:hover {
  background-position: 95% 50%;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .p-header-tel,
  .p-header-cta {
    display: none;
  }
}

/* ------------------------------------------------------------
   FV: 明るい青グラデーションのヒーロー
   ------------------------------------------------------------ */
.p-mnt-mv {
  position: relative;
  overflow: hidden;
  background-color: #2259A6;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 88px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 88px);
  padding: 170px 0 120px;
}
.p-mnt-mv::before {
  content: "";
  position: absolute;
  left: -150px;
  top: -150px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.p-mnt-mv::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 520px;
  height: 520px;
  background: rgba(255, 255, 255, 0.08);
}
.p-mnt-mv__bg {
  position: absolute;
  left: -14%;
  right: -14%;
  top: -16%;
  bottom: -16%;
  pointer-events: none;
  background-image:
    radial-gradient(40% 52% at 15% 20%, rgba(45, 212, 191, 0.28) 0, rgba(45, 212, 191, 0) 100%),
    radial-gradient(38% 50% at 85% 12%, rgba(96, 165, 250, 0.32) 0, rgba(96, 165, 250, 0) 100%),
    radial-gradient(46% 60% at 72% 88%, rgba(109, 74, 222, 0.42) 0, rgba(109, 74, 222, 0) 100%),
    radial-gradient(34% 46% at 28% 82%, rgba(34, 211, 238, 0.22) 0, rgba(34, 211, 238, 0) 100%),
    radial-gradient(30% 40% at 55% 45%, rgba(52, 211, 153, 0.15) 0, rgba(52, 211, 153, 0) 100%);
  animation: mntAurora 26s ease-in-out infinite alternate;
}
@keyframes mntAurora {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    filter: hue-rotate(0deg);
  }
  50% {
    transform: translate3d(3%, -4%, 0) rotate(4deg) scale(1.08);
    filter: hue-rotate(14deg);
  }
  100% {
    transform: translate3d(-3%, 3%, 0) rotate(-3deg) scale(1.05);
    filter: hue-rotate(-8deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-mnt-mv__bg,
  .p-mnt-scope::after,
  .p-mnt-contact::after {
    animation: none !important;
  }
}
.p-mnt-mv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='240' height='240' filter='url(%23n)' opacity='0.55'/></svg>");
  background-size: 240px 240px;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}
.p-mnt-mv__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-mnt-mv__deco::before {
  content: "";
  position: absolute;
  left: 4%;
  bottom: 48px;
  width: 220px;
  height: 120px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.28) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}
.p-mnt-mv__deco::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 92px;
  width: 170px;
  height: 96px;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 2px, transparent 2px, transparent 14px);
}
@media only screen and (max-width: 1040px) {
  .p-mnt-mv__deco::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-mnt-mv__deco::before {
    width: 140px;
    height: 80px;
    bottom: 24px;
  }
}
.p-mnt-mv .c-grid__inner {
  position: relative;
  z-index: 1;
}
.p-mnt-mv__body {
  display: flex;
  align-items: center;
  gap: 72px;
}
.p-mnt-mv__main {
  flex: 1;
  min-width: 0;
}
.p-mnt-mv__panel {
  width: 400px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1040px) {
  .p-mnt-mv__body {
    flex-direction: column;
    align-items: stretch;
    gap: 44px;
  }
  .p-mnt-mv__panel {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-mnt-mv {
    padding: 100px 0 64px;
  }
}
.p-mnt-mv__en {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #FFE3A3;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 20px;
}
.p-mnt-mv__en::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 2px;
  background: currentColor;
}
.p-mnt-mv__badge {
  display: block;
  width: fit-content;
  background: #F2C14E;
  color: #14335C;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 22px;
  margin: 0 auto 18px;
}
.p-mnt-mv__catch {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin: 0 0 28px;
}
.p-mnt-mv__marker {
  box-shadow: inset 0 -0.34em 0 0 rgba(242, 193, 78, 0.95);
  padding: 0 4px 2px;
}
.p-mnt-mv__copy {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.1;
  margin: 0 0 28px;
}
@media only screen and (max-width: 1040px) {
  .p-mnt-mv__catch {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-mnt-mv__badge {
    font-size: 14px;
    padding: 5px 16px;
  }
  .p-mnt-mv__catch {
    font-size: 31px;
  }
  .p-mnt-mv__copy {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.p-mnt-mv__features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.p-mnt-mv__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  width: calc((100% - 28px) / 2);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-mnt-mv__features li {
    width: 100%;
  }
}
.p-mnt-mv__features-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #fff;
  color: #2563B8;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-mv__features {
    gap: 10px;
    margin: 0 0 28px;
  }
  .p-mnt-mv__features li {
    font-size: 15px;
    gap: 10px;
  }
  .p-mnt-mv__features-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
.p-mnt-mv__price-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
}
.p-mnt-mv__price-card {
  background: #fff;
  padding: 34px 38px;
}
.p-mnt-mv__price-label {
  color: #2563B8;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}
.p-mnt-mv__price-num {
  color: #14335C;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.p-mnt-mv__price-num small {
  font-size: 18px;
  font-weight: 700;
  margin: 0 4px 0 0;
}
.p-mnt-mv__price-note {
  color: #55677E;
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 0;
}
.p-mnt-mv__price-card--accent {
  background: #0077B3;
}
.p-mnt-mv__price-card--accent .p-mnt-mv__price-label,
.p-mnt-mv__price-card--accent .p-mnt-mv__price-num {
  color: #fff;
}
.p-mnt-mv__price-card--accent .p-mnt-mv__price-note {
  color: rgba(255, 255, 255, 0.92);
}
@media only screen and (max-width: 768px) {
  .p-mnt-mv__price-card {
    padding: 24px 26px;
  }
  .p-mnt-mv__price-num {
    font-size: 28px;
  }
}
.p-mnt-mv__cta {
  display: flex;
  align-items: center;
  gap: 32px;
}
.p-mnt-mv__cta-primary {
  display: inline-block;
  background: linear-gradient(135deg, #0099E0 0%, #0087CF 55%, #0074B4 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 21px 48px;
  transition: background-position 0.35s ease, transform 0.2s ease;
}
.p-mnt-mv__cta-primary:hover {
  background-position: 95% 50%;
  color: #fff;
}
.p-mnt-mv__cta-secondary {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding: 15px 32px;
  transition: all 0.25s ease;
}
.p-mnt-mv__cta-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 768px) {
  .p-mnt-mv__cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .p-mnt-mv__cta-primary {
    font-size: 17px;
    padding: 16px 34px;
  }
  .p-mnt-mv__cta-secondary {
    font-size: 14px;
    padding: 12px 24px;
  }
}

/* ------------------------------------------------------------
   お悩み — チェッカーボードの角丸カード
   ------------------------------------------------------------ */
.p-mnt-problem {
  background: #F2F7FC;
  padding: 130px 0 110px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-mnt-problem {
    padding: 60px 0 52px;
    margin: 0;
  }
}
.p-mnt-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
.p-mnt-problem__item {
  position: relative;
  width: calc((100% - 28px) / 2);
  background: #fff;
  border: 1px solid #E3EEF9;
  padding: 44px 46px 40px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-problem__list {
    gap: 14px;
    margin: 0 0 32px;
  }
  .p-mnt-problem__item {
    width: 100%;
    padding: 28px 24px 26px;
  }
}
.p-mnt-problem__label {
  display: inline;
  color: #2563B8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.p-mnt-problem__no {
  display: inline;
  color: #2563B8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0 8px;
}
.p-mnt-problem__title {
  color: #252525;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  margin: 12px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mnt-problem__title {
    font-size: 16px;
  }
}

/* 解決バンド（全幅の紺帯CTA） */
.p-mnt-solve {
  background: #14335C;
  padding: 72px 0;
  margin: 0 0 140px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-solve {
    padding: 36px 0;
    margin: 0 0 64px;
  }
}
.p-mnt-solve .c-grid__inner {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-solve .c-grid__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
}
.p-mnt-solve__body {
  flex: 1;
}
.p-mnt-solve__text {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 10px;
}
.p-mnt-solve__text span {
  color: #66C7F2;
}
.p-mnt-solve__sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.9;
  margin: 0;
}
.p-mnt-solve__cta {
  flex-shrink: 0;
  display: inline-block;
  background: linear-gradient(135deg, #0099E0 0%, #0087CF 55%, #0074B4 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 40px;
  transition: background-position 0.35s ease;
}
.p-mnt-solve__cta:hover {
  background-position: 95% 50%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-mnt-solve__text {
    font-size: 21px;
  }
  .p-mnt-solve__sub {
    font-size: 15px;
  }
  .p-mnt-solve__cta {
    font-size: 16px;
    padding: 15px 28px;
    align-self: stretch;
    text-align: center;
  }
}

/* ------------------------------------------------------------
   任せられる理由 — 白の角丸カード＋番号バッジ
   ------------------------------------------------------------ */
.p-mnt-reason {
  margin: 0 0 140px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-reason {
    margin: 0 0 64px;
  }
}
.p-mnt-reason__list {
  display: flex;
  gap: 32px;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-mnt-reason__list {
    flex-direction: column;
    gap: 18px;
  }
}
.p-mnt-reason__item {
  flex: 1;
  background: #fff;
  border: 1px solid #DCE9F7;
  padding: 50px 44px;
}
.p-mnt-reason__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #2563B8;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 18px;
}
.p-mnt-reason__head {
  color: #14335C;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 14px;
}
.p-mnt-reason__text {
  font-size: 19px;
  color: #252525;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-mnt-reason__item {
    padding: 32px 26px;
  }
  .p-mnt-reason__head {
    font-size: 20px;
  }
  .p-mnt-reason__text {
    font-size: 16px;
    line-height: 1.75;
  }
}

/* ------------------------------------------------------------
   保守管理の内容 — 明るい青グラデ帯＋白の角丸カード
   ------------------------------------------------------------ */
.p-mnt-scope {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #2563B8;
  padding: 130px 0;
  margin: 0 0 140px;
}
.p-mnt-scope::after {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(44% 62% at 12% 18%, rgba(45, 212, 191, 0.2) 0, rgba(45, 212, 191, 0) 100%),
    radial-gradient(42% 60% at 88% 24%, rgba(96, 165, 250, 0.28) 0, rgba(96, 165, 250, 0) 100%),
    radial-gradient(50% 70% at 70% 92%, rgba(109, 74, 222, 0.4) 0, rgba(109, 74, 222, 0) 100%),
    radial-gradient(36% 52% at 24% 86%, rgba(34, 211, 238, 0.2) 0, rgba(34, 211, 238, 0) 100%);
  animation: mntAurora 34s ease-in-out infinite alternate;
}
.p-mnt-scope::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='240' height='240' filter='url(%23n)' opacity='0.55'/></svg>");
  background-size: 240px 240px;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}
.p-mnt-scope > .c-grid__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-mnt-scope {
    padding: 60px 0;
    margin: 0 0 64px;
  }
}
.p-mnt-scope__lead {
  color: rgba(255, 255, 255, 0.94);
  font-size: 20px;
  margin: -32px 0 52px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-scope__lead {
    font-size: 16px;
    margin: -14px 0 30px;
  }
}
.p-mnt-scope__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}
.p-mnt-scope__item {
  display: flex;
  gap: 20px;
  width: calc((100% - 24px) / 2);
  align-items: flex-start;
  background: #fff;
  padding: 38px 40px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-scope__item {
    width: 100%;
    gap: 16px;
    padding: 26px 22px;
  }
}
.p-mnt-scope__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #EAF3FC;
  color: #2563B8;
  font-size: 28px;
  font-weight: 700;
}
.p-mnt-scope__body h3 {
  color: #14335C;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 6px;
}
.p-mnt-scope__body p {
  color: #252525;
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-mnt-scope__no {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
  .p-mnt-scope__body h3 {
    font-size: 17px;
  }
  .p-mnt-scope__body p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-mnt-scope__note {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  margin: 0;
}

/* ------------------------------------------------------------
   引き継ぎの流れ — 角丸ステップ＋連結ライン
   ------------------------------------------------------------ */
.p-mnt-flow {
  margin: 0 0 140px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-flow {
    margin: 0 0 64px;
  }
}
.p-mnt-flow__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 920px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.p-mnt-flow__list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 36px;
  width: 2px;
  background: #C6DAF1;
}
.p-mnt-flow__item {
  position: relative;
  background: #F6FAFE;
  padding: 36px 38px 34px 112px;
}
.p-mnt-flow__no {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #2563B8;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  box-shadow: 0 0 0 6px #fff;
}
.p-mnt-flow__head {
  color: #14335C;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
}
.p-mnt-flow__text {
  font-size: 18px;
  color: #252525;
  line-height: 1.75;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-mnt-flow__list {
    gap: 20px;
  }
  .p-mnt-flow__list::before {
    left: 28px;
  }
  .p-mnt-flow__item {
    padding: 24px 22px 22px 82px;
  }
  .p-mnt-flow__no {
    left: 6px;
    top: 18px;
    width: 44px;
    height: 44px;
    font-size: 17px;
  }
  .p-mnt-flow__head {
    font-size: 17px;
  }
  .p-mnt-flow__text {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* ------------------------------------------------------------
   料金の目安
   ------------------------------------------------------------ */
.p-mnt-price {
  background: #F2F7FC;
  padding: 120px 0;
  margin: 0 0 140px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-price {
    padding: 56px 0;
    margin: 0 0 64px;
  }
}
.p-mnt-price__monthly {
  background: #0077B3;
  text-align: center;
  padding: 66px 32px;
  margin: 0 0 64px;
}
.p-mnt-price__monthly-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 22px;
  margin: 0 0 16px;
}
.p-mnt-price__monthly-num {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 12px;
}
.p-mnt-price__monthly-num strong {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin: 0 6px;
}
.p-mnt-price__monthly-note {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-mnt-price__monthly {
    padding: 40px 22px;
    margin: 0 0 36px;
  }
  .p-mnt-price__monthly-num {
    font-size: 21px;
  }
  .p-mnt-price__monthly-num strong {
    font-size: 38px;
  }
  .p-mnt-price__monthly-note {
    font-size: 14px;
  }
}
.p-mnt-price__sub-head {
  color: #14335C;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 24px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-price__sub-head {
    font-size: 19px;
  }
}
.p-mnt-price__table-wrap {
  max-width: 860px;
  margin: 0 auto 56px;
  background: #fff;
  border: 1px solid #E3EEF9;
  overflow: hidden;
}
.p-mnt-price__table {
  width: 100%;
  border-collapse: collapse;
}
.p-mnt-price__table th,
.p-mnt-price__table td {
  padding: 26px 34px;
  border-bottom: 1px solid #E3EEF9;
  font-size: 19px;
}
.p-mnt-price__table tr:last-child th,
.p-mnt-price__table tr:last-child td {
  border-bottom: none;
}
.p-mnt-price__table th {
  text-align: left;
  font-weight: 600;
  color: #252525;
  width: 62%;
}
.p-mnt-price__table td {
  text-align: right;
  color: #2563B8;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-mnt-price__table th,
  .p-mnt-price__table td {
    padding: 18px 18px;
    font-size: 15px;
  }
  .p-mnt-price__table td {
    font-size: 17px;
    white-space: nowrap;
  }
}
.p-mnt-price__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-price__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.p-mnt-price__cta {
  display: inline-block;
  background: linear-gradient(135deg, #0099E0 0%, #0087CF 55%, #0074B4 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 46px;
  transition: background-position 0.35s ease, transform 0.2s ease;
}
.p-mnt-price__cta:hover {
  background-position: 95% 50%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-mnt-price__cta {
    font-size: 17px;
    padding: 16px 30px;
  }
}
.p-mnt-price__all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2563B8;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #2563B8;
  padding: 14px 32px;
  background: #fff;
  transition: all 0.25s ease;
}
.p-mnt-price__all .ico-blank::before,
.p-mnt-price__all .ico-blank::after {
  border-color: #2563B8;
}
.p-mnt-price__all:hover {
  background: #2563B8;
  color: #fff;
}
.p-mnt-price__all:hover .ico-blank::before,
.p-mnt-price__all:hover .ico-blank::after {
  border-color: #fff;
}

/* ------------------------------------------------------------
   FAQ — 角丸カードのアコーディオン
   ------------------------------------------------------------ */
.p-mnt-faq {
  margin: 0 0 140px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-faq {
    margin: 0 0 64px;
  }
}
.p-mnt-faq__list {
  max-width: 960px;
  margin: 0 auto;
}
.p-mnt-faq__item {
  background: #fff;
  border: 1px solid #DCE9F7;
  margin: 0 0 18px;
  overflow: hidden;
}
.p-mnt-faq__q {
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
  padding: 34px 68px 34px 76px;
  font-size: 20px;
  font-weight: 700;
  color: #252525;
  line-height: 1.6;
}
.p-mnt-faq__q::-webkit-details-marker {
  display: none;
}
.p-mnt-faq__q::before {
  content: "Q";
  position: absolute;
  left: 28px;
  top: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #2563B8;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.p-mnt-faq__q::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #2563B8;
  border-bottom: 2px solid #2563B8;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.25s ease;
}
.p-mnt-faq__item[open] .p-mnt-faq__q::after {
  transform: translateY(-30%) rotate(-135deg);
}
.p-mnt-faq__a {
  position: relative;
  padding: 0 32px 36px 76px;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.35s ease, padding-bottom 0.35s ease;
}
.p-mnt-faq__a::before {
  content: "A";
  position: absolute;
  left: 28px;
  top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #0077B3;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.p-mnt-faq__a p {
  font-size: 19px;
  color: #252525;
  line-height: 1.9;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-mnt-faq__q {
    font-size: 16px;
    padding: 24px 46px 24px 60px;
  }
  .p-mnt-faq__q::before {
    left: 18px;
    top: 22px;
  }
  .p-mnt-faq__a {
    padding: 0 20px 28px 60px;
  }
  .p-mnt-faq__a::before {
    left: 18px;
  }
  .p-mnt-faq__a p {
    font-size: 15px;
    line-height: 1.8;
  }
}

/* ------------------------------------------------------------
   無料相談 — 明るい青グラデ帯＋白の角丸フォームカード
   ------------------------------------------------------------ */
.p-mnt-contact {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #2563B8;
  padding: 130px 0;
  margin: 0;
}
.p-mnt-contact::after {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(44% 62% at 86% 16%, rgba(45, 212, 191, 0.2) 0, rgba(45, 212, 191, 0) 100%),
    radial-gradient(42% 60% at 14% 28%, rgba(96, 165, 250, 0.28) 0, rgba(96, 165, 250, 0) 100%),
    radial-gradient(50% 70% at 30% 94%, rgba(109, 74, 222, 0.4) 0, rgba(109, 74, 222, 0) 100%),
    radial-gradient(36% 52% at 78% 84%, rgba(34, 211, 238, 0.2) 0, rgba(34, 211, 238, 0) 100%);
  animation: mntAurora 34s ease-in-out infinite alternate;
}
.p-mnt-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='240' height='240' filter='url(%23n)' opacity='0.55'/></svg>");
  background-size: 240px 240px;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}
.p-mnt-contact > .c-grid__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-mnt-contact {
    padding: 60px 0;
  }
}
.p-mnt-contact .p-sec-head {
  margin: 0 0 56px;
}
.p-mnt-contact__inner {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-mnt-contact__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.p-mnt-contact__info {
  flex: 1;
}
.p-mnt-contact__catch {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 26px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-contact__catch {
    font-size: 20px;
  }
}
.p-mnt-contact__points {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.p-mnt-contact__points li {
  position: relative;
  color: #fff;
  font-size: 19px;
  line-height: 1.8;
  padding: 0 0 0 34px;
  margin: 0 0 12px;
}
.p-mnt-contact__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #F2C14E;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-mnt-contact__points li {
    font-size: 16px;
  }
}
.p-mnt-contact__tel-box {
  background: rgba(255, 255, 255, 0.14);
  padding: 38px 30px;
  text-align: center;
}
.p-mnt-contact__tel-head {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
.p-mnt-contact__tel {
  display: inline-block;
  color: #F2C14E;
  font-size: 32px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.p-mnt-contact__tel-note {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  margin: 8px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mnt-contact__tel {
    font-size: 25px;
  }
}
.p-mnt-contact__form {
  flex: 1;
  min-width: 0;
  background: #fff;
  padding: 58px 52px;
}
@media only screen and (max-width: 768px) {
  .p-mnt-contact__form {
    width: 100%;
    box-sizing: border-box;
    padding: 36px 24px;
  }
}

/* フォーム入力（MW WP Form・ダミー共通） */
.p-mnt-contact__form input[type="text"],
.p-mnt-contact__form input[type="email"],
.p-mnt-contact__form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #C2D4E8;
  padding: 16px 18px;
  font-size: 17px;
  font-family: inherit;
  background: #F6FAFE;
}
.p-mnt-contact__form input[type="text"]:focus,
.p-mnt-contact__form input[type="email"]:focus,
.p-mnt-contact__form textarea:focus {
  outline: none;
  border-color: #2563B8;
  background: #fff;
}
.p-mnt-contact__form input[type="submit"],
.p-mnt-dummy__submit {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(135deg, #0099E0 0%, #0087CF 55%, #0074B4 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: none;
  padding: 20px;
  cursor: pointer;
  transition: background-position 0.35s ease;
}
.p-mnt-contact__form input[type="submit"]:hover,
.p-mnt-dummy__submit:hover {
  background-position: 95% 50%;
  color: #fff;
}

/* ダミーフォーム（プレビュー用） */
.p-mnt-dummy__note {
  font-size: 14px;
  color: #D60005;
  margin: 0 0 16px;
}
.p-mnt-dummy__form {
  margin: 0 0 20px;
}
.p-mnt-dummy__form dt {
  font-size: 17px;
  font-weight: 700;
  color: #252525;
  margin: 0 0 8px;
}
.p-mnt-dummy__form dd {
  margin: 0 0 20px;
}
.p-mnt-dummy__req,
.p-mnt-dummy__opt {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 10px;
  margin: 0 0 0 8px;
  vertical-align: 1px;
}
.p-mnt-dummy__req {
  background: #E25353;
  color: #fff;
}
.p-mnt-dummy__opt {
  background: #E4EDF6;
  color: #252525;
}
.p-mnt-dummy__agree {
  display: block;
  font-size: 15px;
  color: #252525;
  margin: 0 0 20px;
}
.p-mnt-dummy__submit:disabled {
  cursor: default;
}

/* フッターは黒背景 */
body.p-lp-mnt .p-footer {
  background: #000;
  border-top: none;
}

/* ------------------------------------------------------------
   SP追従CTAバー
   ------------------------------------------------------------ */
.p-mnt-sticky {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.p-lp-mnt {
    padding-bottom: 72px;
  }
  .p-mnt-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 800;
    display: flex;
    gap: 8px;
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #DCE9F7;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
  }
  .p-mnt-sticky__consult,
  .p-mnt-sticky__tel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 8px;
  }
  .p-mnt-sticky__consult {
    background: linear-gradient(135deg, #0099E0 0%, #0087CF 55%, #0074B4 100%);
    background-size: 220% 100%;
    background-position: 0% 50%;
    color: #fff;
    transition: background-position 0.35s ease;
  }
  .p-mnt-sticky__tel {
    background: #fff;
    color: #2563B8;
    border: 2px solid #2563B8;
  }
  .p-footer-policy {
    z-index: 900;
  }
}

/* ------------------------------------------------------------
   アイコンの余白調整
   ------------------------------------------------------------ */
.p-header-tel i,
.p-header-cta i {
  margin-right: 8px;
  font-size: 1.1em;
}
.p-mnt-mv__price-label i {
  margin-right: 8px;
  font-size: 19px;
}
.p-mnt-contact__tel i {
  margin-right: 10px;
  font-size: 0.75em;
  vertical-align: 3px;
}
.p-mnt-dummy__submit i {
  margin-right: 10px;
}
.p-mnt-sticky__consult i,
.p-mnt-sticky__tel i {
  margin-right: 8px;
  font-size: 1.15em;
}

/* CTAの後置chevron */
.p-header-cta .fa-chevron-right,
.p-mnt-mv__cta-primary .fa-chevron-right,
.p-mnt-solve__cta .fa-chevron-right,
.p-mnt-price__cta .fa-chevron-right {
  margin-left: 12px;
  font-size: 0.8em;
  vertical-align: 1px;
}

/* コンテンツ幅: このLPは1280px */
body.p-lp-mnt .c-grid__inner {
  width: 1280px;
}
@media only screen and (max-width: 1380px) {
  body.p-lp-mnt .c-grid__inner {
    width: 100%;
  }
}

/* ------------------------------------------------------------
   スクロールフェードイン（毎回再生・JSが付与）
   ------------------------------------------------------------ */
.js-fade {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-fade.is-inview {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .js-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* フッター（黒地）の調整 */
body.p-lp-mnt .p-footer-copyright {
  font-size: 14px;
  opacity: 0.7;
}
.p-mnt-footer-links {
  display: flex;
  gap: 28px;
  margin: 26px 0 10px;
}
.p-mnt-footer-links a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 0 2px;
  transition: opacity 0.25s ease;
}
.p-mnt-footer-links a:hover {
  opacity: 0.7;
}
/* ダミーフォーム同意文のリンク */
.p-mnt-dummy__agree a {
  color: #2563B8;
  font-weight: 700;
}

/* ------------------------------------------------------------
   角丸: ボタン＋アイコン/数字バッジのみ（カード類は直角）
   ------------------------------------------------------------ */
.p-mnt-mv__features-icon {
  border-radius: 11px;
}
.p-mnt-reason__no {
  border-radius: 12px;
}
.p-mnt-scope__no {
  border-radius: 12px;
}
.p-mnt-flow__no {
  border-radius: 50%;
}
.p-mnt-faq__q::before,
.p-mnt-faq__a::before {
  border-radius: 8px;
}

.p-header-cta,
.p-mnt-mv__cta-primary,
.p-mnt-mv__cta-secondary,
.p-mnt-solve__cta,
.p-mnt-price__cta,
.p-mnt-price__all,
.p-mnt-contact__form input[type="submit"],
.p-mnt-dummy__submit,
.p-mnt-sticky__consult,
.p-mnt-sticky__tel {
  border-radius: 999px;
}
.p-mnt-mv::before,
.p-mnt-mv::after {
  border-radius: 50%;
}

/* 直角にしていた面はすべて4pxの角丸 */
.p-mnt-mv__badge,
.p-mnt-mv__price-card,
.p-mnt-problem__item,
.p-mnt-reason__item,
.p-mnt-scope__item,
.p-mnt-flow__item,
.p-mnt-price__monthly,
.p-mnt-price__monthly-label,
.p-mnt-price__table-wrap,
.p-mnt-faq__item,
.p-mnt-contact__tel-box,
.p-mnt-contact__form,
.p-mnt-contact__form input[type="text"],
.p-mnt-contact__form input[type="email"],
.p-mnt-contact__form textarea,
.p-mnt-dummy__req,
.p-mnt-dummy__opt {
  border-radius: 4px;
}


/* ------------------------------------------------------------
   レイアウト差別化: 引き継ぎの流れを中央線ジグザグに
   ------------------------------------------------------------ */
@media only screen and (min-width: 769px) {
  .p-mnt-flow__list {
    gap: 34px;
  }
  .p-mnt-flow__list::before {
    left: 50%;
    margin-left: -1px;
  }
  .p-mnt-flow__item {
    width: calc(50% - 52px);
    padding: 36px 38px 34px;
  }
  .p-mnt-flow__item:nth-child(odd) {
    margin-right: auto;
  }
  .p-mnt-flow__item:nth-child(even) {
    margin-left: auto;
  }
  .p-mnt-flow__item:nth-child(odd) .p-mnt-flow__no {
    left: auto;
    right: -78px;
    top: 22px;
  }
  .p-mnt-flow__item:nth-child(even) .p-mnt-flow__no {
    left: -78px;
    top: 22px;
  }
}
