/* ==================================================================
   Turtle Motion — theme.css
   ================================================================== */
:root {
	--ink: #10262b;
	--sea: #0b2f35;
	--sea-2: #134b4f;
	--mint: #19c6a6;
	--mint-2: #2ee6c0;
	--amber: #ffb84d;
	--amber-2: #ff9d1f;
	--paper: #f2f8f6;
	--line: #d8e6e2;
	--muted: #5b6f72;
	--white: #fff;

	--font: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	--font-latin: "Syne", var(--font);

	--container: 1160px;
	--narrow: 800px;
	--radius: 14px;
	--ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.85;
	color: var(--ink);
	background: var(--white);
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sea-2); text-decoration: none; }
a:hover { color: var(--mint); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
h1, h2, h3, h4 { line-height: 1.35; margin: 0 0 .6em; font-weight: 700; letter-spacing: .01em; }
p { margin: 0 0 1.2em; }
ul { padding-left: 1.3em; }
.container { width: min(var(--container), 100% - 40px); margin-inline: auto; }
.container.narrow { max-width: var(--narrow); }
.center { text-align: center; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--amber); color: var(--ink); padding: 8px 14px; z-index: 999; }
.skip-link:focus { left: 8px; top: 8px; }

/* ---------- ボタン ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .4em;
	padding: 12px 24px; border-radius: 999px; font-weight: 700; font-size: 15px;
	line-height: 1; white-space: nowrap; border: 2px solid transparent;
	transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn--lg { padding: 17px 34px; font-size: 16px; }
.btn--amber { background: var(--amber); color: var(--ink); box-shadow: 0 8px 22px -8px rgba(255, 184, 77, .8); }
.btn--amber:hover { background: var(--amber-2); color: var(--ink); }
.btn--primary { background: var(--sea); color: #fff; }
.btn--primary:hover { background: var(--sea-2); color: #fff; }
.btn--ghost-light { border-color: rgba(255,255,255,.55); color: #fff; }
.btn--ghost-light:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }
.text-link { font-weight: 700; border-bottom: 2px solid var(--mint); padding-bottom: 2px; color: var(--ink); }
.text-link:hover { color: var(--mint); }

/* ---------- ヘッダー ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255,255,255,.88);
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line);
}
.tm-front .site-header { background: rgba(11,47,53,.72); border-bottom-color: rgba(255,255,255,.08); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 900; font-size: 18px; letter-spacing: .02em; }
.brand__mark { color: var(--mint); display: inline-flex; }
.tm-front .site-header .brand, .site-footer .brand { color: #fff; }
.custom-logo-link img { max-height: 48px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.site-nav .menu li { position: relative; }
.site-nav .menu a { display: block; padding: 10px 14px; font-weight: 700; font-size: 14px; color: var(--ink); border-radius: 8px; }
.site-nav .menu a:hover { background: var(--paper); color: var(--sea-2); }
.tm-front .site-nav .menu a { color: #fff; }
.tm-front .site-nav .menu a:hover { background: rgba(255,255,255,.1); color: #fff; }
.site-nav .menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 6px; list-style: none; box-shadow: 0 14px 30px -12px rgba(16,38,43,.3); }
.site-nav .menu li:hover > .sub-menu, .site-nav .menu li:focus-within > .sub-menu { display: block; }
.site-nav .menu .sub-menu a { color: var(--ink); }
.site-nav__cta { margin-left: 8px; padding: 11px 20px; font-size: 14px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; cursor: pointer; flex-direction: column; justify-content: center; gap: 6px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.tm-front .nav-toggle span { background: #fff; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- セクション共通 ---------- */
.section { padding: clamp(64px, 9vw, 110px) 0; }
.section-head { max-width: 760px; margin-bottom: 44px; }
.section-title { font-size: clamp(24px, 3.4vw, 36px); font-weight: 900; letter-spacing: .015em; margin-bottom: 18px; }
.section-title--sm { font-size: 22px; }
.section-lead { color: var(--muted); font-size: 16px; max-width: 46em; }
.section-foot { margin-top: 36px; color: var(--muted); max-width: 46em; }
.section-foot a { font-weight: 700; color: var(--sea-2); border-bottom: 2px solid var(--mint); }

/* ---------- ファーストビュー ---------- */
.hero {
	position: relative; overflow: hidden;
	background: radial-gradient(1200px 600px at 80% -10%, #1a6a66 0%, transparent 60%), linear-gradient(160deg, var(--sea) 0%, var(--sea-2) 100%);
	color: #fff;
	margin-top: -73px; padding-top: 73px;
}
.hero__mesh {
	position: absolute; inset: -20%;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='84' height='96' viewBox='0 0 84 96'><path d='M42 2l38 22v44L42 90 4 68V24z' fill='none' stroke='rgba(255,255,255,.07)' stroke-width='1.5'/></svg>");
	background-size: 84px 96px;
	animation: mesh-drift 60s linear infinite;
	pointer-events: none;
}
@keyframes mesh-drift { to { transform: translate3d(84px, 96px, 0); } }
.hero__inner {
	position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
	padding: clamp(56px, 8vw, 110px) 0 clamp(56px, 7vw, 90px);
}
.hero__title { font-size: clamp(34px, 5.2vw, 62px); font-weight: 900; line-height: 1.22; letter-spacing: .02em; margin-bottom: 22px; }
.hero__line { display: block; overflow: hidden; }
.hero__line > span { display: inline-block; transform: translateY(110%); animation: rise .9s var(--ease) forwards; animation-delay: calc(.1s + var(--i) * .14s); }
@keyframes rise { to { transform: translateY(0); } }
.hero__sub { font-size: clamp(15px, 1.35vw, 17px); color: rgba(255,255,255,.82); max-width: 34em; opacity: 0; animation: fade .8s var(--ease) .55s forwards; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 40px; opacity: 0; animation: fade .8s var(--ease) .75s forwards; }
@keyframes fade { to { opacity: 1; } }
.hero__stats { list-style: none; margin: 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); display: flex; gap: 36px; flex-wrap: wrap; opacity: 0; animation: fade .8s var(--ease) 1s forwards; }
.hero__stats li { display: flex; flex-direction: column; }
.stat__num { font-family: var(--font-latin); font-weight: 800; font-size: 36px; line-height: 1; color: var(--mint-2); letter-spacing: -.01em; }
.stat__num small { font-family: var(--font); font-size: 15px; font-weight: 700; margin-left: 3px; color: #fff; }
.stat__label { font-size: 13px; color: rgba(255,255,255,.72); margin-top: 6px; }

.hero__visual { position: relative; }
.stack { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.35)); }
.stack__block { transform-origin: 50% 100%; transform: scaleY(0); opacity: 0; animation: block-up .6s var(--ease) forwards; animation-delay: var(--d); }
@keyframes block-up { 0% { transform: scaleY(0); opacity: 0; } 60% { opacity: 1; } 100% { transform: scaleY(1); opacity: 1; } }
.stack__line { animation: draw 1.4s var(--ease) 1.7s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.stack__dots circle { transform-box: fill-box; transform-origin: center; transform: scale(0); animation: dot-in .4s var(--ease) forwards; animation-delay: var(--d); }
@keyframes dot-in { to { transform: scale(1); } }
.pop { opacity: 0; animation: pop-in .6s var(--ease) forwards, float 4s ease-in-out infinite; animation-delay: var(--d), calc(var(--d) + .6s); }
@keyframes pop-in { from { opacity: 0; translate: 0 14px; } to { opacity: 1; translate: 0 0; } }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
.stack__turtle { opacity: 0; animation: pop-in .7s var(--ease) forwards, bob 3.2s ease-in-out infinite; animation-delay: var(--d), calc(var(--d) + .7s); }
@keyframes bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -5px; } }

/* ---------- マーキー ---------- */
.marquee { background: var(--ink); color: #fff; overflow: hidden; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.08); }
.marquee__track { display: flex; gap: 48px; width: max-content; animation: marquee 30s linear infinite; font-family: var(--font-latin); font-weight: 700; font-size: 15px; letter-spacing: .06em; white-space: nowrap; }
.marquee__track span::before { content: "✦"; color: var(--mint); margin-right: 48px; font-size: 11px; vertical-align: 2px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- サービス ---------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
	position: relative; display: flex; flex-direction: column; padding: 30px 28px 28px;
	background: var(--paper); border-radius: var(--radius); color: var(--ink);
	border-left: 6px solid var(--mint);
	transition: transform .3s var(--ease), background .3s, box-shadow .3s;
}
.service-card:hover { transform: translateY(-4px); background: #fff; box-shadow: 0 24px 40px -22px rgba(16,38,43,.35); color: var(--ink); }
.service-card__icon { color: var(--sea-2); margin-bottom: 18px; display: inline-flex; }
.service-card__pain { font-size: 13px; color: var(--amber-2); font-weight: 700; margin-bottom: 8px; }
.service-card__name { font-size: 21px; font-weight: 900; margin-bottom: 10px; }
.service-card__desc { color: var(--muted); font-size: 15px; flex: 1; margin-bottom: 20px; }
.service-card__more { font-weight: 700; font-size: 14px; color: var(--sea-2); display: inline-flex; align-items: center; gap: 8px; }
.service-card__more::after { content: ""; width: 26px; height: 2px; background: var(--mint); transition: width .3s var(--ease); }
.service-card:hover .service-card__more::after { width: 40px; }

/* ---------- なぜSNS ---------- */
.why { background: var(--paper); }
.why__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.why__big { margin-top: 16px; display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap; }
.why__big .count { font-family: var(--font-latin); font-weight: 800; font-size: clamp(64px, 8vw, 96px); line-height: 1; color: var(--sea-2); }
.why__big small { font-family: var(--font-latin); font-weight: 800; font-size: 32px; color: var(--mint); }
.why__big-label { flex-basis: 100%; font-size: 13px; color: var(--muted); }
.why__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.why__list li { display: grid; grid-template-columns: 200px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.why__list li:first-child { border-top: 1px solid var(--line); }
.why__list strong { font-size: 16px; }
.why__list span { color: var(--muted); font-size: 15px; }

/* ---------- お客様の声 ---------- */
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.voice { margin: 0; padding: 30px 28px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: #fff; }
.voice blockquote { margin: 0 0 22px; font-size: 15px; color: var(--ink); flex: 1; position: relative; padding-top: 20px; }
.voice blockquote::before { content: "“"; position: absolute; top: -18px; left: -4px; font-family: var(--font-latin); font-size: 64px; line-height: 1; color: var(--mint); opacity: .6; }
.voice figcaption { display: flex; align-items: center; gap: 12px; }
.voice figcaption > span { display: flex; flex-direction: column; line-height: 1.3; }
.voice figcaption strong { font-size: 15px; }
.voice figcaption em { font-style: normal; font-size: 13px; color: var(--muted); }
.voice__img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.voice__img--initial { display: inline-flex; align-items: center; justify-content: center; background: var(--sea-2); color: #fff; font-weight: 900; }

/* ---------- お知らせ・ブログ ---------- */
.news-blog { background: var(--paper); }
.news { margin-bottom: 56px; }
.news__head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.news__head .section-title { margin: 0; }
.news__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.news__list li { display: flex; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.news__list time { font-family: var(--font-latin); font-weight: 700; color: var(--muted); flex: 0 0 auto; }
.news__list a { color: var(--ink); }
.news__list a:hover { color: var(--mint); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.post-card__thumb { aspect-ratio: 16 / 9; overflow: hidden; background: var(--paper); display: block; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.post-card:hover .post-card__thumb img { transform: scale(1.04); }
.post-card__noimg { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--line); }
.post-card__body { padding: 18px 20px 22px; }
.post-card__date { font-family: var(--font-latin); font-weight: 700; font-size: 13px; color: var(--muted); margin-right: 10px; }
.post-card__cat { display: inline-block; font-size: 12px; font-weight: 700; color: var(--sea-2); background: var(--paper); border-radius: 999px; padding: 2px 10px; }
.post-card__title { font-size: 16px; margin: 10px 0 0; line-height: 1.5; }
.post-card__title a { color: var(--ink); }
.post-card__title a:hover { color: var(--mint); }

/* ---------- CTAバンド ---------- */
.cta-band { background: linear-gradient(120deg, var(--sea) 0%, var(--sea-2) 70%, #1a6a66 100%); color: #fff; padding: clamp(56px, 7vw, 90px) 0; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(25,198,166,.35), transparent 65%); }
.cta-band__inner { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.cta-band__title { font-size: clamp(22px, 3vw, 32px); font-weight: 900; margin-bottom: 12px; }
.cta-band__text { color: rgba(255,255,255,.8); margin: 0; max-width: 40em; }
.cta-band__actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
@media (min-width: 761px) { .cta-band__actions { align-items: flex-end; } }

/* ---------- フッター ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.8); }
.site-footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; padding: 56px 0 40px; }
.site-footer__addr { font-size: 14px; margin: 16px 0 0; line-height: 1.9; }
.site-footer__addr a { color: #fff; }
.site-footer__sns { display: flex; gap: 16px; margin-top: 14px; }
.site-footer__sns a { color: #fff; font-family: var(--font-latin); font-weight: 700; font-size: 14px; border-bottom: 2px solid var(--mint); }
.site-footer__nav .menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer__nav a { color: #fff; font-size: 14px; }
.site-footer__nav a:hover { color: var(--mint); }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; font-size: 12px; color: rgba(255,255,255,.55); }

/* ---------- 下層ページ ---------- */
.page-hero { background: var(--paper); padding: clamp(44px, 6vw, 72px) 0 clamp(32px, 4vw, 48px); border-bottom: 1px solid var(--line); }
.page-hero__title { font-size: clamp(28px, 4vw, 42px); font-weight: 900; margin-bottom: 10px; }
.page-hero__title--post { font-size: clamp(24px, 3.2vw, 34px); line-height: 1.45; }
.page-hero__lead { color: var(--muted); max-width: 46em; }
.breadcrumb { font-size: 12px; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--mint); }
.post-meta { display: flex; gap: 12px; align-items: center; font-size: 13px; color: var(--muted); margin-bottom: 10px; font-family: var(--font-latin); font-weight: 700; }
.page-thumb { margin: 0 0 32px; border-radius: var(--radius); overflow: hidden; }
.post-tags { margin-top: 32px; }
.post-tags a { display: inline-block; font-size: 12px; background: var(--paper); border-radius: 999px; padding: 3px 12px; margin: 0 6px 6px 0; }
.post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; }
.post-nav__next { margin-left: auto; text-align: right; }
.pagination { margin-top: 48px; text-align: center; }
.pagination .nav-links { display: inline-flex; gap: 6px; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border-radius: 10px; border: 1px solid var(--line); color: var(--ink); font-family: var(--font-latin); font-weight: 700; }
.pagination .page-numbers.current { background: var(--sea); color: #fff; border-color: var(--sea); }
.empty { color: var(--muted); text-align: center; padding: 40px 0; }

/* ---------- 本文（ブロックエディター） ---------- */
.entry-content { font-size: 16px; }
.entry-content--wide { max-width: none; }
.entry-content > * { max-width: var(--narrow); margin-left: auto; margin-right: auto; }
.entry-content > .alignwide, .entry-content > .alignfull, .entry-content > .wp-block-columns, .entry-content > .wp-block-table, .entry-content > .wp-block-group { max-width: none; }
.entry-content h2 { font-size: clamp(22px, 2.6vw, 28px); font-weight: 900; margin: 2.2em auto .8em; padding-left: 16px; border-left: 5px solid var(--mint); line-height: 1.4; }
.entry-content h3 { font-size: 20px; margin: 1.8em auto .6em; font-weight: 700; }
.entry-content h4 { font-size: 17px; margin: 1.5em auto .5em; }
.entry-content p { margin-bottom: 1.4em; }
.entry-content ul, .entry-content ol { margin: 0 auto 1.6em; padding-left: 1.4em; }
.entry-content li { margin-bottom: .4em; }
.entry-content ul:not(.wp-block-list-plain) li::marker { color: var(--mint); }
.entry-content img { border-radius: 10px; }
.entry-content figure { margin: 0 auto 1.8em; }
.entry-content figcaption { font-size: 13px; color: var(--muted); text-align: center; margin-top: 8px; }
.entry-content blockquote { margin: 0 auto 1.8em; padding: 20px 24px; background: var(--paper); border-left: 5px solid var(--mint); border-radius: 0 10px 10px 0; }
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content a:not(.wp-block-button__link) { color: var(--sea-2); text-decoration: underline; text-decoration-color: var(--mint); text-underline-offset: 3px; }
.entry-content table { width: 100%; border-collapse: collapse; margin-bottom: 1.8em; font-size: 15px; }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; vertical-align: top; }
.entry-content th { background: var(--paper); font-weight: 700; white-space: nowrap; }
.entry-content .wp-block-columns { gap: 24px; margin-bottom: 2em; }
.entry-content .wp-block-column { background: var(--paper); border-radius: var(--radius); padding: 28px 24px; }
.entry-content .wp-block-column h3 { margin-top: 0; font-weight: 900; }
.entry-content .wp-block-buttons { margin: 1.5em auto 2em; gap: 12px; }
.entry-content .wp-block-button__link { background: var(--amber); color: var(--ink); border-radius: 999px; font-weight: 700; padding: 16px 32px; font-size: 16px; transition: transform .25s var(--ease), background .25s; }
.entry-content .wp-block-button__link:hover { background: var(--amber-2); transform: translateY(-2px); }
.entry-content .is-style-outline .wp-block-button__link { background: transparent; border: 2px solid var(--sea); color: var(--sea); }
.entry-content .wp-block-separator { border: 0; border-top: 1px solid var(--line); margin: 2.5em auto; }
.entry-content .wp-block-embed iframe, .entry-content iframe { max-width: 100%; }
.entry-content .wp-block-cover { border-radius: var(--radius); overflow: hidden; }
.entry-content .wp-block-group.has-background { padding: 28px; border-radius: var(--radius); }
.wp-block-image .alignleft { float: left; margin: 0 24px 16px 0; }
.wp-block-image .alignright { float: right; margin: 0 0 16px 24px; }
.wp-block-image .aligncenter { margin-inline: auto; }

/* ---------- 会社情報 ---------- */
.company-table { width: 100%; border-collapse: collapse; margin-bottom: 56px; font-size: 15px; }
.company-table th, .company-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.8; }
.company-table th { width: 160px; color: var(--sea-2); font-weight: 700; background: var(--paper); white-space: nowrap; }
.company-table tr:first-child th, .company-table tr:first-child td { border-top: 2px solid var(--sea); }

/* ---------- お問い合わせ ---------- */
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.contact-tel { margin-top: 24px; padding: 26px 28px; background: var(--paper); border-radius: var(--radius); }
.contact-tel__label { font-size: 13px; color: var(--muted); margin: 0 0 4px; font-weight: 700; }
.contact-tel__num { font-family: var(--font-latin); font-weight: 800; font-size: 30px; color: var(--sea); display: inline-block; letter-spacing: .01em; }
.contact-tel__note { font-size: 13px; color: var(--muted); margin: 10px 0 0; }
.contact-form { display: block; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.req { font-size: 11px; color: #fff; background: #e0554f; border-radius: 4px; padding: 1px 7px; font-weight: 700; line-height: 1.6; }
.form-field input, .form-field select, .form-field textarea {
	font: inherit; font-size: 16px; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px;
	background: #fff; color: var(--ink); width: 100%; transition: border-color .2s, box-shadow .2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--mint); box-shadow: 0 0 0 4px rgba(25,198,166,.18); }
.form-field textarea { resize: vertical; min-height: 160px; }
.form-privacy { font-size: 13px; color: var(--muted); margin: 20px 0 22px; }
.hp-field { position: absolute; left: -9999px; }
.form-notice { padding: 18px 20px; border-radius: 10px; margin-bottom: 24px; font-weight: 700; font-size: 15px; }
.form-notice--ok { background: #e6f9f4; color: #0f6f5c; border: 1px solid #a8e9d8; }
.form-notice--ng { background: #fdecec; color: #9b2c2c; border: 1px solid #f5bcbc; }

/* 各種フォームプラグイン共通（Contact Form 7 / MW WP Form / WPForms / Snow Monkey Forms 等） */
.entry-content input[type="text"], .entry-content input[type="email"], .entry-content input[type="tel"], .entry-content input[type="url"], .entry-content input[type="number"], .entry-content input[type="date"], .entry-content textarea, .entry-content select,
.contact-main input[type="text"], .contact-main input[type="email"], .contact-main input[type="tel"], .contact-main input[type="url"], .contact-main input[type="number"], .contact-main input[type="date"], .contact-main textarea, .contact-main select {
	font: inherit; font-size: 16px; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); width: 100%; max-width: 100%;
}
.entry-content textarea, .contact-main textarea { min-height: 160px; }
.entry-content input:focus, .entry-content textarea:focus, .entry-content select:focus, .contact-main input:focus, .contact-main textarea:focus, .contact-main select:focus { outline: none; border-color: var(--mint); box-shadow: 0 0 0 4px rgba(25,198,166,.18); }
.entry-content input[type="submit"], .entry-content button[type="submit"], .entry-content .wpcf7-submit, .entry-content .mw_wp_form input[type="submit"], .entry-content .wpforms-submit,
.contact-main input[type="submit"], .contact-main button[type="submit"] {
	background: var(--amber); color: var(--ink); border: 0; border-radius: 999px; padding: 17px 34px; font: inherit; font-weight: 700; font-size: 16px; cursor: pointer; width: auto; transition: background .25s, transform .25s var(--ease);
}
.entry-content input[type="submit"]:hover, .contact-main input[type="submit"]:hover { background: var(--amber-2); transform: translateY(-2px); }
.entry-content .wpcf7-not-valid-tip, .entry-content .error { color: #9b2c2c; font-size: 13px; }
.entry-content .wpcf7-response-output, .entry-content .mw_wp_form_complete { padding: 16px 20px; border-radius: 10px; background: var(--paper); border: 1px solid var(--line); margin-top: 20px; }
.entry-content .mw_wp_form .horizontal-item + .horizontal-item { margin-left: 12px; }
.contact-main .entry-content > * { max-width: none; }

/* ---------- コメント ---------- */
.comments-area { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--line); }
.comment-list { list-style: none; padding: 0; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; font: inherit; padding: 12px; border: 1.5px solid var(--line); border-radius: 10px; }
.comment-form .submit { background: var(--sea); color: #fff; border: 0; border-radius: 999px; padding: 14px 28px; font: inherit; font-weight: 700; cursor: pointer; }

/* ---------- レスポンシブ ---------- */
@media (max-width: 1024px) {
	.service-grid, .voice-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
	.why__inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 860px) {
	.nav-toggle { display: flex; }
	.site-nav {
		position: fixed; inset: 72px 0 0 0; background: var(--sea); flex-direction: column; align-items: stretch;
		padding: 24px; gap: 10px; transform: translateX(100%); transition: transform .35s var(--ease); overflow-y: auto; z-index: 90;
	}
	.site-nav.is-open { transform: translateX(0); }
	.site-nav .menu { flex-direction: column; gap: 0; }
	.site-nav .menu a, .tm-front .site-nav .menu a { color: #fff; font-size: 17px; padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.1); border-radius: 0; }
	.site-nav .menu .sub-menu { display: block; position: static; background: transparent; border: 0; box-shadow: none; padding-left: 16px; }
	.site-nav .menu .sub-menu a { color: rgba(255,255,255,.8); font-size: 15px; }
	.site-nav__cta { margin: 16px 0 0; padding: 16px; font-size: 16px; }
	.tm-front .site-header { background: rgba(11,47,53,.9); }
	body.nav-open { overflow: hidden; }
	.hero__inner { grid-template-columns: 1fr; gap: 28px; }
	.hero__visual { max-width: 520px; margin: 0 auto; }
	.hero__stats { gap: 24px; }
	.cta-band__inner, .site-footer__inner, .contact-layout { grid-template-columns: 1fr; }
	.form-grid { grid-template-columns: 1fr; }
	.why__list li { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 600px) {
	.service-grid, .voice-grid, .post-grid { grid-template-columns: 1fr; }
	.stat__num { font-size: 30px; }
	.hero__actions .btn { width: 100%; }
	.company-table th { width: 100px; }
	.company-table th, .company-table td { display: block; width: 100%; padding: 10px 14px; }
	.company-table th { border-bottom: 0; }
	.entry-content .wp-block-columns { flex-direction: column; }
	.news__list li { flex-direction: column; gap: 4px; }
}

/* ---------- モーション配慮 ---------- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001s !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
	.hero__line > span { transform: none; }
	.hero__sub, .hero__actions, .hero__stats, .pop, .stack__turtle { opacity: 1; }
	.stack__block { transform: none; opacity: 1; }
	.stack__line { stroke-dashoffset: 0; }
	.stack__dots circle { transform: none; }
	.marquee__track { animation: none; }
	html { scroll-behavior: auto; }
}

/* 資料請求フォーム */
.download-form__title{font-size:24px;margin:0 0 10px;letter-spacing:-.02em}.download-form__lead{font-size:14px;line-height:1.9;color:#516361;margin:0 0 22px}
