@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: #0071bc;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%;}
.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: #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%;}}
/* Tsuneoka LP rebuild */
:root {
	--tsuneoka-y0: #fffdf5;
	--tsuneoka-y1: #fbf5df;
	--tsuneoka-y2: #f3e8b5;
	--tsuneoka-border: #d9cc94;
	--tsuneoka-ink: #1a1a1a;
	--tsuneoka-text: #3d3530;
	--tsuneoka-muted: #7a7167;
	--tsuneoka-brown: #2a2218;
	--tsuneoka-orange: #c4722a;
	--tsuneoka-orange-dark: #a85818;
	--tsuneoka-orange-light: #d4864a;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	background: #fff;
	color: var(--tsuneoka-text);
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.tsuneoka-brand__title,
.tsuneoka-site-footer__brand h2 {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

.tsuneoka-site {
	min-height: 100vh;
	background: #fff;
}

.tsuneoka-shell {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.tsuneoka-site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 999;
	padding: 18px 0;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	transition: padding 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.tsuneoka-site-header.is-scrolled {
	padding: 12px 0;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 2px 16px rgba(44, 34, 24, 0.08);
}

.tsuneoka-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.tsuneoka-brand {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-decoration: none;
	flex: 0 0 auto;
}

.tsuneoka-brand__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.05em;
	color: var(--tsuneoka-ink);
}

.tsuneoka-brand__sub {
	font-size: 11px;
	letter-spacing: 0.2em;
	color: var(--tsuneoka-orange);
}

.tsuneoka-main-nav {
	margin-left: auto;
}

.tsuneoka-main-nav__list {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 0;
	margin: 0;
}

.tsuneoka-main-nav__item {
	position: relative;
}

.tsuneoka-main-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px;
	font-size: 13px;
	color: var(--tsuneoka-text);
	text-decoration: none;
	transition: color 0.25s ease;
}

.tsuneoka-main-nav__link::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 6px;
	height: 1px;
	background: var(--tsuneoka-orange);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.tsuneoka-main-nav__item:hover > .tsuneoka-main-nav__link,
.tsuneoka-main-nav__link:hover {
	color: var(--tsuneoka-orange);
}

.tsuneoka-main-nav__item:hover > .tsuneoka-main-nav__link::after,
.tsuneoka-main-nav__link:hover::after {
	transform: scaleX(1);
}

.tsuneoka-main-nav__caret {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transition: transform 0.25s ease;
}

.tsuneoka-main-nav__item:hover .tsuneoka-main-nav__caret {
	transform: rotate(225deg) translateY(-1px);
}

.tsuneoka-submenu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 208px;
	padding: 8px 0;
	border: 1px solid var(--tsuneoka-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(42, 34, 24, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.tsuneoka-main-nav__item:hover .tsuneoka-submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tsuneoka-submenu__link {
	display: block;
	padding: 10px 16px;
	font-size: 13px;
	color: var(--tsuneoka-text);
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.tsuneoka-submenu__link:hover {
	background: var(--tsuneoka-y1);
	color: var(--tsuneoka-orange);
}

.tsuneoka-header-cta {
	display: flex;
	align-items: center;
	gap: 20px;
}

.tsuneoka-header-cta__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.tsuneoka-header-cta__lead {
	font-size: 11px;
	letter-spacing: 0.08em;
	color: var(--tsuneoka-muted);
}

.tsuneoka-header-cta__phone {
	font-size: 15px;
	font-weight: 600;
	color: var(--tsuneoka-ink);
	text-decoration: none;
}

.tsuneoka-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 15px 30px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.tsuneoka-button:hover {
	transform: translateY(-1px);
}

.tsuneoka-button--small {
	padding: 11px 24px;
	font-size: 13px;
}

.tsuneoka-button--primary {
	background: var(--tsuneoka-orange);
	color: #fff;
	box-shadow: 0 10px 24px rgba(196, 114, 42, 0.18);
}

.tsuneoka-button--primary:hover {
	background: var(--tsuneoka-orange-dark);
	color: #fff;
}

.tsuneoka-button--secondary,
.tsuneoka-button--ghost {
	background: rgba(255, 255, 255, 0.72);
	color: var(--tsuneoka-text);
	border-color: #c4b580;
}

.tsuneoka-button--secondary:hover,
.tsuneoka-button--ghost:hover {
	background: #fff;
	color: var(--tsuneoka-orange);
	border-color: var(--tsuneoka-orange);
}

.tsuneoka-button--outline {
	background: transparent;
	color: var(--tsuneoka-text);
	border-color: var(--tsuneoka-text);
}

.tsuneoka-button--outline:hover {
	background: #fff;
	color: var(--tsuneoka-orange);
	border-color: var(--tsuneoka-orange);
}

.tsuneoka-menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
}

.tsuneoka-menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background: var(--tsuneoka-ink);
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.tsuneoka-mobile-nav {
	position: absolute;
	inset: 100% 0 auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.tsuneoka-mobile-nav.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tsuneoka-mobile-nav__panel {
	background: #fff;
	border-top: 1px solid var(--tsuneoka-border);
	box-shadow: 0 16px 30px rgba(42, 34, 24, 0.1);
	max-height: 80vh;
	overflow-y: auto;
	padding: 14px 20px 20px;
}

.tsuneoka-mobile-nav__link,
.tsuneoka-mobile-group summary,
.tsuneoka-mobile-group__body a {
	display: block;
	padding: 14px 2px;
	border-bottom: 1px solid var(--tsuneoka-y1);
	font-size: 14px;
	color: var(--tsuneoka-text);
	text-decoration: none;
}

.tsuneoka-mobile-group {
	background: transparent;
}

.tsuneoka-mobile-group summary {
	list-style: none;
	cursor: pointer;
	position: relative;
}

.tsuneoka-mobile-group summary::-webkit-details-marker {
	display: none;
}

.tsuneoka-mobile-group summary::after {
	content: "";
	position: absolute;
	right: 4px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.2s ease;
}

.tsuneoka-mobile-group[open] summary::after {
	transform: translateY(-20%) rotate(225deg);
}

.tsuneoka-mobile-group__body {
	padding: 0 14px;
	background: var(--tsuneoka-y0);
}

.tsuneoka-mobile-group__body a {
	font-size: 13px;
	color: var(--tsuneoka-muted);
	border-bottom-color: var(--tsuneoka-border);
}

.tsuneoka-mobile-nav__actions {
	display: grid;
	gap: 12px;
	padding-top: 16px;
}

.tsuneoka-mobile-nav__backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(42, 34, 24, 0.45);
}

.tsuneoka-menu-open .tsuneoka-mobile-nav__backdrop {
	display: block;
}

.tsuneoka-lp {
	padding-top: 25px;
}

.tsuneoka-hero {
	position: relative;
	min-height: 92vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.tsuneoka-hero__media,
.tsuneoka-hero__media img,
.tsuneoka-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.tsuneoka-hero__media img {
	object-fit: cover;
}

.tsuneoka-hero__overlay {
	background: linear-gradient(90deg, rgba(255, 253, 245, 0.92) 0%, rgba(255, 253, 245, 0.6) 55%, rgba(255, 253, 245, 0.05) 100%);
}

.tsuneoka-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 480px;
}

.tsuneoka-hero__eyebrow {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 34px;
}

.tsuneoka-hero__eyebrow span {
	width: 32px;
	height: 1px;
	background: var(--tsuneoka-orange);
}

.tsuneoka-hero__eyebrow p {
	margin: 0;
	font-size: 12px;
	line-height: 2.1;
	letter-spacing: 0.22em;
}

.tsuneoka-hero__title {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0 0 24px;
	color: var(--tsuneoka-ink);
	line-height: 1.4;
	letter-spacing: 0.06em;
}

.tsuneoka-hero__title span:first-child {
	font-size: clamp(24px, 3vw, 36px);
}

.tsuneoka-hero__title span:last-child {
	padding-left: clamp(28px, 6vw, 48px);
	font-size: clamp(38px, 5vw, 56px);
}

.tsuneoka-hero__text {
	margin: 0 0 36px;
	font-size: 15px;
	line-height: 2.1;
}

.tsuneoka-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.tsuneoka-stats {
	background: var(--tsuneoka-brown);
	padding: 36px 0;
}

.tsuneoka-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.tsuneoka-stats__item {
	padding: 20px 24px;
	text-align: center;
	border-left: 1px solid rgba(196, 114, 42, 0.3);
}

.tsuneoka-stats__item:first-child {
	border-left: 0;
}

.tsuneoka-stats__item strong {
	font-size: clamp(32px, 4vw, 38px);
	font-weight: 600;
	color: #e8904e;
}

.tsuneoka-stats__item span {
	font-size: 13px;
	color: #c8a070;
	letter-spacing: 0.04em;
}

.tsuneoka-stats__item p {
	margin: 8px 0 0;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: rgba(200, 160, 112, 0.75);
}

.tsuneoka-section {
	padding: 96px 0;
}

.tsuneoka-section--cream {
	background: var(--tsuneoka-y1);
}

.tsuneoka-section--gradient {
	position: relative;
	overflow: hidden;
	background: linear-gradient(160deg, #fffdf5 0%, #fbf5df 40%, #f5edca 70%, #f3e8b5 100%);
}

.tsuneoka-section--gradient::before,
.tsuneoka-section--gradient::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0.3;
}

.tsuneoka-section--gradient::before {
	width: 360px;
	height: 360px;
	right: -80px;
	top: -100px;
	background: radial-gradient(circle, #e8d89a 0%, rgba(232, 216, 154, 0) 70%);
}

.tsuneoka-section--gradient::after {
	width: 320px;
	height: 320px;
	left: -80px;
	bottom: -120px;
	background: radial-gradient(circle, #e0cc88 0%, rgba(224, 204, 136, 0) 70%);
}

.tsuneoka-section-heading {
	max-width: 760px;
	margin: 0 auto 56px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.tsuneoka-section-heading h2 {
	margin: 0 0 16px;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.5;
	color: var(--tsuneoka-ink);
}

.tsuneoka-section-heading p {
	margin: 18px auto 0;
	max-width: 640px;
	font-size: 14px;
	line-height: 1.9;
	color: var(--tsuneoka-muted);
}

.tsuneoka-divider {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tsuneoka-divider span:first-child,
.tsuneoka-divider span:last-child {
	width: 32px;
	height: 1px;
	background: var(--tsuneoka-orange);
}

.tsuneoka-divider span:nth-child(2) {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--tsuneoka-orange);
	opacity: 0.6;
}

.tsuneoka-problem-grid,
.tsuneoka-reason-grid,
.tsuneoka-service-grid,
.tsuneoka-works-grid,
.tsuneoka-voice-grid {
	display: grid;
	gap: 24px;
}

.tsuneoka-problem-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.tsuneoka-problem-card,
.tsuneoka-service-card,
.tsuneoka-work-card,
.tsuneoka-voice-card,
.tsuneoka-company__table,
.tsuneoka-contact {
	background: #fff;
	border: 1px solid var(--tsuneoka-border);
	border-radius: 24px;
	box-shadow: 0 4px 20px rgba(42, 34, 24, 0.05);
}

.tsuneoka-problem-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.tsuneoka-problem-card:hover {
	transform: translateY(-2px);
	border-color: var(--tsuneoka-orange);
	box-shadow: 0 8px 24px rgba(196, 114, 42, 0.1);
}

.tsuneoka-problem-card__badge,
.tsuneoka-icon-badge,
.tsuneoka-service-card__index,
.tsuneoka-about-feature__icon,
.tsuneoka-contact-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-weight: 700;
}

.tsuneoka-problem-card__badge {
	width: 32px;
	height: 32px;
	flex: 0 0 auto;
	background: var(--tsuneoka-orange);
	color: #fff;
	font-size: 13px;
}

.tsuneoka-problem-card p,
.tsuneoka-service-card p,
.tsuneoka-work-card p,
.tsuneoka-voice-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.85;
}

.tsuneoka-reason-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}

.tsuneoka-reason-card {
	text-align: center;
}

.tsuneoka-icon-badge {
	width: 64px;
	height: 64px;
	margin: 0 auto 24px;
	border-radius: 20px;
	background: var(--tsuneoka-y2);
	color: var(--tsuneoka-orange);
	font-size: 13px;
	transition: background-color 0.35s ease, color 0.35s ease;
}

.tsuneoka-reason-card:hover .tsuneoka-icon-badge {
	background: var(--tsuneoka-orange);
	color: #fff;
}

.tsuneoka-reason-card h3,
.tsuneoka-about-feature h3,
.tsuneoka-service-card h3,
.tsuneoka-work-card h3,
.tsuneoka-flow-card h3,
.tsuneoka-contact-card h3 {
	margin: 0 0 12px;
	font-size: 18px;
	color: var(--tsuneoka-ink);
}

.tsuneoka-reason-card p,
.tsuneoka-about-feature p {
	margin: 0;
	font-size: 13px;
	line-height: 1.9;
	color: var(--tsuneoka-muted);
}

.tsuneoka-about {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px;
	align-items: start;
}

.tsuneoka-about__media {
	position: relative;
}

.tsuneoka-about__placeholder {
	min-height: 460px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 36px;
	text-align: center;
	border-radius: 24px;
	box-shadow: 0 8px 32px rgba(42, 34, 24, 0.08);
}

.tsuneoka-about__camera {
	width: 64px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(217, 204, 148, 0.5);
	color: #a89070;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.tsuneoka-about__placeholder p {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.15em;
	color: #a89070;
}

.tsuneoka-about__placeholder span {
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #b8a888;
}

.tsuneoka-about__tag {
	position: absolute;
	left: -16px;
	bottom: -16px;
	padding: 14px 20px;
	background: var(--tsuneoka-brown);
	color: #fff;
	border-radius: 18px;
	box-shadow: 0 16px 28px rgba(42, 34, 24, 0.16);
}

.tsuneoka-about__tag small {
	display: block;
	margin-bottom: 4px;
	font-size: 10px;
	letter-spacing: 0.2em;
	color: #c8a070;
}

.tsuneoka-about__tag strong {
	display: block;
	font-size: 18px;
	color: #e8904e;
}

.tsuneoka-about__tag span {
	display: block;
	margin-top: 4px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.6);
}

.tsuneoka-about__copy p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 2.1;
	color: var(--tsuneoka-text);
}

.tsuneoka-about__features {
	display: grid;
	gap: 12px;
}

.tsuneoka-about-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 20px;
	border: 1px solid var(--tsuneoka-border);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.tsuneoka-about-feature:hover {
	background: #fff;
	border-color: rgba(196, 114, 42, 0.5);
	box-shadow: 0 4px 16px rgba(196, 114, 42, 0.09);
}

.tsuneoka-about-feature__icon {
	width: 36px;
	height: 36px;
	flex: 0 0 auto;
	background: var(--tsuneoka-y2);
	color: var(--tsuneoka-orange);
	font-size: 11px;
}

.tsuneoka-about-feature h3 {
	margin-bottom: 4px;
	font-size: 13px;
}

.tsuneoka-about-feature p {
	font-size: 12px;
	line-height: 1.8;
}

.tsuneoka-service-grid,
.tsuneoka-works-grid,
.tsuneoka-voice-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tsuneoka-service-card {
	padding: 28px;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.tsuneoka-service-card:hover {
	transform: translateY(-4px);
	background: var(--tsuneoka-y1);
	border-color: var(--tsuneoka-orange);
	box-shadow: 0 8px 32px rgba(196, 114, 42, 0.14);
}

.tsuneoka-service-card__index {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
	background: var(--tsuneoka-orange);
	color: #fff;
	font-size: 14px;
}

.tsuneoka-service-card h3 {
	font-size: 17px;
}

.tsuneoka-service-card p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.9;
	color: var(--tsuneoka-muted);
}

.tsuneoka-service-card a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--tsuneoka-orange);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

.tsuneoka-work-card {
	padding: 0 0 18px;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.tsuneoka-work-card:hover {
	transform: translateY(-2px);
	border-color: rgba(196, 114, 42, 0.5);
	box-shadow: 0 8px 28px rgba(196, 114, 42, 0.14);
}

.tsuneoka-work-card__images {
	display: flex;
	margin-bottom: 18px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-bottom: 1px solid var(--tsuneoka-border);
}

.tsuneoka-work-card__image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.tsuneoka-work-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, filter 0.35s ease;
}


.tsuneoka-work-card:hover .tsuneoka-work-card__image:last-child img {
	transform: scale(1.05);
}

.tsuneoka-work-card__image span {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0.16em;
	background: rgba(42, 34, 24, 0.6);
	color: #fff;
}

.tsuneoka-work-card__image span.after {
	background: rgba(196, 114, 42, 0.9);
}

.tsuneoka-work-card h3,
.tsuneoka-work-card p {
	padding: 0 18px;
}

.tsuneoka-work-card h3 {
	font-size: 15px;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.tsuneoka-work-card:hover h3 {
	color: var(--tsuneoka-orange);
}

.tsuneoka-work-card p {
	font-size: 12px;
	line-height: 1.8;
	color: var(--tsuneoka-muted);
}

.tsuneoka-section-action {
	margin-top: 56px;
	text-align: center;
}

.tsuneoka-cta-banner {
	padding: 40px 24px;
	border: 1px solid var(--tsuneoka-border);
	border-radius: 28px;
	text-align: center;
	background: var(--tsuneoka-y2);
}

.tsuneoka-cta-banner h2 {
	margin: 0 0 28px;
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.65;
	color: var(--tsuneoka-ink);
}

.tsuneoka-voice-card {
	position: relative;
	padding: 30px;
	transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.tsuneoka-voice-card:hover {
	border-color: rgba(196, 114, 42, 0.4);
	box-shadow: 0 6px 24px rgba(196, 114, 42, 0.11);
}

.tsuneoka-voice-card__quote {
	position: absolute;
	left: 22px;
	top: 14px;
	font-size: 44px;
	line-height: 1;
	color: rgba(196, 114, 42, 0.15);
}

.tsuneoka-voice-card p {
	padding-top: 14px;
	font-style: italic;
	line-height: 2;
}

.tsuneoka-voice-card__author {
	margin-top: 20px;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
	color: var(--tsuneoka-orange);
}

.tsuneoka-flow-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.tsuneoka-flow-card {
	position: relative;
	padding: 20px;
	border: 1px solid var(--tsuneoka-border);
	border-radius: 18px;
	text-align: center;
	background: var(--tsuneoka-y0);
	transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.tsuneoka-flow-card:hover {
	background: var(--tsuneoka-y1);
	border-color: var(--tsuneoka-orange);
	box-shadow: 0 4px 16px rgba(196, 114, 42, 0.13);
}

.tsuneoka-flow-card span {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	color: var(--tsuneoka-orange);
}

.tsuneoka-flow-card h3 {
	margin: 0;
	font-size: 13px;
}

.tsuneoka-flow-card i {
	position: absolute;
	right: -13px;
	top: 50%;
	width: 18px;
	height: 18px;
	border-top: 2px solid var(--tsuneoka-orange);
	border-right: 2px solid var(--tsuneoka-orange);
	transform: translateY(-50%) rotate(45deg);
}

.tsuneoka-company {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px;
	align-items: start;
}

.tsuneoka-company__map {
	overflow: hidden;
	border: 1px solid var(--tsuneoka-border);
	border-radius: 24px;
	box-shadow: 0 2px 16px rgba(42, 34, 24, 0.07);
	aspect-ratio: 16 / 10;
}

.tsuneoka-company__map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.tsuneoka-company__table {
	padding: 10px 24px;
}

.tsuneoka-company__table table {
	width: 100%;
	border-collapse: collapse;
}

.tsuneoka-company__table th,
.tsuneoka-company__table td {
	padding: 16px 0;
	border-bottom: 1px solid var(--tsuneoka-border);
	vertical-align: top;
	text-align: left;
}

.tsuneoka-company__table th {
	width: 112px;
	padding-right: 20px;
	font-size: 13px;
	font-weight: 600;
	color: var(--tsuneoka-text);
	white-space: nowrap;
}

.tsuneoka-company__table td {
	font-size: 14px;
	line-height: 1.85;
	color: var(--tsuneoka-text);
}

.tsuneoka-contact {
	max-width: 920px;
	margin: 0 auto;
	padding: 32px;
}

.tsuneoka-contact__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 40px;
}

.tsuneoka-contact-card {
	padding: 32px;
	border: 1px solid var(--tsuneoka-border);
	border-radius: 24px;
	text-align: center;
	background: var(--tsuneoka-y0);
}

.tsuneoka-contact-card--dark {
	background: var(--tsuneoka-brown);
	border-color: var(--tsuneoka-brown);
	color: #fff;
}

.tsuneoka-contact-card--dark h3,
.tsuneoka-contact-card--dark p,
.tsuneoka-contact-card--dark span {
	color: inherit;
}

.tsuneoka-contact-card__icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	background: transparent;
	color: var(--tsuneoka-orange);
	border: 1px solid currentColor;
	font-size: 12px;
}

.tsuneoka-contact-card--dark .tsuneoka-contact-card__icon {
	color: var(--tsuneoka-orange-light);
}

.tsuneoka-contact-card__phone {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 700;
	color: var(--tsuneoka-orange);
}

.tsuneoka-contact-card span,
.tsuneoka-contact-card p {
	display: block;
	margin: 0;
	font-size: 11px;
	line-height: 1.8;
	color: var(--tsuneoka-muted);
}

.tsuneoka-contact-card--dark p {
	margin-bottom: 18px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

.tsuneoka-line-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 18px;
	border-radius: 999px;
	background: #06c755;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.tsuneoka-contact__form {
	display: grid;
	gap: 18px;
}

.tsuneoka-contact__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.tsuneoka-contact__form label {
	display: grid;
	gap: 8px;
}

.tsuneoka-contact__form span {
	font-size: 12px;
	font-weight: 600;
	color: var(--tsuneoka-text);
	letter-spacing: 0.04em;
}

.tsuneoka-contact__form input,
.tsuneoka-contact__form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--tsuneoka-border);
	border-radius: 12px;
	background: var(--tsuneoka-y0);
	color: var(--tsuneoka-text);
	font-size: 14px;
	outline: none;
	transition: border-color 0.25s ease, background-color 0.25s ease;
}

.tsuneoka-contact__form input:focus,
.tsuneoka-contact__form textarea:focus {
	border-color: var(--tsuneoka-orange);
	background: #fff;
}

.tsuneoka-contact__form textarea {
	min-height: 150px;
	resize: vertical;
}

.tsuneoka-contact__submit {
	padding-top: 8px;
	text-align: center;
}

.tsuneoka-site-footer {
	padding: 56px 0 28px;
	background: var(--tsuneoka-brown);
	color: #fff;
}

.tsuneoka-site-footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	padding-bottom: 32px;
}

.tsuneoka-site-footer__brand h2 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.tsuneoka-site-footer__sub {
	margin: 0 0 16px;
	font-size: 11px;
	letter-spacing: 0.2em;
	color: #e8904e;
}

.tsuneoka-site-footer__address {
	margin: 0;
	font-size: 13px;
	line-height: 2;
	color: #c8b89a;
}

.tsuneoka-site-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 40px;
}

.tsuneoka-site-footer__nav a {
	font-size: 13px;
	color: #c8b89a;
	text-decoration: none;
}

.tsuneoka-site-footer__nav a:hover {
	color: #e8904e;
}

.tsuneoka-site-footer__copyright {
	padding-top: 28px;
	border-top: 1px solid rgba(196, 114, 42, 0.25);
	text-align: center;
}

.tsuneoka-site-footer__copyright p {
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.06em;
	color: #a89070;
}

.tsuneoka-floating-cta {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 990;
	display: none;
	flex-direction: column;
	gap: 10px;
}

.tsuneoka-floating-cta a {
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(42, 34, 24, 0.18);
}

.tsuneoka-floating-cta__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--tsuneoka-border);
	color: var(--tsuneoka-orange);
	font-size: 12px;
	font-weight: 700;
}

.tsuneoka-floating-cta__contact {
	padding: 14px 20px;
	border-radius: 999px;
	background: var(--tsuneoka-orange);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1180px) {
	.tsuneoka-main-nav {
		display: none;
	}

	.tsuneoka-header-cta {
		display: none;
	}

	.tsuneoka-menu-toggle {
		display: block;
	}
}

@media (max-width: 1024px) {
	.tsuneoka-reason-grid,
	.tsuneoka-service-grid,
	.tsuneoka-works-grid,
	.tsuneoka-voice-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tsuneoka-about,
	.tsuneoka-company {
		grid-template-columns: 1fr;
	}

	.tsuneoka-flow-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tsuneoka-flow-card i {
		display: none;
	}
}

@media (max-width: 780px) {
	.tsuneoka-lp {
		padding-top: 82px;
	}

	.tsuneoka-shell {
		width: min(100% - 24px, 1120px);
	}

	.tsuneoka-hero {
		min-height: 88vh;
	}

	.tsuneoka-hero__actions,
	.tsuneoka-contact__cards,
	.tsuneoka-contact__grid,
	.tsuneoka-site-footer__inner,
	.tsuneoka-stats__grid {
		grid-template-columns: 1fr;
	}

	.tsuneoka-stats__grid {
		display: grid;
	}

	.tsuneoka-stats__item {
		border-left: 0;
		border-top: 1px solid rgba(196, 114, 42, 0.3);
	}

	.tsuneoka-stats__item:first-child {
		border-top: 0;
	}

	.tsuneoka-problem-grid,
	.tsuneoka-reason-grid,
	.tsuneoka-service-grid,
	.tsuneoka-works-grid,
	.tsuneoka-voice-grid,
	.tsuneoka-flow-grid {
		grid-template-columns: 1fr;
	}

	.tsuneoka-section {
		padding: 72px 0;
	}

	.tsuneoka-contact {
		padding: 24px;
	}

	.tsuneoka-company__table {
		padding: 6px 18px;
	}

	.tsuneoka-company__table th,
	.tsuneoka-company__table td {
		display: block;
		width: 100%;
		padding: 12px 0;
	}

	.tsuneoka-site-footer__nav {
		gap: 10px 18px;
	}

	.tsuneoka-floating-cta {
		display: flex;
	}
}

@media (max-width: 780px) {
	.tsuneoka-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.tsuneoka-hero__actions .tsuneoka-button,
	.tsuneoka-site-footer__nav a {
		width: 100%;
	}

	.tsuneoka-site-footer__inner {
		flex-direction: column;
	}

	.tsuneoka-site-footer__nav {
		width: 100%;
		flex-direction: column;
	}
}

/* Tsuneoka services page */
.tsuneoka-services-page {
	min-height: 100vh;
	padding-top: 72px;
	background: #fff;
	color: var(--tsuneoka-text);
}

.tsuneoka-services-hero {
	position: relative;
	min-height: 55vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.tsuneoka-services-hero__media,
.tsuneoka-services-hero__media img,
.tsuneoka-services-hero__overlay,
.tsuneoka-services-hero__fade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.tsuneoka-services-hero__media img {
	object-fit: cover;
	object-position: center;
}

.tsuneoka-services-hero__overlay {
	background: rgba(26, 26, 26, 0.58);
}

.tsuneoka-services-hero__fade {
	top: auto;
	height: 112px;
	background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.tsuneoka-services-hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
}

.tsuneoka-services-hero__content h1 {
	margin: 0 0 12px;
	font-size: clamp(44px, 7vw, 60px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.12em;
	color: #fff;
}

.tsuneoka-services-hero__content p {
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.38em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.tsuneoka-services-hero__line,
.tsuneoka-services-divider,
.tsuneoka-services-cta__line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.tsuneoka-services-hero__line {
	margin: 0 0 28px;
}

.tsuneoka-services-hero__line:last-child {
	margin: 28px 0 0;
}

.tsuneoka-services-hero__line span,
.tsuneoka-services-cta__line span {
	width: 48px;
	height: 1px;
	background: rgba(196, 114, 42, 0.7);
}

.tsuneoka-services-hero__line i,
.tsuneoka-services-divider i,
.tsuneoka-services-cta__line i {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(196, 114, 42, 0.7);
	font-style: normal;
}

.tsuneoka-services-breadcrumb {
	background: #fff;
	border-bottom: 1px solid #f0e8d8;
}

.tsuneoka-services-breadcrumb .tsuneoka-shell {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 12px;
	color: var(--tsuneoka-muted);
}

.tsuneoka-services-breadcrumb a {
	text-decoration: none;
	color: inherit;
}

.tsuneoka-services-breadcrumb a:hover {
	color: var(--tsuneoka-orange);
}

.tsuneoka-services-breadcrumb span {
	color: var(--tsuneoka-border);
}

.tsuneoka-services-breadcrumb strong {
	font-weight: 500;
	color: var(--tsuneoka-text);
}

.tsuneoka-services-intro {
	padding: 96px 0;
	background: #fff;
}

.tsuneoka-services-intro__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px;
	align-items: center;
}

.tsuneoka-services-kicker {
	margin: 0 0 20px;
	font-size: 11px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--tsuneoka-orange);
}

.tsuneoka-services-intro__copy h2,
.tsuneoka-services-heading h2,
.tsuneoka-services-cta h2 {
	margin: 0;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: var(--tsuneoka-ink);
}

.tsuneoka-services-intro__copy h2 {
	font-size: clamp(22px, 3vw, 28px);
	line-height: 1.65;
	margin-bottom: 14px;
}

.tsuneoka-services-divider {
	gap: 8px;
	margin: 0 0 28px;
}

.tsuneoka-services-divider span {
	width: 32px;
	height: 1px;
	background: var(--tsuneoka-orange);
}

.tsuneoka-services-divider i {
	width: 6px;
	height: 6px;
	opacity: 0.6;
	background: var(--tsuneoka-orange);
}

.tsuneoka-services-intro__text {
	display: grid;
	gap: 20px;
}

.tsuneoka-services-intro__text p {
	margin: 0;
	font-size: 15px;
	line-height: 2.05;
	color: var(--tsuneoka-text);
}

.tsuneoka-services-intro__visual {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.tsuneoka-services-intro__visual-card {
	min-height: 140px;
	padding: 20px 12px;
	border: 2px dashed var(--tsuneoka-border);
	border-radius: 16px;
	background: linear-gradient(135deg, #f8f2e0 0%, #ede0c0 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
}

.tsuneoka-services-intro__visual-card b {
	font-size: 28px;
	font-weight: 600;
	color: rgba(61, 53, 48, 0.4);
}

.tsuneoka-services-intro__visual-card span {
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #a89070;
}

.tsuneoka-services-intro__visual-card small {
	font-size: 10px;
	letter-spacing: 0.04em;
	color: #c4b888;
}

.tsuneoka-services-list {
	padding: 96px 0;
	background: var(--tsuneoka-y1);
}

.tsuneoka-services-heading {
	max-width: 720px;
	margin: 0 auto 64px;
	text-align: center;
}

.tsuneoka-services-heading h2 {
	font-size: clamp(24px, 3vw, 30px);
	margin-bottom: 18px;
}

.tsuneoka-services-heading__text {
	max-width: 540px;
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 1.9;
	color: var(--tsuneoka-muted);
}

.tsuneoka-services-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.tsuneoka-services-card {
	padding: 32px;
	border: 1px solid #e8decc;
	border-radius: 18px;
	background: #fff;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.tsuneoka-services-card:hover {
	transform: translateY(-6px);
	background: var(--tsuneoka-y0);
	border-color: rgba(196, 114, 42, 0.5);
	box-shadow: 0 12px 40px rgba(42, 34, 24, 0.1);
}

.tsuneoka-services-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 24px;
}

.tsuneoka-services-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--tsuneoka-y2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--tsuneoka-orange);
	transition: background-color 0.35s ease, color 0.35s ease;
}

.tsuneoka-services-card:hover .tsuneoka-services-card__icon {
	background: var(--tsuneoka-orange);
	color: #fff;
}

.tsuneoka-services-card__num {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: var(--tsuneoka-border);
	transition: color 0.35s ease;
}

.tsuneoka-services-card:hover .tsuneoka-services-card__num {
	color: rgba(196, 114, 42, 0.5);
}

.tsuneoka-services-card__subtitle {
	margin: 0 0 8px;
	font-size: 10px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(196, 114, 42, 0.7);
}

.tsuneoka-services-card h3 {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
	font-weight: 600;
	color: var(--tsuneoka-ink);
}

.tsuneoka-services-card__line {
	width: 40px;
	height: 1px;
	margin-bottom: 20px;
	background: var(--tsuneoka-border);
	transition: background-color 0.35s ease;
}

.tsuneoka-services-card:hover .tsuneoka-services-card__line {
	background: rgba(196, 114, 42, 0.5);
}

.tsuneoka-services-card__desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.95;
	color: var(--tsuneoka-muted);
}

.tsuneoka-services-card__cta {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #f0e8d8;
}

.tsuneoka-services-card__cta a {
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	color: var(--tsuneoka-orange);
}

.tsuneoka-services-cta {
	padding: 96px 0;
	background: var(--tsuneoka-brown);
	text-align: center;
}

.tsuneoka-services-cta h2 {
	font-size: clamp(22px, 4vw, 32px);
	line-height: 1.75;
	color: #fff;
	margin: 0 0 40px;
}

.tsuneoka-services-cta__line {
	margin: 0 0 40px;
}

.tsuneoka-services-cta__line:last-child {
	margin: 40px 0 0;
}

.tsuneoka-services-cta__line span {
	width: 56px;
	background: rgba(196, 114, 42, 0.4);
}

.tsuneoka-services-cta__line i {
	background: rgba(196, 114, 42, 0.4);
}

.tsuneoka-services-cta__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.tsuneoka-services-cta__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 40px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #fff;
	transition: border-color 0.3s ease, color 0.3s ease;
}

.tsuneoka-services-cta__phone:hover {
	border-color: var(--tsuneoka-orange);
	color: #e8904e;
}

.tsuneoka-services-cta__note {
	margin: 24px 0 0;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.35);
}

.tsuneoka-services-floating-cta {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 990;
	display: none;
	flex-direction: column;
	gap: 10px;
}

.tsuneoka-services-floating-cta a {
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(42, 34, 24, 0.18);
}

.tsuneoka-services-floating-cta__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--tsuneoka-border);
	font-size: 12px;
	font-weight: 700;
	color: var(--tsuneoka-orange);
}

.tsuneoka-services-floating-cta__contact {
	padding: 14px 20px;
	border-radius: 999px;
	background: var(--tsuneoka-orange);
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}

@media (max-width: 1024px) {
	.tsuneoka-services-intro__grid,
	.tsuneoka-services-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tsuneoka-services-intro__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 780px) {
	.tsuneoka-services-page {
		padding-top: 64px;
	}

	.tsuneoka-services-hero {
		min-height: 62vh;
	}

	.tsuneoka-services-intro,
	.tsuneoka-services-list,
	.tsuneoka-services-cta {
		padding: 72px 0;
	}

	.tsuneoka-services-intro__visual,
	.tsuneoka-services-cards {
		grid-template-columns: 1fr;
	}

	.tsuneoka-services-cta__actions {
		flex-direction: column;
	}

	.tsuneoka-services-cta__actions .tsuneoka-button,
	.tsuneoka-services-cta__phone {
		width: 100%;
	}

	.tsuneoka-services-floating-cta {
		display: flex;
	}
}
