body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

:root {
	--gold: #b08968;
	--black: #faf6f0;
	--gray-900: #e4dccd;
	--gray-800: #d6cfc5;
	--gray-500: #8a7b6e;
	--gray-400: #6b5d52;
	--gray-300: #4a4039;
	--white: #2e2a26;
	--sage: #7c8471;
}

html {
	overflow-x: clip;
}

body {
	background-color: #faf6f0;
	background-color: var(--black);
	color: #2e2a26;
	color: var(--white);
	line-height: 1.6;
	overflow-x: clip;
}

body.is-fixed {
	overflow: hidden;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.c-section-header__number {
	align-items: center;
	color: #b08968;
	display: inline-flex;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 0.875rem;
}

.c-section-header__number::before {
	background-color: #7c8471;
	content: "";
	height: 1px;
	width: 1.25rem;
}

.c-section-header__title {
	color: #2e2a26;
	font-size: max(2rem, min(4vw, 2.5rem));
	font-weight: 600;
	line-height: 1.4;
}

.l-footer {
	border-top: 1px solid #e4dccd;
	padding: 4.5rem 0 2.5rem;
}

.l-footer__top {
	border-bottom: 1px solid #e4dccd;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	padding-bottom: 2.5rem;
}

.l-footer__wordmark {
	color: #2e2a26;
	font-family: "Instrument Serif", serif;
	font-size: 2.125rem;
	font-style: italic;
	line-height: 1;
}

.l-footer__tagline {
	color: #8a7b6e;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	margin-top: 1rem;
}

.l-footer__nav ul {
	grid-gap: 0.875rem 2.5rem;
	display: grid;
	gap: 0.875rem 2.5rem;
	grid-template-columns: repeat(2, auto);
	list-style: none;
}

.l-footer__nav a {
	-webkit-text-decoration: none;
	color: #6b5d52;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-decoration: none;
	transition: color 0.3s ease;
}

.l-footer__nav a:hover {
	color: #b08968;
}

.l-footer__bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2.25rem;
}

.l-footer__copyright {
	color: #8a7b6e;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
}

.l-footer__top-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #8a7b6e;
	display: inline-flex;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	gap: 0.5rem;
	letter-spacing: 0.16em;
	text-decoration: none;
	transition: color 0.3s ease;
}

.l-footer__top-link:hover {
	color: #2e2a26;
}

.l-footer__top-arrow {
	color: #7c8471;
	font-size: 0.8125rem;
}

.l-header {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(250, 246, 240, 0.82);
	border-bottom: 1px solid #e4dccd;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	z-index: 100;
}

.l-header.is-scrolled {
	background-color: rgba(250, 246, 240, 0.95);
	border-bottom-color: rgba(46, 42, 38, 0.08);
}

.l-header.is-scrolled .l-header__inner {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.l-header.is-scrolled .l-header__logo img {
	height: 1.75rem;
}

.l-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	transition: padding 0.3s ease;
}

.l-header__logo {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	text-decoration: none;
}

.l-header__logo img {
	-o-object-fit: contain;
	display: block;
	height: 2.375rem;
	object-fit: contain;
	transition: height 0.3s ease;
	width: auto;
}

.l-header__nav {
	display: none;
}

.u-mobile.l-header__hamburger {
	background: none;
	border: none;
	cursor: pointer;
	height: 1.25rem;
	position: relative;
	width: 1.875rem;
	z-index: 1000;
}

.u-mobile.l-header__hamburger span {
	background-color: #2e2a26;
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.3s;
	width: 100%;
}

.u-mobile.l-header__hamburger span:nth-child(1) {
	top: 0;
}

.u-mobile.l-header__hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.u-mobile.l-header__hamburger span:nth-child(3) {
	bottom: 0;
}

.u-mobile.l-header__hamburger.is-open span:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
}

.u-mobile.l-header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.u-mobile.l-header__hamburger.is-open span:nth-child(3) {
	bottom: 9px;
	transform: rotate(-45deg);
}

.u-mobile.l-header__drawer {
	-webkit-backdrop-filter: blur(10px);
	align-items: center;
	backdrop-filter: blur(10px);
	background-color: rgba(250, 246, 240, 0.98);
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.4s, visibility 0.4s;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.u-mobile.l-header__drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.u-mobile .l-header__drawer-nav ul {
	list-style: none;
	text-align: center;
}

.u-mobile .l-header__drawer-nav ul li {
	margin-bottom: 2rem;
}

.u-mobile .l-header__drawer-nav ul li a {
	-webkit-text-decoration: none;
	color: #2e2a26;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.u-mobile .l-header__drawer-nav ul li a:hover {
	color: #b08968;
}

.l-section {
	padding: 8rem 0;
}

.l-section--bg {
	background-color: #e4dccd;
}

.l-section__header {
	margin-bottom: 4rem;
}

.l-sidelabel {
	display: none;
}

.p-about {
	background-color: #faf6f0;
	position: relative;
}

.p-about__inner {
	position: relative;
}

.p-about__card {
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	margin-top: 2.5rem;
	padding: 2rem;
}

.p-about__image {
	aspect-ratio: 1/1;
	border-radius: 0.625rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 100%;
}

.p-about__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-about__content {
	flex-grow: 1;
}

.p-about__role {
	color: #b08968;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.p-about__name {
	color: #2e2a26;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 1.375rem;
	margin-top: 0.625rem;
}

.p-about__desc {
	color: #4a4039;
	font-size: 0.875rem;
	line-height: 1.9;
	margin-bottom: 0.875rem;
}

.p-about__desc:last-child {
	margin-bottom: 0;
}

.p-article {
	margin: 0 auto;
	max-width: 47.5rem;
}

.p-article__crumb {
	color: #8a7b6e;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	padding: 2rem 0 0;
}

.p-article__crumb a {
	-webkit-text-decoration: none;
	color: #8a7b6e;
	text-decoration: none;
}

.p-article__crumb a:hover {
	color: #b08968;
}

.p-article__head {
	border-bottom: 1px solid #e4dccd;
	padding: 1.25rem 0 1.5rem;
}

.p-article__cat {
	color: #b08968;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.12em;
}

.p-article__title {
	color: #2e2a26;
	font-family: "Instrument Serif", serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.32;
	margin: 0.875rem 0 1.125rem;
}

.p-article__meta {
	color: #8a7b6e;
	display: flex;
	flex-wrap: wrap;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	gap: 1rem;
	letter-spacing: 0.05em;
}

.p-author {
	align-items: center;
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 0.5rem;
	display: flex;
	gap: 0.9375rem;
	margin: 1.625rem 0 0.5rem;
	padding: 1.125rem 1.25rem;
}

.p-author__av {
	background: linear-gradient(135deg, #d9c7b4, #b08968);
	border-radius: 50%;
	flex: none;
	height: 3.375rem;
	overflow: hidden;
	width: 3.375rem;
}

.p-author__av img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-author__name {
	color: #2e2a26;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-author__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin: 0.375rem 0;
}

.p-author__badge {
	border: 1px solid #b08968;
	border-radius: 0.1875rem;
	color: #b08968;
	display: inline-block;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.625rem;
	letter-spacing: 0.06em;
	padding: 0.1875rem 0.5rem;
}

.p-author__title {
	color: #8a7b6e;
	font-size: 0.75rem;
	line-height: 1.6;
}

.p-article__body {
	color: #4a4039;
	font-size: 1rem;
	line-height: 2.05;
	padding: 2.125rem 0 0.625rem;
}

.p-article__body h2 {
	border-left: 0.1875rem solid #b08968;
	color: #2e2a26;
	font-family: "Instrument Serif", serif;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 2.5rem 0 1rem;
	padding-left: 0.875rem;
}

.p-article__body p {
	margin: 0 0 1.375rem;
}

.p-article__body a {
	-webkit-text-decoration: underline;
	color: #b08968;
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
}

.p-article__lead {
	color: #2e2a26;
	font-size: 1.0625rem;
}

.p-consult {
	background: #2e2a26;
	border-radius: 0.5rem;
	color: #faf6f0;
	margin: 2.5rem 0 0.625rem;
	padding: 2.5rem 2.75rem;
	text-align: center;
}

.p-consult__ey {
	color: #b08968;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.2em;
}

.p-consult__title {
	font-family: "Instrument Serif", serif;
	font-size: 1.6875rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
	margin: 0.75rem 0;
}

.p-consult__text {
	color: #d6cfc5;
	font-size: 0.875rem;
	line-height: 1.9;
	margin: 0 auto 1.5rem;
	max-width: 32.5rem;
}

.p-consult__btn {
	-webkit-text-decoration: none;
	background: #b08968;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	padding: 0.9375rem 2.125rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-consult__btn:hover {
	transform: translateY(-0.125rem);
}

.p-related {
	margin-top: 3.375rem;
}

.p-related__h {
	color: #b08968;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.2em;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-related__grid {
	grid-gap: 1.375rem;
	display: grid;
	gap: 1.375rem;
	grid-template-columns: 1fr;
}

.p-related__card {
	-webkit-text-decoration: none;
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 0.5rem;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.p-related__card:hover {
	border-color: #b08968;
	transform: translateY(-0.25rem);
}

.p-related__media {
	align-items: center;
	background: linear-gradient(135deg, #f0e8dc, #dccdbb);
	color: rgba(154, 116, 90, 0.3);
	display: flex;
	font-family: "Instrument Serif", serif;
	font-size: 1.75rem;
	font-style: italic;
	height: 6.875rem;
	justify-content: center;
}

.p-related__body {
	padding: 1.125rem;
}

.p-related__cat {
	color: #b08968;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
}

.p-related__title {
	color: #2e2a26;
	font-family: "Instrument Serif", serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0.375rem;
}

.p-blog__media-seal {
	bottom: -1.375rem;
	opacity: 0.16;
	pointer-events: none;
	position: absolute;
	right: -1.625rem;
	width: 9.375rem;
}

.p-blog__media-eyebrow {
	color: #6b5d52;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.59375rem;
	letter-spacing: 0.24em;
	opacity: 0.85;
	position: relative;
	z-index: 1;
}

.p-blog__media-cover {
	color: #2e2a26;
	font-family: "Instrument Serif", serif;
	font-size: 2.375rem;
	font-style: italic;
	line-height: 1.05;
	margin-top: 0.375rem;
	position: relative;
	z-index: 1;
}

.p-blog__media-rule {
	background: #b08968;
	height: 2px;
	margin-top: 0.75rem;
	position: relative;
	width: 2.125rem;
	z-index: 1;
}

.p-blog__card-media.p-blog__card-media--seo {
	background: linear-gradient(135deg, #f3ece0, #e3d3bf);
}

.p-blog__card-media.p-blog__card-media--law {
	background: linear-gradient(135deg, #f1e7da, #dfcdb6);
}

.p-blog__card-media.p-blog__card-media--web {
	background: linear-gradient(135deg, #f5efe6, #e7dac8);
}

.p-blog__card-media.p-blog__card-media--log {
	background: linear-gradient(135deg, #efe6d8, #ddccb6);
}

.p-blog__card-media.p-blog__card-media--base {
	background: linear-gradient(135deg, #f4ede2, #e5d4c1);
}

.l-header__nav .is-current,
.l-header__drawer-nav .is-current {
	color: #b08968;
}

.p-blog__head {
	padding: 3.5rem 0 2.5rem;
	text-align: center;
}

.p-blog__eyebrow {
	color: #b08968;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.28em;
}

.p-blog__title {
	font-family: "Instrument Serif", serif;
	font-size: 2.75rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2;
	margin: 0.875rem 0 0.75rem;
}

.p-blog__lead {
	color: #8a7b6e;
	font-size: 0.875rem;
	line-height: 1.9;
}

.p-blog__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1.625rem;
}

.p-blog__chip {
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 999px;
	color: #8a7b6e;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.06em;
	padding: 0.4375rem 1rem;
}

.p-blog__chip.is-active {
	background: #2e2a26;
	border-color: #2e2a26;
	color: #faf6f0;
}

.p-blog__feature {
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 0.5rem;
	display: grid;
	grid-template-columns: 1fr;
	margin: 1.875rem 0 2.5rem;
	overflow: hidden;
}

.p-blog__feature-media {
	-webkit-text-decoration: none;
	background: linear-gradient(135deg, #f4ede2, #e5d4c1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 13.75rem;
	overflow: hidden;
	padding: 0 2.5rem;
	position: relative;
	text-decoration: none;
}

.p-blog__feature-media::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-size: 11.875rem;
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.11;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.p-blog__feature-media .p-blog__media-cover {
	font-size: 3.625rem;
}

.p-blog__feature-badge {
	background: #b08968;
	border-radius: 0.1875rem;
	color: #fff;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.625rem;
	left: 1rem;
	letter-spacing: 0.14em;
	padding: 0.375rem 0.75rem;
	position: absolute;
	top: 1rem;
}

.p-blog__feature-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
}

.p-blog__cat {
	color: #b08968;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.12em;
}

.p-blog__feature-title {
	color: #2e2a26;
	font-family: "Instrument Serif", serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.35;
	margin: 0.75rem 0;
}

.p-blog__feature-ex {
	color: #8a7b6e;
	font-size: 0.875rem;
	line-height: 1.9;
}

.p-blog__meta {
	color: #8a7b6e;
	display: flex;
	flex-wrap: wrap;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	gap: 1rem;
	letter-spacing: 0.05em;
	margin-top: 1.25rem;
}

.p-blog__grid {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	padding-bottom: 1.25rem;
}

.p-blog__card {
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.p-blog__card:hover {
	border-color: #b08968;
	box-shadow: 0 1.125rem 2.5rem -1.5rem rgba(176, 137, 104, 0.4);
	transform: translateY(-0.25rem);
}

.p-blog__card:hover .p-blog__card-title {
	color: #b08968;
}

.p-blog__card-media {
	-webkit-text-decoration: none;
	background: linear-gradient(135deg, #f4ede2, #e5d4c1);
	display: flex;
	flex-direction: column;
	height: 10rem;
	justify-content: center;
	overflow: hidden;
	padding: 0 1.5rem;
	position: relative;
	text-decoration: none;
}

.p-blog__card-media::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-size: 11.875rem;
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.11;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.p-blog__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.375rem;
}

.p-blog__card-title {
	color: #2e2a26;
	font-family: "Instrument Serif", serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0.625rem 0;
	transition: color 0.3s ease;
}

.p-blog__card-ex {
	color: #8a7b6e;
	flex: 1;
	font-size: 0.8125rem;
	line-height: 1.85;
}

.p-blog__card-meta {
	color: #8a7b6e;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	margin-top: 1rem;
}

.p-concept {
	background-color: transparent;
	overflow: visible;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	text-align: center;
}

.p-concept::before {
	-webkit-user-select: none;
	-moz-user-select: none;
	bottom: -4.5rem;
	color: #7c8471;
	content: "Hygge";
	font-family: "Instrument Serif", serif;
	font-size: max(9rem, min(50vw, 52rem));
	font-style: italic;
	left: 20%;
	letter-spacing: -0.01em;
	line-height: 0.78;
	opacity: 0.09;
	pointer-events: none;
	position: absolute;
	user-select: none;
	white-space: nowrap;
	z-index: 0;
}

.p-concept__content {
	font-feature-settings: "palt";
	display: inline-block;
	margin: 0 auto;
	max-width: 50rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-concept__lead {
	color: #2e2a26;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 2.5rem;
}

.p-concept__body {
	color: #6b5d52;
	font-size: 0.875rem;
	line-height: 2.2;
}

.p-concept__body p {
	margin-bottom: 1rem;
}

.p-concept__body p:last-child {
	margin-bottom: 0;
}

.p-contact {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 50rem;
}

.p-contact__lead {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-bottom: 3.75rem;
	margin-top: 1.5rem;
	text-align: center;
}

.p-contact__form {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-contact__item {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-contact__item label {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 0.75rem;
}

.p-contact__item input,
.p-contact__item textarea {
	background: rgba(46, 42, 38, 0.02);
	border: 1px solid #e4dccd;
	border-radius: 4px;
	color: #2e2a26;
	font-size: 1rem;
	padding: 1rem;
	transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
	width: 100%;
}

.p-contact__item input::-moz-placeholder,
.p-contact__item textarea::-moz-placeholder {
	color: #8a7b6e;
}

.p-contact__item input::placeholder,
.p-contact__item textarea::placeholder {
	color: #8a7b6e;
}

.p-contact__item input:focus,
.p-contact__item textarea:focus {
	background: rgba(46, 42, 38, 0.04);
	border-color: #b08968;
	box-shadow: 0 0 0 3px rgba(176, 137, 104, 0.12);
	outline: none;
}

.p-contact__item textarea {
	min-height: 12.5rem;
	resize: vertical;
}

.p-contact__submit {
	margin-top: 1.25rem;
	text-align: center;
}

.p-contact__submit button {
	border: none;
	cursor: pointer;
}

.p-contact__field {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-contact__field-label {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 0.75rem;
}

.p-contact__types {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1fr;
}

.p-contact__type {
	cursor: pointer;
	display: block;
}

.p-contact__type input {
	height: 1px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 1px;
}

.p-contact__type-inner {
	align-items: flex-start;
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 0.625rem;
	display: flex;
	gap: 0.8125rem;
	padding: 1rem;
	position: relative;
	transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

.p-contact__type input:checked + .p-contact__type-inner {
	background: #fbf3ea;
	border-color: #b08968;
	box-shadow: inset 0 0 0 1px #b08968;
}

.p-contact__type input:focus-visible + .p-contact__type-inner {
	box-shadow: 0 0 0 3px rgba(176, 137, 104, 0.2);
}

.p-contact__type-icon {
	color: #6b5d52;
	flex: none;
	height: 1.5rem;
	margin-top: 0.125rem;
	width: 1.5rem;
}

.p-contact__type input:checked + .p-contact__type-inner .p-contact__type-icon {
	color: #b08968;
}

.p-contact__type-text {
	flex: 1;
}

.p-contact__type-title {
	color: #2e2a26;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-contact__type-desc {
	color: #8a7b6e;
	display: block;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.1875rem;
}

.p-contact__type-dot {
	border: 1.5px solid #e4dccd;
	border-radius: 50%;
	height: 1rem;
	position: absolute;
	right: 0.875rem;
	top: 0.875rem;
	width: 1rem;
}

.p-contact__type input:checked + .p-contact__type-inner .p-contact__type-dot {
	background: radial-gradient(circle, #b08968 0,#b08968 0.3125rem, transparent 0.375rem);
	background: radial-gradient(circle, #b08968 0 0.3125rem, transparent 0.375rem);
	border-color: #b08968;
}

.p-cta {
	position: relative;
}

.p-cta__inner {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	margin: 0 auto;
	max-width: 64rem;
	text-align: center;
}

.p-cta__title {
	color: #2e2a26;
	font-size: max(2rem, min(4vw, 2.5rem));
	font-weight: 600;
}

.p-cta__text {
	color: #6b5d52;
	font-size: 0.9375rem;
	line-height: 2;
}

.p-cta__button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: 1px solid #b08968;
	border-radius: 999px;
	color: #b08968;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 0.75rem;
	margin: 0 auto;
	padding: 1.125rem 2.75rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.p-cta__button:hover {
	animation: btn-neon-flicker 0.5s ease-in-out;
	background-color: #b08968;
	border-color: #b08968;
	box-shadow: 0 0 10px rgba(176, 137, 104, 0.6), 0 0 20px rgba(176, 137, 104, 0.6), 0 0 40px rgba(176, 137, 104, 0.6);
	color: #faf6f0;
}

.p-flow {
	background-color: #faf6f0;
}

.p-flow__timeline {
	margin-top: 2.5rem;
	padding-left: 2.5rem;
	position: relative;
}

.p-flow__timeline::before {
	background: linear-gradient(to bottom, #b08968 0%, rgba(176, 137, 104, 0.25) 90%, rgba(176, 137, 104, 0) 100%);
	bottom: 0.375rem;
	content: "";
	left: 0.6875rem;
	position: absolute;
	top: 0.375rem;
	width: 2px;
}

.p-flow__item {
	margin-bottom: 2.25rem;
	position: relative;
}

.p-flow__item:last-child {
	margin-bottom: 0;
}

.p-flow__step {
	align-items: center;
	background-color: #faf6f0;
	border: 2px solid #b08968;
	border-radius: 50%;
	color: #b08968;
	display: flex;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	font-weight: 500;
	height: 1.5rem;
	justify-content: center;
	left: -2.5rem;
	position: absolute;
	top: 0.125rem;
	width: 1.5rem;
}

.p-flow__bg-num,
.p-flow__glow,
.p-flow__track-line,
.p-flow__progress-bar {
	display: none;
}

.p-flow__content {
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 0.625rem;
	padding: 1.375rem 1.5rem;
	transition: border-color 0.3s ease;
}

.p-flow__content:hover {
	border-color: #b08968;
}

.p-flow__title {
	color: #2e2a26;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-bottom: 0.5rem;
}

.p-flow__desc {
	color: #6b5d52;
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-hero {
	background-color: #faf6f0;
	min-height: 100svh;
	overflow: hidden;
	padding: 7.5rem 0 5rem;
	position: relative;
}

.p-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100svh - 12.5rem);
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-hero__motif {
	display: block;
	height: auto;
	opacity: 0.07;
	pointer-events: none;
	position: absolute;
	right: -4rem;
	top: 4.5rem;
	width: 15rem;
	z-index: 0;
}

.p-hero__content {
	max-width: 55rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-hero__eyebrow {
	color: #8a7b6e;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.625rem;
	letter-spacing: 0.16em;
	margin-bottom: 1.5rem;
}

.p-hero__title {
	color: #2e2a26;
	font-family: "Shippori Mincho", "Noto Sans JP", sans-serif, serif;
	font-size: 1.6875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.p-hero__lead {
	color: #4a4039;
	font-size: 0.8125rem;
	line-height: 1.95;
	margin-top: 1.75rem;
}

.p-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2.25rem;
}

.p-hero__tag {
	border: 1px solid #e4dccd;
	border-radius: 999px;
	color: #8a7b6e;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.625rem;
	letter-spacing: 0.12em;
	padding: 0.375rem 0.875rem;
	transition: all 0.3s;
}

.p-hero__tag:hover {
	border-color: #b08968;
	color: #b08968;
}

.p-hero__scroll {
	display: none;
}

.p-hero__scroll-text {
	color: #8a7b6e;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.625rem;
	letter-spacing: 0.3em;
}

.p-hero__scroll-line {
	background-color: #e4dccd;
	height: 4rem;
	overflow: hidden;
	position: relative;
	width: 1px;
}

.p-hero__scroll-line::after {
	animation: scroll-line 2s cubic-bezier(0.76, 0, 0.24, 1) infinite;
	background-color: #b08968;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-opening {
	align-items: center;
	background-color: #faf6f0;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	overflow: hidden;
	padding: 1.5rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.opening-skip .p-opening {
	display: none;
}

.opening-playing,
.opening-playing body {
	overflow: hidden;
}

.p-opening__lockup {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.p-opening__seal-wrap {
	display: inline-block;
	position: relative;
}

.p-opening__seal {
	display: block;
	height: auto;
	width: max(6rem, min(24vw, 11rem));
	will-change: transform;
}

.p-opening__shadow {
	background: radial-gradient(ellipse at center, rgba(176, 137, 104, 0.4), rgba(176, 137, 104, 0) 72%);
	border-radius: 50%;
	bottom: -1rem;
	height: 1rem;
	left: 50%;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 72%;
	will-change: transform, opacity;
}

.opening-playing .p-opening__seal {
	transform: translateX(-130vw);
}

.opening-playing .p-opening__shadow {
	opacity: 0;
}

.opening-playing .p-opening__word > span {
	transform: translateY(130%);
}

.opening-playing .p-opening__tag {
	opacity: 0;
}

.p-opening__wordmark {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-opening__name {
	color: #2e2a26;
	display: inline-flex;
	font-family: "Instrument Serif", serif;
	font-size: max(1.875rem, min(7vw, 3.5rem));
	font-style: italic;
	gap: 0.24em;
	line-height: 1;
	white-space: nowrap;
}

.p-opening__word {
	display: inline-block;
	margin-bottom: -0.2em;
	overflow: hidden;
	padding-bottom: 0.2em;
}

.p-opening__word > span {
	display: inline-block;
	will-change: transform;
}

.p-opening__tag {
	color: #7c8471;
	font-family: "JetBrains Mono", monospace;
	font-size: max(0.5625rem, min(2.2vw, 0.6875rem));
	letter-spacing: 0.2em;
}

.p-philosophy {
	margin: 0 auto;
	max-width: 55rem;
	text-align: center;
}

.p-philosophy__title {
	color: #2e2a26;
	font-size: max(1.7rem, min(3.6vw, 2.4rem));
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 2rem;
}

.p-philosophy__desc {
	color: #6b5d52;
	font-size: 0.9375rem;
	line-height: 2;
	margin: 0 auto;
	max-width: 40rem;
	white-space: pre-line;
}

.p-service {
	position: relative;
}

.p-service__inner {
	position: relative;
	z-index: 1;
}

.p-service__grid {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-service__card {
	background-color: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 0.875rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 2rem;
	transition: border-color 0.3s ease;
}

.p-service__card:hover {
	border-color: #b08968;
}

.p-service__title {
	color: #b08968;
	font-size: 1.125rem;
	font-weight: 600;
}

.p-service__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	list-style: none;
}

.p-service__item {
	color: #6b5d52;
	font-size: 0.9375rem;
	padding-left: 1.5rem;
	position: relative;
}

.p-service__item::before {
	color: #b08968;
	content: "—";
	left: 0;
	position: absolute;
}

.p-strength__plate {
	border-bottom: 1px solid #2e2a26;
	border-top: 1px solid #2e2a26;
	margin-top: 3rem;
}

.p-strength__row {
	grid-gap: 1.5rem;
	border-top: 1px dashed #d6cfc5;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	padding: 2.75rem 0;
}

.p-strength__row:first-child {
	border-top: none;
}

.p-strength__row:hover .p-strength__rule {
	width: 5rem;
}

.p-strength__row:hover .p-strength__measure {
	color: #b08968;
}

.p-strength__marker {
	grid-gap: 0.875rem;
	align-items: center;
	display: grid;
	gap: 0.875rem;
	grid-template-columns: auto 1fr;
	padding-top: 0.375rem;
}

.p-strength__dot {
	background: #7c8471;
	border-radius: 50%;
	display: block;
	height: 0.625rem;
	position: relative;
	width: 0.625rem;
}

.p-strength__dot::after {
	border: 1px solid #7c8471;
	border-radius: 50%;
	bottom: -0.375rem;
	content: "";
	left: -0.375rem;
	opacity: 0.4;
	position: absolute;
	right: -0.375rem;
	top: -0.375rem;
}

.p-strength__index {
	color: #6b5d52;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.24em;
}

.p-strength__rule {
	display: none;
}

.p-strength__content {
	max-width: 38.75rem;
}

.p-strength__lead {
	color: #b08968;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	margin: 0 0 0.875rem;
	text-transform: uppercase;
}

.p-strength__title {
	color: #2e2a26;
	font-family: "Instrument Serif", serif;
	font-size: max(1.625rem, min(3.4vw, 2.375rem));
	font-weight: 400;
	letter-spacing: -0.005em;
	line-height: 1.35;
	margin: 0 0 1.375rem;
	padding-bottom: 1.25rem;
	position: relative;
}

.p-strength__title::after {
	background: #b08968;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 3rem;
}

.p-strength__desc {
	color: #6b5d52;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.95;
	margin: 0;
}

.p-strength__measure {
	display: none;
}

.p-work__feature {
	grid-gap: 0;
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 1rem;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	margin-bottom: 2.5rem;
	overflow: hidden;
}

.p-work__feature-media {
	display: block;
	overflow: hidden;
	position: relative;
}

.p-work__feature-media img {
	-o-object-fit: cover;
	aspect-ratio: 16/10;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	width: 100%;
}

.p-work__feature-media::after {
	background: linear-gradient(135deg, rgba(176, 137, 104, 0.2), rgba(46, 42, 38, 0.06));
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-work__feature-media::before {
	border: 1px solid rgba(46, 42, 38, 0.1);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.p-work__feature-media:hover img {
	transform: scale(1.04);
}

.p-work__feature-body {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	padding: 2rem;
}

.p-work__tag {
	color: #b08968;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.12em;
}

.p-work__feature-title {
	color: #2e2a26;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.45;
}

.p-work__feature-desc {
	color: #4a4039;
	font-size: 0.875rem;
	line-height: 1.9;
}

.p-work__feature-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin-top: 0.25rem;
}

.p-work__feature-meta li {
	border: 1px solid #e4dccd;
	border-radius: 999px;
	color: #8a7b6e;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.625rem;
	letter-spacing: 0.06em;
	padding: 0.25rem 0.75rem;
}

.p-work__link {
	-webkit-text-decoration: none;
	align-items: center;
	align-self: flex-start;
	color: #b08968;
	display: inline-flex;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.75rem;
	gap: 0.375rem;
	letter-spacing: 0.06em;
	margin-top: 0.5rem;
	text-decoration: none;
}

.p-work__link svg,
.p-work__link i {
	transition: transform 0.3s ease;
}

.p-work__link:hover svg,
.p-work__link:hover i {
	transform: translate(2px, -2px);
}

.p-work__scroll-wrapper {
	margin-top: 0.5rem;
}

.p-work__grid {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-work__card {
	background: #fffdf9;
	border: 1px solid #e4dccd;
	border-radius: 0.875rem;
	overflow: hidden;
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.p-work__card:hover {
	border-color: #b08968;
	box-shadow: 0 1.125rem 2.5rem -1.5rem rgba(176, 137, 104, 0.4);
	transform: translateY(-0.25rem);
}

.p-work__card:hover .p-work__title {
	color: #b08968;
}

.p-work__content {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	padding: 1.75rem;
}

.p-work__title {
	color: #2e2a26;
	font-size: 1.1875rem;
	font-weight: 600;
	line-height: 1.5;
	transition: color 0.3s;
	white-space: pre-line;
}

.p-work__detail {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.p-work__label {
	color: #8a7b6e;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.12em;
}

.p-work__label--gold {
	color: #b08968;
}

.p-work__text {
	color: #4a4039;
	font-size: 0.875rem;
	line-height: 1.7;
	white-space: pre-line;
}

.p-work__result {
	border-top: 1px solid #e4dccd;
	padding-top: 1rem;
}

.p-work__result-text {
	color: #2e2a26;
	font-size: 0.9375rem;
	font-weight: 600;
	white-space: pre-line;
}

.p-work__note {
	color: #8a7b6e;
	font-size: 0.75rem;
	line-height: 1.8;
	margin-top: 1.75rem;
}

.p-work__controls,
.p-work__pagination {
	display: none;
}

.u-text-gold {
	color: #b08968 !important;
	color: var(--gold) !important;
}

.u-required {
	background-color: rgba(124, 132, 113, 0.1);
	border: 1px solid rgba(124, 132, 113, 0.45);
	border-radius: 999px;
	color: #7c8471;
	display: inline-block;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 0.25rem 0.5625rem;
}

@media screen and (min-width: 600px) {

.p-contact__types {
	grid-template-columns: 1fr 1fr;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.25vw;
}

.l-inner {
	max-width: 1330px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-footer {
	padding: 6rem 0 3rem;
}

.l-footer__top {
	align-items: flex-start;
	flex-direction: row;
	gap: 3rem;
	justify-content: space-between;
	padding-bottom: 3.5rem;
}

.l-footer__wordmark {
	font-size: 2.75rem;
}

.l-footer__nav ul {
	gap: 1.125rem 2.5rem;
	grid-template-columns: repeat(3, auto);
}

.l-footer__bottom {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.l-header.is-scrolled .l-header__inner {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.l-header.is-scrolled .l-header__logo img {
	height: 2.125rem;
}

.l-header__inner {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.l-header__logo img {
	height: 3rem;
}

.l-header__nav {
	display: block;
}

.l-header__nav ul {
	display: flex;
	gap: 2rem;
	list-style: none;
}

.l-header__nav ul a {
	-webkit-text-decoration: none;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #6b5d52;
	font-size: 0.875rem;
	padding: 0.375rem 0.75rem;
	text-decoration: none;
	transition: all 0.3s;
}

.l-header__nav ul a:hover {
	animation: btn-neon-flicker 0.5s ease-in-out;
	background-color: #b08968;
	border-color: #b08968;
	box-shadow: 0 0 10px rgba(176, 137, 104, 0.6), 0 0 20px rgba(176, 137, 104, 0.6);
	color: #faf6f0;
}

.p-about__card {
	align-items: center;
	flex-direction: row;
	gap: 3.5rem;
	margin-top: 3.5rem;
	padding: 3.5rem 3rem;
}

.p-about__image {
	width: 18.75rem;
}

.p-about__name {
	font-size: 2rem;
}

.p-about__desc {
	font-size: 0.9375rem;
	line-height: 2;
}

.p-article__title {
	font-size: 2.75rem;
}

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

.p-blog__head {
	padding: 4.5rem 0 2.875rem;
}

.p-blog__title {
	font-size: 3.5rem;
}

.p-blog__feature {
	grid-template-columns: 1.05fr 0.95fr;
}

.p-blog__feature-media {
	min-height: 18.75rem;
}

.p-blog__feature-body {
	padding: 2.75rem;
}

.p-blog__feature-title {
	font-size: 2rem;
}

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

.p-concept {
	padding-bottom: 12.5rem;
	padding-top: 12.5rem;
}

.p-concept__lead {
	font-size: 2rem;
	margin-bottom: 5rem;
}

.p-concept__body {
	font-size: 1rem;
}

.p-contact {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.p-contact__lead {
	font-size: 1rem;
	margin-bottom: 5rem;
	margin-top: 2rem;
}

.p-flow__title {
	font-size: 1.1875rem;
}

.p-flow__desc {
	font-size: 0.9375rem;
}

.p-hero {
	min-height: 100vh;
	padding: 8.75rem 0 6.25rem;
}

.p-hero__inner {
	min-height: calc(100vh - 15rem);
}

.p-hero__motif {
	opacity: 0.1;
	right: -3.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 41.25rem;
}

.p-hero__eyebrow {
	font-size: 0.75rem;
	letter-spacing: 0.3em;
	margin-bottom: 2.25rem;
}

.p-hero__title {
	font-size: max(2.6rem, min(5vw, 4.4rem));
	line-height: 1.34;
}

.p-hero__lead {
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.25rem;
}

.p-hero__tags {
	gap: 1rem;
	margin-top: 3rem;
}

.p-hero__tag {
	font-size: 0.6875rem;
}

.p-hero__scroll {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	position: absolute;
	right: 0;
	z-index: 2;
}

.p-opening__lockup {
	gap: 1.875rem;
}

.p-philosophy__desc {
	font-size: 1rem;
}

.p-service__grid {
	gap: 1.75rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-strength__plate {
	margin-top: 4.5rem;
}

.p-strength__row {
	align-items: start;
	gap: 3.5rem;
	grid-template-columns: 11.25rem 1fr 6rem;
	padding: 4rem 0;
}

.p-strength__marker {
	align-items: flex-start;
	gap: 1.25rem;
	grid-auto-flow: row;
	grid-template-columns: 1fr;
	padding-top: 0.75rem;
}

.p-strength__rule {
	background: #b08968;
	display: block;
	grid-column: 1;
	height: 1px;
	transition: width 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
	width: 2.5rem;
}

.p-strength__measure {
	color: #8a7b6e;
	display: block;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	letter-spacing: 0.18em;
	padding-top: 0.875rem;
	text-align: right;
	transition: color 0.4s ease;
}

.p-work__feature {
	align-items: stretch;
	grid-template-columns: 1.05fr 1fr;
}

.p-work__feature-body {
	justify-content: center;
	padding: 2.75rem;
}

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

}

@media screen and (min-width: 1180px) {

.l-sidelabel {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: center;
	color: #8a7b6e;
	display: flex;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.6875rem;
	gap: 0.875rem;
	left: max(1.375rem, calc(50% - 43.125rem));
	letter-spacing: 0.34em;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	user-select: none;
	writing-mode: vertical-rl;
	z-index: 50;
}

.l-sidelabel::before {
	background-color: #7c8471;
	content: "";
	height: 3rem;
	width: 1px;
}

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes btn-neon-flicker {

0%,100% {
	opacity: 1;
}

10% {
	opacity: 0.1;
}

25% {
	opacity: 1;
}

40% {
	opacity: 0.3;
}

60% {
	opacity: 1;
}

75% {
	opacity: 0.6;
}

}

@keyframes scroll-line {

0% {
	transform: translateY(-100%);
}

100% {
	transform: translateY(100%);
}

}


/*# sourceMappingURL=style.css.map */
