:root {
  --yuuki-main: #1f7a4d;
  --yuuki-main-dark: #164a32;
  --yuuki-sub: #d5eada;
  --yuuki-pale: #f1f7f2;
  --yuuki-ink: #1e3030;
  --yuuki-muted: #5f7070;
  --yuuki-line: #d7e4e3;
  --yuuki-white: #fff;
  --shadow-soft: 0 18px 48px rgba(31, 122, 77, .12);
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--yuuki-ink); background: #fff; font-family: var(--font-jp); font-size: 15px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
.site-loader { display: none; }
.js .site-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity .35s ease, visibility .35s ease;
}
.js .site-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.site-loader img { width: min(280px, 68vw); height: auto; }
.site-loader span { color: var(--yuuki-main); font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.site-loader span:after { content: ""; display: block; width: 72px; height: 2px; margin: 12px auto 0; background: linear-gradient(90deg, var(--yuuki-sub) 0 35%, var(--yuuki-main) 35% 65%, var(--yuuki-sub) 65%); background-size: 200% 100%; animation: yuuki-loading 1.1s linear infinite; }
@keyframes yuuki-loading { to { background-position: -200% 0; } }
h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 19px; }
h1, h2, h3 { text-wrap: balance; }
p, li, td, figcaption { text-wrap: pretty; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--yuuki-main); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--yuuki-main-dark); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f3b21b; outline-offset: 3px; }
.site-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #fff; color: var(--yuuki-main); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.header-strip { background: var(--yuuki-main); color: #fff; font-size: 12px; }
.header-strip-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-strip p { margin: 0; }
.header-contact { display: flex; gap: 24px; font-family: var(--font-en), var(--font-jp); }
.header-contact a { color: #fff; font-weight: 700; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(22,58,57,.12); }
.header-main { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: 270px; flex: 0 0 270px; }
.brand img { display: block; width: 100%; }
.global-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; margin: 0; }
.global-nav a { display: block; padding: 16px 13px; color: var(--yuuki-ink); font-weight: 700; text-decoration: none; font-size: 14px; position: relative; }
.global-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 9px; height: 2px; background: var(--yuuki-main); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.global-nav a:hover::after, .global-nav a[aria-current="page"]::after { transform: scaleX(1); }
.global-nav .nav-contact { margin-left: 8px; padding: 14px 20px; color: #fff; background: var(--yuuki-main); border-radius: 3px; }
.global-nav .nav-contact:hover { background: var(--yuuki-main-dark); color: #fff; }
.menu-toggle { display: none; width: 50px; height: 50px; border: 0; background: var(--yuuki-main); border-radius: 3px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.mobile-contact { display: none; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; background: #fff; }

.hero { position: relative; min-height: 680px; display: grid; align-items: stretch; background: #eef5f4; overflow: hidden; }
.hero::before { content: "YUUKI"; position: absolute; left: -25px; bottom: -80px; color: rgba(31,122,77,.05); font: 800 clamp(105px, 18vw, 260px)/1 var(--font-en); letter-spacing: -.06em; }
.hero-media { position: absolute; inset: 0 0 0 48%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #eef5f4 0, rgba(238,245,244,.12) 35%, rgba(0,49,49,.12) 100%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 680px; }
.hero-copy { width: min(620px, 56%); padding: 84px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; color: var(--yuuki-main); font: 700 12px/1.3 var(--font-en), var(--font-jp); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 42px; height: 3px; background: var(--yuuki-main); }
.hero h1 { margin: 0 0 24px; font-size: clamp(36px, 4.6vw, 64px); line-height: 1.18; letter-spacing: -.04em; font-weight: 800; }
.hero h1 span { color: var(--yuuki-main); }
.hero-lead { margin: 0 0 36px; max-width: 570px; color: #405150; font-size: clamp(15px, 1.4vw, 18px); font-weight: 500; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 26px; border: 2px solid var(--yuuki-main); border-radius: 3px; background: var(--yuuki-main); color: #fff; font-weight: 700; text-decoration: none; transition: .2s ease; }
.button::after { content: "→"; margin-left: 14px; }
.button:hover { background: var(--yuuki-main-dark); border-color: var(--yuuki-main-dark); color: #fff; transform: translateY(-2px); }
.button-secondary { background: #fff; color: var(--yuuki-main); }
.button-secondary:hover { color: #fff; }
.button-light { border-color: #fff; background: #fff; color: var(--yuuki-main); }
.button-light:hover { background: transparent; border-color: #fff; color: #fff; }

.section { padding: 100px 0; }
.section-sm { padding: 72px 0; }
.section-tint { background: var(--yuuki-pale); }
.section-dark { background: var(--yuuki-main); color: #fff; }
.section-header { max-width: 720px; margin-bottom: 46px; }
.section-header.center { text-align: center; margin-inline: auto; }
.section-label { display: block; margin-bottom: 10px; color: var(--yuuki-main); font: 700 12px/1.2 var(--font-en), var(--font-jp); letter-spacing: .14em; text-transform: uppercase; }
.section-dark .section-label { color: var(--yuuki-sub); }
.section-title { margin: 0 0 16px; font-size: clamp(26px, 3.3vw, 42px); line-height: 1.35; letter-spacing: -.03em; font-weight: 800; }
.section-description { color: var(--yuuki-muted); font-size: 15px; }
.section-dark .section-description { color: rgba(255,255,255,.8); }

.news-panel { position: relative; z-index: 4; margin-top: -54px; }
.news-card { display: grid; grid-template-columns: 220px 1fr; background: #fff; box-shadow: var(--shadow-soft); border-top: 5px solid var(--yuuki-main); }
.news-heading { padding: 34px 30px; background: var(--yuuki-main); color: #fff; }
.news-heading h2 { margin: 4px 0 0; font-size: 22px; }
.news-list { list-style: none; padding: 20px 32px; margin: 0; }
.news-list li { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--yuuki-line); }
.news-list li:last-child { border-bottom: 0; }
.news-list time { color: var(--yuuki-muted); font: 600 12px/1.5 var(--font-en); }
.news-list p { margin: 0; }
.news-list a { font-weight: 700; white-space: nowrap; }
.news-empty p { grid-column: 1 / -1; white-space: nowrap; }
.mobile-only { display: none; }

.feature-grid, .service-grid, .stats-grid, .recruit-grid { display: grid; gap: 24px; }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { padding: 38px 30px; background: #fff; border: 1px solid var(--yuuki-line); position: relative; overflow: hidden; }
.feature-card::after { content: attr(data-number); position: absolute; right: -4px; top: -25px; color: rgba(31,122,77,.06); font: 800 84px/1 var(--font-en); }
.feature-card h3 { margin: 10px 0 12px; font-size: 19px; }
.feature-card p { margin: 0; color: var(--yuuki-muted); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--yuuki-sub); color: var(--yuuki-main); border-radius: 50%; font: 800 18px/1 var(--font-en); }

.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 290px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; color: #fff; background: var(--yuuki-main-dark); box-shadow: var(--shadow-soft); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; transition: transform .45s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 15%, rgba(0,42,42,.88) 100%); }
.service-card:hover img { transform: scale(1.04); }
.service-card-content { position: relative; z-index: 2; }
.service-card .number { color: var(--yuuki-sub); font: 700 12px/1 var(--font-en); }
.service-card h3 { margin: 10px 0 0; font-size: 21px; color: #fff; }

.home-intro-title { font-size: clamp(24px, 2.5vw, 32px); }
.home-intro-title span { display: block; white-space: nowrap; }
.home-single-line-title { font-size: clamp(22px, 2.35vw, 30px); white-space: nowrap; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.split.reverse { grid-template-columns: .95fr 1.05fr; }
.split-media { position: relative; }
.split-media img { display: block; width: 100%; min-height: 440px; object-fit: cover; }
.split-media::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 2px solid var(--yuuki-sub); z-index: -1; }
.split-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 12px; }
.split-list li { position: relative; padding-left: 30px; font-weight: 600; }
.split-list li::before { content: "✓"; position: absolute; left: 0; color: var(--yuuki-main); font-weight: 800; }

.stats-grid { grid-template-columns: repeat(4, 1fr); }
.stat { padding: 30px 22px; border-left: 1px solid rgba(255,255,255,.25); }
.stat:first-child { border-left: 0; }
.stat strong { display: block; color: #fff; font: 800 clamp(32px, 3.6vw, 50px)/1.1 var(--font-en); }
.stat span { display: block; margin-top: 8px; color: var(--yuuki-sub); font-weight: 600; }

.cta { padding: 70px 0; background: var(--yuuki-main); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.cta h2 { margin: 0 0 10px; color: #fff; font-size: clamp(24px, 3vw, 38px); }
.cta h2.cta-single-line { font-size: clamp(22px, 2.2vw, 28px); white-space: nowrap; }
.cta p { margin: 0; color: rgba(255,255,255,.82); }

.page-hero { padding: 90px 0 80px; background: linear-gradient(110deg, var(--yuuki-pale), #fff); border-bottom: 1px solid var(--yuuki-line); overflow: hidden; position: relative; }
.page-hero::after { content: attr(data-en); position: absolute; right: -10px; bottom: -38px; color: rgba(31,122,77,.055); font: 800 clamp(78px, 13vw, 180px)/1 var(--font-en); text-transform: uppercase; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; font-size: 13px; color: var(--yuuki-muted); }
.breadcrumbs a { color: var(--yuuki-main); }
.page-hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(32px, 4.4vw, 54px); font-weight: 800; letter-spacing: -.04em; }
.page-lead { max-width: 760px; margin: 20px 0 0; color: var(--yuuki-muted); font-size: 16px; }

.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.content-card { padding: 34px; border: 1px solid var(--yuuki-line); background: #fff; }
.content-card h2, .content-card h3 { margin-top: 0; }
.content-card p:last-child { margin-bottom: 0; }
.note { padding: 22px 24px; border-left: 5px solid var(--yuuki-main); background: var(--yuuki-pale); }
.note strong { color: var(--yuuki-main); }

.image-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.image-card figcaption { padding: 16px 0 0; color: var(--yuuki-muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-button { width: 100%; padding: 0; border: 0; background: #fff; text-align: left; cursor: zoom-in; box-shadow: 0 8px 26px rgba(26,67,66,.1); }
.gallery-button img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.gallery-button span { display: block; padding: 16px 18px; font-weight: 700; color: var(--yuuki-ink); }
.gallery-dialog { width: min(1000px, calc(100% - 32px)); border: 0; padding: 0; background: #fff; box-shadow: 0 20px 80px rgba(0,0,0,.35); }
.gallery-dialog::backdrop { background: rgba(0,30,30,.8); }
.gallery-dialog figure { margin: 0; }
.gallery-dialog img { display: block; width: 100%; max-height: 75vh; object-fit: contain; background: #eff4f4; }
.gallery-dialog figcaption { padding: 18px 24px; font-weight: 700; }
.dialog-close { position: absolute; right: 10px; top: 10px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--yuuki-main); color: #fff; font-size: 20px; }

.company-table { width: 100%; border-collapse: collapse; }
.company-table th, .company-table td { padding: 18px 20px; border-bottom: 1px solid var(--yuuki-line); text-align: left; vertical-align: top; }
.company-table th { width: 28%; color: var(--yuuki-main); background: var(--yuuki-pale); }
.map-frame { width: 100%; min-height: 440px; border: 0; }

.recruit-grid { grid-template-columns: repeat(3, 1fr); }
.recruit-card { padding: 34px 28px; border-top: 5px solid var(--yuuki-main); background: #fff; box-shadow: var(--shadow-soft); }
.recruit-card h2 { font-size: 21px; }
.tag { display: inline-block; padding: 4px 10px; color: var(--yuuki-main); background: var(--yuuki-sub); font-size: 12px; font-weight: 700; }

.form-shell { max-width: 900px; margin-inline: auto; }
.form-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 42px; padding: 0; list-style: none; }
.form-progress li { padding: 14px; text-align: center; border-bottom: 4px solid var(--yuuki-line); color: var(--yuuki-muted); font-weight: 700; }
.form-progress li.current { border-color: var(--yuuki-main); color: var(--yuuki-main); }
.form-row { display: grid; grid-template-columns: 240px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--yuuki-line); }
.form-row[hidden] { display: none !important; }
.form-label { font-weight: 700; }
.required { display: inline-block; margin-left: 8px; padding: 2px 7px; color: var(--yuuki-ink); background: var(--yuuki-sub); font-size: 11px; }
.optional { display: inline-block; margin-left: 8px; padding: 2px 7px; color: var(--yuuki-muted); background: #edf1f1; font-size: 11px; }
.form-control, .form-select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #9cabab; border-radius: 2px; background: #fff; }
textarea.form-control { min-height: 180px; resize: vertical; }
.form-hint { margin: 7px 0 0; color: var(--yuuki-muted); font-size: 12px; }
.radio-group { display: flex; flex-wrap: wrap; gap: 18px; }
.radio-card { display: flex; align-items: center; gap: 8px; min-width: 180px; padding: 14px 16px; border: 1px solid var(--yuuki-line); }
.checkbox-row { display: flex; gap: 12px; align-items: flex-start; }
.checkbox-row > input[type="checkbox"] { flex: 0 0 auto; width: 18px; height: 18px; margin: .32em 0 0; accent-color: var(--yuuki-main); }
.checkbox-row > span { min-width: 0; }
.form-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.form-errors { margin-bottom: 30px; padding: 22px 24px; border: 2px solid var(--yuuki-sub); background: var(--yuuki-pale); color: var(--yuuki-ink); }
.form-errors p { font-weight: 800; }
.form-errors ul { margin-bottom: 0; }
.confirm-table { width: 100%; border-collapse: collapse; }
.confirm-table th, .confirm-table td { padding: 18px; border-bottom: 1px solid var(--yuuki-line); text-align: left; vertical-align: top; }
.confirm-table th { width: 30%; background: var(--yuuki-pale); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.policy-content { max-width: 900px; }
.policy-content section { margin-top: 52px; }
.policy-content h2 { padding-bottom: 12px; border-bottom: 2px solid var(--yuuki-sub); font-size: 22px; }
.policy-content li + li { margin-top: 8px; }
.draft-banner { padding: 18px 22px; border: 1px solid #d9b15b; background: #fff8e9; }

.site-footer { background: #164a32; color: rgba(255,255,255,.8); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 70px; padding: 72px 0; }
.footer-brand img { width: 290px; max-width: 100%; margin-bottom: 22px; }
.site-footer h2 { color: #fff; font-size: 16px; }
.site-footer a { color: #fff; }
.site-footer address { font-style: normal; }
.footer-links { list-style: none; padding: 0; columns: 2; }
.footer-links li { margin-bottom: 7px; break-inside: avoid; }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; width: 50px; height: 50px; border: 0; border-radius: 50%; background: var(--yuuki-main); color: #fff; font-size: 20px; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s ease; z-index: 900; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.flash { margin-top: 18px; padding: 14px 18px; border-left: 5px solid var(--yuuki-main); background: var(--yuuki-pale); }

.error-page { min-height: 62vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.error-code { color: var(--yuuki-sub); font: 800 clamp(78px, 16vw, 190px)/.85 var(--font-en); }
.error-page h1 { margin-top: -15px; font-size: clamp(28px, 3.5vw, 42px); }

@media (max-width: 991px) {
  .site-container { width: min(100% - 36px, 900px); }
  .header-strip p { display: none; }
  .header-strip-inner { justify-content: flex-end; }
  .brand { width: 230px; flex-basis: 230px; }
  .mobile-contact { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-left: auto; padding: 8px 14px; background: var(--yuuki-sub); color: var(--yuuki-dark); font-weight: 800; text-decoration: none; }
  .menu-toggle { display: flex; }
  .global-nav { position: fixed; inset: 132px 0 0; background: #fff; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; overflow-y: auto; }
  .global-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .global-nav ul { display: block; padding: 28px 24px; }
  .global-nav a { padding: 16px; border-bottom: 1px solid var(--yuuki-line); font-size: 15px; }
  .global-nav a::after { display: none; }
  .global-nav .nav-contact { margin: 18px 0 0; text-align: center; }
  .hero, .hero-inner { min-height: 700px; }
  .hero-media { inset: 40% 0 0 34%; }
  .hero-media::after { background: linear-gradient(180deg, #eef5f4 0, rgba(238,245,244,.12) 50%, rgba(0,49,49,.16) 100%); }
  .hero-copy { width: 100%; align-self: start; padding: 74px 0; }
  .hero-lead { max-width: 620px; }
  .news-card { grid-template-columns: 1fr; }
  .news-heading { padding: 22px 28px; }
  .feature-grid, .service-grid, .gallery-grid, .recruit-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .split.reverse { grid-template-columns: 1fr; gap: 46px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 14px; }
  .mobile-only { display: block; }
  .news-empty p { white-space: normal; }
  .home-intro-title span { white-space: normal; }
  .home-single-line-title, .cta h2.cta-single-line { white-space: normal; }
  .site-container { width: calc(100% - 30px); }
  .header-contact span { display: none; }
  .header-main { min-height: 82px; }
  .brand { width: 170px; flex-basis: 170px; }
  .header-main { gap: 8px; }
  .mobile-contact { width: 44px; min-height: 44px; padding: 0; font-size: 0; }
  .mobile-contact::after { content: "問"; font-size: 14px; }
  .global-nav { top: 122px; }
  .hero, .hero-inner { min-height: 690px; }
  .hero-media { inset: 50% 0 0 16%; }
  .hero-copy { padding-top: 56px; }
  .hero h1 { font-size: 36px; }
  .button { width: 100%; }
  .news-panel { margin-top: -30px; }
  .news-list { padding: 12px 20px; }
  .news-list li { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
  .section { padding: 72px 0; }
  .feature-grid, .service-grid, .content-grid, .gallery-grid, .recruit-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .split-media img { min-height: 300px; }
  .split-media::before { inset: 12px -10px -12px 10px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { padding: 24px 14px; }
  .page-hero { padding: 70px 0 62px; }
  .company-table, .company-table tbody, .company-table tr, .company-table th, .company-table td { display: block; width: 100%; }
  .company-table th { padding-bottom: 8px; border-bottom: 0; }
  .company-table td { padding-top: 8px; }
  .form-row { grid-template-columns: 1fr; gap: 10px; }
  .form-progress li { padding: 10px 3px; font-size: 12px; }
  .confirm-table, .confirm-table tbody, .confirm-table tr, .confirm-table th, .confirm-table td { display: block; width: 100%; }
  .confirm-table th { padding-bottom: 7px; border-bottom: 0; }
  .confirm-table td { padding-top: 7px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding: 56px 0; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.cms-body { background: #eef5f4; }
.cms-header { background: #164a32; color: #fff; }
.cms-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cms-header img { width: 220px; }
.cms-nav { display: flex; align-items: center; gap: 14px; }
.cms-nav a { color: #fff; font-weight: 700; text-decoration: none; }
.cms-main { padding: 54px 0 90px; }
.cms-panel { padding: 30px; background: #fff; box-shadow: var(--shadow-soft); }
.cms-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.cms-table { width: 100%; border-collapse: collapse; }
.cms-table th, .cms-table td { padding: 14px 12px; border-bottom: 1px solid var(--yuuki-line); text-align: left; vertical-align: top; }
.cms-table th { background: var(--yuuki-pale); }
.cms-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cms-actions form { margin: 0; }
.small-button { display: inline-flex; min-height: 38px; align-items: center; padding: 7px 12px; border: 1px solid var(--yuuki-main); background: #fff; color: var(--yuuki-main); font-weight: 700; text-decoration: none; }
.small-button.danger { border-color: #a12c2c; color: #8a1d1d; }
.status-badge { display: inline-block; padding: 3px 9px; background: #e7eeee; font-size: 11px; font-weight: 700; }
.status-published { background: #dff3e6; color: #176631; }
.status-scheduled { background: #fff1cc; color: #775a00; }
.status-ended { background: #eee; color: #555; }
.cms-login { max-width: 520px; margin: 60px auto; }
.cms-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 28px; }
.cms-pagination a, .cms-pagination span { padding: 8px 12px; border: 1px solid var(--yuuki-line); }
@media (max-width: 800px) {
  .cms-header-inner, .cms-toolbar { align-items: flex-start; flex-direction: column; padding-block: 16px; }
  .cms-table, .cms-table tbody, .cms-table tr, .cms-table th, .cms-table td { display: block; width: 100%; }
  .cms-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .cms-table tr { padding: 14px 0; border-bottom: 2px solid var(--yuuki-line); }
  .cms-table td { border-bottom: 0; padding: 7px 0; }
}

/* ================================================================
   Tronis template integration — supplied design is the visual master
   ================================================================ */
:root {
  --theme-color1: #164a32;
  --theme-color2: #1f7a4d;
  --theme-color2-light: #1f7a4d;
  --theme-color3: #d5eada;
  --theme-color3-light: #d5eada;
  --theme-color4: #f1f7f2;
  --bg-theme-color1: #164a32;
  --bg-theme-color2: #1f7a4d;
  --bg-theme-color2-light: #1f7a4d;
  --bg-theme-color3: #d5eada;
  --bg-theme-color3-light: #d5eada;
  --bg-theme-color4: #f1f7f2;
  --border-theme-color1: #164a32;
  --border-theme-color2: #1f7a4d;
  --border-theme-color2-light: #1f7a4d;
  --border-theme-color3: #d5eada;
  --border-theme-color3-light: #d5eada;
  --border-theme-color4: #f1f7f2;
  --sans-serif: "Noto Sans JP", sans-serif;
}

.page-wrapper { overflow: hidden; }
.page-wrapper, .page-wrapper p, .page-wrapper li, .page-wrapper td, .page-wrapper input, .page-wrapper textarea, .page-wrapper select, .page-wrapper button { font-family: var(--font-jp); }
.page-wrapper h1, .page-wrapper h2, .page-wrapper h3, .page-wrapper h4, .page-wrapper h5, .page-wrapper h6 { font-family: var(--font-jp); color: #164a32; }
.page-wrapper .auto-container { max-width: 1200px; }
.page-wrapper .theme-btn { border-radius: 5px; text-decoration: none; }
.page-wrapper .btn-style-one { background: #1f7a4d; padding: 13px 34px; color: #fff; }
.page-wrapper .btn-style-one.alternate { background: #1f7a4d; }
.page-wrapper .btn-style-one:before { background: #164a32; }
.page-wrapper .btn-style-two { background: #d5eada; color: #164a32; padding: 13px 34px; }
.page-wrapper .btn-style-two:before { background: #fff; }
.page-wrapper .sec-title { margin-bottom: 40px; }
.page-wrapper .sec-title .sub-title, .yuuki-news-heading .sub-title, .yuuki-page-kicker { color: #1f7a4d; font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.page-wrapper .sec-title .sub-title:before { background: #d5eada; }
.page-wrapper .sec-title h1, .page-wrapper .sec-title h2 { color: #164a32; font-size: clamp(28px, 3vw, 40px); line-height: 1.35; font-weight: 800; }
.page-wrapper .sec-title .text { color: #657574; font-size: 15px; line-height: 2; }
.page-wrapper .sec-title.light h1, .page-wrapper .sec-title.light h2, .page-wrapper .sec-title.light .sub-title, .page-wrapper .sec-title.light .text { color: #fff; }

.main-header .header-top { min-height: 40px; margin-left: 285px; background: #1f7a4d; color: #fff; }
.main-header .header-top .top-right { color: rgba(255,255,255,.8); font-size: 12px; }
.main-header .list-style-one li { font-family: var(--font-jp); font-size: 12px; }
.main-header .header-top .list-style-one li,
.main-header .header-top .list-style-one li a,
.main-header .header-top .list-style-one li a:hover,
.main-header .header-top .list-style-one li i { color: #fff; }
.main-header .header-lower { background: #fff; }
.main-header .header-lower .logo-box { background: #f1f7f2; }
.main-header .logo img { width: 235px; max-height: 70px; object-fit: contain; }
.main-header .main-menu .navigation > li { margin-right: 38px; }
.main-header .main-menu .navigation > li > a { color: #405150; font-family: var(--font-jp); font-size: 14px; text-transform: none; }
.main-header .main-menu .navigation > li:before { background: #1f7a4d; }
.main-header .main-menu .navigation > li:hover > a, .main-header .main-menu .navigation > li.current > a { color: #1f7a4d; }
.main-header .outer-box { gap: 20px; }
.main-header .mobile-nav-toggler { color: #1f7a4d; }
.main-header .sticky-header .logo img { width: 205px; max-height: 48px; }
.mobile-menu .menu-box { background: #164a32; }
.mobile-menu .nav-logo img { width: 220px; }
.mobile-menu .navigation li.current > a, .mobile-menu .navigation li > a:hover { color: #d5eada; }

.yuuki-main-slider { min-height: 690px; }
.yuuki-main-slider:before {
  height: 190px;
  background-color: #d5eada;
  background-image: none;
  -webkit-mask: url('/assets/images/bottom-shape-yuuki.png') center top / 100% 100% no-repeat;
  mask: url('/assets/images/bottom-shape-yuuki.png') center top / 100% 100% no-repeat;
}
.yuuki-main-slider:after {
  content: none;
}
.yuuki-slide { position: relative; min-height: 690px; display: flex; align-items: center; background-position: center; background-size: cover; }
.yuuki-slide-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,63,43,.94) 0%, rgba(18,63,43,.78) 43%, rgba(18,63,43,.18) 75%); }
.yuuki-slide-content { position: relative; z-index: 2; max-width: 760px; padding: 90px 0 145px; color: #fff; transform: translateY(-35px); }
.yuuki-slide-content .title { display: inline-block; position: relative; padding-top: 13px; color: #fff; font-family: var(--font-en); font-size: 13px; letter-spacing: .12em; }
.yuuki-slide-content .title:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; border-radius: 4px; background: #d5eada; }
.yuuki-slide-content h1 { margin: 20px 0 24px; color: #fff; font-size: clamp(42px, 5.6vw, 68px); line-height: 1.2; font-weight: 800; letter-spacing: -.04em; }
.yuuki-slide-content p { margin: 0 0 32px; color: rgba(255,255,255,.9); font-size: 16px; line-height: 2; }
.yuuki-slide-content .btn-box { display: flex; flex-wrap: wrap; gap: 12px; }
.yuuki-features { margin-top: -72px; padding-top: 0; z-index: 10; }
.yuuki-features .feature-block .inner-box { background: #fff; border-color: #d5eada; }
.yuuki-features .feature-block .icon-box { background: #1f7a4d; }
.yuuki-features .feature-block .content-box { padding: 24px 24px; }
.yuuki-features .feature-block .content-box .title { font-size: 19px; line-height: 1.55; margin-bottom: 10px; }
.yuuki-features .feature-block .content-box .title a { color: #164a32; }
.yuuki-features .feature-block .content-box .text { font-size: 14px; line-height: 1.85; }

.yuuki-news-section { position: relative; padding: 0 0 105px; }
.yuuki-news-box { display: grid; grid-template-columns: 250px 1fr; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 10px 60px rgba(0,0,0,.08); }
.yuuki-news-heading { padding: 32px; color: #fff; background: #164a32; }
.yuuki-news-heading .sub-title { color: #d5eada; }
.yuuki-news-heading h2 { margin: 7px 0 0; color: #fff; font-size: 25px; }
.yuuki-news-list { margin: 0; padding: 16px 30px; list-style: none; }
.yuuki-news-list li { display: grid; grid-template-columns: 120px minmax(0,1fr) auto; align-items: center; gap: 18px; min-height: 62px; border-bottom: 1px solid #e1e9e8; }
.yuuki-news-list li:last-child { border-bottom: 0; }
.yuuki-news-list time { color: #697a79; font-family: var(--font-en); font-size: 12px; font-weight: 700; }
.yuuki-news-list strong { color: #164a32; font-size: 14px; }
.yuuki-news-list p { margin: 4px 0 0; color: #697a79; font-size: 13px; }
.yuuki-news-list .read-more { font-size: 12px; font-weight: 700; white-space: nowrap; }
.yuuki-news-list .news-empty p { grid-column: 1 / -1; margin: 0; white-space: nowrap; }

.yuuki-about-section { padding-top: 105px; }
.yuuki-about-section .image-column .image-1:before {
  content: "";
  display: block;
  background-color: #1f7a4d;
  background-image: none;
  -webkit-mask: url('/assets/images/shape-1-yuuki-green.png') left top / 70px 100px no-repeat;
  mask: url('/assets/images/shape-1-yuuki-green.png') left top / 70px 100px no-repeat;
}
.yuuki-about-section .image-column .image-1 img, .yuuki-about-section .image-column .image-2 img { height: 560px; }
.yuuki-about-section .experience { border-color: #1f7a4d; }
.yuuki-about-section .experience strong { color: #1f7a4d; }
.yuuki-about-section .experience small { font-size: 14px; }
.yuuki-about-section .about-block .icon { color: #1f7a4d; border-color: #1f7a4d; }
.yuuki-about-section .about-block:hover .icon { background: #1f7a4d; color: #fff; }
.yuuki-about-section .about-block .title { color: #164a32; font-size: 19px; }
.home-intro-title { font-size: clamp(24px, 2.4vw, 32px) !important; }

/* Keep decorative artwork static while preserving one-time WOW fade effects. */
.yuuki-about-section .bounce-x,
.yuuki-about-section .bounce-y,
.yuuki-about-section .zoom-one,
.yuuki-work-section .bounce-x,
.yuuki-work-section .bounce-y,
.yuuki-work-section .zoom-one,
.main-footer .bounce-x,
.main-footer .bounce-y,
.main-footer .zoom-one {
  -webkit-animation: none !important;
  animation: none !important;
  transform: none !important;
}

.yuuki-services-section { background: #f1f7f2; }
.yuuki-services-bg { background-image: url('/assets/tronis/images/icons/pattern-1.png'); opacity: .34; }
.yuuki-services-section .service-block .image img { height: 190px; object-fit: cover; }
.yuuki-services-section .service-block .content-box .icon { background: #1f7a4d; }
.yuuki-services-section .service-block .content-box .title { font-size: 19px; line-height: 1.5; }
.yuuki-services-section .service-block .content-box .title a { color: #164a32; }
.yuuki-services-section .service-block .content-box .text { font-size: 13px; line-height: 1.8; }

.yuuki-work-section .work-block .icon-box .icon { color: #1f7a4d; }
.yuuki-work-section .work-block .inner-box:hover .icon-box { background: #1f7a4d; }
.yuuki-work-section .work-block .icon-box:before, .yuuki-work-section .work-block .title:before { background: #d5eada; }
.yuuki-work-section .work-block .title { color: #164a32; font-size: 19px; line-height: 1.7; }

.yuuki-facility-feature { padding-bottom: 105px !important; }
.yuuki-facility-feature .outer-box .bg-image:before { content: ""; position: absolute; inset: 0; background: rgba(25,94,60,.9); }
.yuuki-facility-feature .image-column .image img { width: 100%; min-height: 675px; object-fit: cover; }
.yuuki-facility-feature .count-box { color: #1f7a4d; }
.yuuki-facility-feature .counter-title { font-size: 14px; line-height: 1.6; }
.yuuki-facility-feature .home-single-line-title { font-size: clamp(21px, 2.15vw, 28px) !important; }

.yuuki-recruit-section { padding: 110px 0; background: #f1f7f2; }
.yuuki-recruit-section .image-column .image img { width: 100%; min-height: 390px; object-fit: cover; border-radius: 10px; }
.yuuki-recruit-section .content-column .inner-column { padding-right: 60px; }

.yuuki-contact-cta { padding: 120px 0; }
.yuuki-contact-cta:before { background: #164a32; opacity: .86; }
.yuuki-contact-cta .outer-box { padding-left: 190px; }
.yuuki-contact-cta .sec-title { transform: translateY(-45px); }
.yuuki-contact-cta .cta-mark { position: absolute; left: 0; top: 50%; width: 125px; height: 125px; display: grid; place-items: center; transform: translateY(-50%); background: #1f7a4d; color: #fff; font-size: 64px; }
.yuuki-contact-cta .cta-single-line { color: #fff; font-size: clamp(21px, 2.15vw, 28px) !important; white-space: nowrap; }
.yuuki-contact-cta p { color: rgba(255,255,255,.8); }

.yuuki-page-title { min-height: 280px; padding: 86px 0 95px; background-image: url('/assets/images/hero-workspace.webp'); }
.yuuki-page-title:before { background: #164a32; opacity: .88; }
.yuuki-page-title .yuuki-page-kicker { display: block; position: relative; margin-bottom: 8px; color: #d5eada; }
.yuuki-page-title .title { font-size: clamp(34px, 4vw, 52px); }
.yuuki-page-title .page-lead { position: relative; max-width: 720px; margin: 12px 0 0; color: rgba(255,255,255,.82); font-size: 15px; }
.yuuki-page-title .page-breadcrumb { margin-top: 18px; }
.yuuki-page-title .page-breadcrumb li a { color: #d5eada; }

.page-wrapper .section { position: relative; padding: 105px 0; }
.page-wrapper .section-tint { background: #f1f7f2; }
.page-wrapper .section-tint:before { content: ""; position: absolute; inset: 0; background-image: url('/assets/tronis/images/icons/pattern-1.png'); opacity: .08; pointer-events: none; }
.page-wrapper .section > .site-container, .page-wrapper .section > .auto-container { position: relative; }
.page-wrapper .site-container { width: min(1170px, calc(100% - 48px)); }
.page-wrapper .section-label { position: relative; display: inline-block; color: #1f7a4d; font-family: var(--font-en); font-size: 12px; letter-spacing: .12em; }
.page-wrapper .section-label:after { content: ""; position: absolute; left: 100%; top: 50%; width: 35px; height: 2px; margin-left: 10px; background: #d5eada; }
.page-wrapper .section-title { color: #164a32; font-size: clamp(27px, 3vw, 40px); line-height: 1.4; }
.page-wrapper .button { position: relative; z-index: 0; min-height: 56px; padding: 12px 34px; overflow: hidden; border: 0; border-radius: 5px; background: #1f7a4d; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .04em; }
.page-wrapper .button:before { content: ""; position: absolute; inset: 0; z-index: -1; background: #164a32; transform: scale(0,1); transform-origin: top right; transition: transform .45s cubic-bezier(.86,0,.07,1); }
.page-wrapper .button:hover:before { transform: scale(1,1); transform-origin: bottom left; }
.page-wrapper .button:after { display: none; }
.page-wrapper .button:hover { color: #fff; transform: none; }
.page-wrapper .button-secondary { background: #d5eada; color: #164a32; }
.page-wrapper .button-light { background: #fff; color: #1f7a4d; }

/* Public content buttons: keep header, footer and white buttons unchanged. */
#main-content .theme-btn.btn-style-one,
#main-content .theme-btn.btn-style-two,
#main-content .button:not(.button-light) {
  transition: color .3s ease, box-shadow .3s ease;
}
#main-content .theme-btn.btn-style-one:before,
#main-content .theme-btn.btn-style-two:before,
#main-content .button:not(.button-light):before {
  transform: scale(0,1);
  transform-origin: top right;
  transition: transform .45s cubic-bezier(.86,0,.07,1);
}
#main-content .theme-btn.btn-style-one:before,
#main-content .theme-btn.btn-style-one.hvr-light:before,
#main-content .button:not(.button-light):not(.button-secondary):before {
  background: #164a32;
}
#main-content .theme-btn.btn-style-two:before,
#main-content .button.button-secondary:before {
  background: #1f7a4d;
}
#main-content .theme-btn.btn-style-one:hover:before,
#main-content .theme-btn.btn-style-two:hover:before,
#main-content .button:not(.button-light):hover:before {
  transform: scale(1,1);
  transform-origin: bottom left;
}
#main-content .theme-btn.btn-style-one:hover,
#main-content .theme-btn.btn-style-one.hvr-light:hover,
#main-content .theme-btn.btn-style-two:hover,
#main-content .button:not(.button-light):hover {
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  transform: none;
}
.page-wrapper .content-card, .page-wrapper .recruit-card { border: 0; border-radius: 10px; box-shadow: 0 10px 40px rgba(0,0,0,.07); transition: .3s ease; }
.page-wrapper .content-card:hover, .page-wrapper .recruit-card:hover { transform: translateY(-8px); box-shadow: 0 12px 35px rgba(0,0,0,.13); }
.page-wrapper .split-media img, .page-wrapper .image-card img { border-radius: 10px; }
.page-wrapper .split-media:before { border-radius: 10px; border-color: #d5eada; }
.page-wrapper .cta { position: relative; overflow: hidden; background: #164a32; }
.page-wrapper .cta:after { content: ""; position: absolute; right: -5%; top: -80%; width: 52%; height: 250%; background: url('/assets/tronis/images/icons/shape-3.png') center/cover no-repeat; opacity: .12; transform: rotate(5deg); }
.page-wrapper .cta .cta-inner { position: relative; z-index: 1; }
.page-wrapper .cta h2 { font-size: clamp(23px, 2.7vw, 35px); }
.page-wrapper .form-shell { padding: 48px; border-radius: 10px; background: #fff; box-shadow: 0 10px 60px rgba(0,0,0,.07); }
.page-wrapper .form-control, .page-wrapper .form-select { border-radius: 5px; border-color: #d3dfde; background: #f8fbfa; }
.page-wrapper .form-control:focus, .page-wrapper .form-select:focus { border-color: #1f7a4d; box-shadow: 0 0 0 3px rgba(31,122,77,.1); }
.page-wrapper .form-progress li.current { border-color: #1f7a4d; color: #1f7a4d; }
.page-wrapper .company-table { overflow: hidden; border-radius: 10px; box-shadow: 0 8px 35px rgba(0,0,0,.06); }
.page-wrapper .company-table th { color: #1f7a4d; background: #f1f7f2; }
.page-wrapper .gallery-button { border-radius: 10px; overflow: hidden; box-shadow: 0 8px 35px rgba(0,0,0,.08); transition: .3s ease; }
.page-wrapper .gallery-button:hover { transform: translateY(-7px); }

.main-footer .yuuki-footer-bg { background-image: url('/assets/tronis/images/background/5.jpg'); bottom: 80px; }
.main-footer .yuuki-footer-bg:before { background: #164a32; opacity: .96; }
.main-footer .contact-info-block .icon-box { background: #103326; color: #d5eada; }
.main-footer .contact-info-block .inner-box:hover .icon-box { background: #1f7a4d; }
.main-footer .contact-info-block .text span { display: block; }
.main-footer .contact-info-block .text,
.main-footer .contact-info-block .text a,
.main-footer .contact-info-block .text a:hover,
.main-footer .about-widget .text,
.main-footer .user-links li a,
.main-footer .user-links li a:hover { color: #fff; }
.main-footer .about-widget .logo img { width: 260px; }
.main-footer .gallery-widget { margin-left: 0; }
.main-footer .gallery-widget .image img { aspect-ratio: 1; object-fit: cover; }
.main-footer .footer-bottom { padding: 0; background: #103326; border-top: 0; }
.main-footer .footer-bottom .inner-container { min-height: 80px; }
.main-footer .footer-bottom .copyright-text p { margin: 0; color: #fff; font-family: var(--font-en); font-size: 12px; }
.main-footer .footer-privacy, .main-footer .footer-privacy:hover { color: #fff; font-family: var(--font-en); font-size: 12px; }

.yuuki-error-section { padding: 110px 0; background: #f7faf9; }
.yuuki-error-number { color: #d5eada; font-family: var(--font-en); font-size: clamp(110px, 19vw, 230px); font-weight: 800; line-height: .85; letter-spacing: -.07em; }
.yuuki-error-section .error-page__sub-title { color: #164a32; font-size: clamp(28px, 3.5vw, 42px); }
.yuuki-error-section .error-page__text { margin: 20px 0 30px; }
.yuuki-error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.yuuki-thanks-section { padding: 105px 0; background: #f1f7f2; }
.yuuki-thanks-box { max-width: 760px; margin: 0 auto; padding: 55px; border-radius: 10px; background: #fff; text-align: center; box-shadow: 0 10px 60px rgba(0,0,0,.08); }
.yuuki-thanks-box .icon-box { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 25px; border-radius: 50%; background: #1f7a4d; color: #fff; font-size: 32px; }
.yuuki-thanks-box h2 { margin-bottom: 20px; font-size: 27px; }
.yuuki-thanks-box .theme-btn { margin-top: 20px; }

@media (max-width: 1199px) {
  .main-header .header-top { margin-left: 0; }
  .main-header .header-lower .logo-box { margin-top: 0; min-height: 95px; }
  .main-header .main-menu .navigation > li { margin-right: 24px; }
  .yuuki-features { margin-top: -45px; }
  .yuuki-contact-cta .cta-single-line { white-space: normal; }
}

@media (max-width: 991px) {
  .main-header .header-top { display: none; }
  .main-header .header-lower .logo-box { min-width: 245px; justify-content: flex-start; }
  .main-header .logo img { width: 215px; }
  .yuuki-main-slider, .yuuki-slide { min-height: 620px; }
  .yuuki-main-slider:before { height: 150px; }
  .yuuki-slide-content { padding: 95px 0 140px; transform: translateY(-25px); }
  .yuuki-about-section .content-column .inner-column, .yuuki-recruit-section .content-column .inner-column { padding-left: 0; padding-right: 0; }
  .yuuki-about-section .image-column .image-1 img, .yuuki-about-section .image-column .image-2 img { height: 440px; }
  .yuuki-facility-feature .outer-box .bg-image { left: 0; right: 0; }
  .yuuki-contact-cta .outer-box { padding-left: 0; }
  .yuuki-contact-cta .cta-mark { display: none; }
  .yuuki-news-box { grid-template-columns: 1fr; }
  .yuuki-news-heading { padding: 24px 30px; }
}

@media (max-width: 767px) {
  .yuuki-main-slider:before { display: none; }
  .yuuki-features { margin-top: 0; padding-top: 45px; }
}

@media (max-width: 640px) {
  .page-wrapper .auto-container, .page-wrapper .site-container { width: calc(100% - 30px); }
  .main-header .header-lower .logo-box { flex: 0 1 250px; width: 250px; min-width: 0; min-height: 82px; margin-right: 10px; padding: 12px 15px; }
  .main-header .header-lower .logo-box .logo { width: 100%; }
  .main-header .header-lower .logo-box .logo img { width: 220px; height: auto; max-width: 100%; max-height: none; }
  .main-header .sticky-header .logo img { width: 220px; height: auto; max-height: none; }
  .mobile-menu .nav-logo img { width: 240px; max-width: 100%; }
  .yuuki-services-section .yuuki-services-lead { width: fit-content; max-width: 20em; margin-right: auto; margin-left: auto; text-align: left; }
  .yuuki-main-slider, .yuuki-slide { min-height: 570px; }
  .yuuki-slide-content { padding: 75px 0 110px; transform: translateY(-18px); }
  .yuuki-slide-content h1 { font-size: 36px; }
  .yuuki-slide-content p br { display: none; }
  .yuuki-features { margin-top: 0; padding-top: 45px; }
  .yuuki-news-section { padding-bottom: 75px; }
  .yuuki-news-list { padding: 12px 20px; }
  .yuuki-news-list li { grid-template-columns: 1fr; gap: 3px; padding: 14px 0; }
  .yuuki-news-list .news-empty p { white-space: normal; }
  .yuuki-about-section { padding-top: 75px; }
  .yuuki-about-section .image-column .image-1 img, .yuuki-about-section .image-column .image-2 img { min-width: 0; height: 330px; }
  .yuuki-about-section .experience { left: 10px; bottom: 40px; padding: 18px; }
  .home-intro-title span { white-space: normal; }
  .yuuki-facility-feature .content-column { width: 100%; }
  .yuuki-facility-feature .content-column .inner-column { padding: 60px 24px 45px; }
  .yuuki-facility-feature .content-column .sec-title { width: 100%; max-width: 100%; margin-bottom: 30px; }
  .yuuki-facility-feature .content-column .sec-title .sub-title { display: table; margin-bottom: 12px; }
  .page-wrapper .yuuki-facility-feature .home-single-line-title { display: block; width: 100%; max-width: 100%; margin: 0; font-size: clamp(22px, 6.4vw, 25px) !important; line-height: 1.55; letter-spacing: .015em; text-align: left; white-space: normal; overflow-wrap: anywhere; text-wrap: pretty; }
  .yuuki-facility-feature .content-column .sec-title .text { margin-top: 20px; }
  .yuuki-facility-feature .image-column .image img { min-height: 360px; }
  .yuuki-contact-cta { padding: 85px 0; }
  .yuuki-contact-cta .sec-title { transform: translateY(-32px); }
  .yuuki-page-title { min-height: 230px; padding: 65px 0 72px; }
  .page-wrapper .section { padding: 75px 0; }
  .page-wrapper .form-shell { padding: 28px 18px; }
  .main-footer .footer-bottom .inner-container { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .yuuki-thanks-box { padding: 38px 22px; }
}

/* Soft heading typography */
.page-wrapper h1,
.page-wrapper h2,
.main-footer h2 {
  font-weight: 700 !important;
  line-height: 1.48;
  letter-spacing: .015em;
  text-wrap: balance;
}
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper h6,
.main-footer h3,
.main-footer h4 {
  font-weight: 600 !important;
  line-height: 1.55;
  letter-spacing: .018em;
  text-wrap: balance;
}
.yuuki-slide-content h1 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.3;
  letter-spacing: .008em;
}
.yuuki-page-title .title {
  font-size: clamp(31px, 3.6vw, 46px);
  line-height: 1.45;
  letter-spacing: .018em;
}
.page-wrapper .sec-title h1,
.page-wrapper .sec-title h2,
.page-wrapper .section-title {
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.5;
  letter-spacing: .018em;
}
.page-wrapper .content-card h2,
.page-wrapper .content-card h3,
.page-wrapper .feature-block h2,
.page-wrapper .service-block h3,
.page-wrapper .work-block h3,
.page-wrapper .recruit-card h2,
.page-wrapper .policy-content h2 {
  line-height: 1.6;
  letter-spacing: .02em;
}
.yuuki-thanks-box h2,
.yuuki-error-section .error-page__sub-title {
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.55;
  letter-spacing: .018em;
}
.main-footer .widget-title,
.main-footer .contact-info-block .title {
  font-weight: 600 !important;
  line-height: 1.5;
  letter-spacing: .025em;
}

@media (max-width: 640px) {
  .yuuki-slide-content h1 { font-size: clamp(30px, 8vw, 32px); line-height: 1.38; }
  .yuuki-page-title .title { font-size: clamp(28px, 8vw, 34px); }
  .page-wrapper .sec-title h1,
  .page-wrapper .sec-title h2,
  .page-wrapper .section-title { font-size: clamp(24px, 7vw, 31px); }
  .page-wrapper h3,
  .page-wrapper h4 { line-height: 1.65; }
}

/* Business and facilities: Tronis-inspired page detailing */
.page-business main > .section,
.page-facilities main > .section { position: relative; isolation: isolate; overflow: hidden; }
.page-business main > .section-tint:after,
.page-facilities main > .section-tint:after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -85px;
  z-index: -1;
  width: 310px;
  height: 310px;
  background: url('/assets/tronis/images/icons/dotted-map-2.png') center/contain no-repeat;
  opacity: .08;
  pointer-events: none;
}
.page-business .split,
.page-facilities .split { position: relative; }
.page-business .split > div:not(.split-media),
.page-facilities .split > div:not(.split-media) { position: relative; padding: 34px 0 34px 34px; }
.page-business .split > div:not(.split-media):before,
.page-facilities .split > div:not(.split-media):before {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  bottom: 34px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(#1f7a4d, #d5eada);
}
.page-business .split-media,
.page-facilities .split-media { z-index: 0; padding: 18px 18px 0 0; }
.page-business .split-media:before,
.page-facilities .split-media:before { inset: 0 0 18px 18px; border: 0; border-radius: 12px; background: #d5eada; }
.page-business .split-media img,
.page-facilities .split-media img { position: relative; z-index: 1; box-shadow: 0 18px 55px rgba(22,74,50,.16); }

.page-business .content-grid { counter-reset: business-card; gap: 30px; }
.page-business .content-grid .content-card {
  counter-increment: business-card;
  position: relative;
  min-height: 250px;
  padding: 72px 34px 34px;
  overflow: hidden;
  border-top: 4px solid #1f7a4d;
  background: linear-gradient(145deg, #fff 0 72%, #f1f7f2 72% 100%);
}
.page-business .content-grid .content-card:before {
  content: counter(business-card, decimal-leading-zero);
  position: absolute;
  right: 22px;
  top: 14px;
  color: rgba(31,122,77,.11);
  font: 800 52px/1 var(--font-en);
  letter-spacing: -.05em;
}
.page-business .content-grid .content-card:after {
  content: "";
  position: absolute;
  left: 34px;
  top: 40px;
  width: 38px;
  height: 3px;
  border-radius: 3px;
  background: #d5eada;
}
.page-business .content-grid .content-card .tag { border-radius: 0; background: transparent; padding: 0; color: #1f7a4d; letter-spacing: .08em; }
.page-business .content-grid .content-card h2 { margin-top: 10px; }
.page-business .feature-grid { position: relative; gap: 30px; }
.page-business .feature-card { border: 0; border-radius: 10px; box-shadow: 0 10px 40px rgba(0,0,0,.07); }
.page-business .feature-card:before { content: ""; position: absolute; left: 0; top: 0; width: 6px; height: 100%; background: #d5eada; }
.page-business .feature-card:after { right: 15px; top: 16px; color: rgba(31,122,77,.08); font-size: 72px; }
.page-business .note { position: relative; padding: 32px 36px 32px 88px; border: 0; border-radius: 10px; background: #f1f7f2; box-shadow: inset 0 0 0 1px #d5eada; }
.page-business .note:before { content: "!"; position: absolute; left: 28px; top: 30px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #1f7a4d; color: #fff; font: 700 20px/1 var(--font-en); }

.page-facilities .section-dark { position: relative; overflow: hidden; background: #164a32; }
.page-facilities .section-dark:before { content: ""; position: absolute; inset: 0; background: url('/assets/tronis/images/icons/pattern-1.png') center/cover; opacity: .08; }
.page-facilities .stats-grid { position: relative; z-index: 1; gap: 16px; padding-block: 20px; }
.page-facilities .stat { position: relative; padding: 34px 24px; border: 1px solid rgba(213,234,218,.22); border-radius: 8px; background: rgba(255,255,255,.04); text-align: center; }
.page-facilities .stat:first-child { border-left: 1px solid rgba(213,234,218,.22); }
.page-facilities .stat:after { content: ""; display: block; width: 32px; height: 3px; margin: 16px auto 0; background: #d5eada; }
.page-facilities .stat strong { color: #fff; letter-spacing: -.02em; }
.page-facilities .content-grid { counter-reset: facility-card; gap: 30px; }
.page-facilities .content-grid .content-card { counter-increment: facility-card; position: relative; padding: 42px 42px 42px 112px; overflow: hidden; }
.page-facilities .content-grid .content-card:before { content: counter(facility-card, decimal-leading-zero); position: absolute; left: 34px; top: 38px; color: #1f7a4d; font: 800 34px/1 var(--font-en); }
.page-facilities .content-grid .content-card:after { content: ""; position: absolute; left: 92px; top: 34px; bottom: 34px; width: 1px; background: #d5eada; }
.page-facilities .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 250px; gap: 20px; }
.page-facilities .gallery-button { position: relative; min-height: 250px; overflow: hidden; border-radius: 10px; box-shadow: 0 12px 38px rgba(22,74,50,.14); }
.page-facilities .gallery-button:first-child { grid-column: span 2; grid-row: span 2; }
.page-facilities .gallery-button img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; transition: transform .55s ease; }
.page-facilities .gallery-button:after { content: ""; position: absolute; inset: 35% 0 0; z-index: 1; background: linear-gradient(transparent, rgba(16,51,38,.9)); pointer-events: none; }
.page-facilities .gallery-button span { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 24px; color: #fff; background: transparent; letter-spacing: .02em; }
.page-facilities .gallery-button:hover img { transform: scale(1.055); }

@media (max-width: 991px) {
  .page-business .split > div:not(.split-media),
  .page-facilities .split > div:not(.split-media) { padding-right: 20px; }
  .page-facilities .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .page-business .split > div:not(.split-media),
  .page-facilities .split > div:not(.split-media) { padding: 22px 0 22px 22px; }
  .page-business .split > div:not(.split-media):before,
  .page-facilities .split > div:not(.split-media):before { top: 22px; bottom: 22px; width: 3px; }
  .page-business .split-media,
  .page-facilities .split-media { padding: 10px 10px 0 0; }
  .page-business .split-media:before,
  .page-facilities .split-media:before { inset: 0 0 10px 10px; }
  .page-business .content-grid .content-card { min-height: 0; padding: 66px 24px 28px; }
  .page-business .content-grid .content-card:after { left: 24px; }
  .page-business .note { padding: 78px 24px 28px; }
  .page-business .note:before { left: 24px; top: 24px; }
  .page-facilities .content-grid .content-card { padding: 82px 26px 30px; }
  .page-facilities .content-grid .content-card:before { left: 26px; top: 28px; }
  .page-facilities .content-grid .content-card:after { left: 26px; right: 26px; top: 68px; bottom: auto; width: auto; height: 1px; }
  .page-facilities .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .page-facilities .gallery-button:first-child { grid-column: auto; grid-row: auto; }
}

/* Top-page color previews. Palette values are supplied by the selected CSS file. */
.page-home.home-color-preview .page-wrapper {
  --theme-color1: var(--home-dark);
  --theme-color2: var(--home-main);
  --theme-color2-light: var(--home-main);
  --theme-color3: var(--home-sub);
  --theme-color3-light: var(--home-sub);
  --theme-color4: var(--home-pale);
  --bg-theme-color1: var(--home-dark);
  --bg-theme-color2: var(--home-main);
  --bg-theme-color2-light: var(--home-main);
  --bg-theme-color3: var(--home-sub);
  --bg-theme-color3-light: var(--home-sub);
  --bg-theme-color4: var(--home-pale);
  --border-theme-color1: var(--home-dark);
  --border-theme-color2: var(--home-main);
  --border-theme-color2-light: var(--home-main);
  --border-theme-color3: var(--home-sub);
  --border-theme-color3-light: var(--home-sub);
  --border-theme-color4: var(--home-pale);
}
.page-home.home-color-preview .page-wrapper h1,
.page-home.home-color-preview .page-wrapper h2,
.page-home.home-color-preview .page-wrapper h3,
.page-home.home-color-preview .page-wrapper h4,
.page-home.home-color-preview .page-wrapper h5,
.page-home.home-color-preview .page-wrapper h6,
.page-home.home-color-preview .yuuki-features .feature-block .content-box .title a,
.page-home.home-color-preview .yuuki-news-list strong,
.page-home.home-color-preview .yuuki-about-section .about-block .title,
.page-home.home-color-preview .yuuki-services-section .service-block .content-box .title a,
.page-home.home-color-preview .yuuki-work-section .work-block .title { color: var(--home-dark); }
.page-home.home-color-preview .yuuki-slide-content h1 { color: #fff; }
.page-home.home-color-preview .page-wrapper .yuuki-contact-cta .sec-title .sub-title,
.page-home.home-color-preview .page-wrapper .yuuki-contact-cta .sec-title h2 { color: #fff; }
.page-home.home-color-preview .main-header .header-top,
.page-home.home-color-preview .main-header .main-menu .navigation > li:before,
.page-home.home-color-preview .yuuki-features .feature-block .icon-box,
.page-home.home-color-preview .yuuki-about-section .about-block:hover .icon,
.page-home.home-color-preview .yuuki-services-section .service-block .content-box .icon,
.page-home.home-color-preview .yuuki-work-section .work-block .inner-box:hover .icon-box,
.page-home.home-color-preview .yuuki-contact-cta .cta-mark,
.page-home.home-color-preview .main-footer .contact-info-block .inner-box:hover .icon-box { background: var(--home-main); }
.page-home.home-color-preview .main-header .header-lower .logo-box,
.page-home.home-color-preview .yuuki-services-section,
.page-home.home-color-preview .yuuki-recruit-section { background: var(--home-pale); }
.page-home.home-color-preview .main-header .main-menu .navigation > li:hover > a,
.page-home.home-color-preview .main-header .main-menu .navigation > li.current > a,
.page-home.home-color-preview .main-header .mobile-nav-toggler,
.page-home.home-color-preview .page-wrapper .sec-title .sub-title,
.page-home.home-color-preview .yuuki-about-section .experience strong,
.page-home.home-color-preview .yuuki-about-section .about-block .icon,
.page-home.home-color-preview .yuuki-work-section .work-block .icon-box .icon,
.page-home.home-color-preview .yuuki-facility-feature .count-box { color: var(--home-main); }
.page-home.home-color-preview .mobile-menu .menu-box,
.page-home.home-color-preview .yuuki-news-heading,
.page-home.home-color-preview .yuuki-contact-cta:before,
.page-home.home-color-preview .main-footer .yuuki-footer-bg:before { background: var(--home-dark); }
.page-home.home-color-preview .mobile-menu .navigation li.current > a,
.page-home.home-color-preview .mobile-menu .navigation li > a:hover,
.page-home.home-color-preview .yuuki-news-heading .sub-title,
.page-home.home-color-preview .main-footer .contact-info-block .icon-box { color: var(--home-sub); }
.page-home.home-color-preview .yuuki-slide-overlay { background: linear-gradient(90deg, var(--home-overlay-strong) 0%, var(--home-overlay-medium) 43%, var(--home-overlay-light) 75%); }
.page-home.home-color-preview .yuuki-slide-content .title:before,
.page-home.home-color-preview .page-wrapper .sec-title .sub-title:before,
.page-home.home-color-preview .yuuki-work-section .work-block .icon-box:before,
.page-home.home-color-preview .yuuki-work-section .work-block .title:before { background: var(--home-sub); }
.page-home.home-color-preview .yuuki-features .feature-block .inner-box { border-color: var(--home-sub); }
.page-home.home-color-preview .yuuki-about-section .experience,
.page-home.home-color-preview .yuuki-about-section .about-block .icon { border-color: var(--home-main); }
.page-home.home-color-preview .yuuki-facility-feature .outer-box .bg-image:before { background: var(--home-facility-overlay); }
.page-home.home-color-preview .page-wrapper .btn-style-one { background: var(--home-main); }
.page-home.home-color-preview #main-content .theme-btn.btn-style-one:before,
.page-home.home-color-preview #main-content .theme-btn.btn-style-one.hvr-light:before { background: var(--home-dark); }
.page-home.home-color-preview .page-wrapper .btn-style-two { background: var(--home-sub); color: var(--home-dark); }
.page-home.home-color-preview #main-content .theme-btn.btn-style-two:before { background: var(--home-main); }
.page-home.home-color-preview #main-content .theme-btn.btn-style-one:hover,
.page-home.home-color-preview #main-content .theme-btn.btn-style-one.hvr-light:hover,
.page-home.home-color-preview #main-content .theme-btn.btn-style-two:hover { color: #fff; }
.page-home.home-color-preview .yuuki-main-slider:before {
  background-color: var(--home-sub);
  background-image: none;
  -webkit-mask: url('/assets/images/bottom-shape-yuuki.png') center top / 100% 100% no-repeat;
  mask: url('/assets/images/bottom-shape-yuuki.png') center top / 100% 100% no-repeat;
}
.page-home.home-color-preview .yuuki-about-section .image-column .image-1:before {
  background-color: var(--home-main);
  background-image: none;
  -webkit-mask: url('/assets/images/shape-1-yuuki-green.png') left top / 70px 100px no-repeat;
  mask: url('/assets/images/shape-1-yuuki-green.png') left top / 70px 100px no-repeat;
}
.page-home.home-color-preview .scroll-to-top { background-color: var(--home-main); color: #fff; }
.page-home.home-color-preview .scroll-to-top:hover { background-color: var(--home-dark); color: #fff; }
.scroll-to-top { background-color: #1f7a4d; color: #fff; }
.scroll-to-top:hover { background-color: #164a32; color: #fff; }

.page-recruit .recruit-entry-button { margin-top: 16px; }
@media (min-width: 768px) {
  .page-recruit .recruit-bottom-cta .cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 48px;
    row-gap: 0;
    align-items: center;
  }
  .page-recruit .recruit-bottom-copy { display: contents; }
  .page-recruit .recruit-bottom-copy h2 { grid-column: 1; grid-row: 1; }
  .page-recruit .recruit-bottom-copy p { grid-column: 1; grid-row: 2; align-self: center; }
  .page-recruit .recruit-bottom-cta .button {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    min-width: 285px;
  }
}
@media (max-width: 767px) {
  .page-recruit .recruit-bottom-cta .button { align-self: auto; }
  .page-contact .radio-card { width: 100%; min-width: 0; }
}
