/*!
Theme Name: y-k-c
Theme URI: https://y-k-c.co.jp/
Author: YKC
Description: 株式会社YKC コーポレートサイト
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: y-k-c
*/

/* ==========================================================================
   Variables & Reset
   ========================================================================== */
:root {
	--blue: #314DFF;
	--blue-dark: #1a2eb0;
	--navy: #0a0f2c;
	--navy-mid: #0d1a5c;
	--text: #222;
	--text-sub: #555;
	--text-muted: #999;
	--bg: #fff;
	--bg-pale: #f5f6f9;
	--border: #ddd;
	--font-ja: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
	--font-en: 'Montserrat', sans-serif;
	--header-h: 80px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 16px; }
body {
	font-family: var(--font-ja);
	font-size: 15px;
	line-height: 1.8;
	color: var(--text);
	background: var(--bg);
	overflow-x: hidden;
	letter-spacing: .02em;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; vertical-align: bottom; }
a { color: var(--blue); text-decoration: none; transition: color .3s; }
a:hover { color: var(--blue-dark); }
ul, ol { list-style: none; }
table { border-collapse: collapse; width: 100%; }
address { font-style: normal; }

/* ==========================================================================
   Layout
   ========================================================================== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.container-sm { max-width: 800px; }
.container-md { max-width: 900px; }
.pc-only { display: inline; }
.sp-only { display: none; }

.screen-reader-text {
	clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden;
	padding: 0; position: absolute !important; word-wrap: normal !important; border: 0;
}

/* ==========================================================================
   Shared: Labels & Links
   ========================================================================== */
.label-en {
	display: block; font-family: var(--font-en); font-size: 11px; font-weight: 700;
	letter-spacing: .2em; color: var(--blue); margin-bottom: 12px; text-transform: uppercase;
}
.label-en--white { color: rgba(255,255,255,.6); }

.sec-heading {
	font-size: 28px; font-weight: 700; color: var(--navy); letter-spacing: .04em;
	margin-bottom: 48px; line-height: 1.5;
}

.text-link {
	display: inline-flex; align-items: center; gap: 12px;
	font-size: 14px; font-weight: 600; color: var(--blue); letter-spacing: .04em;
}
.text-link span {
	display: block; width: 32px; height: 1px; background: var(--blue);
	transition: width .3s;
}
.text-link:hover span { width: 48px; }
.text-link:hover { color: var(--blue-dark); }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 15px 36px 15px 40px; border-radius: 100px; font-size: 14px; font-weight: 600;
	letter-spacing: .06em; transition: all .3s; cursor: pointer;
	border: 1px solid transparent;
}
.btn::after {
	content: '\f105'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
	font-size: 12px; transition: transform .3s;
}
.btn:hover::after { transform: translateX(3px); }
.footer-cta .btn-white::after { display: none; }
.btn-primary {
	background: var(--blue); color: #fff; border-color: var(--blue);
}
.btn-primary:hover {
	background: var(--blue-dark); border-color: var(--blue-dark); color: #fff;
}
.btn-outline {
	background: transparent; color: var(--blue); border-color: var(--blue);
}
.btn-outline:hover {
	background: var(--blue); color: #fff;
}
.btn-white {
	background: #fff; color: var(--navy); border-color: #fff; font-weight: 700;
}
.btn-white:hover {
	background: transparent; color: #fff;
}
.btn-outline-white {
	background: transparent; color: #fff; border-color: rgba(255,255,255,.4);
}
.btn-outline-white:hover { background: #fff; color: var(--navy); border-color: #fff; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
	position: fixed; top: 0; left: 0; width: 100%; height: var(--header-h);
	background: rgba(255,255,255,.97); backdrop-filter: blur(8px);
	z-index: 1000; transition: all .3s;
}
.admin-bar .site-header { top: 32px; }
.admin-bar .mobile-menu { padding-top: calc(var(--header-h) + 32px + 20px); }
.admin-bar .hero { margin-top: 32px; }
.site-header.scrolled { box-shadow: 0 1px 0 var(--border); height: 68px; }

.header-inner {
	max-width: 1200px; margin: 0 auto; padding: 0 40px;
	height: 100%; display: flex; align-items: center; justify-content: space-between;
}
.site-branding a { text-decoration: none; }
.site-logo-text { display: flex; flex-direction: column; }
.logo-main {
	font-family: var(--font-en); font-size: 28px; font-weight: 800;
	color: var(--blue); line-height: 1; letter-spacing: .08em;
}
.logo-sub { font-size: 10px; color: var(--text-muted); letter-spacing: .12em; margin-top: 3px; }

.header-right { display: flex; align-items: center; gap: 28px; }
.header-contact { display: flex; align-items: center; }
.header-phone {
	display: flex; align-items: center; gap: 6px;
	color: var(--navy); font-family: var(--font-en); font-weight: 700; font-size: 16px;
	letter-spacing: .02em; border: 1px solid var(--border); padding: 8px 16px;
}
.header-phone:hover { color: var(--blue); }
.header-phone svg { flex-shrink: 0; }

.nav-menu { display: flex; align-items: center; gap: 0; }
.nav-menu li a {
	display: block; padding: 8px 16px; color: var(--text); font-size: 13px;
	font-weight: 600; letter-spacing: .06em; position: relative;
}
.nav-menu li a::after {
	content: ''; position: absolute; bottom: 0; left: 16px; right: 16px;
	height: 1px; background: var(--blue); transform: scaleX(0);
	transform-origin: left; transition: transform .3s;
}
.nav-menu li a:hover { color: var(--blue); }
.nav-menu li a:hover::after { transform: scaleX(1); }

.nav-contact-btn {
	background: var(--blue) !important; color: #fff !important;
	padding: 10px 24px !important; font-size: 13px !important;
	margin-left: 8px !important; border-radius: 100px !important;
}
.nav-contact-btn:hover { background: var(--blue-dark) !important; }

/* Hamburger */
.hamburger {
	display: none; width: 24px; height: 16px; position: relative; cursor: pointer;
	background: none; border: none; z-index: 1001;
}
.hamburger span {
	display: block; width: 100%; height: 1px; background: var(--navy);
	position: absolute; left: 0; transition: all .3s;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 7px; }
.hamburger span:nth-child(3) { bottom: 0; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg); top: 7px; }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg); bottom: 7px; }

/* Mobile Menu */
.mobile-menu {
	display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
	background: #fff; z-index: 999;
	padding: calc(var(--header-h) + 20px) 0 40px; opacity: 0; visibility: hidden;
	transition: all .3s; overflow-y: auto;
}
.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-nav li a {
	display: flex; align-items: center; justify-content: space-between;
	padding: 20px 40px; color: var(--text); font-size: 15px; font-weight: 600;
	letter-spacing: .08em; border-bottom: 1px solid var(--border);
}
.mobile-nav li a::after {
	content: ''; width: 6px; height: 6px;
	border-top: 1px solid var(--text-muted); border-right: 1px solid var(--text-muted);
	transform: rotate(45deg);
}
.mobile-nav li a:hover { color: var(--blue); }
.mobile-menu-contact { text-align: center; margin-top: 40px; padding: 0 40px; }
.mobile-phone {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--navy); font-family: var(--font-en); font-size: 22px; font-weight: 700;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
	position: relative; height: 100vh; min-height: 640px; max-height: 920px;
	display: flex; align-items: center;
	background: var(--navy); overflow: hidden;
}
.hero::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 50%, #0b2a8a 100%);
	z-index: 1;
}
.hero-overlay {
	position: absolute; inset: 0;
	background: url('images/hero-bg.jpg') center/cover no-repeat; opacity: .25; z-index: 1;
}
.hero-deco {
	position: absolute; right: -3%; top: 50%; transform: translateY(-50%);
	font-family: var(--font-en); font-size: 240px; font-weight: 900;
	color: rgba(255,255,255,.03); letter-spacing: .02em; z-index: 2;
	white-space: nowrap; pointer-events: none;
}
.hero-content {
	position: relative; z-index: 3; max-width: 800px; padding: 0 40px 0 80px;
}
.hero-sub {
	font-family: var(--font-en); font-size: 12px; font-weight: 600;
	letter-spacing: .25em; color: rgba(255,255,255,.5); margin-bottom: 24px;
}
.hero-title {
	font-size: 48px; font-weight: 700; color: #fff;
	line-height: 1.5; margin-bottom: 24px; letter-spacing: .03em;
}
.hero-desc {
	font-size: 14px; color: rgba(255,255,255,.55); margin-bottom: 48px;
	line-height: 2; letter-spacing: .04em;
}
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-scroll {
	position: absolute; bottom: 40px; left: 80px;
	display: flex; align-items: center; gap: 12px; z-index: 3;
}
.hero-scroll span {
	font-family: var(--font-en); font-size: 10px; font-weight: 600;
	letter-spacing: .15em; color: rgba(255,255,255,.3);
	writing-mode: vertical-rl;
}
.scroll-line {
	width: 1px; height: 48px; background: rgba(255,255,255,.12);
	position: relative; overflow: hidden;
}
.scroll-line::after {
	content: ''; position: absolute; top: -100%; left: 0;
	width: 100%; height: 100%; background: rgba(255,255,255,.5);
	animation: scrollLine 2s infinite;
}
@keyframes scrollLine { 0% { top: -100%; } 100% { top: 100%; } }

/* Truck Runner */
.truck-runner {
	position: relative; overflow: hidden;
	background: var(--bg-pale);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}
.truck-road { position: relative; height: 100px; }
.truck-img {
	position: absolute; bottom: 8px; height: 80px; width: auto;
	animation: truckRun 8s linear infinite;
}
@keyframes truckRun {
	0% { right: -300px; }
	100% { right: calc(100% + 300px); }
}

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding: 120px 0; }

/* ==========================================================================
   About Section
   ========================================================================== */
.about-layout {
	display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.about-image img {
	width: 100%; height: auto; display: block;
}
.about-body .label-en { margin-bottom: 16px; }
.about-heading {
	font-size: 26px; font-weight: 700; line-height: 1.8;
	margin-bottom: 24px; color: var(--navy); letter-spacing: .03em;
}
.about-paragraph {
	font-size: 14px; color: var(--text-sub); line-height: 2.2; margin-bottom: 32px;
}

/* ==========================================================================
   Strength Section
   ========================================================================== */
.section-strength {
	background: var(--bg-pale);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}
.strength-list {
	display: grid; grid-template-columns: repeat(3, 1fr);
	border-left: 1px solid var(--border);
}
.strength-item {
	padding: 40px 36px; border-right: 1px solid var(--border);
}
.strength-num {
	font-family: var(--font-en); font-size: 40px; font-weight: 800;
	color: var(--blue); line-height: 1; margin-bottom: 20px; letter-spacing: -.02em;
	opacity: .3;
}
.strength-body h3 {
	font-size: 17px; font-weight: 700; color: var(--navy);
	margin-bottom: 12px; letter-spacing: .04em;
}
.strength-body p {
	font-size: 13px; color: var(--text-sub); line-height: 2;
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.section-services { padding-bottom: 0; }
.section-services .container { margin-bottom: 56px; }

.service-blocks { }
.service-block {
	display: grid; grid-template-columns: 1fr 1fr;
	color: var(--text); transition: none;
}
.service-block:hover { color: var(--text); }
.service-block--reverse .service-block-image { order: 1; }

.service-block-image { position: relative; overflow: hidden; }
.service-block-image img {
	width: 100%; height: 100%; object-fit: cover; display: block;
	min-height: 400px;
}
.service-block-body {
	padding: 64px 56px; display: flex; flex-direction: column;
	justify-content: center;
}
.service-block-num {
	font-family: var(--font-en); font-size: 11px; font-weight: 700;
	letter-spacing: .2em; color: var(--blue); margin-bottom: 16px;
}
.service-block-title {
	font-size: 24px; font-weight: 700; color: var(--navy);
	margin-bottom: 16px; letter-spacing: .04em;
}
.service-block-body > p {
	font-size: 14px; color: var(--text-sub); line-height: 2;
	margin-bottom: 28px;
}
.service-block .text-link { color: var(--blue); }

/* ==========================================================================
   News Section
   ========================================================================== */
.section-news { border-top: 1px solid var(--border); }
.news-layout {
	display: grid; grid-template-columns: 200px 1fr; gap: 80px; align-items: start;
}
.news-header { padding-top: 4px; }
.news-header .sec-heading { margin-bottom: 0; }

.news-list { margin-bottom: 28px; }
.news-item {
	display: flex; align-items: center; gap: 20px;
	padding: 20px 0; border-bottom: 1px solid var(--border);
	color: var(--text); transition: opacity .3s;
}
.news-item:first-child { border-top: 1px solid var(--border); }
.news-item:hover { opacity: .6; }
.news-date {
	font-family: var(--font-en); font-size: 13px; font-weight: 500;
	color: var(--text-muted); white-space: nowrap; min-width: 90px;
}
.news-cat {
	display: inline-block; padding: 2px 12px;
	background: var(--navy); color: #fff; font-size: 10px;
	white-space: nowrap; font-weight: 600; letter-spacing: .04em;
}
.news-cat--info { background: #314DFF; }
.news-cat--press { background: #0a8a6e; }
.news-cat--service { background: #d47a1a; }
.news-cat--recruit { background: #b03a7a; }
.news-cat--media { background: #6a4dc7; }
.news-title { font-size: 14px; flex: 1; font-weight: 500; }
.no-news { text-align: center; color: var(--text-muted); padding: 48px 0; }

/* News Single */
.news-single { margin-bottom: 64px; }
.news-single-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.news-single-title {
	font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 40px;
	padding-bottom: 24px; border-bottom: 1px solid var(--border);
}
.news-single-content { line-height: 2.2; font-size: 15px; }
.news-single-content p { margin-bottom: 24px; }
.news-single-content h2 {
	font-size: 20px; font-weight: 700; margin: 48px 0 20px;
	padding-left: 16px; border-left: 3px solid var(--blue);
}
.news-single-content h3 { font-size: 17px; font-weight: 700; margin: 36px 0 16px; }
.news-single-content img { margin: 24px 0; }
.news-single-content ul, .news-single-content ol { margin: 16px 0 24px 24px; }
.news-single-content li { margin-bottom: 8px; list-style: disc; }
.news-back { text-align: center; }
.news-list-page .news-item { padding: 24px 0; }
.news-item.is-hidden { display: none; }

/* News Archive Layout */
.news-archive-layout {
	display: grid; grid-template-columns: 200px 1fr; gap: 64px; align-items: start;
}
.news-sidebar-title {
	font-size: 13px; font-weight: 700; color: var(--navy);
	letter-spacing: .06em; margin-bottom: 16px; padding-bottom: 12px;
	border-bottom: 2px solid var(--navy);
}
.news-cat-list { display: flex; flex-direction: column; gap: 0; }
.news-cat-btn {
	display: block; width: 100%; text-align: left;
	background: none; border: none; border-bottom: 1px solid var(--border);
	padding: 12px 0; font-size: 13px; font-weight: 500; color: var(--text-sub);
	cursor: pointer; transition: color .3s; font-family: var(--font-ja);
	letter-spacing: .04em;
}
.news-cat-btn:hover { color: var(--navy); }
.news-cat-btn.is-active {
	color: var(--navy); font-weight: 700;
	padding-left: 16px; position: relative;
}
.news-cat-btn.is-active::before {
	content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	width: 8px; height: 8px; border-radius: 50%;
	background: var(--navy);
}
.news-cat-btn[data-cat="info"].is-active::before { background: #314DFF; }
.news-cat-btn[data-cat="press"].is-active::before { background: #0a8a6e; }
.news-cat-btn[data-cat="service"].is-active::before { background: #d47a1a; }
.news-cat-btn[data-cat="recruit"].is-active::before { background: #b03a7a; }
.news-cat-btn[data-cat="media"].is-active::before { background: #6a4dc7; }
.news-cat-btn[data-cat="all"].is-active::before { background: var(--navy); }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 48px; }
.pagination a, .pagination span {
	display: flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border: 1px solid var(--border);
	font-size: 13px; font-family: var(--font-en);
	color: var(--text); transition: all .3s; font-weight: 500;
}
.pagination a:hover, .pagination .current {
	background: var(--navy); color: #fff; border-color: var(--navy);
}

/* ==========================================================================
   Company Visual (Top Page)
   ========================================================================== */
.section-company-visual {
	position: relative; padding: 100px 0; overflow: hidden;
}
.company-visual-bg {
	position: absolute; inset: 0;
	background-size: cover; background-position: center;
}
.company-visual-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(to right, var(--navy) 0%, var(--navy) 35%, rgba(10,15,44,.6) 55%, rgba(10,15,44,.25) 100%);
}
.section-company-visual .container { position: relative; z-index: 2; }
.company-visual-body { max-width: 480px; }
.company-visual-heading {
	font-size: 30px; font-weight: 700; color: #fff;
	margin-bottom: 16px; letter-spacing: .06em;
}
.company-visual-body p {
	font-size: 14px; color: rgba(255,255,255,.6); line-height: 2;
	margin-bottom: 32px;
}

/* ==========================================================================
   Page Header
   ========================================================================== */
.page-header {
	position: relative; padding: 120px 0 56px; margin-top: var(--header-h);
	background: var(--navy); overflow: hidden;
}
.page-header::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
}
.page-header .container { position: relative; z-index: 2; }
.page-header-en {
	display: block; font-family: var(--font-en); font-size: 11px; font-weight: 700;
	letter-spacing: .25em; color: rgba(255,255,255,.4); margin-bottom: 12px;
	text-transform: uppercase;
}
.page-header-title {
	font-size: 32px; font-weight: 700; color: #fff; letter-spacing: .08em;
}

/* Breadcrumb */
.breadcrumb {
	padding: 14px 0; background: var(--bg-pale); font-size: 12px;
	border-bottom: 1px solid var(--border);
}
.breadcrumb .container { display: flex; align-items: center; gap: 10px; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb span { color: var(--text-muted); }

/* ==========================================================================
   Company Table
   ========================================================================== */
.company-table-wrap { margin-bottom: 72px; }
.company-table { border-top: 2px solid var(--navy); }
.company-table tr { border-bottom: 1px solid var(--border); }
.company-table th, .company-table td {
	padding: 20px 24px; text-align: left; vertical-align: top; font-size: 14px;
}
.company-table th {
	width: 180px; background: var(--bg-pale); font-weight: 600; color: var(--navy);
	letter-spacing: .04em;
}
.company-table td a { color: var(--blue); }
.company-table td a:hover { text-decoration: underline; }

/* ==========================================================================
   Service Page
   ========================================================================== */
/* Intro */
.service-page-intro { text-align: center; max-width: 640px; margin: 0 auto; }
.service-page-intro .label-en { margin-bottom: 16px; }
.service-page-intro-heading {
	font-size: 28px; font-weight: 700; margin-bottom: 24px;
	color: var(--navy); line-height: 1.7;
}
.service-page-intro p { color: var(--text-sub); line-height: 2; font-size: 15px; }

/* Full-width Service Banner */
.sv-banner {
	position: relative; height: 420px; display: flex; align-items: center;
	overflow: hidden;
}
.sv-banner-bg {
	position: absolute; inset: 0;
	background-size: cover; background-position: center;
}
.sv-banner-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(to right, rgba(10,15,44,.85) 0%, rgba(10,15,44,.55) 50%, rgba(10,15,44,.3) 100%);
}
.sv-banner .container { position: relative; z-index: 2; }
.sv-banner-content { max-width: 540px; }
.sv-banner-num {
	display: block; font-family: var(--font-en); font-size: 12px; font-weight: 700;
	letter-spacing: .25em; color: rgba(255,255,255,.45); margin-bottom: 16px;
}
.sv-banner-title {
	font-size: 36px; font-weight: 700; color: #fff;
	margin-bottom: 16px; letter-spacing: .06em;
}
.sv-banner-lead {
	font-size: 15px; color: rgba(255,255,255,.7); line-height: 2;
}

/* Service Description */
.sv-desc {
	font-size: 15px; color: var(--text-sub); line-height: 2.2; margin-bottom: 56px;
	max-width: 760px;
}

/* Service Features (numbered) */
.sv-features { margin-bottom: 56px; }
.sv-feature {
	display: flex; gap: 24px; align-items: flex-start;
	padding: 28px 0; border-bottom: 1px solid var(--border);
}
.sv-feature:first-child { border-top: 1px solid var(--border); }
.sv-feature-num {
	font-family: var(--font-en); font-size: 32px; font-weight: 800;
	color: var(--blue); line-height: 1; min-width: 48px; opacity: .3;
}
.sv-feature-body h3 {
	font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 6px;
}
.sv-feature-body p {
	font-size: 14px; color: var(--text-sub); line-height: 1.9;
}

/* Service List */
.sv-service-list { margin-bottom: 24px; }
.sv-service-list-title {
	font-size: 16px; font-weight: 700; margin-bottom: 20px; color: var(--navy);
	padding-bottom: 12px; border-bottom: 2px solid var(--navy);
}
.sv-service-list ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.sv-service-list li {
	padding: 12px 0 12px 20px; position: relative; font-size: 14px;
	color: var(--text-sub); line-height: 1.8; border-bottom: 1px solid var(--border);
}
.sv-service-list li::before {
	content: ''; position: absolute; left: 4px; top: 19px;
	width: 6px; height: 6px; background: var(--blue); border-radius: 50%;
}

/* Section Alt */
.section-alt { background: var(--bg-pale); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ==========================================================================
   Company Page
   ========================================================================== */
/* Greeting */
.cp-greeting {
	display: grid; grid-template-columns: 380px 1fr; gap: 64px; align-items: start;
}
.cp-greeting-photo img { width: 100%; height: auto; display: block; }
.cp-greeting-heading {
	font-size: 26px; font-weight: 700; color: var(--navy); margin-bottom: 28px;
}
.cp-greeting-body p {
	font-size: 14px; color: var(--text-sub); line-height: 2.2; margin-bottom: 16px;
}
.cp-greeting-name {
	margin-top: 32px; display: flex; flex-direction: column; gap: 2px;
}
.cp-greeting-role {
	font-size: 12px; color: var(--text-muted); letter-spacing: .08em;
}
.cp-greeting-fullname {
	font-size: 18px; font-weight: 700; color: var(--navy); letter-spacing: .06em;
}

/* Philosophy */
.cp-philosophy { text-align: center; max-width: 640px; margin: 0 auto; }
.cp-philosophy .label-en { margin-bottom: 16px; }
.cp-philosophy-heading {
	font-size: 30px; font-weight: 700; color: var(--navy); margin-bottom: 28px;
	letter-spacing: .06em; line-height: 1.6;
}
.cp-philosophy-heading::after {
	content: ''; display: block; width: 40px; height: 2px;
	background: var(--blue); margin: 24px auto 0;
}
.cp-philosophy-text {
	font-size: 15px; color: var(--text-sub); line-height: 2.2;
}

/* Company Table */
.cp-table { border-top: 2px solid var(--navy); }
.cp-table tr { border-bottom: 1px solid var(--border); }
.cp-table th, .cp-table td {
	padding: 20px 24px; text-align: left; vertical-align: top; font-size: 14px;
}
.cp-table th {
	width: 180px; font-weight: 600; color: var(--navy);
	letter-spacing: .04em; background: var(--bg-pale);
}
.cp-table tr:nth-child(even) th { background: #eef0f4; }
.cp-table td a { color: var(--blue); }
.cp-table td a:hover { text-decoration: underline; }

/* Access */
.cp-access-address {
	font-size: 14px; color: var(--text-sub); margin-bottom: 24px;
}
.cp-map-wrap { overflow: hidden; border: 1px solid var(--border); }
.cp-map-wrap iframe { display: block; }

/* ==========================================================================
   Contact Page
   ========================================================================== */
.contact-intro { text-align: center; margin-bottom: 48px; color: var(--text-sub); line-height: 2; font-size: 14px; }
.contact-phone-box {
	text-align: center; padding: 36px 40px; background: #fff;
	margin-bottom: 56px; border: 1px solid var(--border);
}
.section-alt .contact-phone-box { background: #fff; }
.contact-phone-label { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; letter-spacing: .08em; }
.contact-phone-number {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--font-en); font-size: 32px; font-weight: 800;
	color: var(--navy); letter-spacing: .02em;
}
.contact-phone-number:hover { color: var(--blue); }
.contact-form-wrap {
	background: #fff; padding: 48px; border: 1px solid var(--border); margin-bottom: 40px;
}
.section:not(.section-alt) .contact-form-wrap { background: var(--bg-pale); padding: 48px; border: 1px solid var(--border); }
.contact-form-wrap .section-title-sm { margin-bottom: 32px; }
.form-notice {
	text-align: center; padding: 40px; background: var(--bg-pale);
	color: var(--text-muted); border: 1px solid var(--border);
}

/* CF7 Form */
.wpcf7-form { }
.wpcf7-form p { margin-bottom: 0; }

.wpcf7-form label {
	display: block; font-size: 14px; font-weight: 600; color: var(--navy);
	margin-bottom: 8px; letter-spacing: .02em;
}
.wpcf7-form label br { display: none; }
.wpcf7-form label .required {
	display: inline-block; background: #c0392b; color: #fff;
	font-size: 10px; font-weight: 600; letter-spacing: .06em;
	padding: 2px 8px; margin-left: 8px; vertical-align: middle;
	line-height: 1.4;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%; padding: 14px 16px; border: 1px solid var(--border);
	font-family: var(--font-ja); font-size: 15px; color: var(--text);
	transition: border-color .2s; background: #fff;
	margin-bottom: 24px;
}
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form textarea::placeholder {
	color: #bbb;
}
.wpcf7-form select {
	appearance: none; cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 16px center;
	padding-right: 40px;
}
.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
	outline: none; border-color: var(--blue);
}
.wpcf7-form textarea { min-height: 200px; resize: vertical; }

.wpcf7-form input[type="submit"] {
	display: block; width: 100%; max-width: 320px; margin: 8px auto 0;
	padding: 18px 40px; background: var(--navy); color: #fff;
	border: 1px solid var(--navy); font-size: 15px;
	font-weight: 600; cursor: pointer; transition: all .2s;
	font-family: var(--font-ja); letter-spacing: .1em;
}
.wpcf7-form input[type="submit"]:hover {
	background: var(--blue); border-color: var(--blue);
}

.wpcf7-form .wpcf7-response-output {
	margin: 24px 0 0 !important; padding: 16px !important;
	border: 1px solid var(--border) !important; font-size: 14px;
}
.wpcf7-form .wpcf7-not-valid-tip {
	color: #c0392b; font-size: 12px; margin-top: -20px; margin-bottom: 16px;
	display: block;
}
.wpcf7-form .wpcf7-not-valid {
	border-color: #c0392b;
}

/* Section Alt form background */
.section-alt .wpcf7-form input[type="text"],
.section-alt .wpcf7-form input[type="email"],
.section-alt .wpcf7-form input[type="tel"],
.section-alt .wpcf7-form input[type="date"],
.section-alt .wpcf7-form select,
.section-alt .wpcf7-form textarea {
	background: #fff;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-cta {
	background: #fff; padding: 80px 0; text-align: center; color: var(--text);
	position: relative; border-top: 1px solid var(--border);
}
.footer-cta .container { position: relative; z-index: 2; }
.footer-cta-title { font-size: 26px; font-weight: 700; margin-bottom: 10px; color: var(--navy); }
.footer-cta-text { margin-bottom: 32px; color: var(--text-sub); font-size: 14px; }
.footer-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.footer-cta .btn-white {
	background: var(--blue); color: #fff; border-color: var(--blue);
}
.footer-cta .btn-white:hover {
	background: var(--blue-dark); border-color: var(--blue-dark); color: #fff;
}
.footer-cta .btn-outline-white {
	background: transparent; color: var(--blue); border-color: var(--blue);
}
.footer-cta .btn-outline-white:hover {
	background: var(--blue); color: #fff;
}

.footer-main {
	background: var(--navy); padding: 64px 0; color: rgba(255,255,255,.65);
	border-top: 1px solid rgba(255,255,255,.08);
	position: relative; overflow: hidden;
}
.footer-truck {
	position: absolute; right: -20px; bottom: 0;
	height: 80%; width: auto; opacity: .2;
	pointer-events: none;
}
.footer-grid {
	display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 56px;
	position: relative; z-index: 2; max-width: 800px;
}
.footer-logo { display: flex; flex-direction: column; margin-bottom: 20px; }
.footer-logo .logo-main { color: #fff; font-size: 24px; }
.footer-logo .logo-sub { color: rgba(255,255,255,.3); }
.footer-address { font-size: 13px; line-height: 2; }
.footer-address p { margin-bottom: 4px; }
.footer-address a { color: rgba(255,255,255,.65); }
.footer-address a:hover { color: #fff; }
.footer-address-link,
.footer-contact-link { display: inline-flex; align-items: flex-start; gap: 10px; }
.footer-address-link i,
.footer-contact-link i { margin-top: 7px; margin-bottom: 5px; font-size: 14px; color: var(--blue); flex-shrink: 0; width: 16px; text-align: center; }

.footer-nav-title {
	font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 20px;
	letter-spacing: .12em; text-transform: uppercase;
}
.footer-nav ul li a,
.footer-service ul li a {
	display: block; padding: 6px 0; color: rgba(255,255,255,.65); font-size: 13px;
	transition: color .3s;
}
.footer-nav ul li a:hover,
.footer-service ul li a:hover { color: #fff; }

.footer-bottom {
	background: #060a1e; padding: 16px 0; text-align: center;
}
.footer-bottom p {
	font-size: 11px; color: rgba(255,255,255,.25); margin: 0;
	font-family: var(--font-en); letter-spacing: .08em;
}

/* ==========================================================================
   Recruit Page
   ========================================================================== */
.recruit-message { margin-bottom: 0; }
.recruit-message-heading {
	font-size: 26px; font-weight: 700; line-height: 1.8;
	color: var(--navy); margin-bottom: 24px;
}
.recruit-message p {
	font-size: 14px; color: var(--text-sub); line-height: 2.2;
}

.recruit-jobs { display: flex; flex-direction: column; gap: 48px; }
.recruit-job-title {
	font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 16px;
	padding-left: 14px; border-left: 3px solid var(--blue);
}
.recruit-table { border-top: 2px solid var(--navy); }
.recruit-table tr { border-bottom: 1px solid var(--border); }
.recruit-table th, .recruit-table td {
	padding: 16px 20px; text-align: left; vertical-align: top; font-size: 14px;
}
.recruit-table th {
	width: 140px; background: var(--bg-pale); font-weight: 600; color: var(--navy);
	letter-spacing: .04em; white-space: nowrap;
}

.recruit-flow { display: flex; flex-direction: column; gap: 0; }
.recruit-flow-step {
	display: flex; gap: 24px; align-items: flex-start;
	padding: 28px 0; border-bottom: 1px solid var(--border);
}
.recruit-flow-step:first-child { border-top: 1px solid var(--border); }
.recruit-flow-num {
	font-family: var(--font-en); font-size: 28px; font-weight: 800;
	color: var(--blue); line-height: 1; min-width: 40px; opacity: .4;
}
.recruit-flow-body h3 {
	font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 6px;
}
.recruit-flow-body p {
	font-size: 13px; color: var(--text-sub); line-height: 1.8;
}

/* CTA Section (service page etc.) */
.section-cta {
	background: var(--navy); text-align: center; color: #fff; position: relative;
}
.section-cta::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
}
.section-cta .container { position: relative; z-index: 2; }
.cta-title { font-size: 26px; font-weight: 700; margin-bottom: 12px; }
.section-cta p { margin-bottom: 28px; opacity: .5; font-size: 14px; }

/* Section header (used on subpages) */
.section-header { margin-bottom: 48px; }
.section-header.center { text-align: center; }
.section-en {
	display: block; font-family: var(--font-en); font-size: 11px; font-weight: 700;
	letter-spacing: .2em; color: var(--blue); margin-bottom: 12px; text-transform: uppercase;
}
.section-title {
	font-size: 28px; font-weight: 700; letter-spacing: .04em;
	color: var(--navy); line-height: 1.5;
}
.section-title-sm {
	font-size: 20px; font-weight: 700; margin-bottom: 24px;
	color: var(--navy); padding-left: 14px; border-left: 3px solid var(--blue);
}
.section-title-sm::before { display: none; }
.section-more { text-align: center; margin-top: 48px; }

/* ==========================================================================
   Scroll Animation
   ========================================================================== */
.fade-in {
	opacity: 0; transform: translateY(24px);
	transition: opacity .7s ease, transform .7s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (max-width: 896px) {
	:root { --header-h: 60px; }
	.pc-only { display: none; }
	.sp-only { display: inline; }
	.container { padding: 0 20px; }

	.admin-bar .site-header { top: 46px; }
	.admin-bar .mobile-menu { padding-top: calc(var(--header-h) + 46px + 20px); }
	.admin-bar .hero { margin-top: 46px; }
	.main-navigation, .header-contact { display: none; }
	.hamburger { display: block; }
	.mobile-menu { display: block; }
	.mobile-nav li a { padding: 18px 20px; }
	.logo-main { font-size: 22px; }

	/* Hero */
	.hero { min-height: 520px; max-height: 700px; }
	.hero-content { padding: 0 20px; }
	.hero-title { font-size: 30px; }
	.hero-desc { font-size: 13px; margin-bottom: 32px; }
	.hero-deco { font-size: 100px; right: -10%; }
	.hero-scroll { left: 20px; bottom: 24px; }
	.truck-road { height: 72px; }
	.truck-img { height: 56px; }
	.hero-buttons .btn { padding: 13px 28px; font-size: 13px; }

	/* Sections */
	.section { padding: 72px 0; }
	.sec-heading { font-size: 22px; margin-bottom: 32px; }

	/* About */
	.about-layout { grid-template-columns: 1fr; gap: 32px; }
	.about-heading { font-size: 22px; }

	/* Strength */
	.strength-list { grid-template-columns: 1fr; border-left: none; border-top: 1px solid var(--border); }
	.strength-item { border-right: none; border-bottom: 1px solid var(--border); padding: 28px 20px; }
	.strength-num { font-size: 32px; }

	/* Services */
	.service-block { grid-template-columns: 1fr; }
	.service-block--reverse .service-block-image { order: 0; }
	.service-block-placeholder { min-height: 240px; }
	.service-block-body { padding: 36px 20px; }
	.service-block-title { font-size: 20px; }

	/* News */
	.news-layout { grid-template-columns: 1fr; gap: 24px; }
	.news-archive-layout { grid-template-columns: 1fr; gap: 32px; }
	.news-cat-list { flex-direction: row; flex-wrap: wrap; gap: 8px; }
	.news-cat-btn { width: auto; border: 1px solid var(--border); padding: 6px 16px; }
	.news-cat-btn.is-active { padding-left: 24px; }
	.news-cat-btn.is-active::before { left: 8px; }
	.news-item { flex-wrap: wrap; gap: 6px 12px; padding: 16px 0; }
	.news-title { width: 100%; }

	/* Company Visual */
	.section-company-visual { padding: 64px 0; }
	.company-visual-overlay {
		background: linear-gradient(to right, var(--navy) 0%, var(--navy) 20%, rgba(10,15,44,.7) 60%, rgba(10,15,44,.4) 100%);
	}
	.company-visual-heading { font-size: 24px; }

	/* Page Header */
	.page-header { padding: 88px 0 40px; }
	.page-header-title { font-size: 26px; }

	/* Service Page */
	.service-page-intro-heading { font-size: 22px; }
	.sv-banner { height: 300px; }
	.sv-banner-title { font-size: 26px; }
	.sv-feature { gap: 16px; }
	.sv-feature-num { font-size: 24px; min-width: 36px; }
	.sv-service-list ul { grid-template-columns: 1fr; }

	/* Company Page */
	.cp-greeting { grid-template-columns: 1fr; gap: 32px; }
	.cp-greeting-heading { font-size: 22px; }
	.cp-philosophy-heading { font-size: 24px; }
	.cp-table th, .cp-table td {
		display: block; width: 100%; padding: 10px 16px;
	}
	.cp-table th { padding-bottom: 2px; }
	.cp-table td { padding-top: 2px; padding-bottom: 16px; }

	/* Recruit */
	.recruit-message-heading { font-size: 22px; }
	.recruit-table th, .recruit-table td { display: block; width: 100%; padding: 8px 16px; }
	.recruit-table th { padding-bottom: 2px; }
	.recruit-table td { padding-top: 2px; padding-bottom: 14px; }
	.recruit-flow-step { gap: 16px; }

	/* Contact */
	.contact-phone-number { font-size: 24px; }

	/* Footer */
	.footer-cta { padding: 56px 0; }
	.footer-cta-title { font-size: 22px; }
	.footer-cta-buttons { flex-direction: column; align-items: center; }
	.footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.cta-title { font-size: 22px; }

	/* Section Header */
	.section-header { margin-bottom: 32px; }
	.section-title { font-size: 22px; }
}

@media screen and (max-width: 480px) {
	.hero-title { font-size: 26px; }
	.hero-sub { font-size: 10px; }
	.hero-buttons { flex-direction: column; width: 100%; }
	.hero-buttons .btn { width: 100%; justify-content: center; }
	.service-features { grid-template-columns: 1fr; }
}
