/* Morethan — ホームページ制作 (page ID 118) 固有CSS */

.mt-web-message { background: transparent; padding: 0; }
.mt-web-message__inner { max-width: 1000px; margin: 0 auto 72px; padding: 64px; background: #ffffff; border-radius: 32px; box-shadow: 0 8px 24px rgba(27, 38, 49, 0.05); text-align: center; }
.mt-web-message__label { margin-bottom: 24px; color: #555; font-size: 14px; font-weight: 700; letter-spacing: 0.22em; }
.mt-web-message h2 { margin-bottom: 36px; color: #1b2631; font-size: 36px; line-height: 1.45; font-weight: 800; }
.mt-web-message h2::before { content: ""; display: block; width: 120px; height: 2px; margin: 0 auto 28px; background: #1b2631; }
.mt-web-message__problem { display: grid; gap: 14px; margin: 0 auto 36px; max-width: 760px; }
.mt-web-message__problem p { margin: 0; padding: 18px 24px; background: #f5f5f5; border-radius: 999px; color: #1b2631; font-size: 18px; font-weight: 800; line-height: 1.7; }
.mt-web-message__lead { margin-bottom: 28px; color: #1b2631; font-size: 22px; font-weight: 800; }
.mt-web-message__text { max-width: 780px; margin: 0 auto 22px; color: #555; font-size: 17px; line-height: 2; }
.mt-web-message__text:last-child { margin-bottom: 0; }
@media (max-width: 900px) { .mt-web-message__inner { padding: 32px 24px; border-radius: 24px; } .mt-web-message h2 { font-size: 28px; } .mt-web-message h2::before { width: 80px; margin-bottom: 20px; } .mt-web-message__problem p { border-radius: 18px; font-size: 16px; } .mt-web-message__lead { font-size: 19px; } .mt-web-message__text { font-size: 16px; } }
.mt-btn { display: inline-flex; align-items: center; justify-content: center; padding: 18px 36px; background: #1b2631; color: #ffffff; border-radius: 999px; text-decoration: none; font-weight: 700; }
.mt-btn:hover { opacity: 0.85; color: #ffffff; }
.mt-detail-section { background: transparent; padding: 0; }
.mt-detail-block { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; 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); }
.mt-detail-block--reverse .mt-detail-block__image { order: 2; }
.mt-detail-block--reverse .mt-detail-block__content { order: 1; }
.mt-detail-block__image { overflow: hidden; border-radius: 24px; background: #f5f5f5; }
.mt-detail-block__image img { display: block; width: 100%; height: 420px; object-fit: cover; }
.mt-detail-block__content { padding: 0; }
.mt-detail-block__label { color: #555; font-size: 14px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 24px; }
.mt-detail-block h3 { color: #1b2631; font-size: 38px; line-height: 1.45; font-weight: 800; margin-bottom: 28px; letter-spacing: -.02em; }
.mt-detail-block h2::before { content: ""; display: block; width: 120px; height: 2px; background: #1b2631; margin-bottom: 28px; }
.mt-detail-block p { color: #555; font-size: 18px; line-height: 2; margin-bottom: 20px; }
.mt-detail-block p:last-child { margin-bottom: 0; }
.mt-detail-block { transition: .3s; }
.mt-detail-block:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(27,38,49,.08); }
@media (max-width: 900px){ .mt-detail-block{ grid-template-columns:1fr; gap:32px; padding:32px 24px; margin-bottom:40px; border-radius:24px; } .mt-detail-block--reverse .mt-detail-block__image, .mt-detail-block--reverse .mt-detail-block__content{ order:initial; } .mt-detail-block__image{ border-radius:20px; } .mt-detail-block__image img{ height:260px; } .mt-detail-block h2{ font-size:30px; margin-bottom:20px; } .mt-detail-block h2::before{ width:80px; margin-bottom:20px; } .mt-detail-block 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-detail-block { display: grid !important; grid-template-columns: 1fr !important; gap: 28px !important; padding: 28px 20px !important; margin-bottom: 40px !important; border-radius: 24px !important; } .mt-detail-block--reverse .mt-detail-block__image, .mt-detail-block--reverse .mt-detail-block__content { order: initial !important; } .mt-detail-block__image img { height: 240px !important; } .mt-detail-block h2 { font-size: 28px !important; line-height: 1.45 !important; } .mt-detail-block p { font-size: 16px !important; } }
.mt-flow-section { background: transparent; padding: 0; }
.mt-flow-inner { max-width: 1100px; margin: 0 auto 72px; padding: 56px; background: #ffffff; border-radius: 32px; box-shadow: 0 8px 24px rgba(27, 38, 49, 0.05); }
.mt-flow-head { margin-bottom: 40px; }
.mt-flow-label { color: #555; font-size: 14px; font-weight: 700; letter-spacing: 0.22em; margin-bottom: 16px; }
.mt-flow-head h2 { color: #1b2631; font-size: 34px; line-height: 1.45; font-weight: 800; margin: 0; }
.mt-flow-list { display: grid; gap: 20px; }
.mt-flow-item { position: relative; padding: 32px 32px 32px 96px; background: #f5f5f5; border-radius: 24px; }
.mt-flow-number { position: absolute; left: 32px; top: 32px; color: #1b2631; font-size: 18px; font-weight: 800; letter-spacing: 0.08em; }
.mt-flow-item h3 { margin-bottom: 12px; color: #1b2631; font-size: 22px; line-height: 1.5; font-weight: 800; }
.mt-flow-item p { margin: 0; color: #555; font-size: 16px; line-height: 1.9; }
@media (max-width: 900px) { .mt-flow-inner { padding: 32px 24px; border-radius: 24px; } .mt-flow-head h2 { font-size: 26px; } .mt-flow-item { padding: 28px 22px; } .mt-flow-number { position: static; display: block; margin-bottom: 12px; } .mt-flow-item h3 { font-size: 20px; } }
.mt-faq-answer p { color: #555; font-size: 16px; line-height: 2; margin: 0 0 16px; }
.mt-faq-answer li { color: #555; }
.mt-seo-content { background: transparent; padding: 0; }
.mt-seo-content__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-content__label { margin-bottom: 24px; color: #555; font-size: 14px; font-weight: 700; letter-spacing: 0.22em; }
.mt-seo-content h2 { margin-bottom: 32px; color: #1b2631; font-size: 36px; line-height: 1.45; font-weight: 800; }
.mt-seo-content h2::before { content: ""; display: block; width: 120px; height: 2px; background: #1b2631; margin-bottom: 28px; }
.mt-seo-content h3 { margin-bottom: 14px; color: #1b2631; font-size: 24px; line-height: 1.5; font-weight: 800; }
.mt-seo-content p { margin-bottom: 22px; color: #555; font-size: 17px; line-height: 2; }
.mt-seo-content li { color: #555; }
.mt-seo-content p:last-child { margin-bottom: 0; }
.mt-seo-content__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; }
.mt-seo-content__cards article, .mt-seo-content__split div { padding: 32px; background: #f5f5f5; border-radius: 24px; }
.mt-seo-content__cards span { display: inline-block; margin-bottom: 18px; color: #1b2631; font-size: 14px; font-weight: 800; letter-spacing: 0.12em; }
.mt-seo-content__cards p, .mt-seo-content__split p { font-size: 16px; }
.mt-seo-content__split { display: grid; gap: 20px; margin-top: 40px; }
@media (max-width: 900px) { .mt-seo-content__inner { padding: 32px 24px; border-radius: 24px; margin-bottom: 40px; } .mt-seo-content h2 { font-size: 28px; } .mt-seo-content h2::before { width: 80px; margin-bottom: 20px; } .mt-seo-content__cards { grid-template-columns: 1fr; } .mt-seo-content h3 { font-size: 21px; } .mt-seo-content p { font-size: 16px; } }
.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; } }
