@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やpaddingそのほか */
.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表示（769px未満で表示） */
}
@media only screen and (max-width: 768px) {
	.pc {display: none} /* PC表示（768px以上で表示） */
	.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} /* スマホ表示（561px未満で表示） */
}
@media only screen and (max-width: 560px) {
	.extra {display: none} /* それ以外表示（560px以上で表示） */
	.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: #001a33;color: #fff;padding: 10px 25px 10px 25px;}
.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%;margin:10px 0 10px 4%;}
.border-form input[type="tel"],.border-form input[type="email"] {width: 60%;margin:10px 0 10px 4%;}
.border-form select {width: 20%;margin:10px 0 10px 4%;}
.zip-code {width:40%}
.short input[type="text"] {width: 80% !important;margin: 10px 0 10px 11%}
.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: #001a33;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%;}
  .border-form select {width: 90%;margin:10px auto;}
}
@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%;}
  .border-form select {width: 90%;margin:10px auto;}
}
/* 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: #001a33;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: #001a33;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%;}}
/* Header offset so fixed header doesn't cover top content */
* { box-sizing: border-box;}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  color: #001a33;
  padding-top: 50px;
}

a { color: inherit; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.section { padding: 96px 0; }
.section-white { background: #fff; }
.section-gray { background: rgb(249 250 251 / var(--tw-bg-opacity, 1)); }
.center { text-align: center; }
.align-center { align-items: center; }
.max-2xl { max-width: 672px; margin-left: auto; margin-right: auto; }
.mb-16 { margin-bottom: 64px; }
.mt-10 { margin-top: 40px; }
.inline-flex { display: inline-flex; }
.stack-6 > * + * { margin-top: 24px; }

.grid-2 { display: grid; grid-template-columns: 1fr; gap: 48px; }
.cards-3 { display: grid; grid-template-columns: 1fr; gap: 32px; }
.cards-2 { display: grid; grid-template-columns: 1fr; }
.gap-10 { gap: 40px; }
.gap-12 { gap: 48px; }
.lg-gap-16 { gap: 64px; }

@media (min-width: 768px) {
  .cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

h1, h2, h3, p { margin: 0; }
h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
}
h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  color: #001a33;
}
h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
p { color: #4b5563; line-height: 1.75; }

@media (min-width: 768px) {
  h1 { font-size: 60px; }
  h2 { font-size: 42px; }
}

.kicker, .badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.kicker {
  color: #05a;
  margin-bottom: 16px;
}
.badge {
  background: #05a;
  color: #fff;
  padding: 4px 12px;
  margin-bottom: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 700;
  border-radius: var(--radius);
  transition: all 0.25s ease;
}
.btn-white {
  background: #fff;
  color: #036;
  padding: 16px 32px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 32px;
}
.btn-blue {
  background: #05a;
  color: #fff;
  padding: 16px 40px;
  font-size: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.btn-blue:hover { background: #0066cc; }
.btn-dark {
  background: #036;
  color: #fff;
}
.btn-dark:hover { background: #002244; }
.btn-white-blue {
  background: #fff;
  color: #05a;
  box-shadow: 0 18px 38px rgba(0,0,0,0.2);
}
.btn-white-blue:hover { background: #f3f4f6; }
.btn-xl {
  padding: 20px 40px;
  font-size: 24px;
  border-radius: var(--radius);
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  padding: 20px 0;
}
.site-header.is-scrolled {
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  padding: 12px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-link { display: flex; flex-direction: column; text-decoration: none; }
.logo-ja {
  font-size: 20px;
  font-weight: 700;
  color: #036;
  line-height: 1.1;
  color: #036;
}
.logo-en {
  font-size: 10px;
  font-weight: 500;
  color: #666;
}
.desktop-nav {
  display: none;
  align-items: center;
  gap: 32px;
}
.desktop-nav a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s;
}
.desktop-nav a:hover { color: #05a; }
.desktop-nav .contact-btn {
  background: rgb(0 68 136 / var(--tw-bg-opacity, 1));
  color: #fff;
  padding: 10px 24px;
  box-shadow: 0 3px 8px rgba(0,0,0,.15);
}

.mobile-toggle {
  display: inline-flex;
  background: transparent;
  border: 0;
  color: #036;
  font-size: 28px;
}
.menu-close { display: none; }
.mobile-toggle[aria-expanded="true"] .menu-open { display: none; }
.mobile-toggle[aria-expanded="true"] .menu-close { display: inline; }

.mobile-nav {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.2s ease;
  background: #fff;
  border-top: 1px solid #f0f4f8;
}
.mobile-nav.is-open {
  max-height: 420px;
  opacity: 1;
}
.mobile-nav-inner {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-nav a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  padding: 8px 0;
  border-bottom: 1px solid #f9fafb;
}
.mobile-nav .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 68 136 / var(--tw-bg-opacity, 1));
  color: #fff;
  border-bottom: 0;
  border-radius: var(--radius);
  padding: 16px;
}

@media (min-width: 1024px) {
  .desktop-nav { display: flex; }
  .mobile-toggle { display: none; }
  .mobile-nav { display: none; }
}

/* Hero */
.section-hero {
  position: relative;
  height: 85vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 80px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-inner {
  width: 100%;
  height: 100%;
  animation: heroZoom 1.5s ease forwards;
  transform: scale(1.1);
  opacity: 0;
}
@keyframes heroZoom {
  to { transform: scale(1); opacity: 1; }
}
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.4);
}
.hero-container { position: relative; z-index: 10; }
.hero-content { max-width: 768px; color: #fff; }
.hero-content p {
  max-width: 672px;
  font-size: 20px;
  color: #f3f4f6;
  margin-bottom: 40px;
}
.hero-cta-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
  .hero-cta-row { flex-direction: row; }
}

/* About */
.lead p { font-size: 18px; color: #4b5563; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.fact-item {
  border-left: 4px solid #05a;
  padding-left: 16px;
}
.fact-main { display: block; font-size: 24px; font-weight: 700; color: #001a33; }
.fact-sub { font-size: 14px; color: #6b7280; }

.about-media { position: relative; }
.ratio-4-3 { aspect-ratio: 4 / 3; }
.ratio-16-9 { aspect-ratio: 16 / 9; }
.media-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.25);
}
.media-card img { width: 100%; height: 100%; object-fit: cover; }
.about-float {
  position: absolute;
  left: -32px;
  bottom: -32px;
  background: #036;
  color: #fff;
  padding: 32px;
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
  display: none;
}
.about-float p { color: rgba(255,255,255,.85); font-size: 14px; margin-bottom: 8px; font-weight: 700; }
.about-float strong { font-size: 30px; line-height: 1.25; }
@media (min-width: 768px) {
  .about-float { display: block; }
}

/* Services */
.service-card {
  background: #fff;
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  border-bottom: 4px solid transparent;
  transition: all .25s ease;
}
.service-card:hover {
  border-bottom-color: #05a;
  box-shadow: 0 18px 34px rgba(0,0,0,.14);
}
.icon-box {
  width: 64px;
  height: 64px;
  background: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  margin-bottom: 32px;
  font-size: 28px;
  transition: all .25s ease;
}
.service-card:hover .icon-box {
  background: #036;
  color: #fff;
}
.service-card h3 { color: #001a33; margin-bottom: 16px; }
.service-card p { color: #6b7280; }

/* Why */
.why-us { background: #001a33; }
.why-us .kicker { color: #05a; }
.why-us h2, .why-us h3 { color: #fff; }
.reason-card { text-align: center; }
.reason-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 32px;
  border-radius: 999px;
  background: #036;
  border: 1px solid rgba(255,255,255,.1);
  color: #05a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}
.reason-card p { color: #9ca3af; }

/* Cases */
.case-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}
@media (min-width: 768px) {
  .case-head {
    flex-direction: row;
    align-items: flex-end;
  }
}
.all-cases {
  color: #05a;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.all-cases:hover { text-decoration: underline; }
.case-card { cursor: pointer; transition: transform .25s ease; }
.case-card.hover-up:hover { transform: translateY(-10px); }
.case-media {
  overflow: hidden;
  border-radius: var(--radius);
  margin-bottom: 24px;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}
.case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.case-card:hover .case-media img { transform: scale(1.05); }
.case-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.case-tag {
  background: #f0f4f8;
  color: #05a;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: var(--radius);
}
.case-date { color: #9ca3af; font-size: 14px; }
.case-card h3 {
  color: #001a33;
  margin-bottom: 12px;
  transition: color .2s;
}
.case-card:hover h3 { color: #05a; }
.case-card p {
  color: #6b7280;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Recruit */
.recruit-box {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #036;
  text-align: center;
  color: #fff;
  padding: 48px 28px;
}
.recruit-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&q=80&w=1200') center / cover no-repeat;
  opacity: .2;
}
.recruit-box > * { position: relative; z-index: 2; }
.recruit-box h2 { color: #fff; font-size: 44px; margin-bottom: 32px; }
.recruit-box p {
  color: #e5e7eb;
  max-width: 672px;
  margin: 0 auto 48px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .recruit-box { padding: 96px; }
}

/* Company */
.table-list {
  border-top: 1px solid #e5e7eb;
}
.table-list > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 0;
  gap: 16px;
}
.table-list > div > span:first-child { color: #001a33; font-weight: 700; }
.table-list > div > span:last-child { color: #4b5563; }
.map-card {
  min-height: 400px;
  background: #fff;
  padding: 16px;
  border-radius: var(--radius);
  box-shadow: 0 16px 30px rgba(0,0,0,.12);
}
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 368px;
  border: 0;
  border-radius: var(--radius);
}

/* Contact */
.contact-cta {
  background: #05a;
  padding: 80px 0;
}
.contact-cta h2 { color: #fff; margin-bottom: 24px; }
.contact-cta p {
  color: #dbeafe;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}
.cta-row {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media (min-width: 640px) {
  .cta-row { flex-direction: row; }
}
.contact-note {
  margin-top: 32px;
  color: #bfdbfe !important;
  font-size: 14px;
}

/* Footer */
.site-footer {
  background: #001a33;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .footer-grid { grid-template-columns: 1.1fr 1fr 1fr 1fr; }
}
.footer-title-wrap { margin-bottom: 24px; }
.footer-title-wrap h2 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #fff;
}
.footer-title-wrap p {
  font-size: 12px;
  color: #9ca3af;
}
.footer-contact-text p {
  color: #d1d5db;
  margin-bottom: 12px;
  font-size: 14px;
}
.footer-contact-text .hours {
  font-size: 12px;
  color: #9ca3af;
}
.footer-col h3 {
  color: #fff;
  border-left: 4px solid #05a;
  padding-left: 12px;
  margin-bottom: 24px;
  font-size: 18px;
}
.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-col li { margin-bottom: 12px; }
.footer-col a {
  text-decoration: none;
  color: #d1d5db;
  font-size: 14px;
}
.footer-col a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-col > p {
  color: #d1d5db;
  font-size: 14px;
  margin-bottom: 16px;
}
.footer-cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #05a;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: var(--radius);
  padding: 12px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(0,0,0,.28);
}
.footer-cta:hover { background: var(--c-blue-hover); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.footer-bottom p {
  color: #6b7280;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-bottom { flex-direction: row; }
  .footer-bottom p:last-child { font-style: italic; font-weight: 500; }
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up,
.fade-right {
  opacity: 0;
  transform: translateY(30px);
}
.fade-right { transform: translateX(50px); }
.fade-up.is-visible,
.fade-right.is-visible {
  animation: fadeInUp 0.8s ease-out forwards;
}

@media (max-width: 767px) {
  body { padding-top: 84px; }
  h2 { font-size: 32px; }
  .recruit-box h2 { font-size: 34px; }
  .btn-xl { font-size: 22px; padding: 18px 26px; }
}

/* comp */
.company-page { min-height: 100vh; }

.cp-section { padding: 96px 0; }
.cp-white { background: #fff; }
.cp-gray { background: #f7f9fc; }
.cp-narrow { max-width: 1100px; }
.cp-history-width { max-width: 960px; }

.cp-heading { margin-bottom: 56px; }
.cp-heading p { color: #0055aa; font-size: 14px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 8px; }
.cp-heading h2 { font-size: 36px; font-weight: 700; color: #001a33; letter-spacing: -0.02em; margin: 0; }
.cp-heading i { display: block; margin-top: 16px; width: 56px; height: 3px; border-radius: 999px; background: #0055aa; }

.cp-hero { position: relative; height: 340px; display: flex; align-items: center; overflow: hidden; }
@media (min-width: 768px) { .cp-hero { height: 420px; } }
.cp-hero-bg, .cp-hero-bg img, .cp-hero-overlay, .cp-hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.cp-hero-bg img { object-fit: cover; }
.cp-hero-overlay { background: rgba(0, 26, 51, .6); }
.cp-hero-lines { opacity: .1; background-image: repeating-linear-gradient(135deg,transparent,transparent 40px,rgba(255,255,255,.4) 40px,rgba(255,255,255,.4) 41px); }
.cp-hero-inner { position: relative; z-index: 2; }
.cp-hero-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .3em; margin: 0 0 12px; }
.cp-hero h1 { color: #fff; font-size: 40px; margin: 0 0 20px; }
.cp-hero-sub { color: #e5e7eb; font-size: 16px; max-width: 640px; margin-bottom: 24px; }
.cp-breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 14px; color: #d1d5db; }
.cp-breadcrumb a { text-decoration: none; }
.cp-breadcrumb a:hover { color: #fff; }

.cp-message { display: flex; flex-direction: column; gap: 48px; }
@media (min-width: 768px) { .cp-message { flex-direction: row; gap: 64px; } }
.cp-president { width: 100%; max-width: 256px; flex-shrink: 0; }
.cp-president-photo-wrap { position: relative; }
.cp-president-photo { width: 100%; height: 320px; object-fit: cover; border-radius: 2px; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.cp-president-frame { position: absolute; right: -16px; bottom: -16px; width: 100%; height: 320px; border: 2px solid #0055aa; opacity: .4; z-index: -1; }
.cp-president-name { margin-top: 32px; padding-left: 4px; }
.cp-president-name p { color: #555; font-size: 14px; margin-bottom: 4px; }
.cp-president-name strong { font-size: 24px; color: #001a33; }
.cp-message-lead { border-left: 4px solid #0055aa; padding-left: 24px; margin-bottom: 32px; }
.cp-message-lead p { color: #003366; font-size: 20px; font-weight: 600; line-height: 1.8; }
.cp-message-text p { color: #444; font-size: 16px; line-height: 2; margin-bottom: 20px; }

.cp-overview-intro { color: #555; margin-bottom: 40px; }
.cp-table-wrap { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.cp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.cp-table tr { border-bottom: 1px solid #f3f4f6; }
.cp-table tr:last-child { border-bottom: 0; }
.cp-table th { width: 176px; text-align: left; vertical-align: top; color: #003366; font-weight: 600; background: #f0f5ff; padding: 16px 24px; border-right: 1px solid #f3f4f6; }
.cp-table td { color: #333; padding: 16px 24px; vertical-align: top; line-height: 1.8; }
.cp-list-arrow { margin: 0; padding: 0; list-style: none; }
.cp-list-arrow li { position: relative; padding-left: 16px; margin: 4px 0; }
.cp-list-arrow li:before { content: "›"; color: #0055aa; position: absolute; left: 0; top: 0; }
.cp-badge { display: inline-block; background: #f0f5ff; border: 1px solid #c5d8f5; color: #003366; font-weight: 600; font-size: 13px; padding: 6px 12px; border-radius: 2px; }

.cp-grid-2 { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .cp-grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); } }
.cp-gap-8 { gap: 32px; }
.cp-mt-8 { margin-top: 32px; }

.cp-card, .cp-list-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.cp-card { padding: 28px; transition: .3s; }
.cp-card:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.08); }
.cp-card-tag { color: #0055aa; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.cp-card h3 { color: #001a33; font-size: 20px; margin-bottom: 16px; }
.cp-card p { color: #555; font-size: 14px; margin: 8px 0; line-height: 1.7; }

.cp-list-card { padding: 32px; height: 100%; }
.cp-list-en { color: #0055aa; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.cp-list-card h3 { color: #001a33; font-size: 22px; margin-bottom: 24px; }
.cp-list-card ul { list-style: none; margin: 0; padding: 0; }
.cp-list-card li { position: relative; padding: 10px 0 10px 16px; border-bottom: 1px solid #f9fafb; color: #444; font-size: 14px; }
.cp-list-card li:last-child { border-bottom: 0; }
.cp-list-card li:before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: #0055aa; position: absolute; left: 0; top: 18px; }
.cp-note { color: #9ca3af !important; font-size: 12px !important; margin-top: 12px; }

.cp-timeline { position: relative; }
.cp-line { position: absolute; left: 160px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(#0055aa,#0055aa,#c5d8f5); display: none; }
.cp-item { display: flex; flex-direction: column; gap: 16px; padding-bottom: 40px; }
.cp-year { font-weight: 700; color: #003366; font-size: 14px; }
.cp-dot { display: none; }
.cp-box { background: #f7f9fc; border: 1px solid #f3f4f6; border-radius: 2px; padding: 16px 20px; }
.cp-box p { color: #444; font-size: 14px; margin-bottom: 8px; line-height: 1.75; }
.cp-box p:last-child { margin-bottom: 0; }
@media (min-width: 640px) {
  .cp-line { display: block; }
  .cp-item { flex-direction: row; gap: 0; }
  .cp-year { width: 160px; padding-right: 32px; text-align: right; }
  .cp-dot { display: block; width: 14px; height: 14px; border-radius: 999px; background: #0055aa; border: 2px solid #fff; box-shadow: 0 0 0 1px #0055aa; margin-top: 3px; position: relative; z-index: 2; }
  .cp-box { margin-left: 24px; flex: 1; }
}

.cp-access { display: flex; flex-direction: column; gap: 40px; }
@media (min-width: 1024px) { .cp-access { flex-direction: row; } }
.cp-map { flex: 1; min-height: 320px; border: 1px solid #f3f4f6; border-radius: 2px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.cp-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }
.cp-access-side { width: 100%; max-width: 320px; display: flex; flex-direction: column; gap: 24px; }
.cp-map-btn { margin-top: 24px; display: flex; align-items: center; justify-content: center; width: 100%; border: 1px solid #0055aa; color: #0055aa; text-decoration: none; font-weight: 600; font-size: 14px; padding: 10px; border-radius: 2px; transition: .25s; }
.cp-map-btn:hover { background: #0055aa; color: #fff; }

.cp-contact { padding: 96px 0; background: linear-gradient(135deg,#003366,#0055aa); }
.cp-contact-inner { max-width: 860px; text-align: center; }
.cp-contact-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.cp-contact h2 { color: #fff; font-size: 40px; line-height: 1.35; margin-bottom: 24px; }
.cp-contact p { color: #dbeafe; margin-bottom: 40px; }
.cp-contact-buttons { display: flex; flex-direction: column; gap: 16px; align-items: center; justify-content: center; }
@media (min-width: 640px) { .cp-contact-buttons { flex-direction: row; } }
.cp-btn-main, .cp-btn-sub { text-decoration: none; font-weight: 700; border-radius: 2px; padding: 16px 40px; transition: .25s; }
.cp-btn-main { background: #fff; color: #003366; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.cp-btn-main:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.cp-btn-sub { border: 2px solid #fff; color: #fff; }
.cp-btn-sub:hover { background: rgba(255,255,255,.1); }
.cp-sm-hide { display: none; }
@media (min-width: 640px) { .cp-sm-hide { display: inline; } }

.cp-fade-init { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.cp-fade-init.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 767px) {
  .cp-heading h2 { font-size: 30px; }
  .cp-hero h1 { font-size: 34px; }
  .cp-table th, .cp-table td { display: block; width: 100%; border-right: 0; }
  .cp-table th { border-bottom: 1px solid #f3f4f6; }
}

/* service */

.service-page { min-height: 100vh; }
.sv-section { padding: 96px 0; }
.sv-white { background: #fff; }
.sv-gray { background: #f7f9fc; }
.sv-narrow { max-width: 1100px; }

.sv-heading { margin-bottom: 56px; }
.sv-heading p { color: #0055aa; font-size: 14px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 8px; }
.sv-heading h2 { font-size: 36px; font-weight: 700; color: #001a33; margin: 0; letter-spacing: -0.02em; }
.sv-heading i { display: block; margin-top: 16px; width: 56px; height: 3px; border-radius: 999px; background: #0055aa; }
.sv-heading-light p { color: #93c5fd; }
.sv-heading-light h2 { color: #fff; }
.sv-heading-light i { background: #fff; }

.sv-hero { position: relative; height: 340px; display: flex; align-items: center; overflow: hidden; }
@media (min-width: 768px) { .sv-hero { height: 420px; } }
.sv-hero-bg, .sv-hero-bg img, .sv-hero-overlay, .sv-hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.sv-hero-bg img { object-fit: cover; }
.sv-hero-overlay { background: rgba(0,26,51,.62); }
.sv-hero-lines { opacity: .1; background-image: repeating-linear-gradient(135deg,transparent,transparent 40px,rgba(255,255,255,.4) 40px,rgba(255,255,255,.4) 41px); }
.sv-hero-inner { position: relative; z-index: 2; }
.sv-hero-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .3em; margin: 0 0 12px; }
.sv-hero h1 { color: #fff; font-size: 40px; margin: 0 0 20px; }
.sv-hero-sub { color: #e5e7eb; font-size: 16px; max-width: 640px; margin-bottom: 24px; }
.sv-breadcrumb { display: flex; gap: 8px; align-items: center; color: #d1d5db; font-size: 14px; }
.sv-breadcrumb a { text-decoration: none; }
.sv-breadcrumb a:hover { color: #fff; }

.sv-quote-box { background: #f0f5ff; border-left: 4px solid #0055aa; border-radius: 0 2px 2px 0; padding: 24px 28px; margin-bottom: 56px; }
.sv-quote-lead { color: #003366; font-weight: 600; margin-bottom: 12px; }
.sv-quote-text { color: #444; font-size: 14px; line-height: 1.75; }

.sv-grid-4, .sv-grid-3, .sv-grid-2 { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 640px) { .sv-grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (min-width: 768px) { .sv-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); } .sv-grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (min-width: 1024px) { .sv-grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); } }

.sv-strength-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); padding: 28px; transition: .3s; display: flex; flex-direction: column; }
.sv-strength-card:hover { transform: translateY(-4px); box-shadow: 0 8px 18px rgba(0,0,0,.1); }
.sv-strength-icon { width: 56px; height: 56px; border-radius: 2px; background: #f0f5ff; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 28px; }
.sv-strength-card h3 { color: #001a33; font-size: 16px; margin-bottom: 12px; }
.sv-strength-card p { color: #555; font-size: 14px; line-height: 1.7; }

.sv-response { position: relative; background: linear-gradient(135deg,#003366,#0055aa); overflow: hidden; }
.sv-response-bg { position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,.15) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(255,255,255,.1) 0%, transparent 50%); }
.sv-response-inner { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 64px; align-items: center; }
@media (min-width: 1024px) { .sv-response-inner { flex-direction: row; } }
.sv-response-badge { text-align: center; flex-shrink: 0; }
.sv-circle { width: 208px; height: 208px; border-radius: 999px; background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.3); display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; }
.sv-circle-num span { font-size: 72px; font-weight: 900; color: #fff; line-height: 1; }
.sv-circle-num em { font-size: 24px; color: #bfdbfe; font-style: normal; margin-left: 4px; font-weight: 700; }
.sv-circle small { color: #dbeafe; font-weight: 600; letter-spacing: .08em; }
.sv-goal { position: relative; top: -202px; left: 90px; display: inline-block; background: #facc15; color: #001a33; font-size: 11px; font-weight: 900; border-radius: 999px; padding: 4px 12px; box-shadow: 0 3px 8px rgba(0,0,0,.2); }
.sv-response-badge p { color: #bfdbfe; font-size: 13px; font-weight: 600; letter-spacing: .08em; margin-top: -8px; }
.sv-response-text { flex: 1; }
.sv-glass-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 2px; padding: 20px 24px; margin-bottom: 20px; backdrop-filter: blur(3px); }
.sv-glass-card h3 { color: #fff; font-size: 16px; margin-bottom: 10px; }
.sv-glass-card p { color: #dbeafe; font-size: 14px; line-height: 1.7; }

.sv-intro { color: #444; margin-bottom: 48px; max-width: 680px; }
.sv-device-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); padding: 20px 24px; display: flex; align-items: center; gap: 16px; transition: .3s; }
.sv-device-card:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.08); }
.sv-device-card span { width: 44px; height: 44px; border-radius: 2px; background: #f0f5ff; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.sv-device-card strong { color: #001a33; font-size: 16px; }

.sv-plan-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); padding: 32px; transition: .3s; }
.sv-plan-card:hover { box-shadow: 0 8px 18px rgba(0,0,0,.08); }
.sv-plan-head { margin-bottom: 16px; }
.sv-plan-head h3 { color: #001a33; font-size: 22px; margin: 0; }
.sv-plan-badge { display: inline-block; background: #0055aa; color: #fff; font-size: 11px; font-weight: 700; border-radius: 2px; padding: 2px 10px; margin-bottom: 8px; }
.sv-plan-card p { color: #444; font-size: 14px; line-height: 1.75; margin-bottom: 16px; }
.sv-plan-card ul { list-style: none; margin: 0; padding: 0; }
.sv-plan-card li { position: relative; padding-left: 16px; margin: 8px 0; color: #444; font-size: 14px; }
.sv-plan-card li:before { content: "›"; color: #0055aa; position: absolute; left: 0; top: 0; }

.sv-security { display: flex; flex-direction: column; gap: 48px; }
@media (min-width: 1024px) { .sv-security { flex-direction: row; gap: 64px; } }
.sv-security-main { flex: 1; }
.sv-security-intro { color: #444; margin-bottom: 40px; }
.sv-security-list > div { background: #f7f9fc; border: 1px solid #f3f4f6; border-radius: 2px; padding: 16px 20px; margin-bottom: 16px; }
.sv-security-list h4 { color: #001a33; font-size: 14px; margin: 0 0 6px; font-weight: 700; }
.sv-security-list p { color: #555; font-size: 13px; line-height: 1.7; margin: 0; }
.sv-security-side { width: 100%; max-width: 288px; }
.sv-security-panel { background: linear-gradient(135deg,#001a33,#003366); border-radius: 2px; padding: 32px; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.sv-panel-title { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 8px; text-align: center; }
.sv-panel-sub { color: #bfdbfe; font-size: 12px; text-align: center; margin-bottom: 20px; line-height: 1.7; }
.sv-security-panel ul { margin: 0; padding: 0; list-style: none; }
.sv-security-panel li { color: #dbeafe; font-size: 12px; margin: 8px 0; padding-left: 12px; position: relative; }
.sv-security-panel li:before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: #60a5fa; position: absolute; left: 0; top: 6px; }

.sv-speed { display: flex; flex-direction: column; gap: 40px; }
@media (min-width: 1024px) { .sv-speed { flex-direction: row; } }
.sv-speed-left { flex: 1; }
.sv-speed-right { width: 100%; max-width: 320px; }
.sv-compare { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 640px) { .sv-compare { flex-direction: row; align-items: center; } }
.sv-compare-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 2px; padding: 28px; text-align: center; flex: 1; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.sv-compare-card small { color: #6b7280; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sv-compare-card h4 { color: #6b7280; margin: 12px 0 8px; }
.sv-compare-card p { color: #9ca3af; font-size: 12px; line-height: 1.7; }
.sv-compare-card strong { display: block; margin-top: 16px; background: #f3f4f6; color: #9ca3af; padding: 10px; border-radius: 2px; font-size: 28px; font-weight: 900; }
.sv-compare-card.sv-after { background: #f0f5ff; border-color: rgba(0,85,170,.2); }
.sv-compare-card.sv-after h4 { color: #003366; }
.sv-compare-card.sv-after p { color: #0055aa; }
.sv-compare-card.sv-after strong { background: #0055aa; color: #fff; }
.sv-arrow { font-size: 36px; color: #0055aa; text-align: center; }
@media (max-width: 639px) { .sv-arrow { transform: rotate(90deg); } }

.sv-maker-card { position: relative; background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); padding: 32px; transition: .3s; overflow: hidden; }
.sv-maker-card:hover { transform: translateY(-4px); box-shadow: 0 10px 22px rgba(0,0,0,.1); }
.sv-maker-top { position: absolute; top: 0; right: 0; background: #cc0000; color: #fff; font-size: 10px; font-weight: 700; padding: 4px 12px; }
.sv-maker-logo { width: 64px; height: 64px; border-radius: 2px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; font-weight: 900; margin-bottom: 20px; }
.sv-canon { background: #cc0000; }
.sv-kyocera { background: #e60012; }
.sv-other { background: #0055aa; }
.sv-maker-badge { display: inline-block; background: #f0f5ff; border: 1px solid #c5d8f5; color: #0055aa; font-size: 12px; font-weight: 600; border-radius: 2px; padding: 2px 10px; margin-bottom: 8px; }
.sv-maker-card h3 { color: #001a33; font-size: 28px; font-weight: 900; margin: 0 0 4px; }
.sv-kana { color: #6b7280; font-size: 14px; margin-bottom: 12px; }
.sv-maker-card p { color: #444; font-size: 14px; line-height: 1.7; }

.sv-canon-banner { margin-top: 40px; background: #f7f9fc; border: 1px solid #f3f4f6; border-radius: 2px; padding: 24px 32px; display: flex; gap: 20px; align-items: center; }
.sv-canon-icon { width: 48px; height: 48px; border-radius: 2px; background: #cc0000; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.sv-canon-banner p { color: #001a33; font-weight: 700; margin: 0 0 4px; }
.sv-canon-banner small { color: #555; line-height: 1.7; }

.sv-contact { padding: 96px 0; background: linear-gradient(135deg,#003366,#0055aa); }
.sv-contact-inner { max-width: 860px; text-align: center; }
.sv-contact-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.sv-contact h2 { color: #fff; font-size: 40px; margin-bottom: 24px; line-height: 1.35; }
.sv-contact p { color: #dbeafe; margin-bottom: 40px; }
.sv-contact-buttons { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
@media (min-width: 640px) { .sv-contact-buttons { flex-direction: row; } }
.sv-btn-main, .sv-btn-sub { text-decoration: none; font-weight: 700; border-radius: 2px; padding: 16px 40px; transition: .25s; }
.sv-btn-main { background: #fff; color: #003366; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.sv-btn-main:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.26); }
.sv-btn-sub { border: 2px solid #fff; color: #fff; }
.sv-btn-sub:hover { background: rgba(255,255,255,.1); }
.sv-sm-hide { display: none; }
@media (min-width: 640px) { .sv-sm-hide { display: inline; } }

.sv-mb-10 { margin-bottom: 40px; }
.sv-gap-8 { gap: 32px; }

.sv-fade-init { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.sv-slide-left { transform: translateX(-32px); }
.sv-slide-right { transform: translateX(32px); }
.sv-fade-init.is-visible { opacity: 1; transform: translate(0,0); }

@media (max-width: 767px) {
  .sv-heading h2 { font-size: 30px; }
  .sv-hero h1 { font-size: 34px; }
  .sv-contact h2 { font-size: 32px; }
  .sv-canon-banner { flex-direction: column; align-items: flex-start; }
}

/* recruit */

.recruit-page { min-height: 100vh; }
.rq-section { padding: 96px 0; }
.rq-white { background: #fff; }
.rq-gray { background: #f7f9fc; }
.rq-narrow { max-width: 1100px; }

.rq-heading { margin-bottom: 56px; }
.rq-heading p { color: #0055aa; font-size: 14px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 8px; }
.rq-heading h2 { color: #001a33; font-size: 36px; font-weight: 700; margin: 0; letter-spacing: -0.02em; }
.rq-heading i { display: block; width: 56px; height: 3px; background: #0055aa; border-radius: 999px; margin-top: 16px; }

.rq-hero { position: relative; height: 340px; display: flex; align-items: center; overflow: hidden; }
@media (min-width: 768px) { .rq-hero { height: 420px; } }
.rq-hero-bg, .rq-hero-bg img, .rq-hero-overlay, .rq-hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.rq-hero-bg img { object-fit: cover; object-position: top; }
.rq-hero-overlay { background: rgba(0,26,51,.6); }
.rq-hero-lines { opacity: .1; background-image: repeating-linear-gradient(135deg,transparent,transparent 40px,rgba(255,255,255,.4) 40px,rgba(255,255,255,.4) 41px); }
.rq-hero-inner { position: relative; z-index: 2; }
.rq-hero-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .3em; margin: 0 0 12px; }
.rq-hero h1 { color: #fff; font-size: 40px; margin: 0 0 20px; }
.rq-hero-sub { color: #e5e7eb; font-size: 16px; max-width: 640px; margin-bottom: 24px; }
.rq-breadcrumb { display: flex; align-items: center; gap: 8px; color: #d1d5db; font-size: 14px; }
.rq-breadcrumb a { text-decoration: none; }
.rq-breadcrumb a:hover { color: #fff; }

.rq-job-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); overflow: hidden; }
.rq-job-head { background: linear-gradient(to right,#003366,#0055aa); padding: 28px 32px; }
.rq-job-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.rq-badge { display: inline-block; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 2px; }
.rq-badge-yellow { background: #facc15; border-color: #facc15; color: #001a33; }
.rq-job-head h3 { color: #fff; font-size: 28px; margin: 0 0 8px; }
.rq-job-head p { color: #bfdbfe; margin: 0; font-size: 14px; }
.rq-job-body { padding: 32px; }

.rq-appeals { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-bottom: 40px; }
@media (min-width: 768px) { .rq-appeals { grid-template-columns: repeat(4,minmax(0,1fr)); } }
.rq-appeals div { display: flex; align-items: center; gap: 10px; background: #f7f9fc; border: 1px solid #f3f4f6; padding: 12px 16px; border-radius: 2px; color: #003366; font-weight: 600; }
.rq-appeals span { color: #0055aa; font-size: 20px; }
.rq-appeals small { font-size: 12px; line-height: 1.3; }

.rq-catch { background: #f0f5ff; border-left: 4px solid #0055aa; border-radius: 0 2px 2px 0; padding: 20px 24px; margin-bottom: 32px; }
.rq-catch p { color: #003366; font-weight: 700; margin-bottom: 4px; }
.rq-catch small { color: #0055aa; }

.rq-job-text p { color: #444; font-size: 14px; line-height: 2; margin-bottom: 20px; }

.rq-features { padding-top: 80px; padding-bottom: 80px; }
.rq-feature-title { color: #001a33; font-size: 22px; font-weight: 700; margin-bottom: 40px; display: flex; align-items: center; gap: 12px; }
.rq-feature-title span { width: 4px; height: 24px; background: #0055aa; border-radius: 999px; display: block; }
.rq-grid-3 { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .rq-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); } }
.rq-feature-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); padding: 28px; transition: .3s; }
.rq-feature-card:hover { transform: translateY(-4px); box-shadow: 0 8px 18px rgba(0,0,0,.1); }
.rq-icon { width: 56px; height: 56px; border-radius: 2px; background: #f0f5ff; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: #0055aa; font-size: 26px; }
.rq-feature-card h4 { color: #001a33; font-size: 16px; margin: 0 0 16px; }
.rq-feature-card ul { margin: 0; padding: 0; list-style: none; }
.rq-feature-card li { position: relative; padding-left: 16px; color: #555; font-size: 14px; margin: 10px 0; }
.rq-feature-card li:before { content: "›"; color: #0055aa; position: absolute; left: 0; top: 0; }

.rq-table-wrap { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); overflow: hidden; }
.rq-table { width: 100%; border-collapse: collapse; }
.rq-table tr { border-bottom: 1px solid #f3f4f6; }
.rq-table tr:last-child { border-bottom: 0; }
.rq-table th { width: 176px; background: #f0f5ff; color: #003366; font-weight: 600; text-align: left; vertical-align: top; padding: 16px 24px; border-right: 1px solid #f3f4f6; white-space: nowrap; }
.rq-table td { color: #333; vertical-align: top; padding: 16px 24px; font-size: 14px; line-height: 1.8; }
.rq-list { list-style: none; margin: 12px 0 0; padding: 0 0 0 4px; }
.rq-list li { position: relative; padding-left: 14px; margin: 4px 0; }
.rq-list li:before { content: "›"; color: #0055aa; position: absolute; left: 0; top: 0; }
.rq-pay { color: #003366; font-size: 26px; font-weight: 700; margin-bottom: 8px; }
.rq-box-note { color: #777; font-size: 12px; background: #f7f9fc; border: 1px solid #f3f4f6; border-radius: 2px; padding: 8px 12px; }
.rq-note { color: #777; font-size: 12px; }
.rq-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.rq-tags span { background: #f0f5ff; border: 1px solid #c5d8f5; color: #0055aa; font-size: 12px; font-weight: 600; border-radius: 2px; padding: 4px 10px; }
.rq-benefits { display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 640px) { .rq-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); } }
.rq-benefits p { margin: 0; position: relative; padding-left: 18px; }
.rq-benefits p:before { content: "✓"; color: #0055aa; position: absolute; left: 0; top: 0; }
.rq-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.rq-flow span { background: #f0f5ff; border: 1px solid #c5d8f5; color: #003366; font-weight: 600; font-size: 12px; border-radius: 2px; padding: 6px 14px; }
.rq-flow em { color: #0055aa; font-style: normal; font-weight: 700; }
.rq-flow small { color: #777; font-size: 12px; margin-left: 8px; }

.rq-intro { color: #555; max-width: 680px; margin-bottom: 48px; }
.rq-member-grid { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 64px; }
@media (min-width: 640px) { .rq-member-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
.rq-member { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); padding: 24px; display: flex; align-items: center; gap: 20px; }
.rq-member img { width: 80px; height: 80px; border-radius: 999px; object-fit: cover; object-position: top; background: #e8f0fb; }
.rq-member span { display: inline-block; background: #f0f5ff; border: 1px solid #c5d8f5; color: #0055aa; font-size: 12px; font-weight: 600; border-radius: 2px; padding: 2px 10px; margin-bottom: 8px; }
.rq-member p { color: #001a33; font-weight: 700; margin: 0; }
.rq-member small { color: #777; font-size: 12px; }

.rq-tabs { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
@media (min-width: 640px) { .rq-tabs { flex-direction: row; } }
.rq-tab { flex: 1; text-align: left; border: 1px solid #e5e7eb; background: #fff; color: #444; border-radius: 2px; padding: 12px 20px; font-weight: 600; font-size: 14px; cursor: pointer; transition: .25s; }
.rq-tab small { display: block; font-size: 11px; opacity: .7; margin-bottom: 2px; }
.rq-tab:hover { border-color: #0055aa; color: #0055aa; }
.rq-tab.is-active { background: #003366; color: #fff; border-color: #003366; box-shadow: 0 4px 10px rgba(0,0,0,.12); }

.rq-panel { display: none; }
.rq-panel.is-active { display: block; }
.rq-talk { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); overflow: hidden; margin-bottom: 20px; }
.rq-talk header { padding: 12px 24px; display: flex; align-items: center; gap: 10px; }
.rq-talk header b { color: #001a33; font-size: 14px; }
.rq-talk header small { color: #777; font-size: 12px; }
.rq-talk header.male { background: #f0f5ff; }
.rq-talk header.female { background: #fff8f0; }
.rq-talk p { color: #444; font-size: 14px; line-height: 2; padding: 20px 28px; margin: 0; }

.rq-cta { padding: 96px 0; background: linear-gradient(135deg,#003366,#0055aa); }
.rq-cta-inner { max-width: 860px; text-align: center; }
.rq-cta-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 20px; }
.rq-cta h2 { color: #fff; font-size: 40px; margin-bottom: 24px; line-height: 1.35; }
.rq-cta p { color: #dbeafe; margin-bottom: 16px; }
.rq-cta-points { display: inline-flex; flex-wrap: wrap; gap: 8px 24px; justify-content: center; margin-bottom: 40px; color: #bfdbfe; font-size: 14px; }
.rq-cta-buttons { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
@media (min-width: 640px) { .rq-cta-buttons { flex-direction: row; } }
.rq-btn-main, .rq-btn-sub { text-decoration: none; font-weight: 700; border-radius: 2px; padding: 16px 40px; transition: .25s; }
.rq-btn-main { background: #fff; color: #003366; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.rq-btn-main:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.26); }
.rq-btn-sub { border: 2px solid #fff; color: #fff; }
.rq-btn-sub:hover { background: rgba(255,255,255,.1); }
.rq-cta small { display: block; color: #bfdbfe; font-size: 12px; margin-top: 32px; }
.rq-sm-hide { display: none; }
@media (min-width: 640px) { .rq-sm-hide { display: inline; } }

.rq-fade { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.rq-fade.is-visible { opacity: 1; transform: translate(0,0); }

@media (max-width: 767px) {
  .rq-heading h2 { font-size: 30px; }
  .rq-hero h1 { font-size: 34px; }
  .rq-cta h2 { font-size: 32px; }
  .rq-table th, .rq-table td { display: block; width: 100%; border-right: 0; }
  .rq-table th { border-bottom: 1px solid #f3f4f6; }
}

/* case */
.case-page { min-height: 100vh; }
.cs-section { padding: 96px 0; }
.cs-white { background: #fff; }
.cs-wide { max-width: 1280px; }

.cs-heading { margin-bottom: 56px; }
.cs-heading p { color: #0055aa; font-size: 14px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 8px; }
.cs-heading h2 { color: #001a33; font-size: 36px; font-weight: 700; margin: 0; letter-spacing: -0.02em; }
.cs-heading i { display: block; width: 56px; height: 3px; border-radius: 999px; background: #0055aa; margin-top: 16px; }

.cs-hero { position: relative; height: 340px; display: flex; align-items: center; overflow: hidden; }
@media (min-width: 768px) { .cs-hero { height: 420px; } }
.cs-hero-bg, .cs-hero-bg img, .cs-hero-overlay, .cs-hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.cs-hero-bg img { object-fit: cover; }
.cs-hero-overlay { background: rgba(0,26,51,.62); }
.cs-hero-lines { opacity: .1; background-image: repeating-linear-gradient(135deg,transparent,transparent 40px,rgba(255,255,255,.4) 40px,rgba(255,255,255,.4) 41px); }
.cs-hero-inner { position: relative; z-index: 2; }
.cs-hero-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .3em; margin: 0 0 12px; }
.cs-hero h1 { color: #fff; font-size: 40px; margin: 0 0 20px; }
.cs-hero-sub { color: #e5e7eb; font-size: 16px; max-width: 640px; margin-bottom: 24px; }
.cs-breadcrumb { display: flex; gap: 8px; align-items: center; color: #d1d5db; font-size: 14px; }
.cs-breadcrumb a { text-decoration: none; }
.cs-breadcrumb a:hover { color: #fff; }

.cs-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; }
.cs-filter-btn { border: 1px solid #e5e7eb; background: #fff; color: #444; border-radius: 2px; padding: 8px 16px; font-size: 14px; font-weight: 600; cursor: pointer; transition: .25s; }
.cs-filter-btn span { margin-left: 6px; font-size: 12px; opacity: .6; }
.cs-filter-btn:hover { border-color: #0055aa; color: #0055aa; }
.cs-filter-btn.is-active { background: #003366; color: #fff; border-color: #003366; box-shadow: 0 4px 10px rgba(0,0,0,.12); }

.cs-count { color: #777; font-size: 14px; margin-bottom: 32px; }
.cs-count span { color: #001a33; font-weight: 700; }

.cs-grid { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 56px; }
@media (min-width: 640px) { .cs-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (min-width: 1024px) { .cs-grid { grid-template-columns: repeat(4,minmax(0,1fr)); } }

.cs-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); overflow: hidden; transition: .3s; display: flex; flex-direction: column; }
.cs-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,.14); }
.cs-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #f0f5ff; }
.cs-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cs-card:hover .cs-thumb img { transform: scale(1.05); }

.cs-badge { position: absolute; top: 12px; left: 12px; display: inline-block; padding: 2px 10px; border-radius: 2px; border: 1px solid; font-size: 12px; font-weight: 600; }
.cs-badge-oa { background: #e8f0fb; color: #0055aa; border-color: #c5d8f5; }
.cs-badge-network { background: #e8f5ee; color: #1a7f4b; border-color: #a8d9be; }
.cs-badge-it { background: #eef0fb; color: #3a4aaa; border-color: #b8c2f0; }
.cs-badge-security { background: #fef5e7; color: #b45309; border-color: #f0d8a8; }
.cs-badge-pc { background: #f5e8fb; color: #7a1aaa; border-color: #d8a8f0; }
.cs-badge-support { background: #f0f5fb; color: #2563a8; border-color: #a8c5f0; }

.cs-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.cs-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.cs-client { color: #666; font-size: 12px; }
.cs-date { color: #d1d5db; font-size: 12px; margin-left: auto; }
.cs-card h3 { color: #001a33; font-size: 15px; font-weight: 700; line-height: 1.45; margin: 0 0 16px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: color .2s; }
.cs-card:hover h3 { color: #0055aa; }
.cs-card p { color: #555; font-size: 12px; line-height: 1.65; margin: auto 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.cs-card a { margin-top: 20px; margin-left: auto; color: #0055aa; text-decoration: none; font-size: 12px; font-weight: 600; transition: .2s; }
.cs-card:hover a { letter-spacing: .02em; }

.cs-pagination { display: flex; justify-content: center; align-items: center; gap: 8px; }
.cs-page-btn { width: 40px; height: 40px; border: 1px solid #e5e7eb; background: #fff; color: #444; border-radius: 2px; font-size: 14px; font-weight: 700; cursor: pointer; transition: .25s; }
.cs-page-btn:hover { border-color: #0055aa; color: #0055aa; }
.cs-page-btn.is-active { background: #003366; color: #fff; border-color: #003366; box-shadow: 0 4px 10px rgba(0,0,0,.12); }
.cs-page-btn:disabled { opacity: .3; cursor: not-allowed; }

.cs-cta { padding: 96px 0; background: linear-gradient(135deg,#003366,#0055aa); }
.cs-cta-inner { max-width: 860px; text-align: center; }
.cs-cta-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.cs-cta h2 { color: #fff; font-size: 40px; line-height: 1.35; margin-bottom: 24px; }
.cs-cta p { color: #dbeafe; margin-bottom: 40px; }
.cs-cta-buttons { display: flex; flex-direction: column; gap: 16px; align-items: center; justify-content: center; }
@media (min-width: 640px) { .cs-cta-buttons { flex-direction: row; } }
.cs-btn-main, .cs-btn-sub { text-decoration: none; font-weight: 700; border-radius: 2px; padding: 16px 40px; transition: .25s; }
.cs-btn-main { background: #fff; color: #003366; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.cs-btn-main:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.26); }
.cs-btn-sub { border: 2px solid #fff; color: #fff; }
.cs-btn-sub:hover { background: rgba(255,255,255,.1); }
.cs-sm-hide { display: none; }
@media (min-width: 640px) { .cs-sm-hide { display: inline; } }

.cs-fade { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.cs-fade.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 767px) {
  .cs-heading h2 { font-size: 30px; }
  .cs-hero h1 { font-size: 34px; }
  .cs-cta h2 { font-size: 32px; }
}

/* contact */
.contact-page { min-height: 100vh; }
.ct-section { padding: 96px 0; }
.ct-white { background: #fff; }
.ct-narrow { max-width: 1040px; }

.ct-hero { position: relative; height: 340px; display: flex; align-items: center; overflow: hidden; }
@media (min-width: 768px) { .ct-hero { height: 420px; } }
.ct-hero-bg, .ct-hero-bg img, .ct-hero-overlay, .ct-hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.ct-hero-bg img { object-fit: cover; object-position: center; }
.ct-hero-overlay { background: rgba(0,26,51,.62); }
.ct-hero-lines { opacity: .1; background-image: repeating-linear-gradient(135deg,transparent,transparent 40px,rgba(255,255,255,.4) 40px,rgba(255,255,255,.4) 41px); }
.ct-hero-inner { position: relative; z-index: 2; }
.ct-hero-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .3em; margin: 0 0 12px; }
.ct-hero h1 { color: #fff; font-size: 40px; margin: 0 0 20px; }
.ct-hero-sub { color: #e5e7eb; font-size: 16px; max-width: 640px; margin-bottom: 24px; }
.ct-breadcrumb { display: flex; gap: 8px; align-items: center; color: #d1d5db; font-size: 14px; }
.ct-breadcrumb a { text-decoration: none; }
.ct-breadcrumb a:hover { color: #fff; }

.ct-heading { margin-bottom: 28px; }
.ct-heading p { color: #0055aa; font-size: 14px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 8px; }
.ct-heading h2 { color: #001a33; font-size: 36px; font-weight: 700; margin: 0; letter-spacing: -0.02em; }
.ct-heading i { display: block; width: 56px; height: 3px; border-radius: 999px; background: #0055aa; margin-top: 16px; }

.ct-lead { color: #555; max-width: 760px; margin-bottom: 36px; }
.ct-lead p { margin: 0; line-height: 1.9; }

.ct-contact-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; }
@media (min-width: 768px) { .ct-contact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
.ct-contact-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.06); padding: 24px; }
.ct-card-label { color: #0055aa; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 10px; font-weight: 700; }
.ct-tel { color: #003366; text-decoration: none; font-size: 30px; font-weight: 700; line-height: 1.1; display: inline-block; margin-bottom: 10px; }
.ct-tel:hover { color: #0055aa; }
.ct-card-note { color: #666; font-size: 13px; margin: 0; }
.ct-card-text { color: #333; margin: 0 0 12px; line-height: 1.8; }
.ct-card-link { color: #0055aa; text-decoration: none; font-size: 13px; font-weight: 600; }
.ct-card-link:hover { text-decoration: underline; }

.ct-form-wrap { background: #fff; border: 1px solid #f3f4f6; border-radius: 2px; box-shadow: 0 8px 24px rgba(0,0,0,.08); padding: 22px; }
@media (min-width: 768px) { .ct-form-wrap { padding: 34px; } }

.ct-fade { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.ct-fade.is-visible { opacity: 1; transform: translate(0,0); }

@media (max-width: 767px) {
  .ct-section { padding: 72px 0; }
  .ct-hero h1 { font-size: 34px; }
  .ct-heading h2 { font-size: 30px; }
  .ct-tel { font-size: 26px; }
}
.bg-form p {color: #fff !important;font-size: 14px;text-align: left;}
.required-srt {color: #fff !important; font-size: 12px !important;}
.white-imp {color: #fff !important;font-size: 14px;}
.credential {font-size: 14px !important;}
/* case + single update */
.cs-card-linkwrap { color: inherit; text-decoration: none; display: flex; flex-direction: column; height: 100%; }
.cs-readmore { margin-top: 20px; margin-left: auto; color: #0055aa; font-size: 12px; font-weight: 600; transition: .2s; }
.cs-card:hover .cs-readmore { letter-spacing: .02em; }
.cs-badge-generic { background: #e8f0fb; color: #0055aa; border-color: #c5d8f5; }

.single-post-page { min-height: 100vh; background: #f7f9fc; }
.sg-hero { position: relative; height: 380px; display: flex; align-items: flex-end; overflow: hidden; }
.sg-hero-bg, .sg-hero-img, .sg-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.sg-hero-img { object-fit: cover; }
.sg-hero-overlay { background: rgba(0, 26, 51, .58); }
.sg-hero-inner { position: relative; z-index: 2; padding-bottom: 52px; }
.sg-hero-en { color: #7ab8f5; font-size: 14px; font-weight: 600; letter-spacing: .24em; margin: 0 0 10px; }
.sg-hero h1 { color: #fff; font-size: 40px; line-height: 1.35; margin: 0 0 16px; max-width: 980px; }
.sg-meta { display: flex; gap: 14px; color: #dbeafe; font-size: 14px; }

.sg-content-wrap { padding: 72px 0 96px; }
.sg-content-container { max-width: 980px; }
.sg-content {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 34px;
  line-height: 1.95;
  color: #333;
}
.sg-content h2, .sg-content h3, .sg-content h4 { color: #001a33; }
.sg-content img { max-width: 100%; height: auto; border-radius: 2px; }

.sg-nav { margin-top: 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; }
.sg-nav-item a, .sg-back {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #c5d8f5;
  color: #0055aa;
  background: #fff;
  padding: 12px 18px;
  border-radius: 2px;
  font-size: 14px;
  transition: .2s;
}
.sg-nav-item a:hover, .sg-back:hover { background: #f0f5ff; }
.sg-prev { justify-self: start; }
.sg-next { justify-self: end; text-align: right; }
.sg-back { justify-self: center; font-weight: 700; background: #003366; color: #fff; border-color: #003366; }
.sg-back:hover { background: #0055aa; border-color: #0055aa; }

@media (max-width: 767px) {
  .sg-hero { height: 320px; }
  .sg-hero h1 { font-size: 30px; }
  .sg-content { padding: 22px; }
  .sg-nav { grid-template-columns: 1fr; }
  .sg-prev, .sg-next, .sg-back { justify-self: stretch; text-align: center; }
  .sg-nav-item a, .sg-back { width: 100%; }
}
