body {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
}

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

html {
	font-size: 16px;
	overflow-x: clip;
	scroll-padding-top: 4rem;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

body:not(.page-contact).is-fixed-sp-visible {
	padding-bottom: 2.5rem;
}

/* html.is-fixed: SP nav open */

html.is-fixed {
	overflow: hidden;
}

/* ========================
   Scroll animation: fade-up
   ======================== */

.js-fade-up {
	opacity: 0;
	transform: translateY(2.5rem);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-fade-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

*,
*::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: optimizeSpeed;
}

/* 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;
}

.l-archive-works {
	margin-top: 0;
}

.l-company-info {
	margin-top: 5rem;
}

.l-company {
	margin-top: 3.125rem;
}

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

.l-paginavi {
	margin-top: 2.5rem;
}

.c-breadcrumb {
	font-size: 0.75rem;
	margin-top: 0.625rem;
	padding: 0.3125rem 0;
}

.c-breadcrumb__list,
.c-breadcrumb__trail ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-breadcrumb__list li,
.c-breadcrumb__trail li {
	align-items: center;
	color: #343434;
	display: inline-flex;
	line-height: 1.6;
}

.c-breadcrumb__list li:not(:last-child)::after,
.c-breadcrumb__trail li:not(:last-child)::after {
	color: #888888;
	content: ">";
	margin-left: 0.5rem;
}

.c-breadcrumb__list a,
.c-breadcrumb__trail a {
	-webkit-text-decoration: none;
	color: #343434;
	text-decoration: none;
	transition: opacity 0.2s;
}

.c-breadcrumb__trail span[property=name] {
	color: inherit;
}

.c-button-gold {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(180deg, #c5a059 0%, #9d8557 100%);
	color: #ffffff;
	display: inline-flex;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.03em;
	min-width: 18.75rem;
	overflow: hidden;
	padding: 1rem 2.875rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s;
}

.c-button-gold::before {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 100%;
	left: -100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	width: 60%;
}

.c-button-outline {
	-webkit-text-decoration: none;
	align-items: center;
	background: transparent;
	border: 1px solid #c5a059;
	color: #c5a059;
	display: inline-flex;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.03rem;
	padding: 0.625rem 1.5rem;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}

.c-button-outline:hover {
	background-color: #c5a059;
	color: #ffffff;
}

.c-button {
	background: linear-gradient(180deg, #c5a059 0%, #9d8557 100%) no-repeat padding-box;
	border-radius: 50px;
	color: #ffffff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.4375rem 0;
	text-align: center;
	text-transform: uppercase;
	width: 12.5rem;
}

button.c-hamburger {
	background: transparent;
	border-radius: 0;
	height: 1.875rem;
	padding: 0;
	position: relative;
	width: 1.875rem;
	z-index: 100;
}

.c-hamburger span {
	background-color: #ffffff;
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: 0.3s;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	top: 15%;
}

.c-hamburger span:nth-child(2) {
	opacity: 1;
	top: 51%;
}

.c-hamburger span:nth-child(3) {
	top: 85%;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 60%;
	transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
	top: 51%;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 60%;
	transform: rotate(-45deg);
}

.c-section-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-align: center;
}

.c-section-header__ja {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.0625rem;
}

.c-section-header__en {
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
}

.c-section-header--left {
	align-items: flex-start;
	text-align: left;
}

.c-section-header--white .c-section-header__ja {
	color: #ffffff;
}

.c-section-header--white .c-section-header__en {
	color: #c5a059;
}

.c-section-header--footer {
	gap: 0.5rem;
}

.c-section-header--footer .c-section-header__ja {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.c-section-header--footer .c-section-header__en {
	font-size: 1rem;
	line-height: 1.75rem;
}

.p-about {
	min-height: 30.0625rem;
	overflow: hidden;
	padding: 5rem 0 4rem;
	position: relative;
}

.p-about__bg {
	background-color: #f5eee0;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-about__bg img {
	-o-object-fit: cover;
	-o-object-position: center top;
	height: 150%;
	object-fit: cover;
	object-position: center top;
	opacity: 0.8;
	width: 100%;
}

.p-about__inner {
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-about .c-section-header {
	gap: 0.5rem;
}

.p-about .c-section-header__ja {
	letter-spacing: 0.1rem;
}

.p-about .c-section-header__en {
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
}

.p-about__text {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05625rem;
	line-height: 1.875rem;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-about__text p {
	line-height: inherit;
}

.p-about__text p + p {
	margin-top: 0;
}

.p-about__watermark {
	bottom: 0;
	color: rgba(255, 255, 255, 0.49);
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.12rem;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 1;
}

.p-archive-news {
	background-color: #ffffff;
	padding: 3rem 0 5rem;
}

.p-archive-news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.p-archive-news__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
}

.p-archive-news__item {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 0.75rem;
}

.p-archive-news__link {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem 0.5rem;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-archive-news__link:hover {
	opacity: 0.7;
}

.p-archive-news__date {
	color: #343434;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	white-space: nowrap;
}

.p-archive-news__badge {
	align-items: center;
	background-color: #c5a059;
	color: #ffffff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	padding: 0 0.625rem;
}

.p-archive-news__badge--cat {
	background-color: transparent;
	border: 1px solid #c5a059;
	color: #c5a059;
}

.p-archive-news__title {
	color: #343434;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.6;
	width: 100%;
}

.p-archive-news__paginavi {
	margin-top: 3rem;
}

.p-archive-news__empty {
	color: #888888;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	margin-top: 3rem;
	text-align: center;
}

.p-archive-works {
	background-color: #ffffff;
	overflow: hidden;
	padding: 3rem 0 max(2.5rem, min(9vw, 8rem));
	position: relative;
}

.p-archive-works__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	position: relative;
	z-index: 1;
}

.p-archive-works__list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-archive-works__empty {
	color: #343434;
	font-size: 0.875rem;
	margin-top: 2.5rem;
	text-align: center;
}

.p-archive-works__paginavi {
	margin-top: 3rem;
	position: relative;
	z-index: 1;
}

.p-archive-works__watermark {
	-webkit-user-select: none;
	-moz-user-select: none;
	bottom: 0;
	color: #efe8d9;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: max(2.5rem, min(9vw, 8rem));
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 0;
	user-select: none;
	white-space: nowrap;
	z-index: 0;
}

.p-archive-works__list .p-project-card.js-fade-up {
	transform: scale(0.97);
	transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.p-archive-works__list .p-project-card.js-fade-up.is-visible {
	transform: scale(1);
}

.p-project-card--archive {
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.p-project-card--archive .p-project-card__inner {
	height: 100%;
}

.p-project-card--archive .p-project-card__img-wrap {
	aspect-ratio: auto;
	border-radius: 0.5rem 0.5rem 0 0;
	height: 12.5rem;
}

.p-project-card--archive .p-project-card__img {
	border-radius: 0.5rem 0.5rem 0 0;
}

.p-project-card--archive .p-project-card__body {
	border: none;
	gap: 0.875rem;
	padding: 0.875rem 0.875rem 1.125rem;
}

.p-project-card--archive .p-project-card__name {
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
}

.p-project-card--archive .p-project-card__specs {
	gap: 0.25rem;
	margin-top: 0;
	width: 100%;
}

.p-project-card--archive .p-project-card__spec {
	border-bottom: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	gap: 0.5rem;
	justify-content: space-between;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	padding-bottom: 0;
}

.p-project-card--archive .p-project-card__spec-label {
	color: #343434;
	font-size: inherit;
	min-width: auto;
	opacity: 1;
}

.p-project-card--archive .p-project-card__spec-value {
	color: #000000;
	font-size: inherit;
	text-align: right;
}

.p-project-card--archive .p-project-card__status {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	margin-top: 0.25rem;
	padding: 0.25rem 1rem;
}

.p-project-card--archive .p-project-card__btn {
	font-size: 1rem;
	margin-top: 0.5rem;
	min-width: 0;
	padding: 1rem 1.25rem;
	width: 100%;
}

.p-business {
	background-color: #ffffff;
	padding: 0 0 7rem;
}

.p-business .c-section-header {
	gap: 0.5rem;
}

.p-business .c-section-header__ja {
	letter-spacing: 0.1rem;
}

.p-business .c-section-header__en {
	letter-spacing: 0.03rem;
}

.p-business__lead {
	color: #343434;
	display: block;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 1.75rem;
	margin-top: 1.25rem;
	text-align: center;
}

.p-business__cards {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.p-business-card {
	background-color: #f9f9f9;
	border: 1px solid #e3e3e3;
	border-radius: 0.5rem;
	transition: box-shadow 0.3s, transform 0.3s;
	width: 100%;
}

.p-business-card__inner {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 3.625rem 1.25rem 1.75rem;
	text-align: center;
	text-decoration: none;
}

.p-business-card__inner:hover {
	opacity: 1;
}

.p-business-card__icon {
	align-items: center;
	display: flex;
	height: 2.625rem;
	justify-content: center;
	width: 2.625rem;
}

.p-business-card__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-business-card__en {
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
	margin-top: 1rem;
}

.p-business-card__title {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.3125rem;
	font-weight: 800;
	letter-spacing: 0.065625rem;
	line-height: 1.75rem;
	margin-top: 0.5rem;
	width: 100%;
}

.p-business-card__desc {
	color: #343434;
	flex: 1;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
	margin-top: 0.75rem;
	width: 100%;
}

.p-business-card__btn {
	margin-top: 1.25rem;
	max-width: 18.75rem;
	pointer-events: none;
	width: 100%;
}

.p-business-card .c-button-outline {
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

.p-business-card.js-fade-up {
	transform: translate3d(0, 1.5rem, 0);
	transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-company-info {
	padding: 4rem 0;
}

.p-company-info__table {
	margin-top: 2.25rem;
}

.p-company-info__row {
	align-items: stretch;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	display: flex;
}

.p-company-info__row:last-child {
	border-bottom: 1px solid #eeeeee;
}

.p-company-info__label {
	align-items: center;
	background-color: #f8f2dd;
	color: #9d8557;
	display: flex;
	flex-shrink: 0;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.8125rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	padding: 0.75rem 0.5rem;
	text-align: center;
	width: 6.875rem;
}

.p-company-info__value {
	color: #343434;
	flex: 1;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	padding: 0.75rem 0.875rem;
}

.p-company {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 28.3125rem 14.25rem;
	overflow: hidden;
	position: relative;
}

.p-company__bg-wrap {
	background-color: #f5eee0;
	height: 28.3125rem;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-company__bg-wrap picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-company__bg-wrap img {
	-o-object-fit: cover;
	height: 220.08%;
	left: -2.43%;
	max-width: none;
	object-fit: cover;
	opacity: 0.8;
	position: absolute;
	top: -66.66%;
	width: 203.17%;
	will-change: transform;
}

.p-company__left {
	align-items: center;
	display: flex;
	flex-direction: column;
	grid-column: 1;
	grid-row: 1;
	justify-content: center;
	min-height: 28.3125rem;
	overflow: visible;
	padding: 2.5rem 15px;
	position: relative;
	z-index: auto;
}

.p-company__left .c-section-header--left {
	align-items: center;
	text-align: center;
}

.p-company__left-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	max-width: 18.625rem;
	position: relative;
	width: 100%;
	z-index: 3;
}

.p-company__watermark {
	color: rgba(255, 255, 255, 0.49);
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 4rem;
	font-weight: 600;
	left: 56%;
	letter-spacing: 0.12rem;
	line-height: 8rem;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 22.5rem;
	transform: translateX(-50%);
	white-space: nowrap;
	width: 19.625rem;
	z-index: 1;
}

.p-company .c-section-header {
	gap: 0.5rem;
}

.p-company__text {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05625rem;
	line-height: 1.875rem;
	text-align: center;
}

.p-company__btn {
	text-align: center;
}

.p-company__btn .c-button-gold {
	max-width: 100%;
	width: 18.6875rem;
}

.p-company__right {
	grid-column: 1;
	grid-row: 2;
	min-height: 14.25rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.p-company__right-img-wrap {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.p-company__right-img-wrap picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-company__right-img {
	-o-object-fit: cover;
	height: 173.35%;
	left: -24.45%;
	max-width: none;
	object-fit: cover;
	position: absolute;
	top: -13.54%;
	width: 152.09%;
	will-change: transform;
}

.p-company__right-overlay {
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-fixed {
	display: none;
}

.p-fixed__link {
	-webkit-text-decoration: none;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 7rem;
}

.p-fixed__body {
	align-items: center;
	background-color: #1a2b3c;
	border-radius: 0.5rem 0 0 0;
	display: flex;
	flex-direction: column;
	padding: 0.8125rem 0.625rem 0.9375rem;
}

.p-fixed__icon {
	display: block;
	flex-shrink: 0;
	height: 1.125rem;
	width: 1.125rem;
}

.p-fixed__text {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.375rem;
	margin-top: 0.375rem;
	text-align: center;
}

.p-fixed__arrow {
	align-items: center;
	background-color: #203449;
	border-radius: 0 0 0 0.5rem;
	display: flex;
	height: 1.3125rem;
	justify-content: center;
	margin-top: -0.5625rem;
}

.p-fixed__arrow img {
	display: block;
	height: 0.75rem;
	transform: rotate(180deg);
	width: 0.4375rem;
}

.p-fixed-sp {
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	transform: translateY(100%);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 200;
}

.p-fixed-sp.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.p-fixed-sp__link {
	-webkit-text-decoration: none;
	background-color: #1a2b3c;
	color: #ffffff;
	display: block;
	height: 2.5rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.p-fixed-sp__body {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	height: 100%;
	justify-content: center;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}

.p-fixed-sp__accent {
	background-color: #203449;
	bottom: 0;
	height: 1.3125rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	z-index: 0;
}

.p-fixed-sp__icon {
	display: block;
	flex-shrink: 0;
	height: 1.125rem;
	width: 1.125rem;
}

.p-fixed-sp__text {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01125rem;
	line-height: 1.375rem;
	white-space: nowrap;
}

.p-fixed-sp__arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}

.p-fixed-sp__arrow img {
	display: block;
	height: 0.72rem;
	transform: rotate(180deg);
	width: 0.42375rem;
}

.p-fixed-banner {
	bottom: 0;
	display: none;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 1rem;
	transform: translateY(100%);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), bottom 0.25s ease;
	z-index: 199;
}

.p-fixed-banner.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.p-fixed-banner__inner {
	height: 5.625rem;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	overflow: hidden;
	position: relative;
}

.p-fixed-banner__img {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-fixed-banner__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	width: 100%;
}

.p-fixed-banner__overlay {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.4s ease;
}

.p-fixed-banner__frame {
	border: 1px solid #ffffff;
	bottom: 0.0625rem;
	left: 0.0625rem;
	pointer-events: none;
	position: absolute;
	right: 0.0625rem;
	top: 0.0625rem;
	z-index: 1;
}

.p-fixed-banner__content {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
	justify-content: center;
	left: 0;
	padding: 0.75rem 1rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.p-fixed-banner__en {
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01rem;
	line-height: 1.375rem;
	text-align: center;
}

.p-fixed-banner__ja {
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.015rem;
	line-height: 1.375rem;
	text-align: center;
}

.p-fixed-banner__link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.p-footer {
	background: linear-gradient(180deg, #1a2b3c 0%, #223e57 100%);
	position: relative;
}

.p-footer__contact {
	padding: 5rem 15px 2.5rem;
}

.p-footer__contact-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
}

.p-footer__contact-text {
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
	margin-top: 0;
}

.p-footer__contact-text-inline {
	display: none;
}

.p-footer__contact-btn {
	display: flex;
	justify-content: center;
	margin-top: 0;
	width: 100%;
}

.c-button-gold--footer {
	align-items: center;
	border-radius: 0;
	display: flex;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.03375rem;
	line-height: 1.75rem;
	min-width: 0;
	padding: 1rem 2.5rem 1rem 2.875rem;
	white-space: nowrap;
	width: 100%;
}

.p-footer__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 0 15px 1.5rem;
}

.p-footer__main {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
}

.p-footer__logo {
	display: block;
	line-height: 1;
}

.p-footer__logo img {
	height: 1.75rem;
	width: auto;
}

.p-footer__divider-v {
	display: none;
}

.p-footer__divider-h {
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
	height: 1px;
	width: 18.75rem;
}

.p-footer__nav {
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-footer__nav-items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-footer__nav-item a {
	-webkit-text-decoration: none;
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
	text-decoration: none;
	transition: color 0.2s;
	white-space: nowrap;
}

.p-footer__nav-item a:hover {
	color: #c5a059;
}

.p-footer__info {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-style: normal;
	gap: 0.9375rem;
	width: 100%;
}

.p-footer__address,
.p-footer__tel {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.6875rem;
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
	text-align: center;
	width: 100%;
}

.p-footer__address p,
.p-footer__tel p {
	color: #ffffff;
}

.p-footer__info-icon,
.p-footer__tel-icon-wrap {
	flex-shrink: 0;
	margin-top: 0;
}

.p-footer__info-icon img,
.p-footer__tel-icon-wrap img {
	-o-object-fit: contain;
	display: block;
	height: 1.25rem;
	object-fit: contain;
	width: 1.25rem;
}

.p-footer__tel-content {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-footer__tel-content a {
	-webkit-text-decoration: none;
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
	text-decoration: none;
	transition: color 0.2s;
}

.p-footer__tel-content a:hover {
	color: #c5a059;
}

.p-footer__tel-content p {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
}

.p-footer__banner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 23.125rem;
	padding-bottom: 1.5rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
}

.p-footer__banner-inner {
	height: 5.625rem;
	overflow: hidden;
	position: relative;
}

.p-footer__banner-img {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-footer__banner-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	width: 100%;
}

.p-footer__banner-overlay {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.4s ease;
}

.p-footer__banner-frame {
	border: 1px solid #ffffff;
	bottom: 0.0625rem;
	left: 0.0625rem;
	pointer-events: none;
	position: absolute;
	right: 0.0625rem;
	top: 0.0625rem;
	z-index: 1;
}

.p-footer__banner-content {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
	justify-content: center;
	left: 0;
	padding: 0.75rem 1rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.p-footer__banner-en {
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01rem;
	line-height: 1.375rem;
	text-align: center;
}

.p-footer__banner-ja {
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.3125rem;
	font-weight: 600;
	letter-spacing: 0.013125rem;
	line-height: 1.375rem;
	text-align: center;
}

.p-footer__banner-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.p-footer__copy {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 1.25rem 15px 1.75rem;
	position: relative;
}

.p-footer__copy small {
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75rem;
	text-align: center;
}

.p-footer__badge {
	display: none;
}

.p-footer__badge img {
	height: 1.9375rem;
	width: auto;
}

.p-greeting {
	display: grid;
	grid-template-columns: 1fr;
	overflow: hidden;
	position: relative;
}

.p-greeting__left {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 4rem 15px 4.5rem;
	position: relative;
	z-index: 2;
}

.p-greeting__left .c-section-header--left {
	align-items: center;
	text-align: center;
}

.p-greeting__bg {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

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

.p-greeting__bg::after {
	background-color: rgba(245, 238, 224, 0.82);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-greeting__left-inner {
	position: relative;
	z-index: 2;
}

.p-greeting__subtitle {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.65;
	margin-top: 1.25rem;
	text-align: center;
}

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

.p-greeting__body p {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
}

.p-greeting__watermark {
	bottom: 0;
	color: rgba(255, 255, 255, 0.49);
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: max(2.25rem, min(9.5vw, 3.25rem));
	font-weight: 600;
	left: 0;
	letter-spacing: 0.03em;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	transform: translateY(6%);
	white-space: nowrap;
	z-index: 1;
}

.p-greeting__right {
	min-height: 17.5rem;
	position: relative;
	z-index: 1;
}

.p-greeting__right picture {
	display: block;
	height: 100%;
	width: 100%;
}

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

.p-header {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0);
	height: 3rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: box-shadow 0.5s ease, transform 0.25s ease-out;
	width: 100%;
	z-index: 1000;
}

.p-header::before {
	background: linear-gradient(180deg, #1a2b3c 0%, #223e57 100%);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 0;
}

.p-header.is-scrolled {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.p-header.is-scrolled::before {
	opacity: 1;
}

.p-header.is-hidden {
	transform: translateY(-100%);
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 0.5rem;
	position: relative;
	z-index: 1;
}

.p-header__logo {
	display: block;
	line-height: 1;
}

.p-header__logo img {
	height: auto;
	width: 10rem;
}

.p-header__drawer {
	display: block;
}

.p-header__pc-nav {
	display: none;
}

.p-pc-nav__items {
	align-items: center;
	display: flex;
	gap: 1.75rem;
	height: 100%;
}

.p-pc-nav__item a {
	-webkit-text-decoration: none;
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03375rem;
	text-decoration: none;
	transition: color 0.2s;
}

.p-pc-nav__item a:hover {
	color: #c5a059;
}

.p-pc-nav__item--btn a.p-pc-nav__contact {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(180deg, #c5a059 0%, #9d8557 100%);
	border-radius: 0.125rem;
	color: #ffffff;
	display: inline-flex;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.03375rem;
	overflow: hidden;
	padding: 0.625rem 1.5rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-pc-nav__item--btn a.p-pc-nav__contact::before {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 100%;
	left: -100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	width: 60%;
}

.p-pc-nav__item--btn a.p-pc-nav__contact:hover {
	color: #ffffff;
	opacity: 0.9;
}

.p-pc-nav__item--btn a.p-pc-nav__contact:hover::before {
	animation: button-gold-shine 0.6s ease forwards;
}

.p-sp-nav {
	align-items: center;
	background: linear-gradient(180deg, #1a2b3c 0%, #223e57 100%);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	width: 100%;
	z-index: 999;
}

.p-sp-nav.is-open {
	transform: translateX(0);
}

.p-sp-nav__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

.p-sp-nav__item {
	opacity: 0;
	transform: translateY(1.25rem);
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.p-sp-nav__item a {
	-webkit-text-decoration: none;
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.p-sp-nav.is-open .p-sp-nav__item {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-sp-nav.is-open .p-sp-nav__item:nth-child(1) {
	transition-delay: 0.25s;
}

.p-sp-nav.is-open .p-sp-nav__item:nth-child(2) {
	transition-delay: 0.33s;
}

.p-sp-nav.is-open .p-sp-nav__item:nth-child(3) {
	transition-delay: 0.41s;
}

.p-sp-nav.is-open .p-sp-nav__item:nth-child(4) {
	transition-delay: 0.49s;
}

.p-sp-nav.is-open .p-sp-nav__item:nth-child(5) {
	transition-delay: 0.57s;
}

.p-sp-nav.is-open .p-sp-nav__item:nth-child(6) {
	transition-delay: 0.65s;
}

.p-mv {
	height: 100svh;
	min-height: 31.25rem;
	overflow: hidden;
	position: relative;
}

.p-mv__slides {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-mv__slide {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 1.2s ease;
	z-index: 0;
}

.p-mv__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.p-mv__bg {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-mv__bg img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 120%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	will-change: transform;
}

.p-mv__overlay {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-mv__content {
	color: #ffffff;
	left: 50%;
	max-width: 94%;
	position: absolute;
	text-align: center;
	top: 33.9%;
	transform: translateX(-50%);
	width: 22.875rem;
	z-index: 2;
}

.p-mv__title {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.075rem;
	line-height: 1.3;
}

.p-mv__text {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05625rem;
	line-height: 1.875rem;
	margin-top: 1.5rem;
}

.p-mv__pager {
	align-items: center;
	bottom: 1.5rem;
	display: flex;
	gap: 0.625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.p-mv__pager-dot {
	background-color: rgba(255, 255, 255, 0.35);
	border: none;
	border-radius: 0.1875rem;
	cursor: pointer;
	height: 0.375rem;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 1.875rem;
}

.p-mv__pager-progress {
	background-color: #c5a059;
	border-radius: 0.1875rem;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.p-mv__pager-dot.is-active {
	background-color: rgba(255, 255, 255, 0.35);
}

.p-mv__pager-dot.is-active .p-mv__pager-progress {
	animation: mv-dot-fill 5s linear forwards;
}

.p-mv__pager-dot:not(.is-active) .p-mv__pager-progress {
	width: 0;
}

/* ========================
   Intro
   ======================== */

.p-page-business-intro {
	padding: 3rem 0 2rem;
}

.p-page-business-intro .l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.p-page-business-intro .c-section-header {
	gap: 0.75rem;
}

.p-page-business-intro__lead {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.85;
	margin-top: 1.25rem;
	padding: 0 0.25rem;
	text-align: center;
}

/* ========================
   List
   ======================== */

.p-page-business {
	overflow: visible;
	padding: 0 0 4rem;
}

.p-page-business__inner {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	overflow: visible;
}

/* ========================
   Item
   SP: 画像 → カード縦積み / PC: 交互レイアウト
   ======================== */

.p-page-business-item {
	display: flex;
	flex-direction: column;
	overflow: visible;
	padding: 0 0.25rem 0.75rem;
	position: relative;
}

.p-page-business-item__media {
	border-radius: 0;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s ease-out;
	width: 100%;
}

.p-page-business-item__media-inner {
	height: 100%;
	width: 100%;
	will-change: transform;
}

.p-page-business-item__media-inner img {
	-o-object-fit: cover;
	display: block;
	height: 13.75rem;
	object-fit: cover;
	width: 100%;
}

.p-page-business-item__card {
	background-color: transparent;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-top: -1.75rem;
	overflow: visible;
	padding: 1.25rem 1rem 2.5rem;
	position: relative;
	z-index: 2;
}

.p-page-business-item__card::before {
	background-color: #c5a059;
	bottom: -0.375rem;
	content: "";
	height: 45%;
	left: -0.375rem;
	max-height: 12.5rem;
	min-height: 7.5rem;
	pointer-events: none;
	position: absolute;
	width: calc(100% - 0.125rem);
	z-index: 0;
}

.p-page-business-item__card::after {
	background-color: #f8f2dd;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-page-business-item--reverse .p-page-business-item__card::before {
	left: -0.375rem;
}

.p-page-business-item__label {
	color: #9d8557;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5;
	position: relative;
	z-index: 3;
}

.p-page-business-item__name {
	color: #9d8557;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 0.125rem;
	position: relative;
	z-index: 3;
}

.p-page-business-item__line {
	background-color: #9d8557;
	height: 1px;
	margin-top: 0.625rem;
	position: relative;
	width: 4.5rem;
	z-index: 3;
}

.p-page-business-item__heading {
	color: #000000;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-top: 1rem;
	position: relative;
	z-index: 3;
}

.p-page-business-item__body {
	margin-top: 0.5rem;
	position: relative;
	z-index: 3;
}

.p-page-business-item__body p {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.9;
}

.p-page-business-item__watermark {
	-webkit-user-select: none;
	-moz-user-select: none;
	bottom: 0;
	color: rgba(255, 255, 255, 0.49);
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: max(2.25rem, min(11.5vw, 3.25rem));
	font-weight: 600;
	left: 0.5rem;
	letter-spacing: 0.03em;
	line-height: 1;
	overflow: visible;
	pointer-events: none;
	position: absolute;
	right: auto;
	user-select: none;
	white-space: nowrap;
	z-index: 2;
}

.p-page-business-item--reverse .p-page-business-item__watermark {
	left: 0.5rem;
	right: auto;
}

.p-contact-info {
	padding: 3.5rem 0 4rem;
}

.p-contact-info__lead {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.85;
	margin-top: 1.5rem;
	text-align: center;
}

.p-contact-info__cards {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2.25rem;
}

.p-contact-info-card {
	align-items: center;
	border: 1px solid #c5a059;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	padding: 1.5rem 1.25rem 1.75rem;
}

.p-contact-info-card__icon {
	flex-shrink: 0;
	height: 2.375rem;
	width: 2.375rem;
}

.p-contact-info-card__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-contact-info-card__label {
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	text-align: center;
}

.p-contact-info-card__text {
	-webkit-text-decoration: none;
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	text-align: center;
	text-decoration: none;
}

.p-contact-info-card__text--tel {
	color: #343434;
	display: block;
	transition: color 0.2s;
}

.p-contact-info-card__text--tel span {
	color: #343434;
	font-size: 0.8125rem;
}

.p-contact-form {
	background: #f9f9f9;
	padding: 3.5rem 0 4.5rem;
}

.p-contact-form__intro {
	width: 100%;
}

.p-contact-form__header {
	border-bottom: 1px solid #c5a059;
	border-top: 1px solid #c5a059;
	padding: 0.625rem;
	text-align: center;
}

.p-contact-form__title {
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 2.125rem;
}

.p-contact-form__lead {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2.125rem;
	margin-top: 0.75rem;
	padding: 0.625rem;
	text-align: center;
}

.p-contact-form__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.75rem;
	max-width: 43.9375rem;
}

.p-contact-form__body .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

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

.p-contact-form__label-col {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.4375rem;
}

.p-contact-form__label-text {
	color: #343434;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
}

.p-contact-form__badge {
	align-items: center;
	background: #c5a059;
	border-radius: 0.25rem;
	color: #ffffff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 0.875rem;
	padding: 0.25rem 0.5rem;
	white-space: nowrap;
}

.p-contact-form__field-col {
	width: 100%;
}

.p-contact-form__field-col .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.p-contact-form__body .wpcf7-form input[type=text],
.p-contact-form__body .wpcf7-form input[type=tel],
.p-contact-form__body .wpcf7-form input[type=email],
.p-contact-form__body .wpcf7-form select,
.p-contact-form__body .wpcf7-form textarea {
	margin-top: 0;
	max-width: none;
}

.p-contact-form__body .wpcf7-form input[type=text],
.p-contact-form__body .wpcf7-form input[type=tel],
.p-contact-form__body .wpcf7-form input[type=email] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0.25rem;
	color: #343434;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 3.125rem;
	letter-spacing: 0.03em;
	padding: 0 0.75rem;
	transition: border-color 0.2s;
	width: 100%;
}

.p-contact-form__body .wpcf7-form input[type=text]::-moz-placeholder,
.p-contact-form__body .wpcf7-form input[type=tel]::-moz-placeholder,
.p-contact-form__body .wpcf7-form input[type=email]::-moz-placeholder {
	color: #b8b6b6;
	font-size: 1rem;
}

.p-contact-form__body .wpcf7-form input[type=text]::placeholder,
.p-contact-form__body .wpcf7-form input[type=tel]::placeholder,
.p-contact-form__body .wpcf7-form input[type=email]::placeholder {
	color: #b8b6b6;
	font-size: 1rem;
}

.p-contact-form__body .wpcf7-form input[type=text]:focus,
.p-contact-form__body .wpcf7-form input[type=tel]:focus,
.p-contact-form__body .wpcf7-form input[type=email]:focus {
	border-color: #c5a059;
	outline: none;
}

.p-contact-form__body .wpcf7-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z' fill='%23343434'/%3E%3C/svg%3E");
	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0.25rem;
	color: #b8b6b6;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 3.125rem;
	letter-spacing: 0.03em;
	padding: 0 2.5rem 0 0.75rem;
	transition: border-color 0.2s;
	width: 100%;
}

.p-contact-form__body .wpcf7-form select:focus {
	border-color: #c5a059;
	outline: none;
}

.p-contact-form__body .wpcf7-form select:valid {
	color: #343434;
}

.p-contact-form__body .wpcf7-form select option {
	color: #343434;
}

.p-contact-form__body .wpcf7-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0.25rem;
	color: #343434;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 10rem;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	padding: 0.75rem;
	resize: vertical;
	transition: border-color 0.2s;
	width: 100%;
}

.p-contact-form__body .wpcf7-form textarea::-moz-placeholder {
	color: #b8b6b6;
	font-size: 1rem;
	line-height: 1.75rem;
}

.p-contact-form__body .wpcf7-form textarea::placeholder {
	color: #b8b6b6;
	font-size: 1rem;
	line-height: 1.75rem;
}

.p-contact-form__body .wpcf7-form textarea:focus {
	border-color: #c5a059;
	outline: none;
}

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

.p-contact-form__body .wpcf7-form .wpcf7-submit,
.p-contact-form__body .wpcf7-form input[type=submit] {
	background: #c5a059;
	background-image: none;
	border: none;
	border-radius: 2.5rem;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	margin: 0;
	max-width: 100%;
	padding: 1.125rem 2.5rem;
	transition: opacity 0.2s;
	width: 18.75rem;
}

.p-contact-form__body .wpcf7-not-valid-tip {
	color: #e74c3c;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

.p-contact-form__body .wpcf7-response-output {
	border-radius: 0.25rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	margin-top: 1.5rem;
	padding: 0.75rem 1rem;
	text-align: center;
}

.p-contact-form__body .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #eaf7ea;
	border: 1px solid #4caf50;
	color: #2e7d32;
}

.p-contact-form__body .wpcf7-response-output.wpcf7-mail-sent-ng,
.p-contact-form__body .wpcf7-response-output.wpcf7-validation-errors,
.p-contact-form__body .wpcf7-response-output.wpcf7-spam-blocked {
	background: #fdecea;
	border: 1px solid #e74c3c;
	color: #c0392b;
}

.p-page-default {
	background-color: #ffffff;
	padding: 3rem 0 5rem;
}

.p-page-default__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.p-page-default__title {
	border-bottom: 1px solid #eeeeee;
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5;
	padding-bottom: 1.5rem;
}

.p-page-default__body {
	color: #343434;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.03em;
	margin-top: 2rem;
}

.p-page-default__body p {
	font-size: 0.875rem;
	line-height: 1.85;
	margin-top: 1.5rem;
}

.p-page-default__body p:first-child {
	margin-top: 0;
}

.p-page-default__body a {
	-webkit-text-decoration: underline;
	color: #c5a059;
	text-decoration: underline;
}

.p-page-default__body h2 {
	border-bottom: 1px solid #c5a059;
	border-top: 1px solid #c5a059;
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 2.5rem;
	padding: 0.625rem 0;
}

.p-page-default__body h3 {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 2rem;
}

.p-page-default__body ul,
.p-page-default__body ol {
	font-size: 0.875rem;
	line-height: 1.85;
	margin-top: 1.5rem;
	padding-left: 1.5rem;
}

.p-page-default__body img {
	display: block;
	height: auto;
	margin-top: 1.5rem;
	max-width: 100%;
}

.p-page-privacy {
	background-color: #f9f9f9;
	padding: 3rem 0 5.5rem;
	position: relative;
}

.p-page-privacy__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	position: relative;
	z-index: 1;
}

.p-page-privacy__title-wrap {
	align-items: center;
	border-bottom: 1px solid #c5a059;
	border-top: 1px solid #c5a059;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	padding: 0.625rem 0;
}

.p-page-privacy__title {
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 2.125rem;
	text-align: center;
}

.p-page-privacy__lead {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	margin-top: 1.25rem;
	text-align: center;
}

.p-page-privacy__list {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	margin-top: 2.5rem;
}

.p-page-privacy__item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 100%;
}

.p-page-privacy__heading {
	color: #000000;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
}

.p-page-privacy__text {
	color: #000000;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	width: 100%;
}

.p-page-privacy__watermark-wrap {
	bottom: 0;
	height: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: auto;
	z-index: 0;
}

.p-page-privacy__watermark {
	-webkit-user-select: none;
	-moz-user-select: none;
	bottom: 0;
	color: #efe8d9;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: max(1.75rem, min(calc(100vw / 8), 2.5rem));
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	position: absolute;
	right: 0;
	user-select: none;
	white-space: nowrap;
}

.p-philosophy {
	background-color: #f9f9f9;
	overflow: hidden;
	padding: 4rem 0 5.5rem;
	position: relative;
}

.p-philosophy__watermark {
	bottom: 0;
	color: #efe8d9;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: max(2.5rem, min(11vw, 3.25rem));
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: -0.5rem;
	transform: translateY(6%);
	white-space: nowrap;
	z-index: 0;
}

.p-philosophy__headline {
	border-bottom: 1px solid #c5a059;
	border-top: 1px solid #c5a059;
	margin-top: 2.25rem;
	padding: 0.625rem 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-philosophy__headline-text {
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 2.125rem;
}

.p-philosophy__list {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 36.625rem;
	position: relative;
	z-index: 1;
}

.p-philosophy__item {
	text-align: center;
}

.p-philosophy__item-title {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.0625rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
}

.p-philosophy__item-desc {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	margin-top: 1rem;
}

.p-preloader {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.p-preloader__top,
.p-preloader__bottom {
	background: #1a2b3c;
	height: 50%;
	left: 0;
	position: absolute;
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
	width: 100%;
}

.p-preloader__top {
	top: 0;
}

.p-preloader__bottom {
	bottom: 0;
}

.p-preloader.is-hidden .p-preloader__top {
	transform: translateY(-100%);
}

.p-preloader.is-hidden .p-preloader__bottom {
	transform: translateY(100%);
}

.p-preloader.is-hidden .p-preloader__block,
.p-preloader.is-hidden .p-preloader__bar {
	opacity: 0;
	transition: none;
	visibility: hidden;
}

.p-preloader__block {
	bottom: 0;
	color: #ffffff;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.p-preloader__title,
.p-preloader__loading {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	left: 0;
	letter-spacing: 0.5em;
	margin: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	transition: opacity 1s ease, transform 1s ease;
	width: 100%;
}

.p-preloader__title {
	bottom: calc(50% + 1rem);
	font-size: 1.25rem;
	font-weight: 600;
}

.p-preloader__loading {
	animation: p-preloader-blink 2.2s linear infinite;
	font-size: 0.875rem;
	font-weight: 500;
	top: calc(50% + 1rem);
}

.p-preloader__title.is-done {
	animation: none;
	opacity: 0;
	transform: translateY(-6.25rem);
}

.p-preloader__loading.is-done {
	animation: none;
	opacity: 0;
	transform: translateY(6.25rem);
}

.p-preloader__bar {
	background: rgba(255, 255, 255, 0.15);
	height: 2px;
	left: 0;
	position: absolute;
	top: calc(50% - 1px);
	transition: transform 0.5s ease;
	width: 100%;
	z-index: 3;
}

.p-preloader__bar.is-done {
	transform: translateX(100%);
}

.p-preloader__progress {
	background: #ffffff;
	height: 100%;
	transition: width 0.15s linear;
	width: 0;
}

.p-project {
	background-color: #ffffff;
	padding: 0 0 2.5rem;
}

.p-project__inner.l-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.p-project .c-section-header {
	gap: 1rem;
}

.p-project .c-section-header__ja {
	letter-spacing: 0.1rem;
}

.p-project .c-section-header__en {
	letter-spacing: 0.03rem;
}

.p-project__list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 0;
	width: 100%;
}

.p-project__list .p-project-card.js-fade-up {
	transform: scale(0.97);
	transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.p-project__list .p-project-card.js-fade-up.is-visible {
	transform: scale(1);
}

.p-project__btn.js-fade-up {
	transition-delay: 360ms;
	transition-duration: 0.7s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-project__btn {
	display: flex;
	justify-content: center;
	margin-top: 0;
	max-width: 100%;
	width: 18.75rem;
}

.c-button-gold--project {
	border-radius: 0;
	box-sizing: border-box;
	display: inline-flex;
	height: 3.75rem;
	letter-spacing: 0.03375rem;
	line-height: 1.75rem;
	max-width: 100%;
	min-width: 0;
	padding: 1rem 2.875rem;
	white-space: nowrap;
	width: 18.75rem;
}

.p-project-card {
	background-color: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	margin-left: auto;
	margin-right: auto;
	max-width: 22.5rem;
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.p-project-card__inner {
	-webkit-text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.p-project-card__inner:hover {
	opacity: 1;
}

.p-project-card__img-wrap {
	flex-shrink: 0;
	height: 15.75rem;
	overflow: hidden;
}

.p-project-card__img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.p-project-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.75rem 0.75rem 1rem;
}

.p-project-card__name {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.0375rem;
	line-height: 1.75rem;
}

.p-project-card__specs {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 0.25rem;
}

.p-project-card__spec {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 0.375rem;
	justify-content: space-between;
	letter-spacing: 0.02625rem;
	line-height: 1.75rem;
}

.p-project-card__spec-label {
	color: #343434;
	flex-shrink: 0;
	font-size: 0.875rem;
	white-space: nowrap;
}

.p-project-card__spec-value {
	color: #000000;
	font-weight: 600;
}

.p-project-card__spec-value--gold {
	color: #c5a059;
	font-weight: 600;
}

.p-project-card__status {
	align-items: center;
	display: inline-flex;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.03375rem;
	line-height: 1.75rem;
	margin-top: 0.5rem;
	padding: 0.25rem 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-project-card__status--available {
	background-color: #c5a059;
	color: #ffffff;
}

.p-project-card__status--sold {
	background: transparent;
	border: 1px solid #c5a059;
	color: #c5a059;
}

.p-project-card__btn {
	align-items: center;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	pointer-events: none;
}

.p-single-news {
	background-color: #ffffff;
	padding: 3rem 0 5rem;
}

.p-single-news__thumbnail {
	overflow: hidden;
}

.p-single-news__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-single-news__header {
	margin-top: 1rem;
}

.p-single-news__date {
	color: #343434;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
}

.p-single-news__title {
	border-bottom: 1px solid #eeeeee;
	color: #343434;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 0.5rem;
	padding-bottom: 0.75rem;
}

.p-single-news__body {
	color: #343434;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.03em;
	margin-top: 2rem;
}

.p-single-news__body p {
	font-size: 0.875rem;
	line-height: 1.85;
	margin-top: 1.5rem;
}

.p-single-news__body p:first-child {
	margin-top: 0;
}

.p-single-news__body a {
	-webkit-text-decoration: underline;
	color: #c5a059;
	text-decoration: underline;
	transition: opacity 0.2s;
}

.p-single-news__body h2 {
	border-bottom: 1px solid #c5a059;
	border-top: 1px solid #c5a059;
	color: #c5a059;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 2.5rem;
	padding: 0.625rem 0;
}

.p-single-news__body h3 {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 2rem;
}

.p-single-news__body ul,
.p-single-news__body ol {
	font-size: 0.875rem;
	line-height: 1.85;
	margin-top: 1.5rem;
	padding-left: 1.5rem;
}

.p-single-news__body li + li {
	margin-top: 0.5rem;
}

.p-single-news__body img {
	display: block;
	height: auto;
	margin-top: 1.5rem;
	max-width: 100%;
}

.p-single-news__pager {
	align-items: center;
	display: flex;
	gap: 0.8125rem;
	justify-content: center;
	margin-top: 3rem;
}

.p-single-news__pager-btn {
	align-items: center;
	border: 1px solid #343434;
	border-radius: 0.25rem;
	color: #343434;
	display: inline-flex;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 0.625rem;
	transition: background-color 0.2s, color 0.2s;
	white-space: nowrap;
}

.p-single-news__pager-btn--prev,
.p-single-news__pager-btn--next {
	min-width: 2.75rem;
}

.p-single-news__pager-btn.is-disabled {
	background-color: #343434;
	color: #ffffff;
	pointer-events: none;
}

.p-single-project {
	background-color: #ffffff;
	overflow: visible;
	padding: 3rem 0 5rem;
}

.p-single-project__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	overflow: visible;
}

.p-single-project__hero {
	overflow: visible;
	position: relative;
}

.p-single-project__img-wrap {
	--watermark-size: max(3rem, min(6.67vw, 8rem));
	margin-top: calc(max(3rem, min(6.67vw, 8rem)) * 120 / 128);
	margin-top: calc(var(--watermark-size) * 120 / 128);
	overflow: visible;
	position: relative;
}

.p-single-project__watermark {
	-webkit-user-select: none;
	-moz-user-select: none;
	color: #efe8d9;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: var(--watermark-size);
	font-weight: 600;
	left: 0;
	letter-spacing: 0.03em;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: auto;
	top: -0.9375em;
	transform: none;
	user-select: none;
	white-space: nowrap;
	z-index: 1;
}

.p-single-project__img {
	-o-object-fit: cover;
	aspect-ratio: 1201/816;
	display: block;
	height: auto;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-single-project__status {
	align-items: center;
	bottom: 0.75rem;
	display: inline-flex;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
	min-width: 10rem;
	padding: 0.75rem 1.5rem;
	position: absolute;
	right: 0.75rem;
	text-align: center;
	z-index: 3;
}

.p-single-project__status--available {
	background: linear-gradient(180deg, #c5a059 0%, #9d8557 100%);
	color: #ffffff;
}

.p-single-project__status--sold {
	background-color: #ffffff;
	border: 1px solid #c5a059;
	color: #c5a059;
}

.p-single-project__summary {
	background-color: #1a2b3c;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.25rem 0.5rem;
}

.p-single-project__summary-name {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5rem;
}

.p-single-project__summary-meta {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-single-project__summary-item {
	align-items: baseline;
	display: flex;
	gap: 0.375rem;
}

.p-single-project__summary-label {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	white-space: nowrap;
}

.p-single-project__summary-value {
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	white-space: nowrap;
}

.p-single-project__summary-value--price {
	font-size: 1.375rem;
}

.p-single-project__overview {
	border-bottom: 0.125rem solid #343434;
	margin-top: 2.5rem;
	padding-bottom: 1rem;
}

.p-single-project__overview-title {
	color: #343434;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5rem;
	text-align: left;
}

.p-single-project__tables {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.p-single-project__table {
	border-collapse: collapse;
	margin: 0;
	min-width: 0;
	table-layout: fixed;
	width: 100%;
}

.p-single-project__row {
	height: 2.75rem;
}

.p-single-project__row .p-single-project__label,
.p-single-project__row .p-single-project__value {
	height: 2.75rem;
}

.p-single-project__row--multiline {
	height: auto;
}

.p-single-project__row--multiline .p-single-project__label,
.p-single-project__row--multiline .p-single-project__value {
	height: auto;
}

.p-single-project__label {
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	box-sizing: border-box;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5rem;
	max-width: 12.5rem;
	min-width: 7.5rem;
	padding: 0.625rem;
	text-align: center;
	vertical-align: middle;
	width: 35.58%;
	word-break: break-word;
}

.p-single-project__value {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	box-sizing: border-box;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.5rem;
	padding: 0.625rem;
	text-align: left;
	vertical-align: middle;
	width: auto;
	word-break: break-word;
}

.p-single-project__row--gold .p-single-project__label {
	background-color: #f8f2dd;
	color: #c5a059;
}

.p-single-project__row--gold .p-single-project__value {
	color: #c5a059;
}

.p-single-project__content {
	color: #343434;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.p-single-project__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.p-single-project__btn-link {
	min-width: 17.5rem;
}

.p-sub-mv {
	height: 15.625rem;
	overflow: hidden;
	position: relative;
}

.p-sub-mv__bg {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-sub-mv__bg img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 120%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	will-change: transform;
}

.p-sub-mv__bg::after {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-sub-mv__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	height: 100%;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.p-sub-mv__en {
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-sub-mv__ja {
	color: #ffffff;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.75rem;
}

.p-top-news {
	background-color: #ffffff;
}

.p-top-news__inner.l-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.p-top-news .c-section-header {
	gap: 0.5rem;
}

.p-top-news .c-section-header__ja {
	letter-spacing: 0.075rem;
}

.p-top-news .c-section-header__en {
	letter-spacing: 0.03rem;
}

.p-top-news__items {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 0;
	width: 100%;
}

.p-top-news__item {
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 0.5rem;
}

.p-top-news__link {
	-webkit-text-decoration: none;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-top-news__link:hover {
	opacity: 0.7;
}

.p-top-news__meta {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.p-top-news__date {
	color: #343434;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
	white-space: nowrap;
}

.p-top-news__badge {
	align-items: center;
	background-color: #c5a059;
	color: #ffffff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.02625rem;
	line-height: 1.75rem;
	padding: 0 0.625rem;
}

.p-top-news__badge--cat {
	background-color: transparent;
	border: 1px solid #c5a059;
	color: #c5a059;
}

.p-top-news__title {
	color: #343434;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
	text-align: left;
	width: 100%;
}

.p-top-news__btn {
	display: flex;
	justify-content: center;
	margin-top: 0;
	max-width: 100%;
	width: 18.75rem;
}

.c-button-gold--news {
	border-radius: 0;
	box-sizing: border-box;
	display: inline-flex;
	height: 3.75rem;
	letter-spacing: 0.03375rem;
	line-height: 1.75rem;
	max-width: 100%;
	min-width: 0;
	padding: 1rem 2.875rem;
	white-space: nowrap;
	width: 18.75rem;
}

.home main > section + section {
	margin-top: 5rem;
}

.home .p-top-news__inner,
.home .p-business .l-inner {
	max-width: none;
}

.u-desktop {
	display: none;
}

.u-hidden-sp {
	display: none;
}

.l-paginavi .wp-pagenavi {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8125rem;
	justify-content: center;
}

.l-paginavi .wp-pagenavi span.pages {
	display: none;
}

.l-paginavi .wp-pagenavi span.extend {
	align-items: center;
	color: #343434;
	display: inline-flex;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 400;
	height: 2.25rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	min-width: 1.75rem;
}

.l-paginavi .wp-pagenavi a,
.l-paginavi .wp-pagenavi span.current {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: 1px solid #343434;
	border-radius: 0.25rem;
	box-sizing: border-box;
	color: #343434;
	display: inline-flex;
	font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", serif;
	font-size: 1rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1rem;
	padding: 0.625rem;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
	width: 1.75rem;
}

.l-paginavi .wp-pagenavi span.current {
	background-color: #343434;
	border-color: #343434;
	color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {

.js-fade-up {
	transition: none;
}

.p-business-card.js-fade-up {
	transition: none;
	transition-delay: 0ms;
}

.p-company__bg-wrap img,
.p-company__right-img {
	will-change: auto;
}

.p-fixed__link,
.p-fixed__body,
.p-fixed__arrow,
.p-fixed__arrow img {
	transition: none;
}

.p-fixed-banner__img img,
.p-fixed-banner__overlay {
	transition: none;
}

.p-footer__banner-img img {
	transition: none;
}

.p-footer__banner-overlay {
	transition: none;
}

.p-header::before {
	transition: none;
}

.p-header {
	transition: transform 0.25s ease-out;
}

.p-mv__slide {
	transition: none;
}

.p-mv__pager-dot.is-active .p-mv__pager-progress {
	animation: none;
	width: 100%;
}

.p-page-business-item__media {
	transition: none;
}

.p-page-business-item__media:hover {
	animation: none;
}

.p-page-business-item__media-inner {
	will-change: auto;
}

.p-preloader__top,
.p-preloader__bottom,
.p-preloader__title,
.p-preloader__loading,
.p-preloader__bar,
.p-preloader__progress {
	transition: none;
}

.p-preloader__loading {
	animation: none;
}

.p-project__list .p-project-card.js-fade-up,
.p-project__btn.js-fade-up {
	transition: none;
	transition-delay: 0ms;
}

}

@media (hover: hover) {

.p-footer__banner-inner:has(.p-footer__banner-link:hover) .p-footer__banner-img img {
	transform: scale(1.05);
}

.p-footer__banner-inner:has(.p-footer__banner-link:hover) .p-footer__banner-overlay {
	background: rgba(0, 0, 0, 0.35);
}

}

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

.p-page-business-item__media-inner img {
	height: 16.25rem;
}

}

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

html {
	font-size: 1.3333333333vw;
}

html {
	scroll-padding-top: 5rem;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

body:not(.page-contact) {
	padding-bottom: 0;
}

body:not(.page-contact).is-fixed-banner-visible {
	padding-bottom: 0;
}

.l-company-info {
	margin-top: 8.75rem;
}

.l-company {
	margin-top: 2.5rem;
}

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

.c-breadcrumb {
	font-size: 0.8125rem;
}

.c-breadcrumb__list a:hover,
.c-breadcrumb__trail a:hover {
	opacity: 0.7;
}

.c-button-gold:hover {
	opacity: 0.9;
}

.c-button-gold:hover::before {
	animation: button-gold-shine 0.6s ease forwards;
}

.p-project-card__inner:hover .c-button-gold {
	opacity: 0.9;
}

.p-project-card__inner:hover .c-button-gold::before {
	animation: button-gold-shine 0.6s ease forwards;
}

.p-business-card__inner:hover .c-button-outline {
	background-color: #c5a059;
	color: #ffffff;
}

.c-section-header__ja {
	font-size: 1.625rem;
}

.c-section-header--footer {
	gap: 0.75rem;
}

.c-section-header--footer .c-section-header__ja {
	font-size: 1.625rem;
}

.p-about {
	min-height: 27.6875rem;
	padding: 5.6875rem 0 5rem;
}

.p-about__bg img {
	-o-object-position: center;
	height: 100%;
	object-position: center;
}

.p-about .c-section-header__ja {
	font-size: 2rem;
	line-height: 2.625rem;
}

.p-about__text {
	line-height: 1.75rem;
	margin-top: 1.75rem;
}

.p-about__watermark {
	font-size: 5.5rem;
	letter-spacing: 0.03em;
	transform: translateY(6%);
}

.p-archive-news {
	padding: 5.75rem 0 7.5rem;
}

.p-archive-news__inner {
	max-width: 78.125rem;
}

.p-archive-news__list {
	gap: 2.25rem;
	margin-top: 3rem;
}

.p-archive-news__link {
	flex-wrap: nowrap;
	gap: 0.5rem;
}

.p-archive-news__date {
	font-size: 1rem;
}

.p-archive-news__badge {
	font-size: 0.875rem;
}

.p-archive-news__title {
	font-size: 1rem;
	line-height: 1.75rem;
	width: auto;
}

.p-archive-news__paginavi {
	margin-top: 4rem;
}

.p-archive-news__empty {
	font-size: 1rem;
}

.p-archive-works {
	padding: 5.75rem 0 max(5rem, min(6.67vw, 8rem));
}

.p-archive-works__inner {
	max-width: 78.125rem;
}

.p-archive-works__list {
	gap: 1.875rem 1.875rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3.5rem;
}

.p-archive-works__paginavi {
	margin-top: 3.75rem;
}

.p-archive-works__list .p-project-card.js-fade-up:nth-child(3n+1) {
	transition-delay: 0ms;
}

.p-archive-works__list .p-project-card.js-fade-up:nth-child(3n+2) {
	transition-delay: 80ms;
}

.p-archive-works__list .p-project-card.js-fade-up:nth-child(3n+3) {
	transition-delay: 160ms;
}

.p-project-card--archive .p-project-card__img-wrap {
	height: 15.75rem;
}

.p-project-card--archive .p-project-card__body {
	padding: 0.875rem 1rem 1.25rem;
}

.p-project-card--archive .p-project-card__name {
	font-size: 1.25rem;
}

.p-project-card--archive .p-project-card__spec {
	font-size: 0.875rem;
}

.p-project-card--archive .p-project-card__status {
	font-size: 1.125rem;
}

.p-project-card--archive .p-project-card__btn {
	font-size: 1.125rem;
	padding: 1rem 2.875rem;
}

.p-business {
	padding: 0 0 6.2rem;
}

.p-business .c-section-header {
	gap: 1rem;
}

.p-business__lead {
	margin-top: 1.875rem;
}

.p-business__cards {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.8125rem;
}

.p-business-card:hover {
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

.p-business-card__inner {
	padding: 3.625rem 1.75rem 3.05rem;
}

.p-business-card__btn {
	max-width: none;
	width: auto;
}

.p-business-card .c-button-outline {
	width: auto;
}

.p-business-card.js-fade-up:nth-child(1) {
	transition-delay: 0ms;
}

.p-business-card.js-fade-up:nth-child(2) {
	transition-delay: 120ms;
}

.p-business-card.js-fade-up:nth-child(3) {
	transition-delay: 240ms;
}

.p-company-info {
	padding: 6.25rem 0;
}

.p-company-info__table {
	margin-top: 3.5rem;
}

.p-company-info__label {
	font-size: 1rem;
	padding: 0.9375rem 1.25rem;
	width: 12.5rem;
}

.p-company-info__value {
	font-size: 1rem;
	padding: 0.9375rem 1.5rem;
}

.p-company {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 27.6875rem;
	height: 27.6875rem;
	overflow: hidden;
}

.p-company__bg-wrap {
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.p-company__bg-wrap img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 0.8;
	right: 0;
	top: 0;
	width: 100%;
}

.p-company__left {
	align-items: flex-start;
	height: 27.6875rem;
	justify-content: center;
	min-height: 27.6875rem;
	overflow: hidden;
	padding: 2.5rem 3.75rem 2.5rem max(15px, calc((100vw - 1250px) / 2 + 25px));
	z-index: 3;
}

.p-company__left .c-section-header--left {
	align-items: flex-start;
	text-align: left;
}

.p-company__left-inner {
	align-items: flex-start;
	max-width: 31.25rem;
}

.p-company__watermark {
	bottom: 0;
	font-size: max(4rem, min(6.67vw, 8rem));
	left: -0.6875rem;
	letter-spacing: max(0.12rem, min(0.2vw, 0.24rem));
	line-height: 1;
	top: auto;
	transform: translateY(6%);
	width: auto;
}

.p-company .c-section-header {
	gap: 1rem;
}

.p-company .c-section-header__ja {
	font-size: 2rem;
	letter-spacing: 0.06rem;
	line-height: 1.75rem;
}

.p-company .c-section-header__en {
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
}

.p-company__text {
	line-height: 1.75rem;
	text-align: left;
}

.p-company__btn {
	text-align: left;
}

.p-company__btn .c-button-gold {
	letter-spacing: 0.03375rem;
	max-width: 100%;
	min-width: 0;
	width: 18.75rem;
}

.p-company__right {
	grid-column: 2;
	grid-row: 1;
	height: 27.6875rem;
	min-height: 27.6875rem;
}

.p-company__right-img {
	height: 173.35%;
	left: -13.11%;
	top: -13.54%;
	width: 118.81%;
}

.p-fixed {
	display: block;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 200;
}

.p-fixed-sp {
	display: none;
}

.p-fixed-banner {
	display: block;
	width: 26.875rem;
}

.p-footer__contact {
	padding: 5rem 0 3.75rem;
}

.p-footer__contact-inner {
	gap: 0;
}

.p-footer__contact-text {
	margin-top: 1.5rem;
}

.p-footer__contact-text-lines {
	display: none;
}

.p-footer__contact-text-inline {
	display: inline;
}

.p-footer__contact-btn {
	margin-top: 1.75rem;
	width: auto;
}

.c-button-gold--footer {
	min-width: 20.625rem;
	padding: 1rem 2.875rem;
	width: 20.625rem;
}

.p-footer__body {
	display: block;
	gap: 0;
	padding: 0;
}

.p-footer__main {
	grid-gap: 0;
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1px minmax(10rem, 12.5rem) 1px 1fr;
	min-height: 13.1875rem;
	padding-bottom: 2.5rem;
}

.p-footer__logo-col {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	padding: 2rem 1.5rem 2rem 1rem;
}

.p-footer__logo img {
	height: 1.75rem;
}

.p-footer__divider-v {
	background: rgba(255, 255, 255, 0.3);
	display: block;
}

.p-footer__divider-h {
	display: none;
}

.p-footer__nav {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	padding: 0.625rem 0 0.625rem 1rem;
	width: auto;
}

.p-footer__nav-items {
	align-items: flex-start;
	gap: 0.75rem;
	width: 100%;
}

.p-footer__info {
	align-items: flex-start;
	gap: 0.9375rem;
	grid-column: 5;
	grid-row: 1;
	max-width: none;
	padding: 0.625rem 0 0.625rem 0.75rem;
	width: auto;
}

.p-footer__address,
.p-footer__tel {
	align-items: flex-start;
	flex-direction: row;
	gap: 0.6875rem;
	max-width: none;
	text-align: left;
	width: auto;
}

.p-footer__address p {
	white-space: nowrap;
}

.p-footer__info-icon,
.p-footer__tel-icon-wrap {
	margin-top: 0.25rem;
}

.p-footer__tel-content {
	align-items: flex-start;
}

.p-footer__banner {
	display: none;
}

.p-footer__banner-ja {
	font-size: 1.5rem;
	letter-spacing: 0.015rem;
}

.p-footer__copy {
	flex-direction: row;
	gap: 1.25rem;
	justify-content: center;
	padding: 2.4rem 1.25rem 1rem;
}

.p-footer__copy small {
	font-size: 0.875rem;
}

.p-footer__badge {
	bottom: 1rem;
	display: block;
	position: absolute;
	right: 1rem;
}

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

.p-greeting__left {
	align-items: flex-start;
	min-height: 38.4375rem;
	padding: 6.25rem 3.75rem 6.25rem max(15px, calc((100vw - 1250px) / 2 + 25px));
}

.p-greeting__left .c-section-header--left {
	align-items: flex-start;
	text-align: left;
}

.p-greeting__subtitle {
	font-size: 1.3125rem;
	line-height: 2.125rem;
	margin-top: 1.75rem;
	text-align: left;
}

.p-greeting__body {
	margin-top: 1.75rem;
	text-align: left;
}

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

.p-greeting__watermark {
	font-size: max(2.5rem, min(6.67vw, 8rem));
	left: -0.6875rem;
}

.p-greeting__right {
	min-height: auto;
}

.p-header {
	height: 4.375rem;
}

.p-header__inner {
	padding: 0 1.5rem;
}

.p-header__logo img {
	width: 19.1875rem;
}

.p-header__drawer {
	display: none;
}

.p-header__pc-nav {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-sp-nav {
	display: none;
}

.p-mv__content {
	max-width: 54.125rem;
	top: 44.83%;
	transform: translateX(-50%);
	width: 54.125rem;
}

.p-mv__title {
	font-size: 4rem;
	letter-spacing: 0.12rem;
	line-height: 1;
	white-space: nowrap;
}

.p-mv__text {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05625rem;
	line-height: 1.875rem;
	margin-top: 2.1375rem;
	max-width: 54.125rem;
}

.p-mv__pager {
	bottom: 1.625rem;
}

.p-page-business-intro {
	padding: 6.25rem 0 2.5rem;
}

.p-page-business-intro .l-inner {
	max-width: 1250px;
}

.p-page-business-intro .c-section-header {
	gap: 1rem;
}

.p-page-business-intro__lead {
	font-size: 1.3125rem;
	letter-spacing: 0.03em;
	line-height: 2.125rem;
	margin-top: 1.75rem;
	padding: 0;
}

.p-page-business {
	padding: 0 0 8.75rem;
}

.p-page-business__inner {
	gap: 7.5rem;
	max-width: 1250px;
}

.p-page-business-item {
	align-items: flex-start;
	flex-direction: row;
	padding: 0 0 0.5rem;
}

.p-page-business-item--reverse {
	flex-direction: row-reverse;
}

.p-page-business-item__media {
	height: 30rem;
	width: 61.67%;
}

.p-page-business-item__media:hover {
	animation: page-business-hang 1.5s ease-in-out 0.3s infinite alternate;
}

.p-page-business-item__media-inner img {
	height: 120%;
	margin-top: -10%;
}

.p-page-business-item__card {
	flex-shrink: 0;
	margin-left: -20.58%;
	margin-right: 0;
	margin-top: 2.5rem;
	padding: 1.5rem 1.875rem 3rem;
	width: 58.17%;
}

.p-page-business-item--reverse .p-page-business-item__card {
	margin-left: 0;
	margin-right: -20.58%;
}

.p-page-business-item__card::before {
	bottom: -0.5rem;
	height: 17.5rem;
	left: -0.5625rem;
	max-height: none;
	min-height: 0;
	width: calc(100% - 0.25rem);
}

.p-page-business-item--reverse .p-page-business-item__card::before {
	left: 0.75rem;
}

.p-page-business-item__label {
	font-size: 1.125rem;
	line-height: 2.125rem;
}

.p-page-business-item__name {
	font-size: 1.5rem;
	line-height: 2.125rem;
	margin-top: 0;
}

.p-page-business-item__line {
	margin-top: 0.75rem;
	width: 5.625rem;
}

.p-page-business-item__heading {
	font-size: 1.3125rem;
	line-height: 2.125rem;
	margin-top: 1.25rem;
}

.p-page-business-item__body p {
	font-size: 1rem;
	line-height: 2.125rem;
}

.p-page-business-item__watermark {
	bottom: 0;
	font-size: max(4rem, min(7.2vw, 6rem));
	left: auto;
	right: 0.5rem;
}

.p-page-business-item--reverse .p-page-business-item__watermark {
	font-size: max(4rem, min(7.2vw, 6rem));
	left: 0.5rem;
	right: auto;
}

.p-contact-info {
	padding: 5rem 0 5rem;
}

.p-contact-info__lead {
	font-size: 1.5rem;
	line-height: 2.625rem;
	margin-top: 1.75rem;
}

.p-contact-info__cards {
	flex-direction: row;
	gap: 1.9375rem;
	justify-content: center;
	margin-top: 3rem;
}

.p-contact-info-card {
	min-height: 11.9375rem;
	padding: 1.5rem 1.3125rem 1.75rem;
	width: 23.75rem;
}

.p-contact-info-card__text {
	font-size: 1rem;
}

.p-contact-info-card__text--tel:hover {
	color: #c5a059;
}

.p-contact-info-card__text--tel span {
	font-size: 1rem;
}

.p-contact-form {
	padding: 4rem 0 6.25rem;
}

.p-contact-form__title {
	font-size: 1.5rem;
}

.p-contact-form__lead {
	font-size: 1.125rem;
	margin-top: 1.125rem;
}

.p-contact-form__body {
	margin-top: 1.3125rem;
}

.p-contact-form__body .wpcf7-form {
	gap: 2.3125rem;
}

.p-contact-form__row {
	align-items: flex-start;
	flex-direction: row;
	gap: 0;
}

.p-contact-form__label-col {
	width: 12.9375rem;
}

.p-contact-form__label-text {
	font-size: 1.125rem;
}

.p-contact-form__field-col {
	margin-top: 0.4375rem;
	width: 31rem;
}

.p-contact-form__body .wpcf7-form textarea {
	height: 8.875rem;
}

.p-contact-form__submit {
	margin-top: 2.5rem;
}

.p-contact-form__body .wpcf7-form .wpcf7-submit,
.p-contact-form__body .wpcf7-form input[type=submit] {
	font-size: 1.5rem;
	padding: 1.25rem 4.375rem;
}

.p-contact-form__body .wpcf7-form .wpcf7-submit:hover,
.p-contact-form__body .wpcf7-form input[type=submit]:hover {
	opacity: 0.85;
}

.p-page-default {
	padding: 5.75rem 0 7.5rem;
}

.p-page-default__inner {
	max-width: 53.125rem;
}

.p-page-default__title {
	font-size: 2rem;
	padding-bottom: 2rem;
}

.p-page-default__body {
	margin-top: 2.5rem;
}

.p-page-default__body p {
	font-size: 1rem;
	line-height: 1.75rem;
}

.p-page-default__body h2 {
	font-size: 1.5rem;
	margin-top: 3.5rem;
}

.p-page-default__body h3 {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.p-page-default__body ul,
.p-page-default__body ol {
	font-size: 1rem;
	line-height: 1.75rem;
}

.p-page-privacy {
	padding: 5.75rem 0 8.75rem;
}

.p-page-privacy__inner {
	max-width: 78.125rem;
}

.p-page-privacy__title-wrap {
	margin-top: 2.5rem;
}

.p-page-privacy__title {
	font-size: 1.5rem;
}

.p-page-privacy__lead {
	font-size: 1.125rem;
	line-height: 2.125rem;
	margin-top: 1.5rem;
}

.p-page-privacy__list {
	gap: 2.25rem;
	margin-top: 3.5rem;
}

.p-page-privacy__item {
	gap: 1rem;
}

.p-page-privacy__heading {
	font-size: 1.3125rem;
}

.p-page-privacy__text {
	font-size: 1rem;
}

.p-page-privacy__watermark {
	font-size: max(3rem, min(6.45vw, 7.9375rem));
	left: 52.03125%;
	letter-spacing: max(0.12rem, min(0.2vw, 0.24rem));
	right: auto;
}

.p-philosophy {
	padding: 6.25rem 0 7.5rem;
}

.p-philosophy__watermark {
	font-size: max(3rem, min(6.67vw, 8rem));
	left: 59.32%;
	right: auto;
}

.p-philosophy__headline {
	margin-top: 3.5rem;
}

.p-philosophy__headline-text {
	font-size: 1.5rem;
}

.p-philosophy__list {
	margin-top: 1rem;
}

.p-philosophy__item-title {
	font-size: 1.3125rem;
}

.p-philosophy__item-desc {
	font-size: 1rem;
}

.p-preloader__title {
	font-size: 1.5625rem;
}

.p-project {
	padding: 0;
}

.p-project__inner.l-inner {
	display: block;
	gap: 0;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-project__list {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3rem;
}

.p-project__list .p-project-card.js-fade-up:nth-child(1) {
	transition-delay: 0ms;
}

.p-project__list .p-project-card.js-fade-up:nth-child(2) {
	transition-delay: 80ms;
}

.p-project__list .p-project-card.js-fade-up:nth-child(3) {
	transition-delay: 160ms;
}

.p-project__list .p-project-card.js-fade-up:nth-child(4) {
	transition-delay: 200ms;
}

.p-project__list .p-project-card.js-fade-up:nth-child(5) {
	transition-delay: 280ms;
}

.p-project__list .p-project-card.js-fade-up:nth-child(6) {
	transition-delay: 360ms;
}

.p-project__btn.js-fade-up {
	transition-delay: 520ms;
}

.p-project__btn {
	margin-top: 3rem;
	width: auto;
}

.c-button-gold--project {
	height: auto;
	min-width: 18.75rem;
	width: auto;
}

.p-project-card {
	max-width: none;
	min-height: 31.25rem;
}

.p-project-card__inner {
	min-height: 31.25rem;
}

.p-project-card__img-wrap {
	height: 15.75rem;
}

.p-project-card__body {
	gap: 0.75rem;
	padding: 0.75rem 0.8125rem 0.8125rem;
}

.p-project-card__specs {
	margin-top: 0;
}

.p-project-card__spec {
	font-family: "Noto Sans JP", sans-serif;
	gap: 0.5rem;
}

.p-project-card__status {
	margin-top: auto;
}

.p-single-news {
	padding: 5rem 0 7.5rem;
}

.p-single-news__thumbnail img {
	aspect-ratio: 1200/536;
}

.p-single-news__header {
	margin-top: 0.625rem;
}

.p-single-news__date {
	font-size: 1rem;
}

.p-single-news__title {
	font-size: 1.5rem;
}

.p-single-news__body {
	margin-top: 2.5rem;
}

.p-single-news__body p {
	font-size: 1rem;
	line-height: 1.75rem;
}

.p-single-news__body a:hover {
	opacity: 0.7;
}

.p-single-news__body h2 {
	font-size: 1.5rem;
	margin-top: 3.5rem;
}

.p-single-news__body h3 {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.p-single-news__body ul,
.p-single-news__body ol {
	font-size: 1rem;
	line-height: 1.75rem;
}

.p-single-news__pager {
	margin-top: 5rem;
}

.p-single-news__pager-btn {
	font-size: 1rem;
}

.p-single-news__pager-btn:hover {
	background-color: #343434;
	color: #ffffff;
}

.p-single-project {
	padding: 5.75rem 0 7.5rem;
}

.p-single-project__inner {
	max-width: 78.125rem;
}

.p-single-project__watermark {
	left: auto;
	right: calc(var(--watermark-size) * -15 / 128);
}

.p-single-project__status {
	bottom: 1.5rem;
	font-size: 1.5rem;
	min-width: 21.4375rem;
	padding: 1rem 2.875rem;
	right: 1.5rem;
}

.p-single-project__summary {
	align-items: center;
	flex-direction: row;
	gap: 1.5rem;
	justify-content: space-between;
	padding: 1.875rem 0.5rem;
}

.p-single-project__summary-name {
	font-size: 2rem;
}

.p-single-project__summary-meta {
	align-items: center;
	flex-direction: row;
	gap: 1.4375rem;
}

.p-single-project__summary-label {
	font-size: 1rem;
}

.p-single-project__summary-value {
	font-size: 2rem;
}

.p-single-project__summary-value--price {
	font-size: 1.875rem;
}

.p-single-project__overview {
	margin-top: 3.5rem;
	padding-bottom: 1.125rem;
}

.p-single-project__overview-title {
	font-size: 1.5rem;
}

.p-single-project__tables {
	align-items: flex-start;
	flex-direction: row;
	gap: 1.5rem;
	justify-content: space-between;
	margin-top: 2rem;
}

.p-single-project__table {
	flex: 1 1 calc(50% - 0.75rem);
	max-width: 35.125rem;
	width: auto;
}

.p-single-project__label {
	font-size: 0.9375rem;
	padding: 0.625rem 1rem;
}

.p-single-project__value {
	font-size: 0.9375rem;
	padding: 0.625rem 1rem;
}

.p-single-project__content {
	font-size: 1rem;
	margin-top: 3rem;
}

.p-single-project__btn {
	margin-top: 3.5rem;
}

.p-single-project__btn-link {
	min-width: 21.4375rem;
}

.p-sub-mv {
	height: 24.75rem;
}

.p-sub-mv__en {
	font-size: 4rem;
}

.p-sub-mv__ja {
	font-size: 1.125rem;
}

.p-top-news {
	padding: 0;
}

.p-top-news__inner.l-inner {
	gap: 0;
	padding-left: 25px;
	padding-right: 25px;
}

.p-top-news .c-section-header {
	gap: 1rem;
}

.p-top-news .c-section-header__ja {
	letter-spacing: 0.1rem;
}

.p-top-news__items {
	margin-top: 1.9375rem;
}

.p-top-news__item {
	padding: 0 0 0.75rem;
}

.p-top-news__link {
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

.p-top-news__title {
	width: auto;
}

.p-top-news__btn {
	margin-top: 2.625rem;
	width: 100%;
}

.home main > section + section {
	margin-top: 6.3rem;
}

.home .p-top-news__inner,
.home .p-business .l-inner {
	max-width: 1250px;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-hidden-sp {
	display: inline;
}

.u-hidden-pc {
	display: none;
}

.l-paginavi .wp-pagenavi a:hover {
	background-color: #343434;
	color: #ffffff;
}

}

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

.p-fixed__link:hover {
	opacity: 0.75;
}

.p-fixed-banner__inner:has(.p-fixed-banner__link:hover) .p-fixed-banner__img img {
	transform: scale(1.05);
}

.p-fixed-banner__inner:has(.p-fixed-banner__link:hover) .p-fixed-banner__overlay {
	background: rgba(0, 0, 0, 0.35);
}

}

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

.c-section-header {
	gap: 1rem;
}

.c-section-header__ja {
	font-size: 2rem;
}

.c-section-header__en {
	font-size: 1rem;
}

.c-section-header--footer .c-section-header__ja {
	font-size: 2rem;
}

.p-about {
	padding-top: 5.75rem;
}

.p-about__watermark {
	font-size: 8rem;
	letter-spacing: 0.24rem;
	line-height: 8rem;
}

.p-archive-works__list {
	gap: 3.75rem 1.875rem;
}

.p-archive-works__watermark {
	font-size: 8rem;
	line-height: 8rem;
}

.p-business-card__en {
	margin-top: 1.25rem;
}

.p-business-card__title {
	margin-top: 0.425rem;
}

.p-business-card__desc {
	margin-top: 1.175rem;
}

.p-business-card__btn {
	margin-top: 1.75rem;
}

.p-fixed-banner {
	max-width: 26.875rem;
	width: calc(14.3125rem + (100vw - 64rem) * 201 / 326);
}

.p-fixed-banner__ja {
	font-size: calc(1rem + (100vw - 64rem) * 8 / 326);
}

.p-footer__main {
	grid-template-columns: 1fr 1px 23.75rem 1px 1fr;
}

.p-footer__logo-col {
	padding: 2.5rem 8.125rem 2.5rem 2.5rem;
}

.p-footer__nav {
	padding: 0.625rem 0 0.625rem 1.5625rem;
}

.p-footer__nav-items {
	width: 11.0625rem;
}

.p-footer__info {
	max-width: none;
	padding: 0.625rem 2.5rem 0.625rem 1.1875rem;
}

.p-footer__tel-content {
	max-width: 18.875rem;
}

.p-page-business-item__media {
	height: 39.5rem;
}

.p-page-business-item__card {
	margin-top: 3.125rem;
}

.p-page-business-item__card::before {
	height: 20.6875rem;
}

.p-page-business-item__watermark {
	font-size: 7rem;
	right: 0.75rem;
}

.p-page-business-item--reverse .p-page-business-item__watermark {
	font-size: 7rem;
	left: 0.5rem;
	right: auto;
}

.p-project__list {
	margin-top: 2.3rem;
}

.p-project-card.is-visible:hover {
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
	transform: translate3d(0, -0.25rem, 0);
}

.p-project-card.is-visible:hover .p-project-card__img {
	transform: scale(1.05);
}

.p-single-project__tables {
	gap: 4.6875rem;
}

.p-single-project__table {
	flex: 1 1 calc(50% - 2.34375rem);
}

.p-single-project__label {
	font-size: 1rem;
	padding: 0.625rem 1.875rem;
	width: 12.5rem;
}

.p-single-project__value {
	font-size: 1rem;
	padding: 0.625rem 1.875rem;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1350px) {

.p-fixed-banner {
	width: 26.875rem;
}

.p-fixed-banner__ja {
	font-size: 1.5rem;
}

}

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

.p-pc-nav__items {
	gap: 2.25rem;
}

.p-single-project__table {
	flex: 0 0 35.125rem;
	width: 35.125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes button-gold-shine {

0% {
	left: -100%;
}

50% {
	left: 30%;
}

100% {
	left: 120%;
}

}

@keyframes mv-dot-fill {

from {
	width: 0;
}

to {
	width: 100%;
}

}

@keyframes page-business-hang {

0% {
	transform: translateY(0);
}

100% {
	transform: translateY(-0.25rem);
}

}

@keyframes p-preloader-blink {

0%,100% {
	opacity: 1;
}

50% {
	opacity: 0;
}

}


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