/*
Theme Name: IQUEVE Modern
Version: 1.1.10
Text Domain: iqueve-modern
*/

:root {
  --ink: #323a44;
  --muted: #666;
  --blue: #ef3516;
  --cyan: #f28c00;
  --green: #669900;
  --pale: #fff8ed;
  --line: #ddd;
  --paper: #fff;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
a { color: var(--blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { max-width: 100%; height: auto; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,253,248,.97); border-top: 4px solid var(--cyan); border-bottom: 1px solid #eadfd2; }
.header-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; padding: 5px 18px 5px 0; color: var(--ink); text-decoration: none; border-right: 1px solid #eadfd2; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-company { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .02em; line-height: 1.3; white-space: nowrap; }
.site-nav ul { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--ink); text-decoration: none; font-size: .94rem; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--cyan); }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff8ec, #fffdf8 52%, #ffe4c4); padding: clamp(72px, 10vw, 132px) 0; }
.hero::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 9px; background: linear-gradient(var(--cyan), var(--blue)); }
.hero::after { content: ""; position: absolute; z-index: 0; inset: 0 0 0 auto; width: 62%; background: url("assets/hero-technology.jpg") center / cover no-repeat; filter: brightness(.82) saturate(.88) contrast(1.08); opacity: .92; -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 24%, #000 52%); mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 24%, #000 52%); }
.hero-lights { position: absolute; z-index: 1; inset: 0 0 0 auto; width: 62%; overflow: hidden; pointer-events: none; background: radial-gradient(ellipse at 62% 76%, rgba(255,143,18,.28), transparent 33%), radial-gradient(circle at 79% 50%, rgba(255,255,255,.2), transparent 16%); -webkit-mask-image: linear-gradient(to right, transparent 2%, #000 34%); mask-image: linear-gradient(to right, transparent 2%, #000 34%); animation: hero-road-glow 4.6s ease-in-out infinite; }
.hero-lights::before { content: ""; position: absolute; left: 9%; bottom: 8%; width: 88%; height: 25%; border-radius: 50%; background: linear-gradient(103deg, transparent 1%, rgba(255,255,255,.12) 18%, rgba(255,151,25,.88) 43%, #fff 54%, rgba(255,183,74,.72) 63%, transparent 88%); box-shadow: 0 0 24px rgba(255,145,20,.7), 0 0 48px rgba(255,255,255,.35); filter: blur(5px); transform: rotate(-7deg) translateX(-22%); opacity: 0; animation: hero-light-stream 4.4s ease-in-out infinite; }
.hero-lights::after { content: ""; position: absolute; left: 8%; bottom: 18%; width: 78%; height: 9px; border-radius: 999px; background: repeating-linear-gradient(90deg, transparent 0 24px, rgba(255,255,255,.95) 24px 29px, rgba(255,140,13,.95) 29px 35px); box-shadow: 0 0 14px 5px rgba(255,143,20,.55); filter: blur(.6px); transform: rotate(-8deg) translateX(-34%); opacity: 0; animation: hero-light-dash 3.4s linear infinite; }
.hero-light { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 7px 3px rgba(255,255,255,1), 0 0 22px 10px rgba(255,147,26,.9); opacity: .22; animation: hero-light-twinkle 2.7s ease-in-out infinite; }
.hero-light::before, .hero-light::after { content: ""; position: absolute; left: 50%; top: 50%; background: linear-gradient(to right, transparent, rgba(255,255,255,.95), transparent); transform: translate(-50%, -50%); }
.hero-light::before { width: 34px; height: 2px; }
.hero-light::after { width: 2px; height: 34px; }
.hero-light-1 { left: 18%; bottom: 20%; animation-delay: -.7s; }
.hero-light-2 { left: 30%; bottom: 25%; animation-delay: -2.4s; animation-duration: 4.1s; }
.hero-light-3 { left: 42%; bottom: 29%; animation-delay: -1.3s; }
.hero-light-4 { left: 55%; bottom: 33%; animation-delay: -3.1s; animation-duration: 4.7s; }
.hero-light-5 { left: 68%; bottom: 40%; animation-delay: -.2s; animation-duration: 3.8s; }
.hero-light-6 { left: 77%; bottom: 49%; animation-delay: -2s; }
.hero-light-7 { left: 87%; bottom: 61%; animation-delay: -3.7s; animation-duration: 4.4s; }
.hero-light-8 { left: 94%; bottom: 72%; animation-delay: -1.7s; animation-duration: 3.6s; }
.hero-light-4, .hero-light-6, .hero-light-8 { width: 10px; height: 10px; background: #fff4c7; box-shadow: 0 0 8px 4px #fff, 0 0 25px 12px rgba(255,170,35,.95), 0 0 44px 20px rgba(239,53,22,.42); }
.hero-light-4::before, .hero-light-6::before, .hero-light-8::before { width: 48px; }
.hero-light-4::after, .hero-light-6::after, .hero-light-8::after { height: 48px; }
@keyframes hero-light-twinkle {
  0%, 20%, 100% { opacity: .12; transform: scale(.55) rotate(0deg); }
  46% { opacity: .95; transform: scale(1.18) rotate(45deg); }
  60% { opacity: .28; transform: scale(.7) rotate(68deg); }
}
@keyframes hero-light-stream {
  0%, 12% { opacity: 0; transform: rotate(-7deg) translateX(-25%) scaleX(.55); }
  42% { opacity: .95; }
  72% { opacity: .35; transform: rotate(-7deg) translateX(32%) scaleX(1); }
  100% { opacity: 0; transform: rotate(-7deg) translateX(58%) scaleX(.7); }
}
@keyframes hero-light-dash {
  0% { opacity: 0; transform: rotate(-8deg) translateX(-42%) scaleX(.65); }
  18% { opacity: .95; }
  76% { opacity: .7; }
  100% { opacity: 0; transform: rotate(-8deg) translateX(58%) scaleX(1); }
}
@keyframes hero-road-glow {
  0%, 100% { filter: brightness(1) saturate(1); }
  50% { filter: brightness(1.22) saturate(1.3); }
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 72px); align-items: center; }
.eyebrow { color: var(--cyan); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.3; }
.hero h1 { margin: 14px 0 22px; font-size: clamp(2.2rem, 5vw, 4.5rem); letter-spacing: -.04em; }
.hero p { max-width: 45rem; color: #555; font-size: 1.1rem; }
.hero-visual { min-height: 360px; }
.button { display: inline-block; margin-top: 18px; padding: 12px 22px; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--cyan), var(--blue)); text-decoration: none; font-weight: 750; box-shadow: 0 8px 22px rgba(239,53,22,.18); }
.brand-statement { padding: clamp(88px, 11vw, 136px) 0; background: linear-gradient(180deg, #fffdf8, var(--pale)); border-bottom: 1px solid #f0e2d1; }
.brand-statement-inner { width: min(calc(100% - 40px), 780px); }
.brand-statement h2 { margin: 14px 0 34px; font-size: clamp(2rem, 4.5vw, 3.65rem); letter-spacing: -.035em; }
.brand-statement-copy { color: #4d545c; font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 2; }
.brand-statement-copy p { margin: 0 0 1.5em; }
.brand-statement-link { display: inline-block; margin-top: 10px; color: var(--ink); font-weight: 800; text-decoration-color: var(--cyan); text-decoration-thickness: 2px; text-underline-offset: .35em; }
.brand-statement-link:hover, .brand-statement-link:focus-visible { color: var(--blue); }
.section { padding: 76px 0; }
.section.alt { background: #f8f9fa; }
.section-title { margin: 0 0 34px; padding-left: 16px; font-size: clamp(1.7rem, 3vw, 2.5rem); border-left: 6px solid var(--cyan); }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.card { padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 12px; background: white; box-shadow: 0 8px 28px rgba(50,58,68,.06); }
.card h3 { margin-top: 0; }
.news-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.news-list li { display: grid; grid-template-columns: 9rem 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.news-list time { color: var(--muted); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 52px; align-items: start; }
.entry { min-width: 0; }
.entry-header { padding: 56px 0 20px; border-bottom: 3px solid var(--cyan); }
.entry-title { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }
.entry-content { padding: 38px 0 70px; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.entry-content h2 { margin-top: 2em; padding-bottom: .35em; border-bottom: 2px solid var(--cyan); }
.entry-content .entry-lead { margin: 0 0 1.8em; padding: 22px 26px; border-left: 6px solid var(--cyan); background: var(--pale); font-size: clamp(1.2rem, 2.2vw, 1.65rem); line-height: 1.65; }
.representative-signature { margin: 46px 0 0 auto; padding-top: 20px; width: min(100%, 360px); border-top: 1px solid var(--line); text-align: right; }
.representative-signature p { margin: 0; }
.philosophy-principle { position: relative; margin-top: 42px; padding: 28px 32px 24px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, white, #fffaf3); box-shadow: 0 10px 30px rgba(50,58,68,.05); }
.entry-content .philosophy-principle h2 { margin: 0 0 20px; padding: 0 70px 12px 0; }
.philosophy-principle p { margin: .65em 0; }
.philosophy-number { position: absolute; top: 25px; right: 28px; color: rgba(239,53,22,.16); font-size: 3rem; font-weight: 900; line-height: 1; }
.philosophy-closing { margin-top: 50px; padding: clamp(30px, 5vw, 52px); border-radius: 16px; color: white; background: linear-gradient(130deg, #323a44, #0d1b2a); }
.entry-content .philosophy-closing h2 { margin: 0 0 18px; padding: 0; border: 0; color: white; }
.philosophy-closing ul { padding-left: 1.3em; }
.feature-challenges { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; padding: 0; list-style: none; }
.feature-challenges li { padding: 8px 15px; border: 1px solid #f2c98e; border-radius: 999px; background: var(--pale); font-weight: 700; }
.feature-reasons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 44px; }
.feature-reason { position: relative; padding: 30px 32px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, white, #fffaf3); box-shadow: 0 10px 30px rgba(50,58,68,.05); }
.entry-content .feature-reason h2 { margin: 0 0 18px; padding: 0 62px 12px 0; font-size: clamp(1.25rem, 2vw, 1.55rem); }
.feature-reason p { margin: .7em 0; }
.feature-reason ul { padding-left: 1.25em; }
.feature-number { position: absolute; top: 27px; right: 28px; color: rgba(239,53,22,.16); font-size: 2.8rem; font-weight: 900; line-height: 1; }
.feature-capabilities { margin-top: 48px; padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); border-radius: 16px; background: #fffaf3; }
.entry-content .feature-capabilities h2 { margin-top: 0; }
.feature-capabilities ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.feature-capabilities li { padding: 8px 14px; border-radius: 8px; color: white; background: var(--ink); }
.feature-closing { margin-top: 30px; padding: clamp(30px, 5vw, 52px); border-radius: 16px; color: white; background: linear-gradient(130deg, #323a44, #0d1b2a); }
.entry-content .feature-closing h2 { margin: 0 0 18px; padding: 0; border: 0; color: white; }
.site-map-list { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; list-style: none; }
.site-map-list > li { grid-column: span 3; padding: 22px 24px; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 12px; background: white; box-shadow: 0 8px 26px rgba(50,58,68,.05); }
.site-map-list > li > a { color: var(--ink); font-size: 1.05rem; font-weight: 800; text-decoration: none; }
.site-map-heading { color: var(--ink); font-size: 1.05rem; font-weight: 800; }
.site-map-list .children { margin: 14px 0 0; padding: 14px 0 0 1.2em; border-top: 1px solid var(--line); }
.site-map-list .children li { margin: 7px 0; }
.site-map-list .children a { color: var(--ink); text-decoration: none; }
.site-map-list a:hover, .site-map-list a:focus-visible { color: var(--blue); }
.site-map-list > .page-item-7 { order: 1; grid-column: span 7; }
.site-map-list > .page-item-4 { order: 2; grid-column: span 5; }
.site-map-list > .page-item-10 { order: 3; grid-column: 1 / -1; }
.site-map-list > .site-map-home,
.site-map-list > .site-map-news,
.site-map-list > .page-item-16,
.site-map-list > .page-item-126 { order: 4; }
.site-map-list > .page-item-36,
.site-map-list > .page-item-214 { order: 5; grid-column: span 6; }
.site-map-list > li > .children { display: grid; gap: 4px 22px; padding-left: 0; list-style: none; }
.site-map-list > .page-item-7 > .children,
.site-map-list > .page-item-4 > .children { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-map-list > .page-item-10 > .children { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.site-map-list .children .children { display: block; padding-left: 1em; }
.handy-device { float: right; margin: 0 0 20px 28px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.handy-device img { display: block; margin: 0; }
.use-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 24px 0 40px; clear: both; }
.use-case { padding: 24px; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 12px; background: white; box-shadow: 0 8px 26px rgba(50,58,68,.05); }
.entry-content .use-case h3 { margin: 0 0 12px; }
.page-id-214 .entry-content ul,
.page-id-36 .entry-content ul { list-style: none; }
.page-id-214 .entry-content > ul,
.page-id-36 .entry-content > ul { padding-left: 0; }
.page-id-214 .entry-content ul ul,
.page-id-36 .entry-content ul ul { padding-left: 1.35em; }
.page-id-214 .entry-content li,
.page-id-36 .entry-content li { margin: .4em 0; }
.page-id-214 .entry-content li > ul,
.page-id-36 .entry-content li > ul { margin-top: .45em; margin-bottom: 1.1em; }
.page-id-214 .entry-content .numberList > li,
.page-id-36 .entry-content .numberList > li { margin-bottom: .8em; }
.service-intro { max-width: 760px; margin: 0 0 38px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card { position: relative; overflow: hidden; min-height: 300px; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #fff, #fffaf3); box-shadow: 0 12px 34px rgba(50,58,68,.07); }
.service-card::after { content: ""; position: absolute; right: -38px; bottom: -48px; width: 150px; height: 150px; border: 22px solid rgba(242,140,0,.08); border-radius: 32px; transform: rotate(35deg); pointer-events: none; }
.service-card-featured { border-top: 5px solid var(--blue); background: linear-gradient(145deg, #fff7ed, #fff); }
.service-card-product { grid-column: 1 / -1; min-height: 260px; border-top: 5px solid var(--cyan); background: linear-gradient(135deg, #fff8ed, #fff); }
.service-card-product::after { border-color: rgba(242,140,0,.1); }
.service-card-product .service-label,
.service-card-product .service-card-link span { color: var(--blue); }
.entry-content .service-card-product h2 { border-bottom-color: var(--cyan); }
.service-number { position: absolute; top: 22px; right: 25px; color: rgba(50,58,68,.13); font-size: 3rem; font-weight: 900; line-height: 1; }
.service-label { margin: 0 0 12px; color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .13em; }
.entry-content .service-card h2 { position: relative; margin: 0 0 18px; padding: 0 60px 13px 0; border-bottom: 2px solid var(--cyan); font-size: clamp(1.25rem, 2vw, 1.65rem); }
.service-card p:not(.service-label) { position: relative; margin-bottom: 26px; }
.service-card-link { position: absolute; z-index: 1; bottom: 28px; left: 34px; color: var(--ink); font-weight: 800; text-decoration: none; }
.service-card-link span { color: var(--blue); }
.service-card-link:hover, .service-card-link:focus-visible { color: var(--blue); }
.service-cta { margin-top: 44px; padding: clamp(30px, 5vw, 54px); border-radius: 16px; color: white; background: linear-gradient(130deg, #323a44, #0d1b2a); }
.entry-content .service-cta h2 { margin: 0 0 12px; padding: 0; border: 0; color: white; }
.service-cta .button { background: linear-gradient(135deg, var(--cyan), var(--blue)); }
.company-cta { margin-top: 56px; padding: clamp(30px, 5vw, 48px); border: 1px solid #f0d8b7; border-top: 5px solid var(--cyan); border-radius: 16px; background: linear-gradient(145deg, #fffaf3, white); }
.entry-content .company-cta h2 { margin: 0 0 14px; padding: 0; border: 0; color: var(--ink); font-size: clamp(1.35rem, 2.5vw, 1.85rem); }
.company-cta p { max-width: 720px; margin: 0; }
.company-cta .button { margin-top: 22px; }
.entry-content .markList { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.entry-content .markList > li:not(.mark) { flex: 1 1 70%; }
.entry-content .markList .mark { flex: 0 0 30%; text-align: right; }
.entry-content .markList .mark img { display: inline-block; width: auto; height: auto; max-width: 100%; object-fit: contain; }
.page-id-16 #contact table { table-layout: fixed; }
.page-id-16 #contact th { width: 30%; }
.page-id-16 #contact td p { margin: 0; }
.page-id-16 #contact input[type="text"],
.page-id-16 #contact input[type="email"],
.page-id-16 #contact input[type="tel"],
.page-id-16 #contact select,
.page-id-16 #contact textarea { display: inline-block; width: 100%; max-width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #b8bdc3; border-radius: 6px; background: white; color: var(--ink); font: inherit; }
.page-id-16 #contact textarea { min-height: 220px; resize: vertical; }
.page-id-16 #contact .wpcf7-form-control-wrap { max-width: 100%; }
.page-id-16 #contact [data-name^="your-tel"] { display: inline-block; width: calc((100% - 2em) / 3); }
.page-id-16 #contact .require { display: inline-block; margin-left: 8px; padding: 1px 7px; border-radius: 4px; color: white; background: var(--blue); font-size: .72rem; line-height: 1.7; vertical-align: middle; }
.page-id-16 #privacy { margin-top: 32px; padding: clamp(20px, 4vw, 34px); border: 1px solid var(--line); border-radius: 12px; background: #fafafa; overflow-wrap: anywhere; }
.page-id-16 #privacy h3 { margin-top: 0; }
.page-id-16 #privacy dd { margin-left: 1.5em; }
.page-id-16 #contact .ac { margin-top: 28px; text-align: center; }
.page-id-16 #contact input[type="checkbox"] { width: 22px; height: 22px; vertical-align: middle; }
.page-id-16 #contact input[type="submit"] { width: min(100%, 360px); min-height: 52px; border: 0; cursor: pointer; }
.page-id-16 #contact .attentionBox { margin-top: 28px; padding: 16px 20px; border-left: 4px solid var(--cyan); background: var(--pale); }
.page-id-4 .google-maps { overflow: hidden; width: 100%; border: 1px solid var(--line); border-radius: 14px; background: var(--pale); }
.page-id-4 .google-maps iframe { display: block; width: 100%; height: clamp(380px, 48vw, 560px); border: 0; }

/* KIREIDO product landing page */
.kireido-landing {
  --kireido: #f28c00;
  --kireido-dark: #323a44;
  --kireido-soft: #fff8ed;
  --kireido-ink: #323a44;
  --kireido-muted: #666;
  --kireido-product: #2e7d61;
  color: var(--kireido-ink);
  background: #fff;
}
.kireido-landing h1,
.kireido-landing h2,
.kireido-landing h3 { color: var(--kireido-ink); }
.kireido-eyebrow { margin: 0 0 10px; color: var(--kireido); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-align: center; }
.kireido-hero { overflow: hidden; padding: clamp(58px, 8vw, 100px) 0; background: linear-gradient(135deg, #fffdf8 15%, #fff1dc 100%); }
.kireido-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 6vw, 76px); align-items: center; }
.kireido-hero .kireido-eyebrow { text-align: left; }
.kireido-logo { display: flex; align-items: center; gap: 10px; color: var(--kireido-product); font-size: 1.2rem; font-weight: 900; letter-spacing: .08em; }
.kireido-logo img { width: 42px; height: 42px; border-radius: 9px; }
.kireido-hero h1 { margin: 20px 0; font-size: clamp(2.3rem, 4vw, 3.55rem); letter-spacing: -.05em; }
.kireido-hero h1 .kireido-nowrap { color: inherit; }
.kireido-hero h1 .kireido-accent { color: var(--kireido); }
.kireido-lead { max-width: 650px; color: var(--kireido-muted); font-size: clamp(1rem, 1.7vw, 1.18rem); }
.kireido-hero-points { margin: 24px 0 30px; padding: 0; list-style: none; }
.kireido-hero-points li { position: relative; margin: 9px 0; padding-left: 28px; font-weight: 700; }
.kireido-hero-points li::before { content: "✓"; position: absolute; left: 0; color: var(--kireido); font-weight: 900; }
.kireido-button { display: inline-block; padding: 13px 24px; border-radius: 8px; color: white; background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: 0 10px 24px rgba(239,53,22,.18); text-decoration: none; font-weight: 800; }
.kireido-button:hover,
.kireido-button:focus-visible { color: white; background: linear-gradient(135deg, #dd7f00, #d72f13); }
.kireido-hero-visual { position: relative; width: min(100%, 480px); margin-inline: auto; padding: 0 0 38px 40px; }
.kireido-van { display: block; width: 100%; border-radius: 20px; box-shadow: 0 22px 48px rgba(31,49,42,.18); }
.kireido-phone { position: absolute; bottom: 0; left: 0; width: 46%; border: 6px solid #18231e; border-radius: 20px; background: white; box-shadow: 0 15px 36px rgba(31,49,42,.25); }
.kireido-section { padding: clamp(64px, 8vw, 96px) 0; }
.kireido-section h2 { max-width: 780px; margin: 0 auto 38px; font-size: clamp(1.75rem, 3vw, 2.65rem); text-align: center; }
.kireido-nowrap { white-space: nowrap; }
.kireido-section-lead { max-width: 720px; margin: -20px auto 30px; color: var(--kireido-muted); text-align: center; }
.kireido-narrow { max-width: 840px; }
.kireido-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.kireido-feature-grid article,
.kireido-security-grid article { padding: 26px 24px; border: 1px solid #eadfd2; border-radius: 14px; background: white; box-shadow: 0 10px 30px rgba(50,58,68,.07); }
.kireido-feature-number { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 14px; border-radius: 13px; color: white; background: var(--kireido); font-weight: 900; }
.kireido-feature-grid h3,
.kireido-security-grid h3 { margin: 0 0 10px; }
.kireido-feature-grid p,
.kireido-security-grid p { margin: 0; color: var(--kireido-muted); font-size: .92rem; line-height: 1.7; }
.kireido-solutions,
.kireido-start,
.kireido-security { background: var(--kireido-soft); }
.kireido-solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.kireido-solution-grid article { overflow: hidden; border: 1px solid #eadfd2; border-radius: 14px; background: white; box-shadow: 0 10px 30px rgba(50,58,68,.08); }
.kireido-solution-grid img { display: block; width: 100%; height: 230px; border-bottom: 1px solid #eadfd2; object-fit: cover; object-position: top; }
.kireido-solution-grid article div { padding: 20px 22px 22px; }
.kireido-solution-grid h3 { margin: 0 0 8px; }
.kireido-solution-grid p { margin: 0; color: var(--kireido-muted); font-size: .92rem; }
.kireido-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0; padding: 0; list-style: none; }
.kireido-tags li { padding: 9px 18px; border: 1px solid #f1d2a7; border-radius: 999px; color: var(--kireido-dark); background: #fff3df; font-weight: 800; }
.kireido-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.kireido-steps li { position: relative; padding: 30px 26px; border-radius: 14px; background: white; box-shadow: 0 10px 30px rgba(50,58,68,.07); text-align: center; }
.kireido-steps li > span { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 14px; border-radius: 12px; color: white; background: var(--kireido); font-weight: 900; }
.kireido-steps strong { display: block; font-size: 1.1rem; }
.kireido-steps p { margin: 8px 0 0; color: var(--kireido-muted); font-size: .9rem; }
.kireido-price-card { max-width: 540px; margin: 0 auto; padding: clamp(28px, 5vw, 44px); border: 2px solid var(--kireido); border-radius: 18px; background: white; box-shadow: 0 16px 40px rgba(50,58,68,.1); text-align: center; }
.kireido-trial { display: inline-block; margin: 0 0 10px; padding: 5px 14px; border-radius: 999px; color: var(--kireido-dark); background: #fff0d7; font-size: .86rem; font-weight: 800; }
.kireido-price { margin: 10px 0 0; }
.kireido-price strong { color: var(--kireido-dark); font-size: clamp(2.6rem, 6vw, 4rem); line-height: 1; }
.kireido-price span { color: var(--kireido-muted); font-weight: 700; }
.kireido-price-card ul { margin: 24px 0; padding: 0; list-style: none; text-align: left; }
.kireido-price-card li { padding: 9px 0 9px 28px; border-bottom: 1px solid #eadfd2; position: relative; }
.kireido-price-card li::before { content: "✓"; position: absolute; left: 4px; color: var(--kireido); font-weight: 900; }
.kireido-current-note { color: var(--kireido-muted); font-size: .8rem; }
.kireido-security-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.kireido-faq details { margin-bottom: 12px; padding: 4px 20px; border: 1px solid #eadfd2; border-radius: 10px; background: white; }
.kireido-faq summary { padding: 14px 0; cursor: pointer; font-weight: 800; }
.kireido-faq details p { margin: 0 0 16px; color: var(--kireido-muted); }
.kireido-faq-category { margin: 32px 0 12px; color: var(--kireido-dark); font-size: .9rem; letter-spacing: .04em; }
.kireido-faq-link { margin: 28px 0 0; text-align: center; }
.kireido-faq-link a { color: var(--kireido-dark); font-weight: 800; }
.kireido-final { padding: clamp(48px, 7vw, 76px) 0; color: white; background: linear-gradient(130deg, #323a44, #0d1b2a); }
.kireido-final .wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.kireido-final .kireido-eyebrow { color: #ffc46f; text-align: left; }
.kireido-final h2 { max-width: 720px; margin: 0 0 8px; color: white; font-size: clamp(1.6rem, 3vw, 2.35rem); }
.kireido-final p { margin: 0; color: rgba(255,255,255,.8); }
.kireido-button-light { flex: 0 0 auto; color: var(--kireido-dark); background: white; box-shadow: none; }
.kireido-button-light:hover,
.kireido-button-light:focus-visible { color: var(--kireido-dark); background: #fff0d7; }
.case-banners { display: grid; gap: 14px; position: sticky; top: 100px; }
.case-banners img { display: block; width: 100%; border-radius: 8px; }
.case-study-gallery .case-banners { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; position: static; }
.site-footer { padding: 50px 0 0; color: var(--ink); background: white; border-top: 1px solid var(--line); }
.site-footer a { color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: 54px; align-items: start; }
.footer-menu { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 24px; margin: 0; padding: 0; list-style: none; }
.footer-menu a { display: block; padding-left: 14px; text-decoration: none; position: relative; }
.footer-menu a::before { content: "›"; position: absolute; left: 0; color: var(--cyan); font-weight: 800; }
.footer-menu a:hover, .footer-menu a:focus-visible { color: var(--blue); }
.footer-company { padding-left: 30px; border-left: 1px solid var(--line); }
.footer-company p { margin: 0 0 14px; }
.footer-company-name { font-size: 1.2rem; font-weight: 800; }
.footer-marks { display: flex; align-items: center; gap: 14px; }
.footer-marks img { width: auto; height: 60px; }
.copyright { margin: 42px 0 0; padding: 9px 20px; color: white; background: var(--cyan); text-align: center; font-size: .8rem; }
@media (max-width: 800px) {
  .header-inner { align-items: center; flex-wrap: wrap; padding-block: 7px; }
  .brand img { width: 46px; height: 46px; }
  .brand-company { font-size: .96rem; }
  .site-nav { width: 100%; padding-bottom: 7px; }
  .site-nav ul { gap: 12px 18px; }
  .hero-grid, .content-layout { grid-template-columns: 1fr; }
  .hero::after { width: 100%; opacity: .2; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 35%, #000 100%); mask-image: linear-gradient(to bottom, transparent 0%, #000 35%, #000 100%); }
  .hero-lights { width: 100%; opacity: .55; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 38%); mask-image: linear-gradient(to bottom, transparent 0%, #000 38%); }
  .hero-light-1, .hero-light-2, .hero-light-7 { display: none; }
  .hero-visual { display: none; }
  .cards { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-product { grid-column: auto; }
  .kireido-hero-grid { grid-template-columns: 1fr; }
  .kireido-hero-visual { width: min(100%, 390px); }
  .kireido-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kireido-solution-grid,
  .kireido-steps,
  .kireido-security-grid { grid-template-columns: 1fr; }
  .kireido-solution-grid { max-width: 560px; margin-inline: auto; }
  .kireido-final .wrap { align-items: flex-start; flex-direction: column; }
  .feature-reasons { grid-template-columns: 1fr; }
  .site-map-list { grid-template-columns: 1fr 1fr; }
  .site-map-list > li { order: initial; grid-column: auto; }
  .site-map-list > .page-item-7,
  .site-map-list > .page-item-4,
  .site-map-list > .page-item-10 { grid-column: 1 / -1; }
  .use-case-grid { grid-template-columns: 1fr; }
  .case-banners { grid-template-columns: repeat(3, 1fr); position: static; }
  .case-study-gallery .case-banners { grid-template-columns: 1fr; max-width: 440px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-company { padding: 26px 0 0; border-top: 1px solid var(--line); border-left: 0; }
}
@media (max-width: 520px) {
  .page-id-16 .wrap { width: min(calc(100% - 28px), var(--max)); }
  .hero p { font-size: 1rem; line-height: 1.75; }
  .brand-statement { padding: 72px 0; }
  .brand-statement h2 { margin-bottom: 28px; }
  .brand-statement-copy { line-height: 1.85; }
  .company-cta { margin-top: 42px; padding: 26px 22px; }
  .page-id-16 .entry-header { padding-top: 38px; }
  .page-id-16 .entry-content { padding-top: 28px; }
  .page-id-16 #contact table,
  .page-id-16 #contact tbody,
  .page-id-16 #contact tr,
  .page-id-16 #contact th,
  .page-id-16 #contact td { display: block; width: 100%; }
  .page-id-16 #contact table { border: 0; }
  .page-id-16 #contact tr { margin-bottom: 20px; }
  .page-id-16 #contact th { padding: 0 0 7px; border: 0; }
  .page-id-16 #contact td { padding: 0; border: 0; }
  .page-id-16 #contact th p { margin: 0; }
  .page-id-16 #contact [data-name^="your-tel"] { width: calc((100% - 1.5em) / 3); }
  .page-id-16 #contact select { font-size: 16px; }
  .page-id-16 #privacy { padding: 20px 16px; font-size: .92rem; }
  .page-id-16 #privacy ol { padding-left: 1.4em; }
  .page-id-16 #privacy dl,
  .page-id-16 #privacy dd { margin-left: 0; }
  .page-id-16 #contact .attentionBox { padding: 14px 16px; font-size: .92rem; }
  .page-id-4 .google-maps iframe { height: 420px; }
  .kireido-hero { padding-top: 42px; }
  .kireido-hero-grid { gap: 40px; }
  .kireido-hero h1 { font-size: clamp(2.1rem, 10vw, 2.75rem); }
  .kireido-hero-visual { padding-left: 24px; }
  .kireido-phone { width: 48%; border-width: 4px; border-radius: 14px; }
  .kireido-feature-grid { grid-template-columns: 1fr; }
  .kireido-section { padding: 58px 0; }
  .kireido-section h2 { margin-bottom: 30px; }
  .kireido-solution-grid img { height: 200px; }
  .kireido-price-card { padding: 26px 20px; }
  .kireido-final .kireido-button { width: 100%; text-align: center; }
  .news-list li { grid-template-columns: 1fr; gap: 2px; }
  .case-banners { grid-template-columns: 1fr; }
  .footer-menu { grid-template-columns: 1fr 1fr; }
  .site-map-list { grid-template-columns: 1fr; }
  .site-map-list > li,
  .site-map-list > .page-item-7,
  .site-map-list > .page-item-4,
  .site-map-list > .page-item-10 { grid-column: 1 / -1; }
  .site-map-list > .page-item-7 > .children,
  .site-map-list > .page-item-4 > .children,
  .site-map-list > .page-item-10 > .children { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-lights::before,
  .hero-lights::after,
  .hero-light { animation: none; }
  .hero-lights { animation: none; }
  .hero-lights::before { opacity: .18; transform: rotate(-7deg) translateX(14%); }
  .hero-lights::after { opacity: .22; transform: rotate(-8deg) translateX(12%); }
  .hero-light { opacity: .4; }
}
