@charset "UTF-8";

:root {
	--ink: #1b1b1b;
	--text: #555555;
	--line: #cccccc;
	--line-soft: #eeeeee;
	--white: #ffffff;
	--accent: #f2c200;
	--dark: #161616;
	--slash: #f3f3f3;
	--bad: #b3261e;
	--font-en: "Jost", "Helvetica Neue", Arial, sans-serif;
	--font-body: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--inner: 1192px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .02em;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

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

h1, h2, h3, p, ul, ol, dl, dd, figure {
	margin: 0;
}

ul, ol {
	list-style: none;
	padding: 0;
}

img, svg {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition: var(--leadgrid-transition);
}

button, input, select, textarea {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
	background: none;
	border: 0;
	padding: 0;
}

[hidden] {
	display: none !important;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.sp-none {
	display: none;
}

.sp-on {
	display: block;
}

br.sp-on {
	display: inline;
}

.display_none {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.section-inner {
	position: relative;
	max-width: var(--inner);
	margin: 0 auto;
	padding: 0 20px;
}

.transition-area {
	display: none;
}

/* the skewed background shapes are taller than they are wide, so skewX pushes them far
   past the right edge on phones; clip them before they widen the page */
.wrapper {
	overflow-x: hidden;
	overflow-x: clip;
}

.section-service,
.section-costs {
	overflow: hidden;
}

/* ---------- header ---------- */

header {
	position: relative;
	z-index: 50;
	background: var(--white);
}

.header-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
}

.logo-main img {
	width: auto;
	height: 30px;
}

.navi-wrap {
	display: none;
}

.humbergerMenuArea {
	position: fixed;
	inset: 0;
	z-index: 61;
	overflow-y: auto;
	background: var(--white);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

body.is-menu-open .humbergerMenuArea {
	opacity: 1;
	visibility: visible;
}

.humberger-content {
	padding: 92px 28px 40px;
}

.humberger-list li a {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid var(--line-soft);
	font-family: var(--font-en);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .12em;
}

.humberger-contact {
	display: grid;
	gap: 4px;
	margin-top: 30px;
}

.humberger-tel {
	font-family: var(--font-en);
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .04em;
}

.humberger-mail {
	font-size: 13px;
	color: var(--text);
}

.humberger-btn {
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 62;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 46px;
	height: 46px;
	background: var(--ink);
}

.humberger-btn span {
	display: block;
	width: 18px;
	height: 1.5px;
	background: var(--white);
	transition: transform .3s, opacity .3s;
}

body.is-menu-open .humberger-btn span:nth-child(1) {
	transform: translateY(6.5px) rotate(45deg);
}

body.is-menu-open .humberger-btn span:nth-child(2) {
	opacity: 0;
}

body.is-menu-open .humberger-btn span:nth-child(3) {
	transform: translateY(-6.5px) rotate(-45deg);
}

/* ---------- shared section parts ---------- */

main.index h2 {
	position: relative;
	padding-left: 24px;
	font-family: var(--font-en);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .1em;
	color: var(--ink);
}

main.index h2::before {
	content: "";
	position: absolute;
	left: 4px;
	top: -6px;
	width: 5px;
	height: calc(100% + 10px);
	background: var(--accent);
	transform: skewX(-22deg);
}

.text-headding {
	max-width: 600px;
	margin-top: 18px;
	font-size: 13.5px;
	line-height: 1.95;
	color: var(--text);
}

.text-big-headding {
	margin-top: 26px;
	font-weight: 700;
	color: var(--ink);
}

.text-mini {
	font-size: 11px;
	letter-spacing: .06em;
	color: var(--text);
}

.has-js .js-scroll {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity .9s ease, transform .9s cubic-bezier(.2, .7, .2, 1);
}

.has-js .js-scroll.is-show {
	opacity: 1;
	transform: none;
}

.btn-black a,
.btn-black button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-width: 240px;
	height: 54px;
	padding: 0 24px 0 28px;
	overflow: hidden;
	isolation: isolate;
	background: var(--ink);
	color: var(--white);
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .2em;
}

.btn-black a::before,
.btn-black button::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #3d3d3d;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .45s cubic-bezier(0, 1, .64, 1);
}

.btn-black a:hover::before,
.btn-black button:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.btn-black a::after,
.btn-black button::after {
	content: "";
	flex-shrink: 0;
	width: 32px;
	height: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: skewX(45deg);
}

.btn-more {
	margin-top: 44px;
	text-align: right;
}

/* ---------- footer ---------- */

footer {
	position: relative;
}

.top-area {
	padding: 0 0 56px;
	background: linear-gradient(to bottom, var(--white) calc(100% - 110px), var(--dark) calc(100% - 110px));
}

.top-area .section-inner {
	display: grid;
	gap: 16px;
}

.card-area a {
	position: relative;
	display: block;
	padding: 30px 26px 36px;
	background: var(--white);
	box-shadow: var(--leadgrid-box-shadow);
}

.card-area a:hover {
	transform: translateY(-4px);
}

.card-area a::after {
	content: "";
	position: absolute;
	right: 26px;
	bottom: 28px;
	width: 32px;
	height: 7px;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
	transform: skewX(45deg);
}

.text-cat {
	font-size: 11px;
	letter-spacing: .08em;
	color: var(--text);
}

.card-area .title {
	margin-top: 6px;
	font-family: var(--font-en);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .12em;
}

.card-area .text-content {
	margin-top: 10px;
	padding-right: 40px;
	font-size: 13px;
	line-height: 1.85;
	color: var(--text);
}

.bottom-area {
	position: relative;
	padding: 56px 0 96px;
	background: var(--dark);
	color: #bdbdbd;
}

.bottom-area .section-inner {
	display: grid;
	gap: 40px;
}

.footer-logo img {
	width: auto;
	height: 34px;
	filter: brightness(0) invert(1);
}

.logo-box .text {
	margin-top: 16px;
	font-size: 12.5px;
	line-height: 1.9;
}

.footer-contact {
	margin-top: 14px;
	font-size: 12.5px;
	line-height: 1.9;
	color: #e8e8e8;
}

.footer-contact a {
	border-bottom: 1px solid #5a5a5a;
}

.navi-area {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 20px;
}

.navi-name {
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .2em;
	color: var(--white);
}

.navi-name.grey {
	color: #8a8a8a;
}

.list-navi,
.list-navi_global {
	display: grid;
	gap: 6px;
	margin-top: 12px;
}

.list-navi a,
.list-navi_global a,
.cookie-reopen {
	font-size: 12.5px;
	line-height: 1.6;
	color: #bdbdbd;
	text-align: left;
}

.list-navi a:hover,
.list-navi_global a:hover,
.cookie-reopen:hover {
	color: var(--white);
}

.sns-box {
	padding-top: 26px;
	border-top: 1px solid #2c2c2c;
}

.footer-imprint {
	display: grid;
	gap: 4px 40px;
	margin-bottom: 22px;
	font-size: 12px;
	line-height: 1.7;
}

.footer-imprint div {
	display: grid;
	grid-template-columns: 124px 1fr;
	gap: 10px;
}

.footer-imprint dt {
	font-family: var(--font-en);
	letter-spacing: .06em;
	color: #8a8a8a;
}

.footer-imprint dd {
	color: #e8e8e8;
}

@media screen and (min-width: 769px) {
	.footer-imprint {
		grid-template-columns: repeat(3, 1fr);
	}
}

.footer-disclaimer {
	font-size: 11.5px;
	line-height: 1.85;
	color: #8a8a8a;
}

.copy {
	margin-top: 14px;
	font-family: var(--font-en);
	font-size: 11px;
	letter-spacing: .12em;
	color: #8a8a8a;
}

.to_top-areaPC {
	position: absolute;
	right: 20px;
	bottom: 30px;
}

.to-top span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-en);
	font-size: 11px;
	letter-spacing: .2em;
	color: var(--white);
}

.to-top span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
	transform: rotate(45deg) translateY(2px);
}

/* ---------- cookies ---------- */

.cookie-consent {
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 70;
	max-height: calc(100vh - 20px);
	overflow-y: auto;
	padding: 22px 20px 18px;
	border-top: 4px solid var(--accent);
	background: var(--white);
	box-shadow: 0 10px 44px rgba(0, 0, 0, .22);
}

.cookie-consent__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-en);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
}

.cookie-consent__title::before {
	content: "";
	flex-shrink: 0;
	width: 5px;
	height: 16px;
	background: var(--accent);
	transform: skewX(-22deg);
}

.cookie-consent__text {
	margin-top: 8px;
	font-size: 12.5px;
	line-height: 1.8;
	color: var(--text);
}

.cookie-consent__text a {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cookie-consent__prefs {
	margin-top: 14px;
	border-top: 1px solid var(--line-soft);
}

.cookie-consent__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid var(--line-soft);
}

.cookie-consent__name {
	font-size: 13px;
	font-weight: 700;
}

.cookie-consent__name label {
	cursor: pointer;
}

.cookie-consent__desc {
	font-size: 11.5px;
	line-height: 1.6;
	color: var(--text);
}

.cookie-consent__always {
	flex-shrink: 0;
	font-family: var(--font-en);
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: .14em;
	color: #3d7a3d;
}

.cookie-consent__always.-off {
	color: #9a9a9a;
}

.cookie-consent__switch {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	flex-shrink: 0;
	width: 44px;
	height: 24px;
	margin: 0;
	border-radius: 999px;
	background: var(--line);
	cursor: pointer;
	transition: background .2s;
}

.cookie-consent__switch::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--white);
	transition: transform .2s;
}

.cookie-consent__switch:checked {
	background: var(--ink);
}

.cookie-consent__switch:checked::before {
	transform: translateX(20px);
}

.cookie-consent__switch:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.cookie-consent__btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 16px;
}

.cookie-consent__yes,
.cookie-consent__no,
.cookie-consent__save {
	min-height: 46px;
	padding: 6px 10px;
	font-family: var(--font-en);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .14em;
	line-height: 1.3;
	transition: opacity .25s;
}

.cookie-consent__yes {
	background: var(--ink);
	color: var(--white);
}

.cookie-consent__no {
	border: 1px solid var(--ink);
}

.cookie-consent__save {
	grid-column: span 2;
	background: var(--accent);
	color: var(--ink);
}

.cookie-consent__set {
	grid-column: span 2;
	min-height: 34px;
	font-family: var(--font-en);
	font-size: 11px;
	letter-spacing: .14em;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--text);
}

.cookie-consent__yes:hover,
.cookie-consent__no:hover,
.cookie-consent__save:hover {
	opacity: .82;
}

@media screen and (min-width: 769px) {
	.sp-none {
		display: block;
	}

	br.sp-none {
		display: inline;
	}

	.sp-on,
	br.sp-on {
		display: none;
	}

	.section-inner {
		padding: 0 40px;
	}

	main.index h2 {
		font-size: 44px;
	}

	.text-headding {
		font-size: 14.5px;
	}

	.top-area .section-inner {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}

	.card-area a {
		padding: 40px 40px 44px;
	}

	.card-area .title {
		font-size: 34px;
	}

	.bottom-area .section-inner {
		grid-template-columns: 320px 1fr;
		gap: 50px 60px;
	}

	.navi-area {
		grid-template-columns: repeat(3, 1fr);
	}

	.sns-box {
		grid-column: 1 / -1;
	}

	.to_top-areaPC {
		right: 40px;
	}

	.cookie-consent {
		left: 24px;
		right: auto;
		bottom: 24px;
		max-width: 470px;
	}
}

@media screen and (min-width: 1024px) {
	.header-area {
		height: 92px;
	}

	.logo-main img {
		height: 36px;
	}

	.navi-wrap {
		display: block;
	}

	.navi-global {
		display: flex;
		align-items: center;
		gap: 30px;
	}

	.main-navi span {
		position: relative;
		display: inline-block;
		padding: 6px 0;
		font-family: var(--font-en);
		font-size: 12.5px;
		font-weight: 600;
		letter-spacing: .16em;
	}

	.main-navi span::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: var(--ink);
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .4s cubic-bezier(0, 1, .64, 1);
	}

	.main-navi:hover span::after {
		transform: scaleX(1);
		transform-origin: left;
	}

	.navi-quote .main-navi {
		display: inline-block;
		padding: 10px 20px;
		background: var(--ink);
		color: var(--white);
	}

	.navi-quote .main-navi span::after {
		background: var(--accent);
	}

	.humberger-btn,
	.humbergerMenuArea {
		display: none;
	}

	main.index h2 {
		font-size: 50px;
	}
}
