.grecaptcha-badge {
    visibility: hidden;
}

.mtauto{
	margin-top: auto;
}

/* ==================================================
   KAZE DESIGN
   Site specific styles
================================================== */


/* --------------------------------------------------
   Header
-------------------------------------------------- */

/* ヘッダー上段 */
.naviheader #header-title {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.naviheader #header-title .inner {
	min-height: 78px;
	padding-top: 14px;
	padding-bottom: 14px;
}


/* ロゴ・サイトタイトル */
.naviheader .sitetitle {
	gap: 10px;
}

.naviheader .logo-l {
	margin-right: 0;
}

.naviheader .logo-l img {
	display: block;
	width: auto;
	max-height: 52px;
}

.naviheader #header-title h1,
.naviheader #header-title .hx {
	margin: 0;
	padding: 0 0 5px;
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.naviheader #header-title .subofficename {
	font-size: 0.84rem;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.05em;
}


/* 電話番号 */
.naviheader .hb-left {
	padding-top: 0;
	margin-right: 24px;
}

.naviheader .hb-number {
	font-size: 1.45rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.naviheader .hb-info {
	padding-top: 5px;
	font-size: 0.75rem;
	color: #666;
}


/* お問い合わせボタン */
.naviheader .header-button .simple-button {
	margin-top: 0;
	border: 0;
	border-radius: 4px;
	background: var(--maincolor);
	transition:
		background-color 0.25s ease,
		transform 0.25s ease;
}

.naviheader .header-button .simple-button a {
	padding: 14px 22px;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.naviheader .header-button .simple-button:hover {
	opacity: 1;
	background: #062f56;
	transform: translateY(-1px);
}


/* --------------------------------------------------
   Global Navigation
-------------------------------------------------- */

.naviheader .header-menu {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.naviheader nav.menu ul {
	justify-content: flex-end;
	gap: 38px;
}

.naviheader nav.menu ul li {
	font-weight: 400;
}

.naviheader nav.menu ul li a {
	position: relative;
	padding: 17px 0 15px;
	font-size: 0.9rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	transition: color 0.25s ease;
}


/* hover下線 */
.naviheader nav.menu ul li a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 0;
	height: 1px;
	background: var(--maincolor);
	transform: translateX(-50%);
	transition: width 0.25s ease;
}

.naviheader nav.menu ul li a:hover::after,
.naviheader nav.menu ul li.current-menu-item a::after {
	width: 100%;
}


/* sticky */
.naviheader .header-menu.is-stuck {
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

/* --------------------------------------------------
   Header Responsive
-------------------------------------------------- */

@media screen and (max-width: 920px) {

	.naviheader #header-title .inner {
		min-height: 64px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.naviheader .logo-l img {
		max-height: 44px;
	}

	.naviheader #header-title h1,
	.naviheader #header-title .hx {
		font-size: 1rem;
	}

	.naviheader #header-title .subofficename {
		font-size: 0.72rem;
	}

	.naviheader #menubtn {
		top: 18px;
		right: 18px;
	}

	.naviheader #menubtn svg {
		font-size: 2rem;
	}

	.naviheader nav.menu.is-open {
		border-top: 1px solid rgba(0, 0, 0, 0.06);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	}

	.naviheader nav.menu ul {
		gap: 0;
	}

	.naviheader nav.menu ul li {
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.naviheader nav.menu ul li a {
		padding: 16px 20px;
		text-align: left;
	}

	.naviheader nav.menu ul li a::after {
		display: none;
	}

}


@media screen and (max-width: 768px) {

	.naviheader .sitetitle {
		max-width: calc(100% - 55px);
	}

	.naviheader .logo-l img {
		max-height: 40px;
	}

	.naviheader #header-title h1,
	.naviheader #header-title .hx {
		font-size: clamp(0.78rem, 3.1vw, 0.95rem);
	}

	.naviheader #header-title .subofficename {
		font-size: clamp(0.65rem, 2.5vw, 0.75rem);
	}

}


/* --------------------------------------------------
   Hero
-------------------------------------------------- */

.home #header-text.kaze-hero {
	display: block;
	padding: 80px 0 100px;
	background: #fff;
	font-weight: 400;
	overflow: hidden;
}

.home .kaze-hero__body {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
	align-items: center;
	gap: clamp(50px, 6vw, 90px);
	min-height: 520px;
}


/* Copy
-------------------------------------------------- */

.home .kaze-hero__copy {
	position: relative;
	z-index: 5;
}

.home .kaze-hero__title {
	margin: 0;
	color: var(--blackcolor);
	font-size: clamp(2.7rem, 4.7vw, 4.9rem);
	line-height: 1.32;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.home .kaze-hero__title span {
	color: var(--maincolor);
}

.home #header-text .kaze-hero__lead {
	margin: 38px 0 0;
	color: #555;
	font-size: 1rem;
	line-height: 2;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-align: left;
}


/* Visual
-------------------------------------------------- */

.home .kaze-hero__visual {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.home .kaze-hero__visual-inner {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 0.82;
}

.home .kaze-hero__work {
	position: absolute;
	display: block;
	height: auto;
	border-radius: 2px;
	background: #fff;
	box-shadow:
		0 18px 50px rgba(0, 0, 0, 0.10),
		0 3px 12px rgba(0, 0, 0, 0.06);
}

.home .kaze-hero__work--main {
	z-index: 3;
	top: 7%;
	left: 3%;
	width: 72%;
}

.home .kaze-hero__work--sub1 {
	z-index: 2;
	top: 0;
	right: -10%;
	width: 49%;
	opacity: 0.94;
}

.home .kaze-hero__work--sub2 {
	z-index: 1;
	right: -3%;
	bottom: 2%;
	width: 50%;
	opacity: 0.88;
}


/* 背景アクセント */
.home .kaze-hero__visual-inner::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 13%;
	right: -10%;
	width: 82%;
	height: 76%;
	background: #f4f6f8;
}


/* --------------------------------------------------
   Hero Responsive
-------------------------------------------------- */

@media screen and (max-width: 1000px) {

	.home .kaze-hero__body {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
		gap: 40px;
	}

	.home .kaze-hero__title {
		font-size: clamp(2.4rem, 4.5vw, 3.8rem);
	}

}


@media screen and (max-width: 820px) {

	.home #header-text.kaze-hero {
		padding: 56px 0 70px;
	}

	.home .kaze-hero__body {
		grid-template-columns: 1fr;
		gap: 48px;
		min-height: 0;
	}

	.home .kaze-hero__copy {
		max-width: 680px;
	}

	.home .kaze-hero__visual {
		width: min(100%, 680px);
		margin: 0 auto;
	}

	.home .kaze-hero__visual-inner {
		aspect-ratio: 1 / 0.72;
	}

}


@media screen and (max-width: 768px) {

	.home #header-text.kaze-hero {
		padding: 42px 0 54px;
	}

	.home .kaze-hero__body {
		gap: 38px;
	}

	.home .kaze-hero__title {
		font-size: clamp(2rem, 9.5vw, 3.2rem);
		line-height: 1.4;
	}

	.home #header-text .kaze-hero__lead {
		margin-top: 26px;
		font-size: 0.94rem;
		line-height: 1.9;
	}

	.home .kaze-hero__lead br {
		display: none;
	}

	.home .kaze-hero__visual-inner {
		aspect-ratio: 1 / 0.85;
	}

	.home .kaze-hero__work--main {
		top: 6%;
		left: 0;
		width: 78%;
	}

	.home .kaze-hero__work--sub1 {
		top: 0;
		right: -9%;
		width: 52%;
	}

	.home .kaze-hero__work--sub2 {
		right: -3%;
		bottom: 1%;
		width: 53%;
	}

}

