@charset "UTF-8";
/*
Theme Name: MY THEME 
Author: Zenshin
Description: 繧ｪ繝ｪ繧ｸ繝翫Ν繝・・繝・Version: 1.0
*/
img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
}

.img-full img {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}


@media screen and (max-width: 780px) {
	.flex_res{
		flex-direction: column;
		align-items: center;
	}
}

.flex_hanyo{
	display: flex;
	justify-content: center;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-base {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3%;
}

.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

body {
	box-sizing: border-box;
}

body *,
body *::before,
body *::after {
	box-sizing: inherit;
}

ul {
	padding-inline-start: 1rem;
}

pre {
	font-family: unset;
}

/* 螟画焚 */
:root {
	--f1: 2.44em;
	/* 39.04px */
	--f2: 1.95em;
	/* 31.2px */
	--f3: 1.56em;
	/* 24.96px */
	--f4: 1.25em;
	/* 20px */
	--f5: 1em;
	/* 16px */
	--f6: 0.8em;
	/* 12.8px */

	--f7: 0.66em;
	/* 12.8px */

	--basecolor: #63a211;
	/* 蝓ｺ譛ｬ濶ｲ */
	--gradient: linear-gradient(81.7deg, rgba(34, 126, 34, 1) 8.1%, rgba(99, 162, 17, 1) 86.5%);

	--myfont: "Noto Sans JP", sans-serif;
	--myw: 720px;
	/*讓呎ｺ門ｹ */
}


/* 繝輔か繝ｳ繝・*/
body {
	font-family: var(--myfont);
	font-size: 21px;
}

p {
	line-height: 1.8;
	font-size: var(--f5);
}


h1 {
	font-size: var(--f1);
	font-weight: 300;
}

h2 {
	font-size: var(--f3);
	margin-block-start: 0;
}

h3 {
	font-size: var(--f3);
}

h4 {
	font-size: var(--f4);
}

h5 {
	font-size: var(--f5);
}

h6 {
	font-size: var(--f6);
}

.text_item_double_L{
	width: 55%;
	padding: 30px 0;
	margin: 0 auto;
}

.text_item_double_L p{
	font-size: 18px;
}

.text_img_double_R{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	padding: 30px 0;
	margin-left: 8%;
}

.text_img_double_R img{
	vertical-align: middle;
}
.title_wrapper{
	margin-right: 50%;
}

.title_img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.top_assist_text{
	font-size: 14px;
	/* margin-top: 35px; */
}

@media screen and (max-width: 780px) {
	.text_item_double_L{
		width: 100%;
		display: flex;
		flex-direction: column; /* 隕∫ｴ繧堤ｸｦ譁ｹ蜷代↓荳ｦ縺ｹ繧・*/
		justify-content: center; /* 讓ｪ譁ｹ蜷托ｼ亥ｷｦ蜿ｳ譁ｹ蜷托ｼ峨・荳ｭ螟ｮ謠・∴ */
		align-items: center; /* 邵ｦ譁ｹ蜷托ｼ井ｸ贋ｸ区婿蜷托ｼ峨・荳ｭ螟ｮ謠・∴ */
		padding: 0;
	}
	.text_img_double_R{
		width: 70%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.title_img{
		width: 70%;
		margin: 20px 0 30px 0;
	}
	.text_item_double_L p{
		font-size: 14px;
	}
	.title_wrapper{
		width: 100%;
		display: flex;
		flex-direction: column; /* 隕∫ｴ繧堤ｸｦ譁ｹ蜷代↓荳ｦ縺ｹ繧・*/
		justify-content: center; /* 讓ｪ譁ｹ蜷托ｼ亥ｷｦ蜿ｳ譁ｹ蜷托ｼ峨・荳ｭ螟ｮ謠・∴ */
		align-items: center; /* 邵ｦ譁ｹ蜷托ｼ井ｸ贋ｸ区婿蜷托ｼ峨・荳ｭ螟ｮ謠・∴ */
	}
	.osirase_img{
		width: 50%;
	}
}


/* 讓ｪ蟷・*/
body {
	margin: 0;
}


.alignfull {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.alignwide {
	margin-top: 5%;
	padding-left: 25%;
	padding-right: 25%;
}

/*繧ｹ繝槭・*/
@media (max-width: 600px) {
	.alignwide {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1320px) {}


/*驟咲ｽｮ*/
.center {
	text-align: center;
}

.space-between {
	justify-content: space-between;
}

/* 繝昴ず繧ｷ繝ｧ繝ｳ */
.relative {
	position: relative;
}

.top {
	vertical-align: top;
}

/*繝ｪ繝ｳ繧ｯ*/
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	opacity: 0.7;
}

/*濶ｲ*/
.white {
	color: white;
}

.red {
	color: red;
}

.green {
	color: green;
}

.grey {
	background-color: #F2F2F2;
	padding-bottom: 5%;
}

.white-bg {
	background-color: white;
}

/*繧ｹ繝槭・髯仙ｮ・PC髯仙ｮ・/
/*繝輔ャ繧ｿ繝ｼ縺ｮ逕ｻ蜒丞・譖ｿ縺ｮ縺ｿ縺ｫ菴ｿ逕ｨ bootstrap縺ｮxl縺ｫ蟇ｾ蠢・/

@media only screen and (max-width:768px) {
	.sp-md {
		display: block;
	}

}

/*-----繝槭・繧ｸ繝ｳ蜈ｱ騾・----*/
.margin_hanyo {
	margin-top: 120px;
}

.margin_hanyo_sub2 {
	margin-top: 100px;
}

.margin_right_pc{
	margin-right: 20px;
}

.margin_hanyo_bottom {
	margin-bottom: 5%;
}

@media screen and (max-width: 780px) {
	.margin_hanyo{
		margin-top: 50px;
	}
	.margin_hanyo_sub {
		margin-top: 10px;
	}
	.margin_hanyo_sub2 {
		margin-top: 50px;
	}
	.margin_top_res{
		margin-top: 15px;
	}
	.margin_right_pc{
		margin-right: 0;
	}
}

p {
	font-size: 21px;
}

/* 繝吶・繧ｷ繝・け繝励Λ繝ｳ逕ｨ縲よｱ守畑CSS */
/* width謖・ｮ・*/
.w-10 {width: 10%}
.w-15 {width: 15%}
.w-20 {width: 20%}
.w-25 {width: 25%}
.w-30 {width: 30%}
.w-33 {width: 33%} /* flex縺ｮ3遲牙・逕ｨ */
.w-40 {width: 40%}
.w-45 {width: 45%}
.w-48 {width: 48%} /* flex縺ｮ2遲牙・逕ｨ */
.w-50 {width: 50%}
.w-60 {width: 60%}
.w-65 {width: 65%} /* flex縺ｮ2:1縺ｮ豈皮紫逕ｨ */
.w-70 {width: 70%}
.w-75 {width: 75%}
.w-80 {width: 80%} /* 蝓ｺ譛ｬ縺ｮ繧ｵ繧､繧ｺ */
.w-90 {width: 90%}
.w-95 {width: 95%}
.w-100 {width: 100%}
.w-fit {width: fit-content}
/* 菴咏區 */
.p-10 {padding: 10px}
.p-15 {padding: 15px}
.p-20 {padding: 20px}
.p-30 {padding: 30px}
.p-60 {padding: 60px}
/* flex縺ｪ縺ｩ菴咲ｽｮ邉ｻ */
.flex-center {display: flex;justify-content: center;align-items: center;gap: 2%}
.flex-between {display: flex;justify-content: space-between;align-items: center;}
.column {display: flex;flex-direction: column;align-items: center;gap: 2%}
.flex-start {display: flex;justify-content: flex-start;align-items: center;gap: 2%}
.flex-end {display: flex;justify-content: flex-end;align-items: center;gap: 2%}
.right {text-align: right;}
.center {text-align: center;}
.left {text-align: left;}
/* font-size豎守畑 */
.font14 {font-size: 14px}
.font16 {font-size: 16px}
.font18 {font-size: 18px}
.font20 {font-size: 20px}
.font24 {font-size: 24px}
.font30 {font-size: 30px;font-weight: bold}
.font40 {font-size: 40px;font-weight: bold}
/* 縺昴・莉匁ｱ守畑 margin繧аadding縺昴・縺ｻ縺・*/
.style-none {list-style: none;padding: 0;}
.bold {font-weight: bold}
.m-auto {margin: auto}
.m-0 {margin: 0}
.m-l-3 {margin-left: 3%}
.m-l-5 {margin-left: 5%}
.m-t-5 {margin-top: 5%;}
.p-l-8 {padding: 0 0 0 8%;}
.p-l-15px {padding-left: 15px;}
.p-b-5 {padding-bottom: 5px;}
.p-t-5 {padding-top: 5px;}
.vertical-top {vertical-align: top;}
.p-y-10 {padding: 10px 0;}
/* 繝ｬ繧ｹ繝晏喧逕ｨ豎守畑 */
@media only screen and (min-width: 769px) {
	.sp {display: none} /* SP陦ｨ遉ｺ・・69px譛ｪ貅縺ｧ陦ｨ遉ｺ・・*/
}
@media only screen and (max-width: 768px) {
	.pc {display: none} /* PC陦ｨ遉ｺ・・68px莉･荳翫〒陦ｨ遉ｺ・・*/
	.sp-column {display: flex;flex-direction: column;align-items: center;}
	.hamburger_menu_btn_wrap.sp {display: block;}
	.sp-w-70 {width: 70%;}
}
@media only screen and (min-width: 561px) {
	.sm {display: none} /* 繧ｹ繝槭・陦ｨ遉ｺ・・61px譛ｪ貅縺ｧ陦ｨ遉ｺ・・*/
}
@media only screen and (max-width: 560px) {
	.extra {display: none} /* 縺昴ｌ莉･螟冶｡ｨ遉ｺ・・60px莉･荳翫〒陦ｨ遉ｺ・・*/
	.sm-column {display: flex;flex-direction: column;align-items: center;}
	.sm-w-90 {width: 90%;}
}
/* header */
.myhead {padding: 2% 0;background-color: #f0f8ff;box-shadow: 1px 2px 9px rgba(0,0,0,0.4)}
/*-----繝上Φ繝舌・繧ｬ繝ｼ繝｡繝九Η繝ｼ-----*/
.hamburger_menu_btn_wrap {display: none;margin-right: 1.4%;margin-left: auto;position: fixed;right: 0;top: 15%;}
.hamburger_menu_btn {width: 30px;height: 24px;position: relative;cursor: pointer;z-index: 1001;display: flex;flex-direction: column;justify-content: space-between;}
.hamburger_menu_btn span {display: block;width: 100%;height: 3px;background-color: #0a4bc1;border-radius: 2px;transition: all 0.3s ease;}
.hamburger_menu_btn.active span:nth-child(1) {transform: translateY(10.5px) rotate(45deg);}
.hamburger_menu_btn.active span:nth-child(2) {opacity: 0;}
.hamburger_menu_btn.active span:nth-child(3) {transform: translateY(-10.5px) rotate(-45deg);}
.hamburger_window {position: fixed;top: 0;right: -300px;width: 300px;height: 100vh;background-color: rgba(30, 30, 30, 0.95);padding-top: 80px;box-sizing: border-box;transition: right 0.5s ease;z-index: 1000;visibility: hidden;overflow-y: auto;}
.hamburger_window.open {right: 0;visibility: visible;}
.hamburger_list_item {list-style: none;padding: 0;margin: 0;}
.hamburger_list_item li {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.hamburger_list_item li:first-child {border-top: 1px solid rgba(255, 255, 255, 0.2);}
.hamburger_list_item li a {display: block;padding: 15px 20px;color: white;text-decoration: none;font-size: 1.1rem;transition: background-color 0.3s ease;}
.hamburger_list_item li a:hover {background-color: rgba(255, 255, 255, 0.1);}
.hamburger_background {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.5);z-index: 999;opacity: 0;visibility: hidden;transition: opacity 0.5s ease;}
.hamburger_background.open {opacity: 1;visibility: visible;}
/* footer */
.myfoot {background-color: #0071bc;padding: 20px 0 0;}
.sp-li {background-color: #fff;color: #0071bc;margin-bottom: 10px;width: 100%;text-align: center;font-weight: bold}
@media only screen and (max-width: 850px) {
	.c-width {width: 90% !important;margin: auto;}
	.pc-850 {display: none !important;}
}
@media only screen and (min-width: 851px) {
	.sp-850 {display: none !important;}
}
/* front-page */
.bg-sky {background-color: #f0f8ff}
.bg-blue {background-color: #0071bc}
.bg-white {background-color: #fff}
.font-blue {color: #0071bc}
.arrow-button {background-color: #3a75bb;color: #fff;width: fit-content;padding: 1px 6px;border-radius: 100%;}
.arrow-button-wh {background-color: #fff;color: #3a75bb;width: fit-content;padding: 1px 6px;border-radius: 100%;}
.b-tandb-wh {border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
/* 縺顔衍繧峨○谺・*/
.l-font {font-size: 120px;font-weight: bold;color: white;text-align: center;margin: 0;line-height: 1.0;}
.s-font {font-size: 18px;color: white;text-align: right;margin-right: 115px;}
@media only screen and (max-width: 900px) {
	.pc-900 {display: none !important;}
	.sp-900-column {flex-direction: column;}
	.sp-900-w-100 {width: 100%;}
	.sp-900-w-90 {width: 90%;}
	.l-font {font-size: 80px;}
	.s-font {text-align: center;margin-right: 0;}
}
@media only screen and (min-width: 901px) {
	.sp-900 {display: none !important;}
}
/* overview */
.font-pale {color: #2e3192;}
.b-b-blue {border-bottom: 1px solid #29abe2;font-weight: normal}
.b-b-ash {border-bottom: 1px solid #ccc}
.normal {font-weight: normal}
/* contact */
.cform {width: 100%}
.cform tbody {width: 100%}
.cform tr {width: 100%;}
.bg-form {background-color: #f60;color: #fff;padding: 10px 25px 10px 25px;width: 35%;}
.bg-form p,.border-form p {margin: 0; font-size: 18px;}
.b-b-black {border-bottom: 1px solid #000}
.required-srt {background-color: #c1272d;padding: 2px 15px;border-radius: 12px;font-size: 16px !important;}
.border-form input[type="text"],.border-form textarea {width: 90%;}
.border-form input[type="tel"],.border-form input[type="email"] {width: 60%;}
.border-form {background-color: rgb(138, 137, 137) !important;}
.zip-code {width:40%}
.short input[type="text"] {width: 80% !important;}
.short {display: flex;justify-content: flex-start;gap: 15px;align-items: center;}
.credential {font-size: 14px;margin: 0;}
.a-tag {color: #29abe2}
.a-tag:hover {opacity: 0.6;color: #0071bc;}
.sending-button {background: url('./image/contact/bg-but.png');background-repeat: no-repeat;background-position: center bottom;padding: 40px 0 30px;background-size: 40%;}
.sending-button p {margin: 0;font-size: 24px;text-align: center;}
.sending-button input {color:#fff;background-color: #0071bc;border: none;box-shadow: none;}
.wpcf7-spinner {display: none !important;}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
	.zip-code {width:60%}
	.short input[type="text"] {width: 80% !important;margin: 10px 0 10px 12%}
}
@media only screen and (max-width: 768px) and (min-width: 561px) {
	.sp-w-90 {width: 90%}
	.cform tr {display: flex;flex-direction: column;align-items: center;justify-content: center;}
	.bg-form {width: 100%;}
	.border-form {width: 100%;text-align: center;}
	.border-form input[type="text"],.border-form textarea {width: 90%;margin:10px auto;}
	.border-form input[type="tel"],.border-form input[type="email"] {width: 90%;margin:10px auto;}
	.zip-code {width: 100%}
	.short input[type="text"] {width: 90% !important;margin: 10px auto}
	.short {flex-direction: column;}
	.credential {width: 90%;}
}
@media only screen and (max-width: 560px) {
	.sp-w-90 {width: 95%}
	.cform tr {display: flex;flex-direction: column;align-items: center;justify-content: center;}
	.bg-form {width: 100%;}
	.border-form {width: 100%;text-align: center;}
	.border-form input[type="text"],.border-form textarea {width: 90%;margin:10px auto;}
	.border-form input[type="tel"],.border-form input[type="email"] {width: 90%;margin:10px auto;}
	.zip-code {width: 100%}
	.short input[type="text"] {width: 90% !important;margin: 10px auto}
	.short {flex-direction: column;}
	.credential {width: 90%;}
}
/* recruit */
.bef-hash {margin-left: 8%;position: relative;}
.bef-hash::before {width: 3.5vw;height: 2px;background-color: #0071bc;position: absolute;content:'';top: 50%;left: -8.7%;}
.f-ash {color: #999;}
.table-pad {padding-top: 15px;padding-bottom: 15px;}
@media only screen and (max-width: 560px) {
	.sm-bg-ash {background-color: #999;}
	.sm-f-white {color: #fff;}
	.sm-w-100 {width: 100% !important; text-align: center !important;}
}
/* equip */
.bg-ash {background-color: #ccc;}
/* products */
.bef-half-square {position: relative;margin-left: 35px;}
.bef-half-square::before {position: absolute;content: '';width: 15px;height: 30px;top: 25%;left: -30px;background-color: #0071bc;}
/* sending-button */
.send-btn-wrap {position: relative;}
.send-btn-wrap input[type="submit"] {position: absolute;inset: 0;opacity: 0;z-index: 2;}
.fake-btn {display: block;padding: 22px 70px 22px 40px;border-radius: 999px;background: #0071bc;color: #fff;position: relative;width: 25%;margin: auto;text-align: center;}
.fake-btn .arrow {position: absolute;right: 18px;top: 50%;transform: translateY(-50%);background: #fff;color: #0071bc;width: 42px;height: 42px;border-radius: 50%;display: flex;align-items: center;justify-content: center;padding: 25px;}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {.fake-btn {width: 50%;}}
@media only screen and (max-width: 1000px) and (min-width: 700px) {.fake-btn {width: 60%;}}
@media only screen and (max-width: 700px) and (min-width: 500px) {.fake-btn {width: 70%;}}
@media only screen and (max-width: 500px) {.fake-btn {width: 80%;}}
/* 2026 front page redesign */
:root {
	--seiwa-bg: #050505;
	--seiwa-bg-soft: #0a0a0a;
	--seiwa-surface: #111111;
	--seiwa-text: #ffffff;
	--seiwa-text-soft: rgba(255, 255, 255, 0.72);
	--seiwa-line: rgba(255, 255, 255, 0.12);
	--seiwa-accent: #ff6600;
	--seiwa-shell: 1240px;
	--seiwa-header-height: 92px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--seiwa-bg);
	color: var(--seiwa-text);
	font-family: "Noto Sans JP", sans-serif;
}

.seiwa-shell {
	width: min(calc(100% - 48px), var(--seiwa-shell));
	margin: 0 auto;
}

.seiwa-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.82);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seiwa-site-header__inner {
	min-height: var(--seiwa-header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.seiwa-site-header__brand {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-decoration: none;
}

.seiwa-site-header__brand-sub,
.seiwa-site-footer__brand-sub {
	font-family: "Barlow", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.34em;
	color: var(--seiwa-accent);
	text-transform: uppercase;
}

.seiwa-site-header__brand-main,
.seiwa-site-footer__brand-main {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.seiwa-site-header__nav {
	display: flex;
	align-items: center;
	gap: 28px;
}

.seiwa-site-header__nav a,
.seiwa-site-footer__links a,
.seiwa-mobile-menu__panel a {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.seiwa-site-header__nav a::after,
.seiwa-site-footer__links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background: var(--seiwa-accent);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease;
}

.seiwa-site-header__nav a:hover::after,
.seiwa-site-footer__links a:hover::after {
	transform: scaleX(1);
}

.seiwa-site-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.seiwa-site-header__contact {
	border-radius: 999px;
	padding: 14px 20px;
	font-family: "Barlow", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	transition: all 0.3s ease;
}

.seiwa-site-header__contact--phone {
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.seiwa-site-header__contact--cta {
	background: var(--seiwa-accent);
	color: #fff;
	box-shadow: 0 18px 42px rgba(255, 102, 0, 0.28);
}

.seiwa-site-header__contact:hover {
	opacity: 1;
	transform: translateY(-1px);
}

.seiwa-menu-button {
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.seiwa-menu-button span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.seiwa-menu-button.is-open span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.seiwa-menu-button.is-open span:nth-child(2) {
	opacity: 0;
}

.seiwa-menu-button.is-open span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.seiwa-mobile-menu {
	background: rgba(0, 0, 0, 0.96);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seiwa-mobile-menu__panel {
	width: min(calc(100% - 40px), 560px);
	margin: 0 auto;
	padding: 18px 0 28px;
	display: grid;
	gap: 8px;
}

.seiwa-mobile-menu__panel a {
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.seiwa-mobile-menu__cta {
	color: var(--seiwa-accent);
}

.seiwa-hero {
	position: relative;
	min-height: calc(100vh - var(--seiwa-header-height));
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #000;
}

.seiwa-hero__media,
.seiwa-hero__overlay {
	position: absolute;
	inset: 0;
}

.seiwa-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
	transform: scale(1.08);
	animation: seiwaHeroZoom 5s ease-out forwards;
}

.seiwa-hero__overlay--side {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.45) 56%, rgba(0, 0, 0, 0) 100%);
}

.seiwa-hero__overlay--bottom {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.92) 100%);
}

.seiwa-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 72px 0 112px;
}

.seiwa-hero__copy {
	max-width: 720px;
	animation: seiwaRiseIn 1.1s ease-out both;
}

.seiwa-eyebrow {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
}

.seiwa-eyebrow__line {
	width: 48px;
	height: 2px;
	background: var(--seiwa-accent);
}

.seiwa-eyebrow__text,
.seiwa-section-heading__sub {
	font-family: "Barlow", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.34em;
	color: var(--seiwa-accent);
	text-transform: uppercase;
}

.seiwa-hero__title {
	margin: 0 0 32px;
	font-size: clamp(40px, 55px, 60px);
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: 0.01em;
}

.seiwa-hero__title span {
	color: var(--seiwa-accent);
}

.seiwa-hero__text {
	max-width: 660px;
	margin: 0 0 42px;
	color: var(--seiwa-text-soft);
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 500;
	line-height: 2;
}

.seiwa-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.seiwa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	padding: 20px 32px;
	border-radius: 999px;
	font-family: "Barlow", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.seiwa-button:hover {
	opacity: 1;
	transform: translateY(-2px) scale(1.02);
}

.seiwa-button--primary {
	background: var(--seiwa-accent);
	color: #fff;
	box-shadow: 0 24px 48px rgba(255, 102, 0, 0.24);
}

.seiwa-button--primary:hover {
	background: #fff;
	color: var(--seiwa-accent);
}

.seiwa-button--ghost {
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	background: transparent;
}

.seiwa-button--ghost:hover {
	background: #fff;
	color: #000;
}

.seiwa-hero__crest {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0.16;
	pointer-events: none;
}

.seiwa-hero__crest-image {
	width: min(40vw, 440px);
	filter: grayscale(1) invert(1);
	animation: seiwaCrestFade 2.4s ease-out both 0.7s;
}

.seiwa-scroll-indicator {
	position: absolute;
	left: 50%;
	bottom: 34px;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-family: "Barlow", sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.46);
}

.seiwa-scroll-indicator__arrow {
	width: 12px;
	height: 12px;
	border-right: 2px solid var(--seiwa-accent);
	border-bottom: 2px solid var(--seiwa-accent);
	transform: rotate(45deg);
	animation: seiwaBounce 2s infinite;
}

.seiwa-services {
	padding: 120px 0 132px;
	background: var(--seiwa-bg-soft);
}

.seiwa-section-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	margin-bottom: 72px;
	text-align: center;
}

.seiwa-section-heading--left,
.seiwa-news__header {
	align-items: flex-start;
	text-align: left;
}

.seiwa-section-heading h2 {
	margin: 0;
	font-size: clamp(35px, 45px, 55px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: #fff;
}

.seiwa-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.seiwa-service-card {
	position: relative;
	min-height: 500px;
	border-radius: 28px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding: 36px 32px;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
	transition: transform 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}

.seiwa-service-card:hover {
	opacity: 1;
	transform: translateY(-8px);
	border-color: rgba(255, 102, 0, 0.28);
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.52);
}

.seiwa-service-card__media,
.seiwa-service-card__shade {
	position: absolute;
	inset: 0;
}

.seiwa-service-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
}

.seiwa-service-card:hover .seiwa-service-card__media img {
	transform: scale(1.1);
}

.seiwa-service-card__shade {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.7) 58%, rgba(0, 0, 0, 0.92) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 102, 0, 0.1) 100%);
}

.seiwa-service-card__content {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
	transform: translateY(8px);
	transition: transform 0.5s ease;
}

.seiwa-service-card:hover .seiwa-service-card__content {
	transform: translateY(-10px);
}

.seiwa-service-card__meta {
	display: flex;
	align-items: center;
	gap: 16px;
}

.seiwa-service-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(14px);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.5s ease, background 0.5s ease;
}

.seiwa-service-card:hover .seiwa-service-card__icon {
	background: var(--seiwa-accent);
	transform: rotate(360deg) scale(1.08);
}

.seiwa-service-card__icon span,
.seiwa-news__all-icon,
.seiwa-news-item__arrow,
.seiwa-news-item__clock,
.seiwa-service-card__arrow {
	position: relative;
	display: inline-block;
}

.seiwa-service-card__icon--truck span {
	width: 22px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 2px;
}

.seiwa-service-card__icon--truck span::before,
.seiwa-service-card__icon--truck span::after {
	content: "";
	position: absolute;
	bottom: -7px;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.seiwa-service-card__icon--truck span::before {
	left: 1px;
}

.seiwa-service-card__icon--truck span::after {
	right: 1px;
}

.seiwa-service-card__icon--shield span {
	width: 20px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 10px 10px 8px 8px;
	clip-path: polygon(50% 100%, 0 68%, 0 0, 100% 0, 100% 68%);
}

.seiwa-service-card__icon--users span {
	width: 22px;
	height: 18px;
}

.seiwa-service-card__icon--users span::before,
.seiwa-service-card__icon--users span::after {
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 50%;
}

.seiwa-service-card__icon--users span::before {
	width: 8px;
	height: 8px;
	left: 2px;
	top: 0;
	box-shadow: 10px 0 0 #fff;
}

.seiwa-service-card__icon--users span::after {
	width: 20px;
	height: 8px;
	left: 1px;
	bottom: 0;
	border-radius: 10px 10px 4px 4px;
}

.seiwa-service-card__eyebrow {
	font-family: "Barlow", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--seiwa-accent);
}

.seiwa-service-card h3 {
	margin: 0;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #fff;
	transition: color 0.3s ease;
}

.seiwa-service-card:hover h3 {
	color: var(--seiwa-accent);
}

.seiwa-service-card p {
	margin: 0;
	max-height: 0;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 1.8;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	opacity: 0;
}

.seiwa-service-card:hover p {
	max-height: 120px;
	opacity: 1;
}

.seiwa-service-card__link {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 6px;
	font-family: "Barlow", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.seiwa-service-card__arrow,
.seiwa-news__all-icon,
.seiwa-news-item__arrow {
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--seiwa-accent);
	border-right: 2px solid var(--seiwa-accent);
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.seiwa-service-card:hover .seiwa-service-card__arrow,
.seiwa-news__all-link:hover .seiwa-news__all-icon,
.seiwa-news-item:hover .seiwa-news-item__arrow {
	transform: translateX(4px) rotate(45deg);
}

.seiwa-news {
	padding: 120px 0 132px;
	background: #000;
}

.seiwa-news__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 56px;
}

.seiwa-news__all-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-family: "Barlow", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.22em;
}

.seiwa-news-list {
	border-top: 1px solid var(--seiwa-line);
}

.seiwa-news-item {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	padding: 30px 18px;
	border-bottom: 1px solid var(--seiwa-line);
	border-radius: 18px;
	transition: background 0.3s ease, color 0.3s ease;
}

.seiwa-news-item:hover {
	opacity: 1;
	background: rgba(255, 255, 255, 0.04);
}

.seiwa-news-item__meta {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.seiwa-news-item__date {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Barlow", sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.seiwa-news-item__clock {
	width: 14px;
	height: 14px;
	border: 2px solid var(--seiwa-accent);
	border-radius: 50%;
}

.seiwa-news-item__clock::before,
.seiwa-news-item__clock::after {
	content: "";
	position: absolute;
	background: var(--seiwa-accent);
	left: 50%;
	top: 50%;
	transform-origin: bottom center;
}

.seiwa-news-item__clock::before {
	width: 2px;
	height: 4px;
	transform: translate(-50%, -100%);
}

.seiwa-news-item__clock::after {
	width: 4px;
	height: 2px;
	transform: translate(0, -50%);
}

.seiwa-news-item__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 14px;
	border-radius: 999px;
	background: var(--seiwa-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.seiwa-news-item h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	transition: color 0.3s ease;
}

.seiwa-news-item:hover h3 {
	color: var(--seiwa-accent);
}

.seiwa-site-footer {
	padding-top: 72px;
	background: radial-gradient(circle at top left, rgba(255, 102, 0, 0.18), transparent 28%), #090909;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seiwa-site-footer__inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr 1.2fr;
	gap: 40px;
	padding-bottom: 56px;
}

.seiwa-site-footer__heading {
	margin: 0 0 20px;
	font-family: "Barlow", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.28em;
	color: var(--seiwa-accent);
}

.seiwa-site-footer__text {
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.9;
}

.seiwa-site-footer__links {
	display: grid;
	gap: 16px;
}

.seiwa-button--footer {
	min-width: 0;
	padding-inline: 28px;
	margin-bottom: 24px;
}

.seiwa-site-footer__map {
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.seiwa-site-footer__bottom {
	padding: 22px 24px 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.seiwa-site-footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.46);
	font-family: "Barlow", sans-serif;
	font-size: 12px;
	letter-spacing: 0.12em;
}

@keyframes seiwaHeroZoom {
	from {
		opacity: 0;
		transform: scale(1.2);
	}
	to {
		opacity: 0.6;
		transform: scale(1.05);
	}
}

@keyframes seiwaRiseIn {
	from {
		opacity: 0;
		transform: translateX(-48px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes seiwaCrestFade {
	from {
		opacity: 0;
		transform: scale(0.82);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes seiwaBounce {
	0%,
	100% {
		transform: translateY(0) rotate(45deg);
	}
	50% {
		transform: translateY(8px) rotate(45deg);
	}
}

@media only screen and (max-width: 1100px) {
	.seiwa-site-header__nav {
		gap: 18px;
	}

	.seiwa-service-grid,
	.seiwa-site-footer__inner {
		grid-template-columns: 1fr;
	}

	.seiwa-service-card p {
		max-height: 120px;
		opacity: 1;
	}
}

@media only screen and (max-width: 900px) {
	.seiwa-site-header__nav,
	.seiwa-site-header__actions {
		display: none;
	}

	.seiwa-menu-button {
		display: inline-flex;
	}

	.seiwa-hero__content {
		padding: 56px 0 112px;
	}

	.seiwa-hero__title {
		font-size: clamp(40px, 12vw, 68px);
	}

	.seiwa-hero__text {
		line-height: 1.9;
	}

	.seiwa-news__header,
	.seiwa-news-item {
		grid-template-columns: 1fr;
	}

	.seiwa-news__header {
		align-items: flex-start;
	}

	.seiwa-news-item {
		gap: 14px;
		padding-inline: 0;
	}
}

@media only screen and (max-width: 768px) {
	.seiwa-shell {
		width: min(calc(100% - 32px), var(--seiwa-shell));
	}

	.seiwa-site-header__inner {
		min-height: 76px;
	}

	.seiwa-site-header__brand-main,
	.seiwa-site-footer__brand-main {
		font-size: 22px;
	}

	.seiwa-hero {
		min-height: calc(100vh - 76px);
	}

	.seiwa-hero__actions,
	.seiwa-button {
		width: 100%;
	}

	.seiwa-button {
		min-width: 0;
	}

	.seiwa-services,
	.seiwa-news {
		padding: 88px 0 96px;
	}

	.seiwa-section-heading {
		margin-bottom: 48px;
	}

	.seiwa-service-card {
		min-height: 420px;
		padding: 26px 24px;
	}

	.seiwa-service-card h3 {
		font-size: 28px;
	}

	.seiwa-scroll-indicator {
		bottom: 22px;
	}
}
/* front-page additional sections */
.seiwa-section-heading--compact {
	margin-bottom: 36px;
}

.seiwa-section-heading--compact h2 span {
	color: var(--seiwa-accent);
}

.seiwa-about {
	padding: 120px 0 132px;
	background: #050505;
	position: relative;
	overflow: hidden;
}

.seiwa-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 72px;
	align-items: center;
}

.seiwa-about__copy {
	position: relative;
}

.seiwa-about__number {
	position: absolute;
	top: -88px;
	left: -12px;
	font-family: "Barlow", sans-serif;
	font-size: clamp(96px, 14vw, 160px);
	font-weight: 800;
	line-height: 1;
	color: rgba(255, 255, 255, 0.05);
	pointer-events: none;
}

.seiwa-about__text,
.seiwa-contact__text,
.seiwa-about__message p,
.seiwa-contact__card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 2;
}

.seiwa-about__stats {
	margin-top: 44px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.seiwa-about__stat-value,
.seiwa-stats__value {
	display: block;
	font-family: "Barlow", sans-serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--seiwa-accent);
}

.seiwa-about__stat-label,
.seiwa-stats__label,
.seiwa-contact__label {
	display: block;
	margin-top: 10px;
	font-family: "Barlow", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.46);
}

.seiwa-about__visual {
	position: relative;
	min-height: 620px;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.seiwa-about__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
	transition: transform 0.9s ease, filter 0.9s ease;
}

.seiwa-about__visual:hover .seiwa-about__image {
	transform: scale(1.05);
	filter: grayscale(0.15);
}

.seiwa-about__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.seiwa-about__message {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 28px;
	z-index: 1;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(16px);
}

.seiwa-about__message-label {
	display: block;
	margin-bottom: 10px;
	font-family: "Barlow", sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: #fff;
}

.seiwa-stats {
	padding: 82px 0;
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.seiwa-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.seiwa-stats__item {
	text-align: center;
}

.seiwa-stats__value {
	font-style: italic;
}

.seiwa-recruitment {
	position: relative;
	padding: 132px 0;
	background: #000;
	overflow: hidden;
}

.seiwa-recruitment__media,
.seiwa-recruitment__overlay {
	position: absolute;
	inset: 0;
}

.seiwa-recruitment__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.3;
	transition: transform 1s ease;
}

.seiwa-recruitment:hover .seiwa-recruitment__image {
	transform: scale(1.08);
}

.seiwa-recruitment__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.34) 44%, rgba(0, 0, 0, 0.95) 100%);
}

.seiwa-recruitment__content {
	position: relative;
	z-index: 1;
	max-width: 860px;
	text-align: center;
}

.seiwa-recruitment__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	margin-bottom: 28px;
	border-radius: 999px;
	background: #fff;
	color: #000;
	font-family: "Barlow", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.seiwa-recruitment h2 {
	margin: 0 0 42px;
	font-size: clamp(45px, 50px, 58px);
	font-weight: 900;
	line-height: 1.15;
	color: #fff;
}

.seiwa-contact {
	padding: 120px 0 132px;
	background: #050505;
}

.seiwa-contact__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 56px;
	padding: 48px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 36px;
	background: #000;
}

.seiwa-contact__items {
	display: grid;
	gap: 20px;
	margin-top: 40px;
}

.seiwa-contact__item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.seiwa-contact__item:hover,
.seiwa-contact__card:hover {
	opacity: 1;
}

.seiwa-contact__icon {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.05);
	position: relative;
	transition: background 0.3s ease, transform 0.3s ease;
}

.seiwa-contact__item:hover .seiwa-contact__icon {
	background: var(--seiwa-accent);
	transform: translateY(-2px);
}

.seiwa-contact__icon::before,
.seiwa-contact__icon::after,
.seiwa-contact__card-icon::before,
.seiwa-contact__card-icon::after,
.seiwa-contact__card-arrow {
	content: "";
	position: absolute;
}

.seiwa-contact__icon--phone::before {
	width: 22px;
	height: 22px;
	border: 3px solid var(--seiwa-accent);
	border-top-color: transparent;
	border-radius: 8px 8px 12px 12px;
	transform: rotate(45deg);
	left: 22px;
	top: 22px;
}

.seiwa-contact__item:hover .seiwa-contact__icon--phone::before,
.seiwa-contact__item:hover .seiwa-contact__icon--mail::before,
.seiwa-contact__item:hover .seiwa-contact__icon--mail::after {
	border-color: #fff;
}

.seiwa-contact__icon--mail::before {
	width: 28px;
	height: 20px;
	border: 2px solid var(--seiwa-accent);
	border-radius: 4px;
	left: 22px;
	top: 25px;
}

.seiwa-contact__icon--mail::after {
	width: 18px;
	height: 18px;
	border-left: 2px solid var(--seiwa-accent);
	border-bottom: 2px solid var(--seiwa-accent);
	transform: rotate(-45deg);
	left: 27px;
	top: 20px;
}

.seiwa-contact__item-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.seiwa-contact__value {
	font-family: "Barlow", sans-serif;
	font-size: clamp(24px, 2.6vw, 36px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff;
	word-break: break-word;
}

.seiwa-contact__card {
	min-height: 100%;
	padding: 44px 36px;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.seiwa-contact__card:hover {
	border-color: rgba(255, 102, 0, 0.3);
	transform: translateY(-4px);
}

.seiwa-contact__card-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin-bottom: 28px;
	border-radius: 50%;
	background: var(--seiwa-accent);
	box-shadow: 0 18px 44px rgba(255, 102, 0, 0.32);
}

.seiwa-contact__card-icon::before {
	width: 36px;
	height: 24px;
	border: 3px solid #fff;
	border-radius: 4px;
	left: 30px;
	top: 34px;
}

.seiwa-contact__card-icon::after {
	width: 22px;
	height: 22px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg);
	left: 37px;
	top: 27px;
}

.seiwa-contact__card h3 {
	margin: 0 0 14px;
	font-size: 32px;
	font-weight: 800;
	color: #fff;
}

.seiwa-contact__card-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
	font-family: "Barlow", sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.22em;
	color: var(--seiwa-accent);
}

.seiwa-contact__card-arrow {
	position: relative;
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--seiwa-accent);
	border-right: 2px solid var(--seiwa-accent);
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.seiwa-contact__card:hover .seiwa-contact__card-arrow {
	transform: translateX(4px) rotate(45deg);
}

@media only screen and (max-width: 1100px) {
	.seiwa-about__grid,
	.seiwa-contact__panel,
	.seiwa-stats__grid {
		grid-template-columns: 1fr;
	}

	.seiwa-about__visual {
		min-height: 520px;
	}
}

@media only screen and (max-width: 768px) {
	.seiwa-about,
	.seiwa-stats,
	.seiwa-recruitment,
	.seiwa-contact {
		padding-top: 88px;
		padding-bottom: 96px;
	}

	.seiwa-about__grid,
	.seiwa-contact__panel {
		gap: 32px;
	}

	.seiwa-about__number {
		top: -56px;
		left: 0;
		font-size: 96px;
	}

	.seiwa-about__stats {
		grid-template-columns: 1fr;
	}

	.seiwa-about__visual {
		min-height: 420px;
	}

	.seiwa-recruitment h2 {
		font-size: 40px;
	}

	.seiwa-contact__panel {
		padding: 32px 24px;
	}

	.seiwa-contact__item {
		align-items: flex-start;
	}

	.seiwa-contact__icon {
		flex-basis: 60px;
		width: 60px;
		height: 60px;
		border-radius: 18px;
	}

	.seiwa-contact__icon--phone::before {
		left: 17px;
		top: 17px;
	}

	.seiwa-contact__icon--mail::before {
		left: 16px;
		top: 20px;
	}

	.seiwa-contact__icon--mail::after {
		left: 21px;
		top: 15px;
	}

	.seiwa-contact__card {
		padding: 36px 24px;
	}

	.seiwa-contact__card h3 {
		font-size: 26px;
	}
}

/* hero refinement */
.seiwa-hero {
	min-height: 100vh;
	background: #000;
}

.seiwa-hero__image {
	opacity: 0.6;
	transform: scale(1.1);
	animation: seiwaHeroZoomRefined 3s ease-out forwards;
}

.seiwa-hero__overlay--side {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.82) 28%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
}

.seiwa-hero__overlay--bottom {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 1) 100%);
}

.seiwa-hero__content {
	max-width: var(--seiwa-shell);
	padding: 0 48px;
}

.seiwa-hero__copy {
	max-width: 42rem;
}

.seiwa-eyebrow {
	gap: 16px;
	margin-bottom: 24px;
}

.seiwa-eyebrow__line {
	width: 48px;
	height: 2px;
	background: #ff6600;
}

.seiwa-eyebrow__text {
	font-size: clamp(12px, 1vw, 14px);
	font-weight: 700;
	letter-spacing: 0.3em;
}

.seiwa-hero__title {
	margin: 0 0 32px;
	font-size: clamp(40px, 50px, 60px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.seiwa-hero__title span {
	color: #ff6600;
}

.seiwa-hero__text {
	max-width: 40rem;
	margin: 0 0 40px;
	color: rgba(209, 213, 219, 1);
	font-size: clamp(16px, 1.45vw, 19px);
	font-weight: 500;
	line-height: 1.95;
}

.seiwa-hero__actions {
	gap: 16px;
}

.seiwa-hero .seiwa-button {
	min-width: 0;
	padding: 20px 40px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	box-shadow: none;
}

.seiwa-hero .seiwa-button--primary {
	box-shadow: 0 24px 48px rgba(255, 102, 0, 0.4);
}

.seiwa-hero__crest {
	opacity: 0.1;
}

.seiwa-hero__crest-image {
	width: min(40vw, 360px);
	filter: grayscale(1) invert(1);
	animation: seiwaCrestFadeRefined 2s ease-out both 1s;
}

.seiwa-scroll-indicator {
	bottom: 40px;
	gap: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.seiwa-scroll-indicator span:first-child {
	color: rgba(255, 255, 255, 0.4);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.4em;
}

.seiwa-scroll-indicator__arrow {
	display: none;
}

.seiwa-scroll-indicator__chevron {
	position: relative;
	width: 20px;
	height: 20px;
	animation: seiwaBounceChevron 2s infinite;
}

.seiwa-scroll-indicator__chevron::before,
.seiwa-scroll-indicator__chevron::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	top: 8px;
	background: #ff6600;
	border-radius: 999px;
}

.seiwa-scroll-indicator__chevron::before {
	left: 1px;
	transform: rotate(45deg);
}

.seiwa-scroll-indicator__chevron::after {
	right: 1px;
	transform: rotate(-45deg);
}

@keyframes seiwaHeroZoomRefined {
	from {
		opacity: 0;
		transform: scale(1.2);
	}
	to {
		opacity: 0.6;
		transform: scale(1.05);
	}
}

@keyframes seiwaCrestFadeRefined {
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 0.15;
		transform: scale(1);
	}
}

@keyframes seiwaBounceChevron {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
}

@media only screen and (max-width: 900px) {
	.seiwa-hero__content {
		padding: 0 32px;
	}

	.seiwa-hero__title {
		font-size: clamp(40px, 11vw, 72px);
	}
}

@media only screen and (max-width: 768px) {
	.seiwa-hero {
		min-height: calc(100vh - 76px);
	}

	.seiwa-hero__content {
		padding: 0 16px;
	}

	.seiwa-eyebrow {
		margin-bottom: 20px;
	}

	.seiwa-eyebrow__text {
		font-size: 12px;
	}

	.seiwa-hero__title {
		margin-bottom: 28px;
		font-size: clamp(38px, 10.8vw, 56px);
		line-height: 1.14;
	}

	.seiwa-hero__text {
		margin-bottom: 32px;
		font-size: 16px;
		line-height: 1.9;
	}

	.seiwa-hero__actions {
		width: 100%;
		gap: 14px;
	}

	.seiwa-hero .seiwa-button {
		width: auto;
		padding: 18px 32px;
	}

	.seiwa-hero__crest-image {
		width: min(54vw, 240px);
	}

	.seiwa-scroll-indicator {
		bottom: 32px;
	}
}

/* footer react recreation */
.seiwa-site-footer--react {
	padding: 80px 24px 40px;
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

.seiwa-site-footer--react .seiwa-shell {
	width: min(calc(100% - 24px), 1240px);
}

.seiwa-site-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1fr;
	gap: 32px;
	align-items: start;
}

.seiwa-site-footer__company,
.seiwa-site-footer__sitemap,
.seiwa-site-footer__contact {
	min-width: 0;
}

.seiwa-site-footer__brand-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
}

.seiwa-site-footer__brand-icon {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.seiwa-site-footer__brand-link:hover {
	opacity: 1;
}

.seiwa-site-footer__brand-link:hover .seiwa-site-footer__brand-icon {
	transform: rotate(20deg);
}

.seiwa-site-footer__brand-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.seiwa-site-footer__brand-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.seiwa-site-footer--react .seiwa-site-footer__brand-main {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #fff;
}

.seiwa-site-footer--react .seiwa-site-footer__brand-sub {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.28em;
	color: #6b7280;
}

.seiwa-site-footer__lead {
	max-width: 27rem;
	margin: 24px 0 0;
	color: #9ca3af;
	font-size: 14px;
	line-height: 1.9;
}

.seiwa-site-footer__info {
	display: grid;
	gap: 16px;
	padding-top: 16px;
}

.seiwa-site-footer__info-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #9ca3af;
	font-size: 14px;
	line-height: 1.7;
}

.seiwa-site-footer__info-icon,
.seiwa-site-footer__phone-icon,
.seiwa-site-footer__form-icon {
	position: relative;
	flex: 0 0 auto;
	display: inline-block;
}

.seiwa-site-footer__info-icon--map {
	width: 20px;
	height: 20px;
	margin-top: 1px;
}

.seiwa-site-footer__info-icon--map::before,
.seiwa-site-footer__info-icon--map::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.seiwa-site-footer__info-icon--map::before {
	top: 0;
	width: 14px;
	height: 14px;
	border: 2px solid #ff6600;
	border-radius: 50% 50% 50% 0;
	transform: translateX(-50%) rotate(-45deg);
}

.seiwa-site-footer__info-icon--map::after {
	top: 5px;
	width: 4px;
	height: 4px;
	background: #ff6600;
	border-radius: 50%;
}

.seiwa-site-footer__info-icon--mail,
.seiwa-site-footer__form-icon {
	width: 20px;
	height: 20px;
}

.seiwa-site-footer__info-icon--mail::before,
.seiwa-site-footer__info-icon--mail::after,
.seiwa-site-footer__form-icon::before,
.seiwa-site-footer__form-icon::after {
	content: "";
	position: absolute;
}

.seiwa-site-footer__info-icon--mail::before,
.seiwa-site-footer__form-icon::before {
	inset: 3px 1px 3px 1px;
	border: 2px solid #ff6600;
	border-radius: 4px;
}

.seiwa-site-footer__info-icon--mail::after,
.seiwa-site-footer__form-icon::after {
	left: 4px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-left: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
	transform: rotate(-45deg);
}

.seiwa-site-footer__title {
	position: relative;
	display: inline-block;
	margin: 0 0 32px;
	color: #ff6600;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.seiwa-site-footer__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 32px;
	height: 2px;
	background: rgba(255, 255, 255, 0.2);
}

.seiwa-site-footer__nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.seiwa-site-footer__nav a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #9ca3af;
	font-size: 14px;
	letter-spacing: 0.18em;
	transition: transform 0.25s ease, color 0.25s ease;
}

.seiwa-site-footer__nav a::before {
	content: ">";
	color: #ff6600;
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.seiwa-site-footer__nav a:hover {
	color: #fff;
	transform: translateX(4px);
	opacity: 1;
}

.seiwa-site-footer__nav a:hover::before {
	opacity: 1;
	transform: translateX(0);
}

.seiwa-site-footer__contact {
	padding: 32px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
}

.seiwa-site-footer__contact-label {
	display: block;
	margin-bottom: 8px;
	color: #9ca3af;
	font-size: 12px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.seiwa-site-footer__contact h4 {
	margin: 0 0 16px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #fff;
}

.seiwa-site-footer__contact p {
	margin: 0 0 24px;
	color: #9ca3af;
	font-size: 14px;
	line-height: 1.8;
}

.seiwa-site-footer__contact-actions {
	display: grid;
	gap: 16px;
}

.seiwa-site-footer__phone,
.seiwa-site-footer__form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 16px;
	border-radius: 14px;
	font-weight: 700;
	transition: all 0.35s ease;
}

.seiwa-site-footer__phone {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #000;
	color: #fff;
}

.seiwa-site-footer__phone:hover {
	background: #fff;
	color: #000;
	opacity: 1;
}

.seiwa-site-footer__form {
	background: #ff6600;
	color: #fff;
	box-shadow: 0 10px 24px rgba(255, 102, 0, 0.2);
}

.seiwa-site-footer__form:hover {
	background: #fff;
	color: #ff6600;
	opacity: 1;
}

.seiwa-site-footer__phone-icon {
	width: 18px;
	height: 18px;
	border: 2px solid #ff6600;
	border-top-color: transparent;
	border-radius: 6px 6px 10px 10px;
	transform: rotate(45deg);
}

.seiwa-site-footer__form-icon::before {
	border-color: currentColor;
}

.seiwa-site-footer__form-icon::after {
	border-left-color: currentColor;
	border-bottom-color: currentColor;
}

.seiwa-site-footer__bottom-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 80px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	color: #6b7280;
	font-size: 12px;
	letter-spacing: 0.18em;
}

.seiwa-site-footer__bottom-bar p {
	margin: 0;
}

.seiwa-site-footer__bottom-links {
	display: flex;
	gap: 24px;
}

.seiwa-site-footer__bottom-links a {
	color: inherit;
}

.seiwa-site-footer__bottom-links a:hover {
	color: #fff;
	opacity: 1;
}

@media only screen and (max-width: 1100px) {
	.seiwa-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}
}

@media only screen and (max-width: 768px) {
	.seiwa-site-footer--react {
		padding: 64px 16px 32px;
	}

	.seiwa-site-footer__contact {
		padding: 24px;
	}

	.seiwa-site-footer__contact h4 {
		font-size: 26px;
	}

	.seiwa-site-footer__bottom-bar {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 56px;
	}

	.seiwa-site-footer__bottom-links {
		flex-wrap: wrap;
		gap: 16px;
	}
}

/* bootstrap logo icons */
.seiwa-logo-icon {
	background: #fff;
	color: #111;
}

.seiwa-logo-icon i {
	font-size: 24px;
	line-height: 1;
}

.seiwa-site-header .seiwa-logo-icon {
	width: 52px;
	height: 52px;
}

.seiwa-site-header .seiwa-logo-icon i {
	font-size: 26px;
}

.seiwa-site-footer .seiwa-logo-icon {
	background: #fff;
	color: #111;
}

.seiwa-site-footer .seiwa-logo-icon i {
	font-size: 24px;
}

.seiwa-hero__crest-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(120px, 18vw, 240px);
	color: rgba(255, 255, 255, 0.15);
	line-height: 1;
	filter: grayscale(1);
	animation: seiwaCrestFadeRefined 2s ease-out both 1s;
}

@media only screen and (max-width: 768px) {
	.seiwa-site-header .seiwa-logo-icon {
		width: 46px;
		height: 46px;
	}

	.seiwa-site-header .seiwa-logo-icon i,
	.seiwa-site-footer .seiwa-logo-icon i {
		font-size: 22px;
	}

	.seiwa-hero__crest-icon {
		font-size: clamp(96px, 26vw, 180px);
	}
}


/* targeted bootstrap icon swaps */
.seiwa-hero__video {
	width: 100%;
	height: 100%;
	border: 0;
	opacity: 1.0;
	transform: scale(1.35);
	pointer-events: none;
}

.seiwa-service-card__icon i {
	font-size: 22px;
	line-height: 1;
	color: #fff;
}

.seiwa-contact__icon--phone {
	display: flex;
	align-items: center;
	justify-content: center;
}

.seiwa-contact__icon--phone::before {
	display: none;
}

.seiwa-contact__icon--phone i {
	font-size: 24px;
	line-height: 1;
	color: var(--seiwa-accent);
	transition: color 0.3s ease, transform 0.3s ease;
}

.seiwa-contact__item:hover .seiwa-contact__icon--phone i {
	color: #fff;
	transform: scale(1.08);
}

@media only screen and (max-width: 768px) {
	.seiwa-hero__video {
		transform: scale(1.85);
	}

	.seiwa-service-card__icon i {
		font-size: 20px;
	}

	.seiwa-contact__icon--phone i {
		font-size: 20px;
	}
}


/* services page */
.seiwa-services-page {
	background: #050505;
	color: #fff;
}

.seiwa-subhero {
	position: relative;
	min-height: 72vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #000;
}

.seiwa-subhero__media,
.seiwa-subhero__overlay {
	position: absolute;
	inset: 0;
}

.seiwa-subhero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
	transform: scale(1.06);
}

.seiwa-subhero__overlay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.88) 100%);
}

.seiwa-subhero__content {
	position: relative;
	z-index: 1;
	padding: 120px 0 96px;
}

.seiwa-subhero__title {
	margin: 0 0 20px;
	font-size: clamp(52px, 8vw, 108px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.seiwa-subhero__text {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.95;
}

.seiwa-subhero__links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 40px;
}

.seiwa-subhero__link {
	min-width: 220px;
	padding: 22px 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.04);
	transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.seiwa-subhero__link:hover {
	opacity: 1;
	transform: translateY(-4px);
	border-color: rgba(255, 102, 0, 0.4);
	background: rgba(255, 102, 0, 0.08);
}

.seiwa-subhero__link-main,
.seiwa-subhero__link-sub {
	display: block;
}

.seiwa-subhero__link-main {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.seiwa-subhero__link-sub,
.seiwa-services-detail__panel-label,
.seiwa-services-cta__label {
	margin-top: 8px;
	font-family: "Barlow", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--seiwa-accent);
}

.seiwa-services-detail,
.seiwa-services-feature,
.seiwa-services-support {
	padding: 108px 0;
}

.seiwa-services-detail__grid,
.seiwa-services-feature__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 36px;
	align-items: stretch;
}

.seiwa-services-detail__card,
.seiwa-services-detail__panel,
.seiwa-services-support__panel {
	padding: 36px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.03);
}

.seiwa-services-detail__card h3,
.seiwa-services-cta__inner h2 {
	margin: 0 0 22px;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.2;
}

.seiwa-services-detail__list {
	margin: 0;
	padding-left: 1.2rem;
	color: rgba(255, 255, 255, 0.76);
	font-size: 17px;
	line-height: 2;
}

.seiwa-services-detail__panel {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(255, 102, 0, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.seiwa-services-detail__panel p,
.seiwa-services-feature__copy p,
.seiwa-services-support__lead,
.seiwa-services-support__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.95;
}

.seiwa-services-feature {
	background: #000;
}

.seiwa-services-feature__visual {
	overflow: hidden;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.seiwa-services-feature__visual img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.seiwa-services-support__lead {
	margin-bottom: 18px;
}

.seiwa-services-cta {
	padding: 0 0 120px;
}

.seiwa-services-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 40px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(255, 102, 0, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.seiwa-services-cta__inner h2 {
	margin-bottom: 0;
	max-width: 780px;
}

.seiwa-services-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

@media only screen and (max-width: 960px) {
	.seiwa-services-detail__grid,
	.seiwa-services-feature__grid {
		grid-template-columns: 1fr;
	}

	.seiwa-services-cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 768px) {
	.seiwa-subhero__content,
	.seiwa-services-detail,
	.seiwa-services-feature,
	.seiwa-services-support,
	.seiwa-services-cta {
		padding-top: 88px;
		padding-bottom: 88px;
	}

	.seiwa-subhero__title {
		font-size: clamp(42px, 14vw, 72px);
	}

	.seiwa-subhero__text,
	.seiwa-services-detail__panel p,
	.seiwa-services-feature__copy p,
	.seiwa-services-support__lead,
	.seiwa-services-support__text {
		font-size: 16px;
	}

	.seiwa-subhero__link,
	.seiwa-services-detail__card,
	.seiwa-services-detail__panel,
	.seiwa-services-support__panel,
	.seiwa-services-cta__inner {
		padding: 24px;
	}

	.seiwa-services-feature__visual img {
		min-height: 300px;
	}
}


/* business page recreation */
.seiwa-business-page {
	background: #000;
	color: #fff;
}

.seiwa-business-hero {
	position: relative;
	height: 40vh;
	min-height: 360px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.seiwa-business-hero__media,
.seiwa-business-hero__overlay {
	position: absolute;
	inset: 0;
}

.seiwa-business-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.seiwa-business-hero__overlay--side {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 48%, rgba(0, 0, 0, 0.3) 100%);
}

.seiwa-business-hero__overlay--bottom {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.92) 100%);
}

.seiwa-business-hero__content {
	position: relative;
	z-index: 1;
	width: 70%;
	padding-bottom: 56px;
}

.seiwa-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 18px;
	font-size: 14px;
	color: #9ca3af;
}

.seiwa-breadcrumbs a:hover {
	color: var(--seiwa-accent);
	opacity: 1;
}

.seiwa-breadcrumbs__chevron {
	width: 10px;
	height: 10px;
	border-top: 2px solid #4b5563;
	border-right: 2px solid #4b5563;
	transform: rotate(45deg);
}

.seiwa-business-hero__eyebrow,
.seiwa-business-copy__index,
.seiwa-business-cta__eyebrow {
	display: block;
	margin-bottom: 12px;
	color: var(--seiwa-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

.seiwa-business-hero__title {
	margin: 0;
	font-size: clamp(42px, 7vw, 72px);
	font-weight: 900;
	letter-spacing: -0.03em;
}

.seiwa-business-intro-bar {
	padding: 20px 0;
	background: rgba(255, 102, 0, 0.1);
	border-top: 1px solid rgba(255, 102, 0, 0.2);
	border-bottom: 1px solid rgba(255, 102, 0, 0.2);
}

.seiwa-business-intro-bar__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 40px;
	align-items: center;
}

.seiwa-business-intro-bar__item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #d1d5db;
	letter-spacing: 0.08em;
}

.seiwa-business-intro-bar__dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--seiwa-accent);
}

.seiwa-business-section {
	padding: 80px 0 112px;
}

.seiwa-business-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px 80px;
	align-items: center;
}

.seiwa-business-section__grid--reverse {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.seiwa-business-copy__heading {
	margin: 0 0 32px;
	font-size: clamp(32px, 4.5vw, 56px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.seiwa-business-copy__blocks {
	display: grid;
	gap: 24px;
}

.seiwa-business-copy__block {
	padding-left: 24px;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.seiwa-business-copy__block--accent {
	border-left-color: var(--seiwa-accent);
}

.seiwa-business-copy__block h3 {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--seiwa-accent);
}

.seiwa-business-copy__block:not(.seiwa-business-copy__block--accent) h3 {
	color: #fff;
}

.seiwa-business-copy__block p,
.seiwa-business-copy__lead,
.seiwa-business-copy__body,
.seiwa-business-cta__inner p {
	margin: 0;
	color: #9ca3af;
	font-size: 16px;
	line-height: 1.95;
}

.seiwa-business-copy__lead {
	margin-bottom: 20px;
	font-size: 18px;
	color: #d1d5db;
}

.seiwa-business-copy__lead span {
	color: #fff;
	font-weight: 700;
}

.seiwa-business-copy__body {
	margin-bottom: 28px;
}

.seiwa-business-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	padding-top: 32px;
	margin-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.seiwa-business-stat-card {
	padding: 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.seiwa-business-stat-card i,
.seiwa-business-award-note i {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 24px;
	color: var(--seiwa-accent);
}

.seiwa-business-stat-card__value {
	display: block;
	margin-bottom: 6px;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
}

.seiwa-business-stat-card__label,
.seiwa-business-qualification-card__desc,
.seiwa-business-area-item__detail,
.seiwa-business-map-card__legend-item,
.seiwa-business-map-card__badge {
	font-size: 12px;
	color: #6b7280;
	letter-spacing: 0.08em;
}

.seiwa-business-visual {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
}

.seiwa-business-visual__image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.group:hover .seiwa-business-visual__image {
	transform: scale(1.05);
}

.seiwa-business-visual__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
}

.seiwa-business-visual__badge,
.seiwa-business-visual__tags span {
	position: absolute;
	left: 24px;
	z-index: 1;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.seiwa-business-visual__badge {
	bottom: 24px;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(8px);
	color: var(--seiwa-accent);
	border: 1px solid rgba(255, 102, 0, 0.3);
}

.seiwa-business-divider__line {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.seiwa-business-map-card {
	position: relative;
	min-height: 360px;
	padding: 16px 16px 24px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #0d0d0d;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seiwa-business-map-card__grid {
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-image: linear-gradient(rgba(255, 102, 0, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 102, 0, 0.15) 1px, transparent 1px);
	background-size: 30px 30px;
}

.seiwa-business-map-card__svg {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 360px;
}

.seiwa-business-map-card__legend {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.seiwa-business-map-card__legend-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.seiwa-business-map-card__legend-dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: var(--seiwa-accent);
}

.seiwa-business-map-card__legend-line {
	width: 16px;
	height: 1px;
	border-top: 1px dashed rgba(255, 102, 0, 0.6);
}

.seiwa-business-map-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 1;
	background: var(--seiwa-accent);
	color: #fff;
	box-shadow: 0 12px 26px rgba(255, 102, 0, 0.3);
}

.seiwa-business-area-list {
	display: grid;
	gap: 16px;
}

.seiwa-business-area-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.seiwa-business-area-item.is-active {
	background: rgba(255, 102, 0, 0.1);
	border-color: rgba(255, 102, 0, 0.3);
}

.seiwa-business-area-item__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #4b5563;
	flex: 0 0 auto;
}

.seiwa-business-area-item.is-active .seiwa-business-area-item__dot {
	background: var(--seiwa-accent);
}

.seiwa-business-area-item__region {
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
}

.seiwa-business-area-item.is-active .seiwa-business-area-item__region {
	color: var(--seiwa-accent);
}

.seiwa-business-area-item__detail {
	display: inline-block;
	margin-left: 12px;
}

.seiwa-business-qualification-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.seiwa-business-qualification-card {
	padding: 20px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: border-color 0.3s ease, background 0.3s ease;
}

.seiwa-business-qualification-card:hover {
	border-color: rgba(255, 102, 0, 0.3);
	background: rgba(255, 102, 0, 0.05);
}

.seiwa-business-qualification-card i {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 28px;
	color: var(--seiwa-accent);
}

.seiwa-business-qualification-card__name {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
}

.seiwa-business-award-note {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	font-size: 14px;
	color: #9ca3af;
}

.seiwa-business-award-note i {
	margin-bottom: 0;
	flex: 0 0 auto;
}

.seiwa-business-visual__tags {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.seiwa-business-visual__tags span {
	position: static;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(8px);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.seiwa-business-cta {
	padding: 80px 0;
	background: #0a0a0a;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.seiwa-business-cta__inner {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.seiwa-business-cta__inner h2 {
	margin: 0 0 20px;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.03em;
}

.seiwa-business-cta__inner p {
	max-width: 680px;
	margin: 0 auto 44px;
}

.seiwa-business-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.seiwa-business-cta__phone,
.seiwa-business-cta__contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 20px 32px;
	border-radius: 999px;
	font-weight: 800;
	transition: all 0.3s ease;
}

.seiwa-business-cta__phone {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
}

.seiwa-business-cta__phone:hover {
	background: #fff;
	color: #000;
	opacity: 1;
}

.seiwa-business-cta__phone i,
.seiwa-business-cta__contact i {
	font-size: 20px;
	color: var(--seiwa-accent);
}

.seiwa-business-cta__contact {
	background: var(--seiwa-accent);
	color: #fff;
	box-shadow: 0 18px 38px rgba(255, 102, 0, 0.25);
	letter-spacing: 0.12em;
}

.seiwa-business-cta__contact:hover {
	background: #fff;
	color: var(--seiwa-accent);
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
	.seiwa-business-section__grid,
	.seiwa-business-section__grid--reverse {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.seiwa-business-hero {
		height: 46vh;
		min-height: 320px;
	}

	.seiwa-business-hero__content {
		padding-bottom: 36px;
	}

	.seiwa-business-section,
	.seiwa-business-cta {
		padding: 72px 0;
	}

	.seiwa-business-copy__heading {
		font-size: clamp(28px, 9vw, 40px);
	}

	.seiwa-business-stats,
	.seiwa-business-qualification-grid {
		grid-template-columns: 1fr;
	}

	.seiwa-business-map-card {
		min-height: 320px;
	}

	.seiwa-business-area-item {
		align-items: flex-start;
	}

	.seiwa-business-area-item__detail {
		display: block;
		margin-left: 0;
		margin-top: 6px;
	}

	.seiwa-business-cta__actions {
		flex-direction: column;
		gap: 16px;
	}

	.seiwa-business-cta__phone,
	.seiwa-business-cta__contact {
		width: 100%;
	}
}


/* vehicles page recreation */
.seiwa-vehicles-page {
	background: #000;
	color: #fff;
}

.seiwa-vehicles-hero {
	position: relative;
	height: 40vh;
	min-height: 360px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.seiwa-vehicles-hero__media,
.seiwa-vehicles-hero__overlay {
	position: absolute;
	inset: 0;
}

.seiwa-vehicles-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.seiwa-vehicles-hero__overlay--side {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 48%, rgba(0, 0, 0, 0.3) 100%);
}

.seiwa-vehicles-hero__overlay--bottom {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.92) 100%);
}

.seiwa-vehicles-hero__content {
	position: relative;
	z-index: 1;
	width: 70%;
	padding-bottom: 56px;
}

.seiwa-vehicles-hero__eyebrow,
.seiwa-vehicles-gallery-section__eyebrow,
.seiwa-vehicles-specs__eyebrow,
.seiwa-vehicles-cta__eyebrow {
	display: block;
	margin-bottom: 12px;
	color: var(--seiwa-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

.seiwa-vehicles-hero__title,
.seiwa-vehicles-gallery-section h2,
.seiwa-vehicles-specs h2,
.seiwa-vehicles-cta__inner h2 {
	margin: 0;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 900;
	letter-spacing: -0.03em;
}

.seiwa-vehicles-stats-bar {
	padding: 20px 0;
	background: rgba(255, 102, 0, 0.1);
	border-top: 1px solid rgba(255, 102, 0, 0.2);
	border-bottom: 1px solid rgba(255, 102, 0, 0.2);
}

.seiwa-vehicles-stats-bar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px 48px;
}

.seiwa-vehicles-stats-bar__item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.seiwa-vehicles-stats-bar__dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--seiwa-accent);
	flex: 0 0 auto;
}

.seiwa-vehicles-stats-bar__label {
	font-size: 12px;
	color: #9ca3af;
	letter-spacing: 0.08em;
}

.seiwa-vehicles-stats-bar__value {
	font-size: 14px;
	font-weight: 800;
	color: #fff;
}

.seiwa-vehicles-gallery-section,
.seiwa-vehicles-specs,
.seiwa-vehicles-cta {
	padding: 80px 0;
}

.seiwa-vehicles-gallery-section__heading,
.seiwa-vehicles-specs__heading {
	margin-bottom: 48px;
}

.seiwa-vehicles-gallery-section h2,
.seiwa-vehicles-specs h2 {
	margin-bottom: 28px;
	font-size: clamp(32px, 4vw, 52px);
}

.seiwa-vehicles-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.seiwa-vehicles-filter {
	padding: 10px 20px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	color: #9ca3af;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	transition: all 0.2s ease;
}

.seiwa-vehicles-filter:hover,
.seiwa-vehicles-filter.is-active {
	background: var(--seiwa-accent);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 14px 30px rgba(255, 102, 0, 0.25);
	opacity: 1;
}

.seiwa-vehicles-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.seiwa-vehicles-card {
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0d0d0d;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.seiwa-vehicles-card:hover {
	border-color: rgba(255, 102, 0, 0.3);
	box-shadow: 0 24px 42px rgba(255, 102, 0, 0.12);
}

.seiwa-vehicles-card__button {
	width: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
}

.seiwa-vehicles-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #111;
}

.seiwa-vehicles-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.seiwa-vehicles-card:hover .seiwa-vehicles-card__media img {
	transform: scale(1.1);
}

.seiwa-vehicles-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.8) 100%);
}

.seiwa-vehicles-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 102, 0, 0.92);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.seiwa-vehicles-card__zoom {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(4px);
	transition: all 0.3s ease;
}

.seiwa-vehicles-card:hover .seiwa-vehicles-card__zoom {
	opacity: 1;
	transform: translateY(0);
}

.seiwa-vehicles-card__zoom i {
	font-size: 16px;
	color: #fff;
}

.seiwa-vehicles-card__title-wrap {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.seiwa-vehicles-card__title-wrap h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	transition: color 0.3s ease;
}

.seiwa-vehicles-card:hover .seiwa-vehicles-card__title-wrap h3 {
	color: var(--seiwa-accent);
}

.seiwa-vehicles-specs {
	background: #080808;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.seiwa-vehicles-specs__heading p,
.seiwa-vehicles-specs__note,
.seiwa-vehicles-cta__inner p {
	margin: 12px 0 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.8;
}

.seiwa-vehicles-specs__table-wrap {
	overflow-x: auto;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.seiwa-vehicles-specs__table {
	width: 100%;
	min-width: 860px;
	border-collapse: collapse;
	font-size: 14px;
}

.seiwa-vehicles-specs__table thead tr {
	background: var(--seiwa-accent);
}

.seiwa-vehicles-specs__table th,
.seiwa-vehicles-specs__table td {
	padding: 18px 20px;
	text-align: left;
	white-space: nowrap;
}

.seiwa-vehicles-specs__table th {
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.seiwa-vehicles-specs__table tbody tr {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	transition: background 0.2s ease;
}

.seiwa-vehicles-specs__table tbody tr:hover {
	background: rgba(255, 102, 0, 0.08);
}

.seiwa-vehicles-specs__table td {
	color: #374151;
}

.seiwa-vehicles-specs__table td:first-child {
	font-weight: 800;
	color: #111827;
}

.seiwa-vehicles-cta {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.seiwa-vehicles-cta__inner {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.seiwa-vehicles-cta__inner h2 {
	margin: 0 0 24px;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.25;
}

.seiwa-vehicles-cta__inner p {
	max-width: 680px;
	margin: 0 auto 44px;
	font-size: 16px;
	color: #9ca3af;
}

.seiwa-vehicles-cta__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

.seiwa-vehicles-cta__phone,
.seiwa-vehicles-cta__contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 20px 32px;
	border-radius: 999px;
	font-weight: 800;
	transition: all 0.3s ease;
}

.seiwa-vehicles-cta__phone {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
}

.seiwa-vehicles-cta__phone:hover {
	background: #fff;
	color: #000;
	opacity: 1;
}

.seiwa-vehicles-cta__contact {
	background: var(--seiwa-accent);
	color: #fff;
	box-shadow: 0 18px 38px rgba(255, 102, 0, 0.25);
	letter-spacing: 0.12em;
}

.seiwa-vehicles-cta__contact:hover {
	background: #fff;
	color: var(--seiwa-accent);
	opacity: 1;
}

.seiwa-vehicles-cta__phone i,
.seiwa-vehicles-cta__contact i {
	font-size: 20px;
	color: var(--seiwa-accent);
}

.seiwa-vehicles-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.seiwa-vehicles-lightbox[hidden] {
	display: none;
}

.seiwa-vehicles-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(12px);
}

.seiwa-vehicles-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 1120px);
}

.seiwa-vehicles-lightbox__close {
	position: absolute;
	right: 0;
	top: -48px;
	padding: 8px;
	border: 0;
	background: transparent;
	color: #fff;
}

.seiwa-vehicles-lightbox__close:hover {
	color: var(--seiwa-accent);
	opacity: 1;
}

.seiwa-vehicles-lightbox__frame {
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.seiwa-vehicles-lightbox__frame img {
	width: 100%;
	max-height: 70vh;
	object-fit: contain;
	background: #000;
}

.seiwa-vehicles-lightbox__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
}

.seiwa-vehicles-lightbox__category {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--seiwa-accent);
}

.seiwa-vehicles-lightbox__footer h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
}

.seiwa-vehicles-lightbox__controls {
	display: flex;
	gap: 12px;
}

.seiwa-vehicles-lightbox__controls button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 0;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.seiwa-vehicles-lightbox__controls button:hover {
	background: var(--seiwa-accent);
	opacity: 1;
}

.seiwa-vehicles-lightbox__counter {
	margin: 12px 0 0;
	text-align: center;
	font-size: 14px;
	color: #6b7280;
}

body.is-lightbox-open {
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.seiwa-vehicles-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 768px) {
	.seiwa-vehicles-hero {
		height: 46vh;
		min-height: 320px;
	}

	.seiwa-vehicles-hero__content {
		padding-bottom: 36px;
	}

	.seiwa-vehicles-gallery-section,
	.seiwa-vehicles-specs,
	.seiwa-vehicles-cta {
		padding: 72px 0;
	}

	.seiwa-vehicles-gallery-grid {
		grid-template-columns: 1fr;
	}

	.seiwa-vehicles-cta__actions {
		flex-direction: column;
		gap: 16px;
	}

	.seiwa-vehicles-cta__phone,
	.seiwa-vehicles-cta__contact {
		width: 100%;
	}

	.seiwa-vehicles-lightbox__footer {
		flex-direction: column;
		align-items: flex-start;
	}
}


/* header submenu + services map image */
.seiwa-site-header__nav-item {
	position: relative;
}

.seiwa-site-header__nav-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.seiwa-site-header__nav-link::before {
	content: "\F282";
	font-family: "bootstrap-icons";
	font-size: 10px;
	order: 2;
	transform: translateY(1px);
	transition: transform 0.3s ease;
}

.seiwa-site-header__nav-item:hover .seiwa-site-header__nav-link::before,
.seiwa-site-header__nav-item:focus-within .seiwa-site-header__nav-link::before {
	transform: translateY(1px) rotate(180deg);
}

.seiwa-site-header__submenu {
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	min-width: 200px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: rgba(10, 10, 10, 0.96);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 12px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	z-index: 30;
}

.seiwa-site-header__submenu::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	width: 16px;
	height: 16px;
	background: rgba(10, 10, 10, 0.96);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	transform: translateX(-50%) rotate(45deg);
}

.seiwa-site-header__submenu a {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.seiwa-site-header__submenu a:hover {
	background: rgba(255, 102, 0, 0.12);
	color: #fff;
	opacity: 1;
}

.seiwa-site-header__nav-item:hover .seiwa-site-header__submenu,
.seiwa-site-header__nav-item:focus-within .seiwa-site-header__submenu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.seiwa-mobile-menu__group {
	display: grid;
	gap: 10px;
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seiwa-mobile-menu__group-label {
	font-family: "Barlow", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--seiwa-accent);
}

.seiwa-mobile-menu__group a {
	padding-left: 18px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.seiwa-business-map-card__image {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 420px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.35));
}

@media only screen and (max-width: 768px) {
	.seiwa-site-header__submenu {
		display: none;
	}

	.seiwa-business-map-card__image {
		max-width: 320px;
	}
}

/* Company page */
.seiwa-company-page{background:#050505;color:#fff}.seiwa-company-page a{color:inherit}.seiwa-company-hero{height:min(50vh,540px);min-height:360px;position:relative;display:flex;align-items:end;overflow:hidden}.seiwa-company-hero>img,.seiwa-company-hero>div:first-of-type{position:absolute;inset:0;width:100%;height:100%}.seiwa-company-hero>img{object-fit:cover}.seiwa-company-hero>div:first-of-type{background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.56),rgba(0,0,0,.22)),linear-gradient(0deg,#050505,transparent 58%)}.seiwa-company-hero .seiwa-shell{position:relative;padding-bottom:56px}.seiwa-company-hero nav{display:flex;gap:10px;align-items:center;color:#999;font-size:13px;margin-bottom:18px}.seiwa-company-hero nav span,.seiwa-company-hero small,.kicker,.company-cta small{display:block;color:#f60;font:700 12px Barlow,sans-serif;letter-spacing:.35em;text-transform:uppercase}.seiwa-company-hero h1{font-size:clamp(38px,5vw,64px);margin:10px 0 0}.seiwa-company-nav{border-block:1px solid rgba(255,102,0,.2);background:rgba(255,102,0,.06);overflow:auto}.seiwa-company-nav .seiwa-shell{display:flex;min-width:max-content}.seiwa-company-nav a{padding:18px 26px;border-right:1px solid rgba(255,255,255,.1);color:#aaa;font-size:14px;text-decoration:none}.seiwa-company-nav a:hover{color:#f60}.seiwa-company-section{padding:110px 0;border-bottom:1px solid rgba(255,255,255,.06)}.seiwa-company-section.soft{background:#080808}.seiwa-company-section h2{font-size:clamp(30px,3.5vw,46px);margin:13px 0 36px}.seiwa-company-section p{color:#c3c3c3;line-height:2;font-size:15px}.seiwa-company-section header{margin-bottom:52px}.seiwa-company-section header>p{max-width:720px}.seiwa-company-greeting{display:grid;grid-template-columns:minmax(300px,.82fr) 1.18fr;gap:clamp(50px,8vw,120px)}.seiwa-company-president{position:relative}.seiwa-company-president>div{aspect-ratio:4/5;background:#151515;display:grid;place-items:center;color:#666;font-size:16px;border-radius:20px}.seiwa-company-president>div i{display:block;font-size:90px;text-align:center}.seiwa-company-president>p{margin:-120px 0 0;position:relative;padding:32px;color:#fff;background:linear-gradient(transparent,#000)}.seiwa-company-president small{display:block;color:#f60;letter-spacing:.2em}.seiwa-company-president strong,.seiwa-company-president span{display:block;margin-top:6px}.mottos{margin:26px 0}.mottos p{margin:10px 0;padding:15px 20px;background:#101010;border:1px solid #252525;border-radius:12px;color:#fff!important;font-weight:700}.message{padding:25px;color:#fff;font-weight:700;letter-spacing:.08em}.keywords{padding:25px;background:rgba(255,102,0,.07);border:1px solid rgba(255,102,0,.25);border-radius:14px;color:#fff;font-weight:700;letter-spacing:.08em}.keywords b{color:#f60;padding:0 10px}.muted{color:#aaa!important;margin-top:28px}.sign{text-align:right;border-top:1px solid #222;padding-top:22px}.narrow{max-width:900px}.philosophy{display:grid;gap:18px}.philosophy p{position:relative;margin:0;padding:28px 30px 28px 95px;background:#101010;border:1px solid #262626;border-radius:16px;color:#fff!important;font-size:18px!important;font-weight:700}.philosophy em{position:absolute;left:24px;top:50%;transform:translateY(-50%);font-size:42px;color:rgba(255,102,0,.25);font-style:normal;font-weight:900}.message{margin-top:30px;text-align:center;line-height:2}.precepts,.efforts{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.precepts article,.efforts article,.location{background:#101010;border:1px solid #292929;border-radius:16px;padding:25px}.precepts article:hover,.efforts article:hover,.location:hover{border-color:rgba(255,102,0,.55)}.precepts small{color:#f60;font-weight:700}.precepts h3,.efforts h3{font-size:22px;margin:16px 0 8px}.precepts p,.efforts p{color:#999!important;font-size:13px!important;line-height:1.7!important;margin:0}.table-wrap{border:1px solid #292929;border-radius:16px;overflow:hidden}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th,.table-wrap td{padding:21px 30px;text-align:left;border-bottom:1px solid #242424;vertical-align:top}.table-wrap th{width:200px;color:#f60;background:#121212}.table-wrap td{color:#ccc;line-height:1.8;white-space:normal}.locations{display:grid;grid-template-columns:1fr 1fr;gap:28px}.location{padding:0;overflow:hidden}.map{height:230px;position:relative}.map iframe{width:100%;height:100%;border:0;filter:grayscale(1);opacity:.8}.map b{position:absolute;top:14px;left:14px;padding:7px 13px;border-radius:18px;background:#050505cc;color:#f60;font-size:13px}.location>div+div{padding:27px}.location h3{margin:0 0 20px}.location h3 i{color:#f60;margin-right:8px}.location dl{display:grid;grid-template-columns:55px 1fr;gap:12px;font-size:14px}.location dt{color:#777}.location dd{margin:0;color:#ccc}.location dd a,.map-link{color:#fff;text-decoration:none}.map-link{display:inline-block;margin-top:24px;color:#f60;font-size:13px;font-weight:700}.efforts{grid-template-columns:repeat(2,1fr);gap:20px}.efforts article{padding:32px}.efforts article>div{height:92px;display:grid;place-items:center;background:#171717;border-radius:12px;color:#777;font:700 22px Barlow,sans-serif}.efforts i{font-size:46px}.company-cta{text-align:center;padding:100px 0;background:#080808}.company-cta h2{font-size:clamp(30px,4vw,46px);margin:15px}.company-cta p{color:#aaa;margin:0 auto 35px}.company-cta a{display:inline-flex;align-items:center;gap:12px;margin:7px;padding:17px 28px;border-radius:999px;text-decoration:none;font-weight:700;border:1px solid #444}.company-cta a+a{background:#f60;border-color:#f60}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:850px){.seiwa-company-section{padding:72px 0}.seiwa-company-greeting,.locations{grid-template-columns:1fr}.precepts{grid-template-columns:repeat(2,1fr)}.efforts{grid-template-columns:1fr}.seiwa-company-president{max-width:460px}.table-wrap{overflow:auto}.table-wrap table{min-width:650px}.seiwa-company-nav a{padding:15px 18px}.seiwa-company-hero .seiwa-shell{padding-bottom:38px}}@media(max-width:520px){.precepts{grid-template-columns:1fr}.seiwa-company-section p{font-size:14px}.philosophy p{padding:24px 18px 24px 73px;font-size:15px!important}.table-wrap th,.table-wrap td{padding:16px}.company-cta a{width:100%;justify-content:center;margin:6px 0}.seiwa-company-hero{min-height:300px}}
.seiwa-contact-page{background:#050505;color:#fff}.contact-hero{min-height:400px;height:min(52vh,570px);position:relative;display:flex;align-items:end;overflow:hidden}.contact-hero>img,.contact-hero>div:first-of-type{position:absolute;inset:0;width:100%;height:100%}.contact-hero>img{object-fit:cover}.contact-hero>div:first-of-type{background:linear-gradient(90deg,#000e,#0009,#0005),linear-gradient(0deg,#050505,transparent 60%)}.contact-hero .seiwa-shell{position:relative;padding-bottom:58px}.contact-hero nav{display:flex;gap:10px;align-items:center;color:#999;font-size:13px}.contact-hero small,.contact-main header small{display:block;color:#f60;font:700 12px Barlow,sans-serif;letter-spacing:.35em;text-transform:uppercase;margin-top:20px}.contact-hero h1{font-size:clamp(40px,5vw,64px);margin:10px 0}.contact-hero p{color:#ccc;line-height:1.8}.contact-main{padding:110px 0;background:#080808}.contact-main header{max-width:700px;margin-bottom:55px}.contact-main h2{font-size:clamp(32px,4vw,48px);margin:14px 0 25px}.contact-main header>p{color:#aaa;line-height:2}.contact-layout{display:grid;grid-template-columns:330px 1fr;gap:30px}.contact-layout aside{display:grid;gap:14px;align-content:start}.contact-layout aside article,.contact-form-wrap{background:#101010;border:1px solid #292929;border-radius:16px;padding:25px}.contact-layout aside i{color:#f60;font-size:24px}.contact-layout aside small,.contact-layout aside a,.contact-layout aside span{display:block;margin-top:10px}.contact-layout aside small{color:#888;font:700 11px Barlow,sans-serif;letter-spacing:.2em}.contact-layout aside a{font-size:20px;font-weight:700;text-decoration:none}.contact-layout aside span{color:#777;font-size:12px}.contact-layout aside p{color:#bbb;line-height:1.8;font-size:13px;margin:10px 0 0}.contact-form-wrap{padding:clamp(25px,4vw,55px)}.contact-form-wrap h3{font-size:24px;margin:0 0 12px}.contact-form-wrap>p{color:#999;line-height:1.8;margin:0 0 30px}.contact-form-wrap .wpcf7{color:#ddd}.contact-form-wrap .wpcf7 p{margin:0;color:#ddd;text-align: left;}.contact-form-wrap .wpcf7 input:not([type=submit]),.contact-form-wrap .wpcf7 textarea,.contact-form-wrap .wpcf7 select{box-sizing:border-box;width:100%;padding:14px;background:#080808;border:1px solid #333;border-radius:6px;color:#fff;font:inherit}.contact-form-wrap .wpcf7 textarea{min-height:150px}.contact-form-wrap .wpcf7 input:focus,.contact-form-wrap .wpcf7 textarea:focus{outline:0;border-color:#f60}.contact-form-wrap .wpcf7 input[type=submit]{padding:16px 34px;background:#f60;border:0;border-radius:999px;color:#fff;font-weight:700;cursor:pointer}.contact-form-wrap .wpcf7 label{font-weight:700}.contact-form-wrap .wpcf7 .wpcf7-list-item{margin:8px 0}.contact-form-wrap .wpcf7 .wpcf7-not-valid-tip{color:#ff9266}.contact-form-wrap .wpcf7-response-output{margin:20px 0 0!important}@media(max-width:850px){.contact-main{padding:75px 0}.contact-layout{grid-template-columns:1fr}.contact-layout aside{grid-template-columns:repeat(3,1fr)}.contact-hero .seiwa-shell{padding-bottom:38px}}@media(max-width:620px){.contact-layout aside{grid-template-columns:1fr}.contact-hero{min-height:330px}.contact-form-wrap{padding:25px 18px}}

/* Contact page: align with the site-wide dark theme */
.seiwa-contact-page { background: var(--seiwa-bg, #050505); color: var(--seiwa-text, #fff); }
.contact-hero > div:first-of-type { background: linear-gradient(90deg, rgba(0,0,0,.93), rgba(0,0,0,.62), rgba(0,0,0,.28)), linear-gradient(0deg, var(--seiwa-bg, #050505), transparent 60%); }
.contact-hero small, .contact-main header small { color: var(--seiwa-accent, #ff6600); }
.contact-main { background: var(--seiwa-bg-soft, #0a0a0a); color: var(--seiwa-text, #fff); }
.contact-main header { margin: 0 auto 48px; max-width: 700px; text-align: center; }
.contact-main h2 { color: var(--seiwa-text, #fff); letter-spacing: .02em; }
.contact-main header > p, .contact-form-wrap > p { color: var(--seiwa-text-soft, rgba(255,255,255,.72)); }
.contact-layout { display: block; max-width: 880px; margin: 0 auto; }
.contact-form-wrap { background: var(--seiwa-surface, #111); border: 1px solid var(--seiwa-line, rgba(255,255,255,.12)); border-radius: 16px; box-shadow: none; }
.contact-form-wrap h3 { color: var(--seiwa-text, #fff); }
.contact-form-wrap .wpcf7, .contact-form-wrap .wpcf7 p { color: var(--seiwa-text, #fff); }
.contact-form-wrap .wpcf7 input:not([type=submit]), .contact-form-wrap .wpcf7 textarea, .contact-form-wrap .wpcf7 select { background: #080808; border-color: rgba(255,255,255,.18); color: #fff; }
.contact-form-wrap .wpcf7 input:focus, .contact-form-wrap .wpcf7 textarea:focus, .contact-form-wrap .wpcf7 select:focus { border-color: var(--seiwa-accent, #ff6600); box-shadow: 0 0 0 3px rgba(255,102,0,.12); }
.seiwa-contact-page .send-btn-wrap { max-width: 360px; margin: 30px auto 0; }
.seiwa-contact-page .fake-btn { width: 100%; margin: 0; padding: 18px 64px 18px 28px; border: 1px solid var(--seiwa-accent, #ff6600); border-radius: 999px; background: var(--seiwa-accent, #ff6600); color: #fff; font-weight: 700; letter-spacing: .12em; box-shadow: 0 14px 30px rgba(255,102,0,.22); transition: transform .2s ease, background .2s ease; }
.seiwa-contact-page .send-btn-wrap:hover .fake-btn { background: #e85d00; border-color: #e85d00; transform: translateY(-2px); }
.seiwa-contact-page .fake-btn .arrow { right: 14px; width: 32px; height: 32px; padding: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 14px; }
@media (max-width:620px) { .contact-main { padding: 72px 0; } .seiwa-contact-page .send-btn-wrap { max-width: 100%; } }
.seiwa-recruit-page{background:#050505;color:#fff}.recruit-hero{height:min(60vh,640px);min-height:420px;position:relative;display:flex;align-items:end;overflow:hidden}.recruit-hero>img,.recruit-hero>div:first-of-type{position:absolute;inset:0;width:100%;height:100%}.recruit-hero>img{object-fit:cover}.recruit-hero>div:first-of-type{background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.65),rgba(0,0,0,.35)),linear-gradient(0deg,#050505,transparent 60%)}.recruit-hero>b{position:absolute;right:6%;top:25%;font-size:clamp(90px,15vw,220px);color:#ffffff08}.recruit-hero .seiwa-shell{position:relative;padding-bottom:56px}.recruit-hero nav{display:flex;gap:10px;align-items:center;color:#999;font-size:13px;margin-bottom:18px}.recruit-hero nav span,.recruit-hero small,.kicker,.recruit-entry small{display:block;color:#f60;font:700 12px Barlow,sans-serif;letter-spacing:.35em;text-transform:uppercase}.recruit-hero h1{font-size:clamp(38px,5vw,64px);margin:10px 0}.recruit-hero p{color:#ccc;line-height:1.8}.recruit-nav{background:#ff660010;border-block:1px solid #ff660033;overflow:auto}.recruit-nav .seiwa-shell{display:flex;min-width:max-content}.recruit-nav a{padding:18px 30px;border-right:1px solid #ffffff15;text-decoration:none;color:#aaa;font-size:14px}.recruit-nav a:hover{color:#f60}.recruit-section{padding:110px 0;border-bottom:1px solid #ffffff10}.recruit-section.soft{background:#080808}.recruit-section h2{font-size:clamp(30px,3.5vw,46px);margin:13px 0 35px}.recruit-section header{margin-bottom:50px}.recruit-section p{color:#aaa;line-height:2;font-size:15px}.recruit-message{display:grid;grid-template-columns:1fr 1fr;gap:clamp(55px,8vw,120px);align-items:center}.motto{margin-top:28px;padding:28px;background:#ff660012;border:1px solid #ff660044;border-radius:16px}.motto small{display:block;color:#f60;font-size:12px;letter-spacing:.15em}.motto strong,.motto span{display:block;margin-top:14px}.motto strong{font-size:20px}.motto span{color:#888;font-size:13px}.recruit-message__image{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:4/3}.recruit-message__image img{width:100%;height:100%;object-fit:cover}.recruit-message__image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#000b,transparent)}.recruit-message__image div{position:absolute;z-index:1;bottom:20px;left:20px;display:flex;flex-wrap:wrap;gap:8px}.recruit-message__image span{padding:7px 11px;border:1px solid #ffffff44;border-radius:20px;background:#000a;font-size:12px}.recruit-table{overflow:auto;border:1px solid #292929;border-radius:16px}.recruit-table table{width:100%;min-width:650px;border-collapse:collapse}.recruit-table th,.recruit-table td{padding:20px 30px;text-align:left;vertical-align:top;border-bottom:1px solid #262626}.recruit-table th{width:180px;background:#121212;color:#f60}.recruit-table td{color:#ccc;line-height:1.9}.recruit-voices{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.recruit-voices article{padding:28px;background:#101010;border:1px solid #292929;border-radius:16px}.recruit-voices article:hover{border-color:#ff660077}.recruit-voices>b{display:block;color:#f60;font-size:58px;line-height:.7}.recruit-voices article>p{min-height:165px;color:#ccc}.recruit-voices footer{display:flex;align-items:center;gap:10px;padding-top:18px;border-top:1px solid #ffffff12}.recruit-voices footer>i{padding:10px;border-radius:50%;background:#ff660020;color:#f60}.recruit-voices footer strong,.recruit-voices footer small{display:block}.recruit-voices footer small{color:#777;font-size:11px;margin-top:4px}.recruit-voices footer span{margin-left:auto;color:#f60;background:#ff660015;border-radius:12px;padding:5px 8px;font-size:10px}.notice{text-align:center;color:#666!important;font-size:12px!important;margin-top:20px}.recruit-entry{position:relative;text-align:center;padding:130px 0;overflow:hidden}.recruit-entry>img,.recruit-entry>div:first-of-type{position:absolute;inset:0;width:100%;height:100%}.recruit-entry>img{object-fit:cover;opacity:.15}.recruit-entry>div:first-of-type{background:linear-gradient(#050505,#050505cc,#050505)}.recruit-entry .seiwa-shell{position:relative}.recruit-entry h2{font-size:clamp(34px,5vw,58px);margin:20px}.recruit-entry p{color:#bbb;line-height:1.9}.recruit-entry em{display:block;color:#666;font-size:13px;margin:15px 0 35px}.recruit-entry div a{display:inline-flex;gap:12px;align-items:center;justify-content:center;text-decoration:none;margin:6px;padding:18px 28px;border:1px solid #555;border-radius:999px;font-weight:700}.recruit-entry div a+a{background:#f60;border-color:#f60}.recruit-entry .engage{display:inline-block;margin-top:28px;color:#aaa;text-decoration:none;font-size:13px}.reveal{opacity:0;transform:translateY(22px);transition:.6s}.reveal.visible{opacity:1;transform:none}@media(max-width:850px){.recruit-section{padding:72px 0}.recruit-message{grid-template-columns:1fr}.recruit-voices{grid-template-columns:1fr}.recruit-voices article>p{min-height:0}.recruit-hero .seiwa-shell{padding-bottom:38px}}@media(max-width:520px){.recruit-entry{padding:90px 0}.recruit-entry div a{width:100%;margin:6px 0}.recruit-section p{font-size:14px}}
.ogain {font-size: 24px !important;color: #fff !important;font-weight: 700;margin: 0;}
.keywords {margin-top: 20px;}