/* Morethan — SEO対策 (page ID 120) 固有CSS */

.mt-seo-worry { background: transparent; padding: 0; }
.mt-seo-worry__inner { max-width: 1100px; margin: 0 auto 72px; padding: 64px; background: #ffffff; border-radius: 32px; box-shadow: 0 8px 24px rgba(27, 38, 49, 0.05); }
.mt-seo-worry__label { margin-bottom: 24px; color: #555; font-size: 14px; font-weight: 700; letter-spacing: 0.22em; }
.mt-seo-worry h2 { margin-bottom: 36px; color: #1b2631; font-size: 38px; line-height: 1.45; font-weight: 800; }
.mt-seo-worry h2::before { content: ""; display: block; width: 120px; height: 2px; background: #1b2631; margin-bottom: 28px; }
.mt-seo-worry__list { display: grid; gap: 16px; margin: 0 0 40px; padding: 0; list-style: none; }
.mt-seo-worry__list li { position: relative; padding: 20px 24px 20px 56px; background: #f5f5f5; border-radius: 18px; color: #1b2631; font-size: 18px; font-weight: 700; line-height: 1.7; }
.mt-seo-worry__list li::before { content: "✓"; position: absolute; left: 24px; top: 20px; color: #1b2631; font-weight: 800; }
.mt-seo-worry__message { margin-bottom: 36px; }
.mt-seo-worry__message p { margin-bottom: 18px; color: #555; font-size: 18px; line-height: 2; }
.mt-seo-worry__message p:last-child { margin-bottom: 0; }
.mt-seo-worry__btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; background: #1b2631; color: #ffffff; border-radius: 999px; text-decoration: none; font-weight: 700; }
.mt-seo-worry__btn:hover { opacity: 0.85; color: #ffffff; }
@media (max-width: 900px) { .mt-seo-worry__inner { margin-bottom: 40px; padding: 32px 24px; border-radius: 24px; } .mt-seo-worry h2 { font-size: 28px; margin-bottom: 28px; } .mt-seo-worry h2::before { width: 80px; margin-bottom: 20px; } .mt-seo-worry__list li { padding: 18px 20px 18px 48px; font-size: 16px; } .mt-seo-worry__list li::before { left: 20px; top: 18px; } .mt-seo-worry__message p { font-size: 16px; } }
@media(max-width: 900px) { .mt-feature-cards { display: grid !important; grid-template-columns: 1fr !important; gap: 24px !important; padding: 0 !important; } .mt-feature-card { width: 100% !important; min-height: auto !important; padding: 36px 24px !important; border-radius: 24px !important; } .mt-feature-card__icon { width: 64px !important; height: 64px !important; margin-bottom: 28px !important; border-radius: 20px !important; } .mt-feature-card__icon svg { width: 30px !important; height: 30px !important; } .mt-feature-card__label { display: block !important; white-space: nowrap !important; word-break: keep-all !important; letter-spacing: 0.16em !important; font-size: 12px !important; margin-bottom: 20px !important; } .mt-feature-card h3 { font-size: 28px !important; line-height: 1.45 !important; margin-bottom: 20px !important; } .mt-feature-card p { font-size: 16px !important; line-height: 1.9 !important; } }
.mt-problem { margin:120px 0; }
.mt-problem__grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.mt-problem__image img { width:100%; border-radius:32px; display:block; }
.mt-problem__label { color:#555; font-size:14px; font-weight:700; letter-spacing:.2em; margin-bottom:24px; }
.mt-problem h2 { color:#1b2631; font-size:36px; line-height:1.4; margin-bottom:32px; }
.mt-problem p { color:#555; line-height:2; margin-bottom:32px; }
.mt-problem__list { list-style:none; padding:0; }
.mt-problem__list li { padding:16px 0; border-bottom:1px solid #e5e7eb; font-weight:600; }
/* 画像なし版（画像が用意できたら .mt-problem--noimage を外し、.mt-problem__image を戻す）*/
.mt-problem--noimage .mt-problem__grid { grid-template-columns: 1fr; }
.mt-problem--noimage .mt-problem__content { max-width: 760px; }
@media (max-width: 900px) { .mt-problem { margin: 72px 0; } .mt-problem__grid { grid-template-columns: 1fr; gap: 32px; } .mt-problem__image img { border-radius: 24px; } .mt-problem h2 { font-size: 30px; margin-bottom: 24px; } .mt-problem p { font-size: 16px; margin-bottom: 24px; }}
.mt-support-section { background: transparent; padding: 0; }
.mt-support-card { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; max-width: 1200px; margin: 0 auto 72px; padding: 56px; background: #ffffff; border-radius: 32px; box-shadow: 0 8px 24px rgba(27,38,49,.05); transition: .3s; }
.mt-support-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(27,38,49,.08); }
.mt-support-card--reverse .mt-support-card__image { order: 2; }
.mt-support-card--reverse .mt-support-card__content { order: 1; }
.mt-support-card__image { overflow: hidden; border-radius: 24px; background: #f5f5f5; }
.mt-support-card__image img { width: 100%; height: 380px; object-fit: cover; display: block; }
.mt-support-card__label { color: #555; font-size: 14px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 24px; }
.mt-support-card h2 { color: #1b2631; font-size: 32px; line-height: 1.45; font-weight: 800; margin-bottom: 24px; letter-spacing: -.02em; }
.mt-support-card h2::before { content: ""; display: block; width: 120px; height: 2px; background: #1b2631; margin-bottom: 24px; }
.mt-support-card p { color: #555; font-size: 18px; line-height: 2; margin-bottom: 20px; }
.mt-support-card p:last-child { margin-bottom: 0; }
.mt-support-list { list-style: none; padding: 0; margin-top: 24px; }
.mt-support-list li { position: relative; padding: 14px 0 14px 32px; border-bottom: 1px solid #e5e7eb; color: #1b2631; font-weight: 700; }
.mt-support-list li::before { content: "✓"; position: absolute; left: 0; color: #1b2631; }
@media (max-width: 900px){ .mt-support-card { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px; margin-bottom: 40px; border-radius: 24px; } .mt-support-card--reverse .mt-support-card__image, .mt-support-card--reverse .mt-support-card__content { order: initial; } .mt-support-card__image { border-radius: 20px; } .mt-support-card__image img { height: 260px; } .mt-support-card h2 { font-size: 26px; line-height: 1.4; margin-bottom: 20px; } .mt-support-card h2::before { width: 80px; margin-bottom: 20px; } .mt-support-card p { font-size: 16px; } }
.mt-faq-answer p { color: #555; font-size: 16px; line-height: 2; margin: 0; }
.mt-seo-text-section { background: transparent; padding: 0; }
.mt-seo-text-inner { max-width: 1100px; margin: 0 auto 72px; padding: 64px; background: #ffffff; border-radius: 32px; box-shadow: 0 8px 24px rgba(27, 38, 49, 0.05); }
.mt-seo-text-label { margin-bottom: 24px; color: #555; font-size: 14px; font-weight: 700; letter-spacing: 0.22em; }
.mt-seo-text-inner h2 { margin-bottom: 32px; color: #1b2631; font-size: 36px; line-height: 1.45; font-weight: 800; }
.mt-seo-text-inner h2::before { content: ""; display: block; width: 120px; height: 2px; background: #1b2631; margin-bottom: 28px; }
.mt-seo-text-inner h3 { margin-bottom: 14px; color: #1b2631; font-size: 24px; line-height: 1.5; font-weight: 800; }
.mt-seo-text-inner p { margin-bottom: 22px; color: #555; font-size: 17px; line-height: 2; }
.mt-seo-text-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.mt-seo-text-cards article, .mt-seo-text-list div { padding: 32px; background: #f5f5f5; border-radius: 24px; }
.mt-seo-text-cards span { display: inline-block; margin-bottom: 18px; color: #1b2631; font-size: 14px; font-weight: 800; letter-spacing: 0.12em; }
.mt-seo-text-cards p, .mt-seo-text-list p { font-size: 16px; margin-bottom: 0; }
.mt-seo-text-list { display: grid; gap: 20px; margin-top: 40px; }
.mt-seo-text-cta { margin-top: 40px; padding: 40px; background: #1b2631; border-radius: 28px; text-align: center; }
.mt-seo-text-cta h3, .mt-seo-text-cta p { color: #ffffff; }
.mt-seo-text-cta p { color: rgba(255,255,255,0.82); }
.mt-seo-text-cta a { display: inline-flex; justify-content: center; align-items: center; margin-top: 12px; padding: 16px 32px; border-radius: 999px; background: #22c55e; color: #ffffff; text-decoration: none; font-weight: 800; }
@media (max-width: 900px) { .mt-seo-text-inner { padding: 32px 24px; border-radius: 24px; margin-bottom: 40px; } .mt-seo-text-inner h2 { font-size: 28px; } .mt-seo-text-inner h2::before { width: 80px; margin-bottom: 20px; } .mt-seo-text-cards { grid-template-columns: 1fr; } .mt-seo-text-inner h3 { font-size: 21px; } .mt-seo-text-inner p { font-size: 16px; } .mt-seo-text-cta { padding: 32px 24px; } }
.mt-service-item { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 40px; padding: 56px; background: #ffffff; border-radius: 32px; box-shadow: 0 8px 24px rgba(27, 38, 49, 0.05); }
.mt-service-item__image { overflow: hidden; border-radius: 24px; background: #f5f5f5; }
.mt-service-item__image img { display: block; width: 100%; height: 360px; object-fit: cover; }
.mt-service-item__btn { display: inline-flex; align-items: center; justify-content: center; margin-top: 16px; padding: 15px 28px; background: #1b2631; color: #ffffff; border-radius: 999px; text-decoration: none; font-weight: 800; }
@media (max-width: 900px) { .mt-service-head { padding: 32px 24px; border-radius: 24px; } .mt-service-head h1 { font-size: 28px; } .mt-service-item { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px; border-radius: 24px; } .mt-service-item--reverse .mt-service-item__image, .mt-service-item--reverse .mt-service-item__content { order: initial; } .mt-service-item__image img { height: 240px; } .mt-service-item h2 { font-size: 26px; } .mt-service-item h2::before { width: 80px; margin-bottom: 20px; } .mt-service-item p { font-size: 15px; } .mt-service-item__btn { width: 100%; } }
.mt-service-item { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.mt-service-item__btn { margin-top: auto; align-self: flex-start; }
.mt-service-item__image { height: 100%; }
.mt-service-item__image img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; }
@media (max-width: 900px) { .mt-service-item { grid-template-columns: 1fr; } .mt-service-item__image img { min-height: 240px; } .mt-service-item__btn { width: 100%; justify-content: center; } }

/* ==========================
料金プラン（2026-09 料金改訂）
========================== */
.mt-plans{ margin:0 0 96px; }
.mt-plans__inner{ max-width:1200px; margin:0 auto; }
.mt-plans__label{ color:#555; font-size:14px; font-weight:700; letter-spacing:.2em; margin:0 0 16px; }
.mt-plans h2{ color:#1b2631; font-size:36px; line-height:1.4; margin:0 0 20px; }
.mt-plans__lead{ color:#555; line-height:2; margin:0 0 40px; max-width:60ch; }
.mt-plans__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch; }
.mt-plan{ position:relative; background:#fff; border-radius:32px; padding:40px 36px; box-shadow:0 10px 30px rgba(27,38,49,.05); display:flex; flex-direction:column; }
.mt-plan--featured{ background:#1b2631; color:#fff; }
.mt-plan__badge{ position:absolute; top:-14px; right:24px; background:#c9a45c; color:#1b2631; font-size:12px; font-weight:800; padding:6px 16px; border-radius:999px; margin:0; }
.mt-plan__no{ font-size:12px; font-weight:700; letter-spacing:.2em; color:#c9a45c; margin:0 0 10px; }
.mt-plan h3{ font-size:26px; line-height:1.3; margin:0 0 6px; color:inherit; }
.mt-plan__sub{ font-size:14px; color:#777; margin:0 0 20px; }
.mt-plan--featured .mt-plan__sub{ color:rgba(255,255,255,.7); }
.mt-plan__price{ margin:0; line-height:1; }
.mt-plan__price b{ font-size:40px; font-weight:800; letter-spacing:-.01em; }
.mt-plan__price span{ font-size:16px; font-weight:700; margin-left:4px; }
.mt-plan__tax{ font-size:14px; font-weight:700; color:#b58a3a; margin:10px 0 22px; padding-bottom:22px; border-bottom:1px solid #e5e7eb; }
.mt-plan--featured .mt-plan__tax{ color:#c9a45c; border-color:rgba(255,255,255,.18); }
.mt-plan__desc{ font-size:14.5px; line-height:1.9; color:#555; margin:0 0 18px; }
.mt-plan--featured .mt-plan__desc{ color:rgba(255,255,255,.8); }
.mt-plan__list{ list-style:none; margin:auto 0 0; padding:0; display:flex; flex-direction:column; gap:10px; }
.mt-plan__list li{ position:relative; padding-left:24px; font-size:14px; line-height:1.7; color:#1b2631; }
.mt-plan--featured .mt-plan__list li{ color:#fff; }
.mt-plan__list li::before{ content:"✓"; position:absolute; left:0; top:0; color:#c9a45c; font-weight:800; }
.mt-plans__note{ font-size:12.5px; color:#8a8a8a; line-height:1.9; margin:28px 0 16px; }
.mt-plans__cta a{ display:inline-flex; align-items:center; font-weight:800; color:#1b2631; text-decoration:underline; text-underline-offset:4px; }
@media (max-width:900px){
  .mt-plans{ margin:0 0 64px; }
  .mt-plans h2{ font-size:28px; }
  .mt-plans__grid{ grid-template-columns:1fr; gap:20px; }
  .mt-plan{ padding:32px 24px; border-radius:24px; }
  .mt-plan__price b{ font-size:34px; }
}
@media (max-width:768px){
  .mt-plans__inner{ padding:0 16px; }
}
