@charset "UTF-8";

/* =========================================================
   X-SCADA AI dedicated site styles
   Header / Footer / Main visual / Overview contents
   Body text base: 18px
   Scope: #x-scada-ai-page
========================================================= */

:root {
	--xai-header-height: 126px;
	--xai-color-base: #071426;
	--xai-color-main: #174ea6;
	--xai-color-main-dark: #0e2f62;
	--xai-color-accent: #00a6d6;
	--xai-color-text: #243447;
	--xai-color-heading: #071426;
	--xai-color-muted: #64748b;
	--xai-color-border: #dbe3ef;
	--xai-color-bg: #f5f8fc;
	--xai-color-bg-blue: #eef6ff;
	--xai-color-white: #fff;
	--xai-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

/* =========================================================
   Base
========================================================= */

#x-scada-ai-page,
#x-scada-ai-page * {
	box-sizing: border-box;
}

#x-scada-ai-page {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	margin: 0;
	color: var(--xai-color-text);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.9;
	background: var(--xai-color-white);
	overflow-x: hidden;
}

#x-scada-ai-page.is-menu-open {
	height: 100dvh;
	overflow: hidden;
}

#x-scada-ai-page a {
	color: inherit;
	text-decoration: none;
}

#x-scada-ai-page img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#x-scada-ai-page .xai-container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

#x-scada-ai-page .xai-skip-link {
	position: fixed;
	top: -100px;
	left: 16px;
	z-index: 1000;
	padding: 10px 16px;
	background: var(--xai-color-white);
	border: 1px solid var(--xai-color-border);
}

#x-scada-ai-page .xai-skip-link:focus {
	top: 16px;
}

/* =========================================================
   Header
========================================================= */

#x-scada-ai-page .xai-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	background: rgba(255, 255, 255, 0.99);
	border-bottom: 1px solid var(--xai-color-main-dark);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(14px);
}

#x-scada-ai-page .xai-header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, rgba(0, 166, 214, 0.45) 50%, transparent 100%);
	pointer-events: none;
}

#x-scada-ai-page .xai-header__phone-bar {
	position: relative;
	z-index: 1;
	background: #f5f9ff;
	border-bottom: 1px solid #d8e5f6;
}

#x-scada-ai-page .xai-header__phone-bar-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 30px;
}

#x-scada-ai-page .xai-header-phone-bar {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--xai-color-main-dark);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

#x-scada-ai-page .xai-header-phone-bar__hours {
	position: relative;
	padding-left: 11px;
	color: var(--xai-color-muted);
	font-size: 12px;
	font-weight: 700;
}

#x-scada-ai-page .xai-header-phone-bar__hours::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 12px;
	background: #c4d5ec;
	transform: translateY(-50%);
}

#x-scada-ai-page .xai-header__inner {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: calc(var(--xai-header-height) - 30px);
}

#x-scada-ai-page .xai-logo {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 auto;
	width: 205px;
	line-height: 1.2;
}

#x-scada-ai-page .xai-logo:hover {
	text-decoration: none !important;
}

#x-scada-ai-page .xai-logo__image {
	display: block;
	width: 225px;
	height: auto;
}

#x-scada-ai-page .xai-logo__text {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--xai-color-muted);
}

#x-scada-ai-page .xai-nav {
	flex: 1;
}

#x-scada-ai-page .xai-nav__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#x-scada-ai-page .xai-nav__list {
	margin: 0 !important;
}

#x-scada-ai-page .xai-nav__list li {
	margin: 0 !important;
}

#x-scada-ai-page .xai-nav__link {
	position: relative;
	display: block;
	padding: 10px 14px;
	border-radius: 0;
	color: var(--xai-color-heading);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	background: transparent;
	transition: color 0.2s ease;
}

#x-scada-ai-page .xai-nav__link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 2px;
	width: 0;
	height: 3px;
	border-radius: 999px;
	background: var(--xai-color-main);
	transform: translateX(-50%);
	transition: width 0.2s ease;
}

#x-scada-ai-page .xai-nav__link:hover,
#x-scada-ai-page .xai-nav__link.is-current {
	color: var(--xai-color-main);
	background: transparent;
	text-decoration: none !important;
}

#x-scada-ai-page .xai-nav__link:hover::after,
#x-scada-ai-page .xai-nav__link.is-current::after {
	width: 28px;
}

#x-scada-ai-page .xai-contact-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--xai-color-white) !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	background: var(--xai-color-main);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

#x-scada-ai-page .xai-contact-button:hover {
	opacity: 0.86;
	transform: translateY(-1px);
	text-decoration: none !important;
}

#x-scada-ai-page .xai-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex: 0 0 auto;
}

#x-scada-ai-page .xai-nav__drawer-action {
	display: none;
}

#x-scada-ai-page .xai-drawer-phone--mobile {
	display: none;
}

#x-scada-ai-page .xai-menu-button {
	display: none;
	position: relative;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--xai-color-border);
	border-radius: 999px;
	background: var(--xai-color-white);
	cursor: pointer;
}

#x-scada-ai-page .xai-menu-button__line {
	display: block;
	width: 19px;
	height: 2px;
	margin: 5px auto;
	background: var(--xai-color-base);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

#x-scada-ai-page .xai-menu-button__text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

/* =========================================================
   Main
========================================================= */

#x-scada-ai-page .xai-main,
#x-scada-ai-page .xai-page-main {
	flex: 1 0 auto;
}

#x-scada-ai-page .xai-main--top {
	padding-top: 0;
}

#x-scada-ai-page .xai-main--lower {
	padding-top: var(--xai-header-height);
}

/* =========================================================
   Main visual
========================================================= */

#x-scada-ai-page .xai-mv {
	position: relative;
	min-height: 480px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(--xai-color-white);
	background: var(--xai-color-base);
}

#x-scada-ai-page .xai-mv__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-image: url("/wp-content/themes/twentytwelve-child/x-scada-ai/assets/images/hero.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#x-scada-ai-page .xai-mv__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(90deg,
			rgba(0, 22, 55, 0.58) 0%,
			rgba(0, 22, 55, 0.35) 45%,
			rgba(0, 22, 55, 0.10) 100%);
}

#x-scada-ai-page .xai-mv__inner {
	position: relative;
	z-index: 3;
	min-height: inherit;
	display: flex;
	align-items: center;
	padding: var(--xai-header-height) 0 0;
}

#x-scada-ai-page .xai-mv__content {
	max-width: 760px;
}

#x-scada-ai-page .xai-mv__logo {
	display: inline-flex;
	align-items: center;
	margin: 0 0 30px;
	padding: 15px 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: var(--xai-color-accent);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

#x-scada-ai-page .xai-mv__logo img {
	display: block;
	max-width: 260px;
	height: auto;
}

#x-scada-ai-page .xai-mv__catch {
	margin: 0;
	color: var(--xai-color-white);
	font-size: clamp(40px, 4.2vw, 62px);
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: 0.03em;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

/* =========================================================
   Page title / Overview contents
========================================================= */

#x-scada-ai-page .xai-page-head {
	padding: 70px 0 80px;
	text-align: center;
	background: #f3f5f8;
}

#x-scada-ai-page .xai-page-head .xai-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#x-scada-ai-page .xai-page-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
	padding: 4px 14px;
	border-radius: 999px;
	color: var(--xai-color-main);
	font-size: 15px !important;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.14em;
	background: #ffffff;
	border: 1px solid #dadada;
}

#x-scada-ai-page .xai-page-title {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 18px;
	color: var(--xai-color-base);
	font-size: clamp(36px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.03em;
	text-align: center;
}

#x-scada-ai-page .xai-page-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 72px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--xai-color-main), var(--xai-color-accent));
	transform: translateX(-50%);
}

#x-scada-ai-page .xai-page-lead {
	max-width: 900px;
	margin: 18px 0 0;
	color: var(--xai-color-muted);
	font-size: 20px !important;
	line-height: 1.9 !important;
}

#x-scada-ai-page .xai-section {
	padding: 80px 0;
	background: var(--xai-color-white);
}

#x-scada-ai-page .xai-section--blue {
	background: #f3f5f8;
}

#x-scada-ai-page .xai-section--gray {
	background: #f3f5f8;
}

#x-scada-ai-page .xai-section__head {
	margin-bottom: 32px;
}

#x-scada-ai-page .xai-section__label {
	display: inline-block;
	margin: 0 0 10px;
	color: var(--xai-color-accent);
	font-size: 15px !important;
	font-weight: 800;
	letter-spacing: 0.12em;
}

#x-scada-ai-page .xai-section h2 {
	margin: 0;
	color: var(--xai-color-heading);
	font-size: clamp(32px, 3.5vw, 44px) !important;
	font-weight: 800;
	line-height: 1.45;
}

#x-scada-ai-page .xai-section h3 {
	margin: 0 0 12px;
	color: var(--xai-color-heading);
	font-size: 24px !important;
	font-weight: 800;
	line-height: 1.5;
}

#x-scada-ai-page .xai-section p,
#x-scada-ai-page .xai-text p {
	margin: 0 0 1.45em;
	color: var(--xai-color-text);
	font-size: 18px !important;
	line-height: 1.9 !important;
	letter-spacing: 0.015em;
}

#x-scada-ai-page .xai-section li,
#x-scada-ai-page .xai-card li,
#x-scada-ai-page .xai-architecture__box li {
	color: var(--xai-color-text);
	font-size: 18px !important;
	line-height: 1.9 !important;
	letter-spacing: 0.015em;
}

#x-scada-ai-page .xai-text strong {
	color: var(--xai-color-main-dark);
}

#x-scada-ai-page .txt-bold {
	font-weight: 700;
	color: var(--xai-color-base);
}

/* =========================================================
   Figure / Lists / Cards
========================================================= */

#x-scada-ai-page .xai-figure {
	position: relative;
	margin: 0;
	text-align: center;
	padding: 40px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
	border: 1px solid var(--xai-color-border);
	background: #ffffff;
	cursor: pointer;
}

#x-scada-ai-page .xai-figure img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#x-scada-ai-page .xai-figure::after {
	content: "＋";
	position: absolute;
	right: 24px;
	bottom: 97px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	padding-bottom: 2px;
	border: 3px solid #ffffff;
	border-radius: 999px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	background: var(--xai-color-main);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.22);
	pointer-events: none;
}

#x-scada-ai-page .xai-figure figcaption {
	display: inline-block;
	margin-top: 40px;
	color: var(--xai-color-main-dark);
	font-size: 17px !important;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

/* image modal */
#x-scada-ai-page .xai-image-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: rgba(7, 20, 38, 0.82);
}

#x-scada-ai-page .xai-image-modal.is-visible {
	display: flex;
}

#x-scada-ai-page .xai-image-modal__img {
	display: block;
	max-width: 92vw;
	max-height: 86vh;
	background: #ffffff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

#x-scada-ai-page .xai-image-modal__close {
	position: fixed;
	top: 22px;
	right: 24px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	color: var(--xai-color-main-dark);
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	background: #ffffff;
	cursor: pointer;
}


#x-scada-ai-page .xai-list,
#x-scada-ai-page .xai-component-list {
	margin: 14px 0 1.4em;
	padding-left: 1.4em;
}

#x-scada-ai-page .xai-list li,
#x-scada-ai-page .xai-component-list li {
	margin-bottom: 0.45em;
}

#x-scada-ai-page .xai-subsection {
	margin-top: 34px;
}

#x-scada-ai-page .xai-module-grid,
#x-scada-ai-page .xai-feature-grid {
	display: grid;
	gap: 22px;
}

#x-scada-ai-page .xai-module-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 24px 0 32px;
}

#x-scada-ai-page .xai-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#x-scada-ai-page .xai-card {
	padding: 28px;
	border: 1px solid var(--xai-color-border);
	border-radius: 18px;
	background: var(--xai-color-white);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

#x-scada-ai-page .xai-card p:last-child {
	margin-bottom: 0;
}

#x-scada-ai-page .xai-card__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	border-radius: 999px;
	color: var(--xai-color-white);
	font-size: 15px;
	font-weight: 800;
	background: var(--xai-color-main);
}

#x-scada-ai-page .xai-feature-list {
	counter-reset: xai-feature;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 26px;
	width: 100%;
	margin-top: 34px;
}

#x-scada-ai-page .xai-feature-item {
	counter-increment: xai-feature;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 32px 34px;
	border: 1px solid var(--xai-color-border);
	border-radius: 18px;
	background: var(--xai-color-white);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

#x-scada-ai-page .xai-feature-item__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 112px;
	height: 34px;
	margin: 0 0 14px;
	padding: 0 14px;
	border: 1px solid var(--xai-color-main);
	border-radius: 999px;
	color: var(--xai-color-main);
	font-size: 0;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.06em;
	background: #f3f5f8;
}

#x-scada-ai-page .xai-feature-item__num::before {
	content: "FEATURE " counter(xai-feature, decimal-leading-zero);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
}

#x-scada-ai-page .xai-feature-item__body {
	width: 100%;
	min-width: 0;
}

#x-scada-ai-page .xai-feature-item__body h3,
#x-scada-ai-page .xai-feature-item>h3 {
	margin: 0 0 12px;
	color: var(--xai-color-heading);
	font-size: 24px !important;
	font-weight: 800;
	line-height: 1.45;
}

#x-scada-ai-page .xai-feature-item p,
#x-scada-ai-page .xai-feature-item ul {
	width: 100%;
	margin-top: 0;
}

#x-scada-ai-page .xai-feature-item p:last-child {
	margin-bottom: 0;
}

/* =========================================================
   Architecture boxes
========================================================= */

#x-scada-ai-page .xai-architecture {
	display: grid;
	grid-template-columns: 1fr 88px 1.15fr 88px 1fr;
	gap: 18px;
	align-items: stretch;
	margin-top: 36px;
}

#x-scada-ai-page .xai-architecture__box {
	padding: 26px 24px;
	border: 1px solid var(--xai-color-border);
	border-radius: 18px;
	background: var(--xai-color-white);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

#x-scada-ai-page .xai-architecture__box--center {
	color: var(--xai-color-white);
	border-color: transparent;
	background: linear-gradient(135deg, var(--xai-color-main-dark), var(--xai-color-main));
}

#x-scada-ai-page .xai-architecture__box--center h3,
#x-scada-ai-page .xai-architecture__box--center p,
#x-scada-ai-page .xai-architecture__box--center li {
	color: var(--xai-color-white);
}

#x-scada-ai-page .xai-architecture__box ul {
	margin: 14px 0 0;
	padding-left: 1.2em;
}

#x-scada-ai-page .xai-architecture__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--xai-color-main);
	font-weight: 800;
}

#x-scada-ai-page .xai-architecture__arrow::before {
	content: "";
	display: block;
	width: 64px;
	height: 2px;
	background: currentColor;
}

#x-scada-ai-page .xai-architecture__arrow::after {
	content: "";
	margin-left: -8px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid currentColor;
}

/* =========================================================
   Tables
========================================================= */

#x-scada-ai-page .xai-table-wrap {
	overflow-x: auto;
	border: 1px solid #9fb4d2;
	background: var(--xai-color-white);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
	margin-bottom: 20px;
}

#x-scada-ai-page .xai-table {
	width: 100%;
	min-width: 0;
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: none;
	table-layout: fixed;
}

#x-scada-ai-page .xai-table th,
#x-scada-ai-page .xai-table td {
	padding: 22px 24px;
	border-right: 1px solid #b8c9de;
	border-bottom: 1px solid #b8c9de;
	font-size: 18px !important;
	line-height: 1.85 !important;
	vertical-align: middle;
}

#x-scada-ai-page .xai-table th {
	font-size: 20px !important;
	line-height: 1.6 !important;
	text-align: center;
}

#x-scada-ai-page .xai-table th {
	color: var(--xai-color-white);
	font-weight: 800;
	letter-spacing: 0.03em;
	text-align: center;
	background: var(--xai-color-main-dark);
}

#x-scada-ai-page .xai-table td {
	color: var(--xai-color-text);
	font-weight: 500;
	text-align: left;
	background: var(--xai-color-white);
}

#x-scada-ai-page .xai-table tbody tr:nth-child(even) td {
	background: #fbfdff;
}

#x-scada-ai-page .xai-table th:first-child {
	width: 15%;
	text-align: center;
}

#x-scada-ai-page .xai-table th:nth-child(2) {
	width: 40%;
}

#x-scada-ai-page .xai-table th:nth-child(3) {
	width: 45%;
}

#x-scada-ai-page .xai-table td:first-child {
	font-weight: 700;
	background: #f2f7ff;
}

#x-scada-ai-page .xai-table tbody tr:nth-child(even) td:first-child {
	background: #f2f7ff;
}

#x-scada-ai-page .xai-table th:last-child,
#x-scada-ai-page .xai-table td:last-child {
	border-right: 1px solid #9fb4d2;
}

#x-scada-ai-page .xai-table tr:last-child td {
	border-bottom: 1px solid #9fb4d2;
}

#x-scada-ai-page .xai-table-note {
	margin: 18px 0 0;
	color: var(--xai-color-text);
	font-size: 16px !important;
	line-height: 1.8 !important;
}

/* =========================================================
   CTA
========================================================= */

#x-scada-ai-page .xai-cta {
	padding: 72px 0;
	color: var(--xai-color-white);
	text-align: center;
	background: linear-gradient(135deg, var(--xai-color-main-dark), var(--xai-color-main));
}

#x-scada-ai-page .xai-cta__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 28px;
	margin: 0 auto;
	text-align: center;
}

#x-scada-ai-page .xai-cta h2 {
	margin: 0;
	color: var(--xai-color-white);
	font-size: clamp(32px, 3.2vw, 42px);
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

#x-scada-ai-page .xai-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px !important;
	font-weight: 600;
	line-height: 1.9 !important;
	letter-spacing: 0.03em;
	text-align: center;
}

#x-scada-ai-page .xai-cta p:first-child {
	margin-bottom: 10px;
	color: #fff;
	font-size: clamp(26px, 2.4vw, 36px) !important;
	font-weight: 900;
	line-height: 1.65 !important;
	letter-spacing: 0.04em;
}

#x-scada-ai-page .xai-cta p:nth-child(2) {
	font-size: 18px !important;
	font-weight: 600;
	line-height: 1.8 !important;
}

#x-scada-ai-page .xai-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 56px;
	margin-top: 4px;
	padding: 15px 34px;
	border-radius: 999px;
	color: var(--xai-color-main-dark) !important;
	font-size: 17px;
	font-weight: 800;
	background: var(--xai-color-white);
	border: 2px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
	transform-origin: center center;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

#x-scada-ai-page .xai-cta__button:hover {
	background: #fff;
	color: var(--xai-color-main-dark) !important;
	transform: scale(1.08);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
	text-decoration: none !important;
}

/* =========================================================
   Page top button
========================================================= */

#x-scada-ai-page .xai-page-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 850;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	color: var(--xai-color-white) !important;
	font-size: 15px;
	font-weight: 800;
	background: var(--xai-color-main);
	box-shadow: var(--xai-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	border: 3px solid #ffffff;
}

#x-scada-ai-page .xai-page-top:hover {
	text-decoration: none !important;
}

#x-scada-ai-page .xai-page-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

/* =========================================================
   Flow / Price page
   シンプルな導入フロー
========================================================= */

#x-scada-ai-page .xai-flow-page .xai-flow-diagram {
	width: 100%;
	margin-top: 30px;
}

#x-scada-ai-page .xai-flow-page .xai-flow-diagram__caption {
	display: table;
	margin: 0 auto 22px;
	padding: 0 0 4px;
	color: var(--xai-color-main-dark);
	font-size: 16px !important;
	font-weight: 800;
	line-height: 1.5 !important;
	letter-spacing: 0.04em;
	text-align: center;
	border-bottom: 2px solid var(--xai-color-main);
}

#x-scada-ai-page .xai-flow-page .xai-flow-steps {
	display: flex !important;
	flex-direction: column !important;
	gap: 28px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#x-scada-ai-page .xai-flow-page .xai-flow-step {
	position: relative;
	display: block !important;
	width: 100%;
	min-width: 0;
	margin: 0 !important;
	padding: 14px 32px 18px 64px;
	border: 1px solid #b9cdf0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

#x-scada-ai-page .xai-flow-page .xai-flow-step::before {
	display: none !important;
	content: none !important;
}

#x-scada-ai-page .xai-flow-page .xai-flow-step:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 16px;
	height: 16px;
	border-right: 4px solid var(--xai-color-main);
	border-bottom: 4px solid var(--xai-color-main);
	transform: translateX(-50%) rotate(45deg);
}

#x-scada-ai-page .xai-flow-page .xai-flow-step__num {
	position: absolute;
	left: -18px;
	top: 50%;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.02em;
	white-space: nowrap;
	background: var(--xai-color-main);
	box-shadow: 0 6px 16px rgba(23, 78, 166, 0.18);
	transform: translateY(-50%);
}

#x-scada-ai-page .xai-flow-page .xai-flow-step__body {
	width: 100%;
	min-width: 0;
}

#x-scada-ai-page .xai-flow-page .xai-flow-step h3 {
	margin: 0 0 8px;
	color: var(--xai-color-main-dark);
	font-size: 23px !important;
	font-weight: 900;
	line-height: 1.45 !important;
	letter-spacing: 0.03em;
	word-break: normal;
	overflow-wrap: anywhere;
}

#x-scada-ai-page .xai-flow-page .xai-flow-step .xai-list {
	width: 100%;
	margin: 0;
	padding-left: 1.15em;
}

#x-scada-ai-page .xai-flow-page .xai-flow-step .xai-list li {
	width: auto;
	margin: 0 0 0.15em;
	color: var(--xai-color-text);
	font-size: 16px !important;
	line-height: 1.55 !important;
	letter-spacing: 0.02em;
	word-break: normal;
	overflow-wrap: anywhere;
}

#x-scada-ai-page .xai-flow-page .xai-flow-step .xai-list li:last-child {
	margin-bottom: 0;
}

/* 2列テーブルは共通表デザインのまま幅だけ調整 */
#x-scada-ai-page .xai-flow-page .xai-table--solution th:first-child,
#x-scada-ai-page .xai-flow-page .xai-table--menu th:first-child {
	width: 34%;
}

#x-scada-ai-page .xai-flow-page .xai-table--solution th:nth-child(2),
#x-scada-ai-page .xai-flow-page .xai-table--menu th:nth-child(2) {
	width: 66%;
}

@media screen and (max-width: 1000px) {
	#x-scada-ai-page .xai-figure {
		padding: 25px;

	}

	#x-scada-ai-page .xai-figure figcaption {
		font-size: 16px !important;
	}

	#x-scada-ai-page .xai-figure::after {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	#x-scada-ai-page .xai-flow-page .xai-flow-step {
		padding: 22px 26px 22px 58px;
	}

	#x-scada-ai-page .xai-flow-page .xai-flow-step__num {
		left: -16px;
		width: 38px;
		height: 38px;
		font-size: 14px;
	}

	#x-scada-ai-page .xai-flow-page .xai-flow-step h3 {
		font-size: 22px !important;
	}
}

@media screen and (max-width: 600px) {
	#x-scada-ai-page .xai-flow-page .xai-flow-diagram__caption {
		margin-bottom: 20px;
		font-size: 14px !important;
	}

	#x-scada-ai-page .xai-flow-page .xai-flow-steps {
		gap: 26px;
	}

	#x-scada-ai-page .xai-flow-page .xai-flow-step {
		padding: 14px 18px 20px 18px;
		border-radius: 10px;
		overflow: visible;
	}

	#x-scada-ai-page .xai-flow-page .xai-flow-step:not(:last-child)::after {
		bottom: -19px;
		width: 14px;
		height: 14px;
		border-width: 3px;
	}


	#x-scada-ai-page .xai-flow-page .xai-flow-step__num {
		left: 22px;
		top: 20px;
		transform: none;
		width: 33px;
		height: 33px;
		font-size: 15px;
	}

	#x-scada-ai-page .xai-flow-page .xai-flow-step h3 {
		min-height: 44px;
		margin: 0 0 12px;
		padding-left: 57px;
		display: flex;
		align-items: center;
		font-size: 24px !important;
		line-height: 1.4 !important;
	}

	#x-scada-ai-page .xai-flow-page .xai-flow-step .xai-list {
		margin: 0;
		padding-left: 2em;
	}

	#x-scada-ai-page .xai-flow-page .xai-flow-step .xai-list li {
		font-size: 16px !important;
		line-height: 1.7 !important;
	}

	#x-scada-ai-page .xai-figure {
		padding: 0;
		border: none;
		box-shadow: none;
		background: none;
	}

	#x-scada-ai-page .xai-figure::after {
		right: 10px;
		bottom: 46px;
		width: 38px;
		height: 38px;
		font-size: 24px;
	}

	#x-scada-ai-page .xai-image-modal {
		padding: 18px;
	}

	#x-scada-ai-page .xai-image-modal__close {
		top: 12px;
		right: 12px;
		width: 42px;
		height: 42px;
	}

	#x-scada-ai-page .xai-figure figcaption {
		border-bottom: 2px solid var(--xai-color-main-dark);
		padding-bottom: 4px;
		font-size: 15px !important;
		margin-top: 20px;
	}

}


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

	#x-scada-ai-page .xai-table th,
	#x-scada-ai-page .xai-table td {
		line-height: 1.5 !important;
	}
}

/* =========================================================
   Solution table with product logos
   ご提供形態：組み合わせ表
========================================================= */

#x-scada-ai-page .xai-table--solution-logo th:first-child {
	width: 30%;
}

#x-scada-ai-page .xai-table--solution-logo th:nth-child(2) {
	width: 70%;
}

#x-scada-ai-page .xai-table--solution-logo .xai-solution-combo-cell {
	padding: 15px 22px;
	text-align: center;
	background: #f2f7ff !important;
}

#x-scada-ai-page .xai-solution-combo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-height: 120px;
	text-align: center;
}

#x-scada-ai-page .xai-solution-product--xscada {
	display: inline-block;
	color: var(--xai-color-main-dark);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.03em;
}

#x-scada-ai-page .xai-solution-plus {
	display: block;
	color: var(--xai-color-heading);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

#x-scada-ai-page .xai-solution-logo {
	display: block;
	max-width: 180px;
	max-height: 46px;
	object-fit: contain;
}

#x-scada-ai-page .xai-solution-logo--monnit {
	max-height: 29px;
}

#x-scada-ai-page .xai-solution-logo--cuecall {
	max-height: 33px;
}

#x-scada-ai-page .xai-solution-sub {
	display: block;
	color: #383838;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.4;
}

#x-scada-ai-page .xai-table--solution-logo td:nth-child(2) {
	font-weight: 500;
	line-height: 1.9 !important;
}

#x-scada-ai-page .xai-table-note {
	margin: 16px 0 0;
	color: var(--xai-color-muted);
	font-size: 15px !important;
	line-height: 1.7 !important;
}

@media screen and (max-width: 900px) {
	#x-scada-ai-page .xai-table--solution-logo th:first-child {
		width: 38%;
	}

	#x-scada-ai-page .xai-table--solution-logo th:nth-child(2) {
		width: 62%;
	}


	#x-scada-ai-page .xai-solution-logo {
		max-width: 190px;
	}
}

@media screen and (max-width: 600px) {
	#x-scada-ai-page .xai-table--solution-logo {
		min-width: 720px;
	}

	#x-scada-ai-page .xai-table--solution-logo .xai-solution-combo-cell {
		padding: 22px 18px;
	}

	#x-scada-ai-page .xai-solution-combo {
		min-height: 120px;
		gap: 7px;
	}

	#x-scada-ai-page .xai-solution-logo {
		max-width: 170px;
	}

	#x-scada-ai-page .xai-solution-sub {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	#x-scada-ai-page .xai-solution-product--xscada {
		font-size: 20px;
	}
}

/* =========================================================
   FAQ page
   よくある質問：アコーディオン
========================================================= */

#x-scada-ai-page .xai-faq-page .xai-section>.xai-container {
	max-width: 1200px;
}

#x-scada-ai-page .xai-faq-page .xai-faq-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	width: 100%;
	margin: 30px 0 44px;
	padding: 0;
}

#x-scada-ai-page .xai-faq-page .xai-faq-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	min-height: 42px;
	padding: 8px 20px;
	border: 1px solid #bfd0ea;
	border-radius: 999px;
	color: var(--xai-color-main-dark);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	background: #f4f8ff;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

#x-scada-ai-page .xai-faq-page .xai-faq-nav a:hover {
	color: #fff;
	background: var(--xai-color-main);
	border-color: var(--xai-color-main);
	text-decoration: none !important;
}

#x-scada-ai-page .xai-faq-page .xai-faq-nav a:active,
#x-scada-ai-page .xai-faq-page .xai-faq-nav a:focus {
	outline: none;
}

#x-scada-ai-page .xai-faq-page .xai-faq-nav a:focus-visible {
	box-shadow: 0 0 0 3px rgba(23, 78, 166, 0.18);
}

#x-scada-ai-page .xai-faq-category {
	width: 100%;
	margin-top: 54px;
	scroll-margin-top: calc(var(--xai-header-height) + 32px);
}

#x-scada-ai-page .xai-faq-category:first-of-type {
	margin-top: 0;
}

#x-scada-ai-page .xai-faq-category__title {
	position: relative;
	margin: 0 0 18px !important;
	padding-left: 18px;
	color: var(--xai-color-main-dark);
	font-size: 26px !important;
	font-weight: 900;
	line-height: 1.5 !important;
}

#x-scada-ai-page .xai-faq-category__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 5px;
	height: 1.2em;
	border-radius: 999px;
	background: var(--xai-color-main);
}

#x-scada-ai-page .xai-faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#x-scada-ai-page .xai-faq-item {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #c8d7ed;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
	overflow: hidden;
}

#x-scada-ai-page .xai-faq-item__heading {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

#x-scada-ai-page .xai-faq-question {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) 32px;
	gap: 16px;
	align-items: center;
	width: 100%;
	min-height: 78px;
	margin: 0 !important;
	padding: 20px 26px;
	border: 0;
	border-radius: 0;
	color: var(--xai-color-main-dark);
	text-align: left;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

#x-scada-ai-page .xai-faq-question:hover,
#x-scada-ai-page .xai-faq-question:active,
#x-scada-ai-page .xai-faq-question[aria-expanded="true"] {
	background: #f4f8ff;
}

#x-scada-ai-page .xai-faq-question:focus {
	outline: none;
}

#x-scada-ai-page .xai-faq-question:focus-visible {
	box-shadow: inset 0 0 0 3px rgba(23, 78, 166, 0.16);
}

#x-scada-ai-page .xai-faq-question__no {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
	background: var(--xai-color-main);
}

#x-scada-ai-page .xai-faq-question__text {
	display: block;
	color: var(--xai-color-main-dark);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

#x-scada-ai-page .xai-faq-question__icon {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #bfd0ea;
	border-radius: 999px;
	background: #fff;
}

#x-scada-ai-page .xai-faq-question__icon::before,
#x-scada-ai-page .xai-faq-question__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 13px;
	height: 2px;
	border-radius: 999px;
	background: var(--xai-color-main);
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

#x-scada-ai-page .xai-faq-question__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

#x-scada-ai-page .xai-faq-question[aria-expanded="true"] .xai-faq-question__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

#x-scada-ai-page .xai-faq-answer {
	display: block;
	height: 0;
	overflow: hidden;
	background: #fff;
	transition: height 0.28s ease;
}

#x-scada-ai-page .xai-faq-answer__inner {
	padding: 0 26px 26px 88px;
	border-top: 1px solid #e0e8f5;
}

#x-scada-ai-page .xai-faq-answer__inner p {
	margin: 20px 0 0;
	color: var(--xai-color-text);
	font-size: 18px !important;
	line-height: 1.95 !important;
	letter-spacing: 0.015em;
}

#x-scada-ai-page .xai-faq-answer__list {
	margin: 16px 0 0;
	padding-left: 1.3em;
}

#x-scada-ai-page .xai-faq-answer__list li {
	margin: 0 0 0.55em;
	color: var(--xai-color-text);
	font-size: 18px !important;
	line-height: 1.9 !important;
	letter-spacing: 0.015em;
}

@media screen and (max-width: 900px) {
	#x-scada-ai-page .xai-faq-page .xai-faq-nav {
		margin-bottom: 36px;
	}

	#x-scada-ai-page .xai-faq-question {
		padding: 20px 22px;
	}

	#x-scada-ai-page .xai-faq-answer__inner {
		padding: 0 22px 24px 82px;
	}
}

@media screen and (max-width: 600px) {
	#x-scada-ai-page .xai-faq-page .xai-faq-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin: 24px 0 34px;
	}

	#x-scada-ai-page .xai-faq-page .xai-faq-nav a {
		width: 100%;
		min-width: 0;
		min-height: 42px;
		padding: 8px 10px;
		font-size: 14px;
	}

	#x-scada-ai-page .xai-faq-category {
		margin-top: 42px;
		scroll-margin-top: calc(var(--xai-header-height) + 24px);
	}

	#x-scada-ai-page .xai-faq-category__title {
		font-size: 23px !important;
	}

	#x-scada-ai-page .xai-faq-question {
		grid-template-columns: auto minmax(0, 1fr) 28px;
		gap: 12px;
		min-height: 70px;
		padding: 18px 16px;
	}

	#x-scada-ai-page .xai-faq-question__no {
		min-width: 30px;
		height: 30px;
		font-size: 13px;
	}

	#x-scada-ai-page .xai-faq-question__text {
		font-size: 18px;
		line-height: 1.55;
	}

	#x-scada-ai-page .xai-faq-question__icon {
		width: 28px;
		height: 28px;
	}

	#x-scada-ai-page .xai-faq-answer__inner {
		padding: 0 16px 22px;
	}

	#x-scada-ai-page .xai-faq-answer__inner p,
	#x-scada-ai-page .xai-faq-answer__list li {
		font-size: 16px !important;
		line-height: 1.85 !important;
	}
}

/* =========================================================
   Responsive breakpoint policy

   1100px：PCナビからハンバーガーメニューへ切り替え
   900px ：MV・本文・カード・表の中間調整
   760px ：フッター等の大きなレイアウトを縦積み寄りに調整
   600px ：スマホ最終調整・電話リンク・表横スクロール
   430px ：極小スマホ向けの微調整

   ※640pxは600pxへ統合
   ※800px／820pxは760pxへ統合
========================================================= */

/* =========================================================
   Responsive
========================================================= */

@media screen and (max-width: 1100px) {
	#x-scada-ai-page .xai-mv__logo img {
		max-width: 220px;
	}

	#x-scada-ai-page .xai-header__phone-bar {
		display: none;
	}

	:root {
		--xai-header-height: 75px;
		--xai-header-main-height: 75px;
	}

	#x-scada-ai-page .xai-header__inner {
		gap: 16px;
		min-height: var(--xai-header-height);
	}

	#x-scada-ai-page .xai-menu-button {
		display: block;
		margin-left: auto;
	}

	#x-scada-ai-page .xai-header__actions {
		display: none;
	}

	#x-scada-ai-page .xai-nav {
		position: fixed;
		top: var(--xai-header-height);
		left: 0;
		display: none;
		width: 100%;
		max-height: calc(100dvh - var(--xai-header-height));
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 35px 5% calc(40px + env(safe-area-inset-bottom));
		background: var(--xai-color-white);
		border-top: 1px solid var(--xai-color-border);
		box-shadow: var(--xai-shadow);
	}

	#x-scada-ai-page.is-menu-open .xai-nav {
		display: block;
	}

	#x-scada-ai-page .xai-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 13px !important;
	}

	#x-scada-ai-page .xai-nav__link {
		padding: 10px 16px;
		border-radius: 12px;
		background: var(--xai-color-bg);
	}

	#x-scada-ai-page .xai-nav__link::after {
		display: none;
	}

	#x-scada-ai-page .xai-nav__link:hover,
	#x-scada-ai-page .xai-nav__link.is-current {
		color: var(--xai-color-main);
		background: #edf5ff;
	}

	#x-scada-ai-page .xai-nav__drawer-action {
		display: block;
	}

	#x-scada-ai-page .xai-nav__drawer-action:not(.xai-nav__drawer-action--phone) {
		margin-top: 20px;
	}

	#x-scada-ai-page .xai-nav__drawer-action--phone {
		margin-top: 10px;
	}

	#x-scada-ai-page .xai-drawer-contact,
	#x-scada-ai-page .xai-drawer-phone {
		display: flex;
		width: 100%;
		border-radius: 8px;
		font-weight: 800;
		line-height: 1.35;
		text-align: center;
		transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
	}

	#x-scada-ai-page .xai-drawer-contact {
		align-items: center;
		justify-content: center;
		min-height: 56px;
		padding: 18px 18px;
		color: var(--xai-color-white) !important;
		font-size: 20px;
		background: var(--xai-color-main);
		box-shadow: 0 8px 18px rgba(23, 78, 166, 0.16);
		border-radius: 8px;
		font-weight: 800;
	}


	#x-scada-ai-page .xai-drawer-contact:hover {
		box-shadow: 0 16px 30px rgba(23, 78, 166, 0.28);
		transform: translateY(-1px);
		opacity: 0.94;
		text-decoration: none !important;
	}

	#x-scada-ai-page .xai-drawer-phone {
		position: relative;
		overflow: hidden;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		min-height: 94px;
		padding: 18px 22px 18px 26px;
		color: var(--xai-color-white) !important;
		background: linear-gradient(135deg, #0b3a5a 0%, #0f5870 100%);
		box-shadow: 0 14px 28px rgba(7, 20, 38, 0.2);
	}

	#x-scada-ai-page .xai-drawer-phone::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 6px;
		height: 100%;
		background: #f59e0b;
	}

	#x-scada-ai-page .xai-drawer-phone::after {
		content: "";
		position: absolute;
		right: -26px;
		top: -34px;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.08);
		pointer-events: none;
	}

	#x-scada-ai-page .xai-drawer-phone:hover {
		box-shadow: 0 18px 34px rgba(7, 20, 38, 0.24);
		transform: translateY(-1px);
	}

	#x-scada-ai-page .xai-drawer-phone__company {
		display: block;
		position: relative;
		z-index: 1;
		margin-bottom: 3px;
		font-size: 13px;
		font-weight: 800;
		line-height: 1.3;
		letter-spacing: 0.03em;
	}

	#x-scada-ai-page .xai-drawer-phone__number {
		display: block;
		position: relative;
		z-index: 1;
		font-size: 27px;
		font-weight: 900;
		line-height: 1.2;
		letter-spacing: 0.03em;
	}

	#x-scada-ai-page .xai-drawer-phone__hours {
		display: block;
		position: relative;
		z-index: 1;
		margin-top: 4px;
		font-size: 13px;
		font-weight: 800;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}

	#x-scada-ai-page .xai-drawer-phone--mobile {
		display: none;
	}

	#x-scada-ai-page .xai-drawer-phone--desktop {
		display: flex;
	}

	#x-scada-ai-page .xai-contact-button {
		min-height: 40px;
		padding: 10px 16px;
	}

	#x-scada-ai-page.is-menu-open .xai-menu-button__line:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	#x-scada-ai-page.is-menu-open .xai-menu-button__line:nth-child(2) {
		opacity: 0;
	}

	#x-scada-ai-page.is-menu-open .xai-menu-button__line:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	#x-scada-ai-page .xai-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#x-scada-ai-page .xai-architecture {
		grid-template-columns: 1fr;
	}

	#x-scada-ai-page .xai-architecture__arrow {
		height: 22px;
		transform: rotate(90deg);
	}
}

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

	#x-scada-ai-page .xai-mv__inner {
		padding: var(--xai-header-height) 0 0;
	}

	#x-scada-ai-page .xai-mv__overlay {
		background: linear-gradient(90deg,
				rgba(0, 22, 55, 0.58) 0%,
				rgba(0, 22, 55, 0.35) 45%,
				rgba(0, 22, 55, 0.10) 100%);
	}

	#x-scada-ai-page .xai-mv__content {
		max-width: 560px;
	}

	#x-scada-ai-page .xai-page-head {
		padding: 46px 0 40px;
	}

	#x-scada-ai-page .xai-page-title {
		font-size: clamp(32px, 5vw, 42px) !important;
	}

	#x-scada-ai-page .xai-cta__inner {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	#x-scada-ai-page .xai-feature-item {
		padding: 28px 26px;
	}

	#x-scada-ai-page .xai-feature-item__num {
		min-width: 106px;
		height: 32px;
		margin-bottom: 12px;
		padding: 0 12px;
		font-size: 0;
	}

	#x-scada-ai-page .xai-feature-item__num::before {
		font-size: 12px;
	}

	#x-scada-ai-page .xai-table th:first-child {
		width: 20%;
	}

	#x-scada-ai-page .xai-table th:nth-child(2) {
		width: 38%;
	}

	#x-scada-ai-page .xai-table th:nth-child(3) {
		width: 42%;
	}

	#x-scada-ai-page .xai-list,
	#x-scada-ai-page .xai-component-list {
		padding-left: 0;
	}

	#x-scada-ai-page .xai-list li,
	#x-scada-ai-page .xai-component-list li {
		margin-left: 25px;
	}
}

@media screen and (max-width: 600px) {
	:root {
		--xai-header-height: 62px;
	}

	#x-scada-ai-page .xai-logo {
		width: 178px;
	}

	#x-scada-ai-page .xai-logo__image {
		width: 140px;
	}


	#x-scada-ai-page .xai-contact-button {
		display: none;
	}

	#x-scada-ai-page .xai-drawer-phone--mobile {
		display: flex;
	}

	#x-scada-ai-page .xai-drawer-phone--desktop {
		display: none;
	}

	#x-scada-ai-page .xai-drawer-phone {
		min-height: 88px;
		padding: 16px 20px 16px 24px;
	}

	#x-scada-ai-page .xai-drawer-phone__number {
		font-size: 25px;
	}


	#x-scada-ai-page .xai-mv__bg {
		background-position: 64% center;
	}


	#x-scada-ai-page .xai-mv__inner {
		padding: var(--xai-header-height) 0 0;
	}

	#x-scada-ai-page .xai-mv__logo {
		margin-bottom: 22px;
		padding: 12px 16px;
		border-radius: 14px;
	}


	#x-scada-ai-page .xai-mv__logo img {
		max-width: 180px;
	}

	#x-scada-ai-page .xai-mv__catch {
		font-size: 33px;
		line-height: 1.42;
	}


	#x-scada-ai-page .xai-page-head {
		padding: 38px 0 32px;
	}

	#x-scada-ai-page .xai-page-label {
		margin-bottom: 8px;
		font-size: 13px !important;
	}

	#x-scada-ai-page .xai-page-title {
		padding-bottom: 14px;
		font-size: 30px !important;
	}

	#x-scada-ai-page .xai-page-title::after {
		width: 58px;
		height: 3px;
	}

	#x-scada-ai-page .xai-page-lead {
		font-size: 18px !important;
	}

	#x-scada-ai-page .xai-section {
		padding: 54px 0;
	}



	#x-scada-ai-page .xai-section h2 {
		font-size: 31px !important;
	}


	#x-scada-ai-page .xai-module-grid,
	#x-scada-ai-page .xai-feature-grid {
		grid-template-columns: 1fr;
	}

	#x-scada-ai-page .xai-card,
	#x-scada-ai-page .xai-architecture__box {
		padding: 24px 20px;
	}

	#x-scada-ai-page .xai-feature-list {
		gap: 18px;
	}

	#x-scada-ai-page .xai-feature-item {
		padding: 24px 20px;
	}

	#x-scada-ai-page .xai-feature-item__num {
		min-width: 100px;
		height: 32px;
		margin: 0 0 10px;
		padding: 0 12px;
		font-size: 0;
	}

	#x-scada-ai-page .xai-feature-item__num::before {
		font-size: 12px;
	}

	#x-scada-ai-page .xai-footer__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 28px 0;
	}

	#x-scada-ai-page .xai-footer__links {
		justify-content: flex-start;
		flex-direction: column;
	}

	#x-scada-ai-page .xai-page-top {
		right: 14px;
		bottom: 14px;
		width: 50px;
		height: 50px;
	}

	#x-scada-ai-page .xai-table th,
	#x-scada-ai-page .xai-table td {
		font-size: 17px !important;
	}
}

@media screen and (max-width: 430px) {
	#x-scada-ai-page .xai-mv__catch {
		font-size: 30px;
	}

	#x-scada-ai-page .xai-mv__logo img {
		max-width: 160px;
	}

}

/* =========================================================
   Header / Footer revised design (2026-06-12)
========================================================= */

:root {
	--xai-header-height: 116px;
	--xai-header-main-height: 80px;
	--xai-header-utility-height: 34px;
	--xai-footer-bg: #03122a;
}

#x-scada-ai-page .xai-header {
	border-bottom: 1px solid #d6e1ef;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

#x-scada-ai-page .xai-header::after {
	height: 1px;
	background: #dbe6f5;
}

#x-scada-ai-page .xai-header__utility,
#x-scada-ai-page .xai-header__phone-bar {
	background: #f4f8fd;
	border-bottom: 1px solid #dde6f1;
	padding: 5px 0;
}

#x-scada-ai-page .xai-header__utility-inner,
#x-scada-ai-page .xai-header__phone-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--xai-header-utility-height);
}

#x-scada-ai-page .xai-header__utility-space {
	flex: 1 1 auto;
}

#x-scada-ai-page .xai-header__tel-wrap,
#x-scada-ai-page .xai-header-phone-bar {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	white-space: nowrap;
	color: var(--xai-color-main-dark);
}

#x-scada-ai-page .xai-header__tel-number,
#x-scada-ai-page .xai-header-phone-bar__number {
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.03em;
	color: var(--xai-color-main);
}

#x-scada-ai-page .xai-header__tel-hours,
#x-scada-ai-page .xai-header-phone-bar__hours {
	padding-left: 14px;
	border-left: 1px solid #c8d7e8;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #5a6b81;
}

#x-scada-ai-page .xai-header__tel-hours::before,
#x-scada-ai-page .xai-header-phone-bar__hours::before {
	display: none;
}

#x-scada-ai-page .xai-header__main,
#x-scada-ai-page .xai-header__inner {
	min-height: var(--xai-header-main-height);
	gap: 24px;
}

#x-scada-ai-page .xai-logo {
	width: 240px;
}


#x-scada-ai-page .xai-nav__list {
	gap: 20px;
}


#x-scada-ai-page .xai-nav__link::after {
	bottom: 0;
}

#x-scada-ai-page .xai-header__actions {
	gap: 14px;
}

#x-scada-ai-page .xai-contact-button {
	min-height: 38px;
	padding: 7px 26px;
	font-size: 17px;
	font-weight: 800;

}

/* テーブル */
#x-scada-ai-page .xai-table th,
#x-scada-ai-page .xai-table td {
	line-height: 1.95 !important;
	letter-spacing: 0.03em;
}


/* mobile drawer */
@media screen and (max-width: 1100px) {

	#x-scada-ai-page .xai-header__utility,
	#x-scada-ai-page .xai-header__phone-bar {
		display: none;
	}

	#x-scada-ai-page .xai-header__main,
	#x-scada-ai-page .xai-header__inner {
		min-height: var(--xai-header-height);
	}

	#x-scada-ai-page .xai-nav__drawer-action {
		display: block;
	}

	:root {
		--xai-header-height: 80px;
		--xai-header-main-height: 80px;
	}

	#x-scada-ai-page .xai-header__main,
	#x-scada-ai-page .xai-header__inner {
		min-height: var(--xai-header-height);
	}


	#x-scada-ai-page .xai-drawer-phone {
		align-items: center;
		gap: 2px;
		min-height: 85px;
		padding: 14px 18px 10px;
		border: 2px solid #f59e0b;
		border-radius: 10px;
		color: #183153 !important;
		text-align: center;
		background: #fffaf0;
		box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
	}

	#x-scada-ai-page .xai-drawer-phone::before,
	#x-scada-ai-page .xai-drawer-phone::after {
		display: none;
	}


	#x-scada-ai-page .xai-drawer-phone__number {
		font-size: 26px;
		font-weight: 900;
		line-height: 1.1;
		letter-spacing: 0.03em;
		color: #183153;
	}

	#x-scada-ai-page .xai-drawer-phone__hours {
		margin-top: 2px;
		font-size: 14px;
		font-weight: 700;
		color: #55657d;
	}
}

@media screen and (max-width: 600px) {
	:root {
		--xai-header-height: 74px;
		--xai-header-main-height: 74px;
	}

	#x-scada-ai-page .xai-logo {
		width: 225px;
	}

	#x-scada-ai-page .xai-logo__image {
		width: 148px;
	}

	#x-scada-ai-page .xai-drawer-phone__number {
		font-size: 30px;
	}

	#x-scada-ai-page .xai-logo__text {
		font-size: 10px;
	}
}

/* =========================================================
   Footer revised design
   前のフッター案に戻す：濃紺 / X-SCADA AIサイト見出し / 区切り線 / 青アイコン
========================================================= */

#x-scada-ai-page .xai-footer {
	margin-top: auto;
	color: rgba(255, 255, 255, 0.9);
	background: #03122a;
}

#x-scada-ai-page .xai-footer__site-head {
	position: relative;
	padding: 24px 0 18px;
	text-align: center;
	background: #03122a;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

#x-scada-ai-page .xai-footer__site-logo {
	position: relative;
	z-index: 1;
	width: 200px;
	height: auto;
}

#x-scada-ai-page .xai-footer__content {
	display: grid;
	grid-template-columns: 0.9fr 0.85fr 0.7fr 0.78fr;
	gap: 36px;
	align-items: flex-start;
	padding: 18px 0 26px;
}

#x-scada-ai-page .xai-footer__company-block,
#x-scada-ai-page .xai-footer__nav-group,
#x-scada-ai-page .xai-footer__security-wrap {
	position: relative;
	min-width: 0;
}

/* フッターの縦線：会社情報とX-SCADAサイトの間だけに表示 */
#x-scada-ai-page .xai-footer__content>*::before {
	display: none;
}

#x-scada-ai-page .xai-footer__content>*:nth-child(2)::before {
	content: "";
	display: block;
	position: absolute;
	left: -18px;
	top: 0;
	width: 1px;
	height: 100%;
	min-height: 320px;
	background: rgba(255, 255, 255, 0.16);
}

/* 会社情報 */
#x-scada-ai-page .xai-footer__company-logo-link {
	display: inline-block;
	margin-bottom: 8px;
}

#x-scada-ai-page .xai-footer__company-logo {
	width: 180px;
	height: auto;
}

#x-scada-ai-page .xai-footer__company-name {
	margin: 0 0 8px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 800;
}

#x-scada-ai-page .xai-footer__address,
#x-scada-ai-page .xai-footer__company-meta {
	margin: 0 0 5px;
	color: rgba(255, 255, 255, 0.95);
	font-size: 13.5px;
	font-weight: 400;
	line-height: 1.6;
}

#x-scada-ai-page .xai-footer__phone-panel {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

#x-scada-ai-page .xai-footer__phone-title {
	margin: 0 0 8px;
	color: #f6a623;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}

#x-scada-ai-page .xai-footer__phone-row {
	display: flex;
	align-items: center;
	gap: 14px;
}

#x-scada-ai-page .xai-footer__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 999px;
	color: inherit;
	font-size: 0;
	line-height: 1;
}

#x-scada-ai-page .xai-footer__phone-icon img {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
}

#x-scada-ai-page .xai-footer__phone-text {
	min-width: 0;
}

#x-scada-ai-page .xai-footer__phone-number {
	display: block;
	color: #fff !important;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.03em;
}

#x-scada-ai-page .xai-footer__phone-hours {
	display: block;
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

/* X-SCADA AIサイト項目 */
#x-scada-ai-page .xai-footer__nav,
#x-scada-ai-page .xai-footer__subnav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#x-scada-ai-page .xai-footer__nav-group-title {
	display: block;
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.96);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

#x-scada-ai-page .xai-footer__nav li,
#x-scada-ai-page .xai-footer__subnav li {
	margin: 0 0 14px;
}

#x-scada-ai-page .xai-footer__nav a {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	color: #fff;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1.65;
	text-decoration: none;
}

/* X-SCADAサイト項目の左アイコンを青に戻す */
#x-scada-ai-page .xai-footer__nav a::before {
	content: "›";
	position: absolute;
	left: 0;
	top: 0;
	color: #28b3dd;
	font-size: 15px;
	font-weight: 800;
}

/* 会社情報などのリンクは薄くする */
#x-scada-ai-page .xai-footer__subnav {
	margin-top: 36px;
}

#x-scada-ai-page .xai-footer__subnav a {
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	text-decoration: none;
}

#x-scada-ai-page .xai-footer__subnav a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background-image: url("/wp-content/themes/twentytwelve-child/x-scada-ai/assets/images/blank.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.8;
	vertical-align: -1px;
}

#x-scada-ai-page .xai-footer__nav a:hover,
#x-scada-ai-page .xai-footer__subnav a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
	opacity: 1;
}

/* 認証マークエリア */
#x-scada-ai-page .xai-footer__security-wrap {
	display: block;
}

#x-scada-ai-page .xai-footer__security {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	padding: 14px 10px 12px;
	background: rgba(255, 255, 255, 0.97);
	border-radius: 6px;
	color: #333;
}

#x-scada-ai-page .xai-footer__security-box {
	text-align: center;
}

#x-scada-ai-page .xai-footer__security-box form {
	margin: 0;
}

#x-scada-ai-page .xai-footer__security-title,
#x-scada-ai-page .xai-footer__security-caption {
	color: #333;
	font-size: 11px;
	line-height: 1.45;
	text-align: center;
}

#x-scada-ai-page .xai-footer__security-title {
	margin-bottom: 4px;
}

#x-scada-ai-page .xai-footer__security-caption {
	margin-top: 4px;
}

#x-scada-ai-page .xai-footer__security-box--iso img {
	width: 130px;
	max-width: 100%;
	height: auto;
}

#x-scada-ai-page .xai-footer__security-box--pmark img {
	width: 86px;
	max-width: 100%;
	height: auto;
}

#x-scada-ai-page .xai-footer__security-box--ssl input[type="image"] {
	width: 120px;
	max-width: 100%;
	height: auto;
}

#x-scada-ai-page .xai-copyright {
	padding: 13px 5%;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	background: rgba(0, 0, 0, 0.12);
}

#x-scada-ai-page .xai-br-sp,
#x-scada-ai-page .xai-br-sp_480 {
	display: none;
}

/* レスポンシブ：1100px以下は会社系リンクをX-SCADA AIサイトの下に配置 */
@media screen and (max-width: 1100px) {
	#x-scada-ai-page .xai-footer__content {
		grid-template-columns: minmax(280px, 0.95fr) minmax(220px, 0.78fr) minmax(170px, 0.55fr);
		grid-template-areas:
			"company nav security"
			"company subnav security";
		gap: 12px 34px;
		align-items: flex-start;
		padding: 18px 0 26px;
	}

	#x-scada-ai-page .xai-footer__company-block {
		grid-area: company;
	}

	#x-scada-ai-page .xai-footer__nav-group {
		grid-area: nav;
	}

	#x-scada-ai-page .xai-footer__nav-group--sub {
		grid-area: subnav;
		margin-top: 0;
	}

	#x-scada-ai-page .xai-footer__security-wrap {
		grid-area: security;
	}

	/* いったん全ての線を消す */
	#x-scada-ai-page .xai-footer__content>*::before {
		display: none !important;
	}

	/* X-SCADA AIサイト左の線だけ残す */
	#x-scada-ai-page .xai-footer__content>*:nth-child(2)::before {
		content: "";
		display: block !important;
		position: absolute;
		left: -18px;
		top: 0;
		width: 1px;
		height: 100%;
		min-height: 320px;
		background: rgba(255, 255, 255, 0.16);
	}

	#x-scada-ai-page .xai-footer__company-logo {
		width: 170px;
	}

	#x-scada-ai-page .xai-footer__phone-number {
		font-size: 25px;
	}

	#x-scada-ai-page .xai-footer__nav-group-title {
		margin-bottom: 13px;
	}

	#x-scada-ai-page .xai-footer__nav li,
	#x-scada-ai-page .xai-footer__subnav li {
		margin-bottom: 12px;
	}


	#x-scada-ai-page .xai-footer__subnav {
		margin-top: 0;
	}


	#x-scada-ai-page .xai-footer__security {
		margin: 0 auto;
	}
}

/* 760px以下：フッターを1カラムに変更 */
@media screen and (max-width: 760px) {
	#x-scada-ai-page .xai-br-pc {
		display: none;
	}

	#x-scada-ai-page .xai-br-sp {
		display: block;
	}

	#x-scada-ai-page .xai-footer__site-head {
		padding: 18px 0 12px;
	}

	#x-scada-ai-page .xai-footer__site-logo {
		width: 170px;
	}

	#x-scada-ai-page .xai-footer__content {
		display: flex;
		flex-direction: column;
		gap: 24px;
		padding: 16px 0 24px;
	}

	#x-scada-ai-page .xai-footer__company-block,
	#x-scada-ai-page .xai-footer__nav-group,
	#x-scada-ai-page .xai-footer__nav-group--sub,
	#x-scada-ai-page .xai-footer__security-wrap {
		width: 100%;
		margin: 0;
		padding: 0;
	}


	#x-scada-ai-page .xai-footer__phone-row {
		gap: 12px;
	}

	#x-scada-ai-page .xai-footer__phone-icon {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}

	#x-scada-ai-page .xai-footer__phone-number {
		font-size: 24px;
	}

	#x-scada-ai-page .xai-footer__nav-group-title {
		margin-bottom: 12px;
	}

	#x-scada-ai-page .xai-footer__nav li,
	#x-scada-ai-page .xai-footer__subnav li {
		margin-bottom: 12px;
	}

	#x-scada-ai-page .xai-footer__nav a {
		font-size: 15px;
	}

	#x-scada-ai-page .xai-footer__security {
		margin: 0;
	}

	/* 1カラム時はX-SCADA AIサイト左の縦線を消す */
	#x-scada-ai-page .xai-footer__content>*:nth-child(2)::before {
		display: none !important;
	}

}

@media screen and (max-width: 600px) {
	#x-scada-ai-page .xai-footer__phone-number:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 480px) {
	#x-scada-ai-page .xai-br-sp_480 {
		display: block;
	}
}

/* =========================================================
   Function table rowspan color fix
   操作区分（rowspanセル）のみ背景色を付ける
========================================================= */

#x-scada-ai-page .xai-table--functions td:first-child {
	background: var(--xai-color-white);
}

#x-scada-ai-page .xai-table--functions tbody tr:nth-child(even) td:first-child {
	background: #fbfdff;
}

#x-scada-ai-page .xai-table--functions td[rowspan] {
	color: var(--xai-color-heading);
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	background: #f2f7ff;
}

#x-scada-ai-page .xai-table--functions tbody tr:nth-child(even) td[rowspan] {
	background: #f2f7ff;
}

/* X-SCADA AIサイト内では、共通CSSの a:hover { opacity: .7; } を無効化 */
#x-scada-ai-page a:hover {
	opacity: 1;
	text-decoration: underline;
}


/* X-SCADA AIページでは共通のページトップボタンを非表示 */
#x-scada-ai-page #page-top,
#x-scada-ai-page #page-top a {
	display: none !important;
}

/* X-SCADA AIページではフッターの下の余白をトル*/

body.page-x-scada-ai .site-content article {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* =========================================================
   Table responsive adjustment
   760px以下で表を縮小し、600px以下で横スクロール
========================================================= */
@media screen and (max-width: 760px) {

	#x-scada-ai-page .xai-table th,
	#x-scada-ai-page .xai-table td {
		padding: 10px 14px;
		font-size: 16px !important;
		line-height: 1.7 !important;
	}
}

@media screen and (max-width: 600px) {
	#x-scada-ai-page .xai-table {
		min-width: 600px;
	}


}

/* =========================================================
   MV height adjustment
   MV高さはここで一元管理
========================================================= */


@media screen and (max-width: 1100px) {
	#x-scada-ai-page .xai-mv {
		min-height: 360px;
	}
}

@media screen and (max-width: 900px) {
	#x-scada-ai-page .xai-mv {
		min-height: 340px;
	}

}

@media screen and (max-width: 600px) {
	#x-scada-ai-page .xai-mv {
		min-height: 300px;
	}

	#x-scada-ai-page .xai-mv__logo {
		margin-bottom: 20px;
	}
}


/* ハンバーガーメニュー内：電話CTAラベル */
#x-scada-ai-page .xai-drawer-phone__label {
	display: block;
	margin-bottom: 4px;
	color: #f59e0b;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

/* =========================================================
   Phone link responsive control
   電話番号は600px以下のみクリック発信可能
========================================================= */

/* フッター電話番号：PCではリンクではない表示を使う */
#x-scada-ai-page .xai-footer__phone-number--desktop {
	display: block;
}

#x-scada-ai-page .xai-footer__phone-number--mobile {
	display: none;
}

/* 念のため、PC〜601pxではスマホ用telリンクを無効化 */
#x-scada-ai-page a.xai-footer__phone-number--mobile {
	pointer-events: none;
}

/* ヘッダードロワー内の電話も、600px以下のみtelリンクを表示 */
#x-scada-ai-page .xai-drawer-phone--mobile {
	display: none;
}

#x-scada-ai-page .xai-drawer-phone--desktop {
	display: flex;
}

@media screen and (max-width: 600px) {
	#x-scada-ai-page .xai-footer__phone-number--desktop {
		display: none !important;
	}

	#x-scada-ai-page .xai-footer__phone-number--mobile {
		display: block !important;
		pointer-events: auto !important;
		position: relative;
		z-index: 5;
		cursor: pointer;
	}

	#x-scada-ai-page .xai-drawer-phone--mobile {
		display: flex;
	}

	#x-scada-ai-page .xai-drawer-phone--desktop {
		display: none;
	}
}

/* =========================================================
   X-SCADA AI architecture page additions
   構成・仕様ページ用の追加CSS
========================================================= */


#x-scada-ai-page .xai-architecture-page .xai-subsection+.xai-subsection {
	margin-top: 46px;
}

#x-scada-ai-page .xai-screen-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	margin: 30px 0 34px;
}

#x-scada-ai-page .xai-figure--placeholder {
	margin-top: 30px;
}

#x-scada-ai-page .xai-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	min-height: 280px;
	padding: 34px 28px;
	border: 2px dashed #b8c9de;
	border-radius: 18px;
	color: var(--xai-color-muted);
	text-align: center;
	background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

#x-scada-ai-page .xai-image-placeholder--screen {
	min-height: 240px;
}

#x-scada-ai-page .xai-image-placeholder__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
	border-radius: 999px;
	color: var(--xai-color-main);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	background: #e5edf8;
}

#x-scada-ai-page .xai-image-placeholder strong {
	color: var(--xai-color-heading);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.55;
}

#x-scada-ai-page .xai-note {
	padding: 14px 18px;
	border-left: 4px solid var(--xai-color-main);
	background: #f3f5f8;
}

#x-scada-ai-page .xai-note a {
	color: var(--xai-color-main);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}


#x-scada-ai-page .xai-table--pattern th:first-child,
#x-scada-ai-page .xai-table--spec th:first-child,
#x-scada-ai-page .xai-table--simple th:first-child {
	width: 26%;
}

#x-scada-ai-page .xai-table--pattern th:nth-child(2),
#x-scada-ai-page .xai-table--spec th:nth-child(2) {
	width: 37%;
}

#x-scada-ai-page .xai-table--pattern th:nth-child(3),
#x-scada-ai-page .xai-table--spec th:nth-child(3) {
	width: 37%;
}

#x-scada-ai-page .xai-table--simple th:nth-child(2) {
	width: 74%;
}

#x-scada-ai-page .xai-table--terms td:first-child {
	font-weight: 800;
}



@media screen and (max-width: 900px) {
	#x-scada-ai-page .xai-page-head--lower {
		padding: 52px 0 44px;
	}

	#x-scada-ai-page .xai-screen-grid {
		grid-template-columns: 1fr;
	}

	#x-scada-ai-page .xai-image-placeholder {
		min-height: 220px;
		padding: 28px 22px;
	}
}

@media screen and (max-width: 600px) {
	#x-scada-ai-page .xai-page-head--lower {
		padding: 42px 0 34px;
	}

	#x-scada-ai-page .xai-table--pattern,
	#x-scada-ai-page .xai-table--spec,
	#x-scada-ai-page .xai-table--simple {
		min-width: 720px;
	}

	#x-scada-ai-page .xai-image-placeholder strong {
		font-size: 18px;
	}
}


/* =========================================================
   Table column layout
   2列テーブル／3列テーブルの列幅調整
========================================================= */

/* 3列テーブル共通 */
#x-scada-ai-page .xai-table--pattern th:first-child,
#x-scada-ai-page .xai-table--spec th:first-child {
	width: 20%;
}

#x-scada-ai-page .xai-table--pattern th:nth-child(2),
#x-scada-ai-page .xai-table--spec th:nth-child(2) {
	width: 38%;
}

#x-scada-ai-page .xai-table--pattern th:nth-child(3),
#x-scada-ai-page .xai-table--spec th:nth-child(3) {
	width: 38%;
}

/* 2列テーブル共通 */
#x-scada-ai-page .xai-table--simple th:first-child {
	width: 28%;
}

#x-scada-ai-page .xai-table--simple th:nth-child(2) {
	width: 72%;
}

/* 用語テーブルは用語列を少し広めに */
#x-scada-ai-page .xai-table--terms th:first-child {
	width: 33%;
}

#x-scada-ai-page .xai-table--terms th:nth-child(2) {
	width: 66%;
}

/* 800px以下：余白と文字サイズを少し詰める */
@media screen and (max-width: 760px) {

	#x-scada-ai-page .xai-table--pattern th,
	#x-scada-ai-page .xai-table--pattern td,
	#x-scada-ai-page .xai-table--spec th,
	#x-scada-ai-page .xai-table--spec td,
	#x-scada-ai-page .xai-table--simple th,
	#x-scada-ai-page .xai-table--simple td {
		padding: 12px 14px;
		font-size: 16px !important;
		line-height: 1.7 !important;
	}
}

/* 600px未満：3列は横スクロール前提 */
@media screen and (max-width: 600px) {

	#x-scada-ai-page .xai-table--pattern,
	#x-scada-ai-page .xai-table--spec {
		min-width: 720px;
	}

	#x-scada-ai-page .xai-table--simple {
		min-width: 560px;
	}
}

/* =========================================================
   Flow / Price page additional styles
   既存の x-scada-ai.css の末尾に追記
========================================================= */

/* 導入フロー図 */
#x-scada-ai-page .xai-flow-page .xai-figure--flow {
	margin: 36px 0 40px;
}

#x-scada-ai-page .xai-flow-page .xai-figure--flow img {
	display: block;
	width: min(100%, 980px);
	margin: 0 auto;
	border: 1px solid var(--xai-color-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

/* 導入フローステップ */


#x-scada-ai-page .xai-flow-step h3 {
	margin-bottom: 12px;
}

#x-scada-ai-page .xai-flow-step .xai-list {
	margin-bottom: 0;
}

#x-scada-ai-page .xai-flow-step .xai-list li:last-child {
	margin-bottom: 0;
}

/* 2列テーブル：このページ用 */
#x-scada-ai-page .xai-table--solution th:first-child,
#x-scada-ai-page .xai-table--menu th:first-child {
	width: 34%;
}

#x-scada-ai-page .xai-table--solution th:nth-child(2),
#x-scada-ai-page .xai-table--menu th:nth-child(2) {
	width: 66%;
}

@media screen and (max-width: 900px) {
	#x-scada-ai-page .xai-flow-steps {
		grid-template-columns: 1fr;
	}
}

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

	#x-scada-ai-page .xai-flow-page .xai-table th,
	#x-scada-ai-page .xai-flow-page .xai-table td {
		padding: 12px 14px;
		font-size: 16px !important;
		line-height: 1.7 !important;
	}
}

@media screen and (max-width: 600px) {
	#x-scada-ai-page .xai-flow-page .xai-figure--flow img {
		border-radius: 12px;
	}

	#x-scada-ai-page .xai-flow-step {
		padding: 24px 20px;
	}

	#x-scada-ai-page .xai-table--solution,
	#x-scada-ai-page .xai-table--menu {
		min-width: 600px;
	}
}

/* =========================================================
   Typography readability adjustment
   本文・表・CTA・フッターの文字詰まりを緩和
========================================================= */

/* 本文・リスト */
#x-scada-ai-page .xai-section p,
#x-scada-ai-page .xai-text p,
#x-scada-ai-page .xai-section li,
#x-scada-ai-page .xai-card li,
#x-scada-ai-page .xai-architecture__box li {
	line-height: 2 !important;
	letter-spacing: 0.035em;
}

/* 見出し */
#x-scada-ai-page .xai-section h2,
#x-scada-ai-page .xai-page-title {
	letter-spacing: 0.05em;
}

#x-scada-ai-page .xai-section h3 {
	line-height: 1.65 !important;
	letter-spacing: 0.04em;
}



/* CTA */
#x-scada-ai-page .xai-cta p {
	line-height: 2 !important;
	letter-spacing: 0.05em;
}

/* フッター */
#x-scada-ai-page .xai-footer {
	letter-spacing: 0.03em;
}

/* 本文内リンクを分かりやすくする */
#x-scada-ai-page .xai-section p a,
#x-scada-ai-page .xai-text a,
#x-scada-ai-page div.xai-flow-step__body ul li a {
	color: var(--xai-color-main);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

#x-scada-ai-page .xai-section p a:hover,
#x-scada-ai-page .xai-text a:hover,
#x-scada-ai-page div.xai-flow-step__body ul li a:hover {
	color: var(--xai-color-accent);
	text-decoration-thickness: 2px;
}

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

	#x-scada-ai-page .xai-section p,
	#x-scada-ai-page .xai-text p,
	#x-scada-ai-page .xai-section li,
	#x-scada-ai-page .xai-card li,
	#x-scada-ai-page .xai-architecture__box li,
	#x-scada-ai-page .xai-cta p {
		font-size: 17px !important;
		line-height: 1.7 !important;
	}


	#x-scada-ai-page .xai-section h3 {
		font-size: 23px !important;
		line-height: 1.4 !important;
	}
}

@media screen and (max-width: 480px) {
	#x-scada-ai-page .xai-cta {
		padding: 52px 0;
	}

	#x-scada-ai-page .xai-cta p:first-child {
		font-size: 22px !important;
	}

	#x-scada-ai-page .xai-cta p:nth-child(2) {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}
}

/* =========================================================
   Anchor link offset
   固定ヘッダーに隠れないようにする
========================================================= */

#x-scada-ai-page .xai-anchor-title {
	scroll-margin-top: calc(var(--xai-header-height) + 48px);
}

@media screen and (max-width: 1100px) {
	#x-scada-ai-page .xai-anchor-title {
		scroll-margin-top: calc(var(--xai-header-height) + 30px);
	}
}

/* 電話ボタンの下線を消す */
#x-scada-ai-page .xai-drawer-phone,
#x-scada-ai-page .xai-drawer-phone:hover,
#x-scada-ai-page .xai-drawer-phone:focus,
#x-scada-ai-page .xai-drawer-phone:active,
#x-scada-ai-page .xai-drawer-phone:visited {
	text-decoration: none !important;
}

#x-scada-ai-page .xai-drawer-phone * {
	text-decoration: none !important;
}