@charset "utf-8";

/* toppage / Re-Value */

.is-top,
#top {
	--p-top-gold: #c0963e;
	--p-top-gold-soft: #d4b06a;
	--p-top-gold-pale: rgba(192, 150, 62, 0.12);
	--p-top-txt: #333;
	--p-top-txt-muted: #666;
	--p-top-bg: #fff;
	--p-top-bg-soft: #f7f7f7;
	--p-top-border: #e5e5e5;
	--p-top-max: 1100px;
}

html body.is-top,
html body:has(#top) {
	background-color: var(--p-top-bg);
}
body:has(#top),
.is-top,
.is-top .l-wrapper {
	background-color: var(--p-top-bg);
	color: var(--p-top-txt);
}
.is-top .l-wrapper,
body:has(#top) .l-wrapper {
	padding: 0;
	overflow: visible;
}
body:has(#top) a,
.is-top a {
	color: var(--p-top-gold);
}
main article#top {
	width: 100%;
	max-width: none;
	flex-grow: 1;
}
body:has(#top) main article#top,
.is-top main article#top {
	width: 100%;
}
main article#top section,
body:has(#top) main article section,
.is-top main article section {
	margin-top: 0;
}
main article#top section section,
main article#top .p-top__service-grid>section,
main article#top .p-top__strength-grid>section,
main article#top .p-top__casestudy-grid>section {
	margin-top: 0;
}
#top p {
	color: var(--p-top-txt-muted);
}
#top h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.2rem;
	font-weight: 700;
	position: relative;
	padding: 0;
	margin-bottom: 4rem;
	border-bottom: none;
	letter-spacing: 0.04em;
	color: var(--p-top-txt);
	line-height: 1.5;
}
#top h2 span {
	display: inline;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: inherit;
	margin-top: 0;
	letter-spacing: 0.08em;
	color: var(--p-top-gold);
}
#top h2::before,
#top h2::after {
	display: none;
}
#top h3 {
	margin-bottom: 1.2rem;
	padding-left: 0;
	border-left: none;
	font-weight: 700;
	color: var(--p-top-txt);
}

body:has(#top) header,
.is-top header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.2rem;
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 1.6rem 4rem;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
body:has(#top) .l-header-container,
.is-top .l-header-container {
	max-width: none;
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
}
body:has(#top) .l-header-container img,
.is-top .l-header-container img {
	display: block;
	width: 18rem;
	max-width: 100%;
	height: auto;
}
body:has(#top) .l-megamenu,
.is-top .l-megamenu {
	margin-top: 0;
	position: static;
	transform: none;
	width: auto;
	flex-shrink: 0;
	display: block;
	height: auto;
	overflow: visible;
	background: transparent;
}
body:has(#top) .l-megamenu>ul,
.is-top .l-megamenu>ul {
	justify-content: flex-end;
	gap: 0.4rem;
}
body:has(#top) .l-megamenu>ul>li,
.is-top .l-megamenu>ul>li {
	width: auto;
	flex-grow: 0;
}
body:has(#top) .l-megamenu>ul>li>a,
.is-top .l-megamenu>ul>li>a {
	font-size: 1.3rem;
	padding: 0.8rem 1.6rem;
	color: var(--p-top-txt);
	text-decoration: none;
	letter-spacing: 0.14em;
	border-top: none;
}
body:has(#top) .l-megamenu>ul>li>a:hover,
.is-top .l-megamenu>ul>li>a:hover {
	opacity: 1;
	color: var(--p-top-gold);
	background: transparent;
}
body:has(#top) .l-megamenu>ul>li.p-top__nav-contact>a,
.is-top .l-megamenu>ul>li.p-top__nav-contact>a {
	border: 1px solid var(--p-top-gold);
	color: var(--p-top-gold);
	padding: 0.8rem 2rem;
}
body:has(#top) .l-megamenu>ul>li.p-top__nav-contact>a::after,
.is-top .l-megamenu>ul>li.p-top__nav-contact>a::after {
	display: none;
}
body:has(#top) .l-megamenu div,
.is-top .l-megamenu div {
	display: none;
}

.p-top__section-label {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: var(--p-top-gold);
	margin-bottom: 1.6rem;
}
.p-top__section-label+h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.p-top__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20rem;
	padding: 1.4rem 2.8rem;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	text-decoration: none;
	position: relative;
	transition: opacity 0.3s, background 0.3s, color 0.3s, border-color 0.3s;
}
.p-top__btn::after {
	display: none;
}
.p-top__btn--fill {
	background: var(--p-top-gold);
	color: #fff;
	border: 1px solid var(--p-top-gold);
}
.p-top__btn--outline {
	background: #fff;
	color: var(--p-top-gold);
	border: 1px solid var(--p-top-gold);
}
.p-top__btn:hover {
	opacity: 0.85;
	text-decoration: none;
}
.p-top__btn--fill:hover {
	color: #fff;
}
.p-top__btn--outline:hover {
	color: var(--p-top-gold);
}

.p-top__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: stretch;
	min-height: 100rem;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
}
.p-top__hero::before {
	position: absolute;
	content: "";
	left: 4%;
	top: 18%;
	width: min(42vw, 420px);
	height: min(42vw, 420px);
	background: url(/images/bg/logo.svg) no-repeat center / contain;
	opacity: 0.06;
	pointer-events: none;
	z-index: 0;
}
.p-top__hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: none;
	width: 100%;
	padding: 12rem 4rem 8rem 6rem;
	box-sizing: border-box;
}
.p-top__hero h1 {
	margin: 0 0 2rem;
	padding: 0;
	border-bottom: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: var(--p-top-txt-muted);
}
.p-top__catch span {
	color: var(--p-top-gold);
}
.p-top__hero .p-top__catch {
	margin: 0 0 2.4rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(3.2rem, 4vw, 4.4rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.04em;
	color: var(--p-top-txt);
}
.p-top__hero p.lead {
	max-width: 52rem;
	margin: 0 0 3.6rem;
	line-height: 2;
	font-size: 1.5rem;
	color: var(--p-top-txt-muted);
}
.p-top__hero-visual {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}
.p-top__hero-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.p-top__intro {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 6rem;
	align-items: start;
	padding: 10rem 4rem;
	border-top: 1px solid var(--p-top-gold);
	border-bottom: 1px solid var(--p-top-gold);
	overflow: hidden;
}
.p-top__intro::before {
	position: absolute;
	content: "";
	left: 0%;
	top: 50%;
	width: 160%;
	height: 1px;
	background-color: #ccc;
	transform: translate(-50%, -50%) rotate(135deg);
	pointer-events: none;
	z-index: 0;
}
.p-top__intro::after {
	position: absolute;
	content: "";
	left: 100%;
	top: 50%;
	width: 160%;
	height: 1px;
	background-color: var(--p-top-gold);
	transform: translate(-50%, -50%) rotate(135deg);
	pointer-events: none;
	z-index: 0;
}
.p-top__intro>div {
	position: relative;
	z-index: 1;
}
.p-top__intro>div:first-child h2 {
	margin-bottom: 0;
	font-size: 2.8rem;
}
.p-top__intro>div:last-child p {
	font-size: 1.8rem;
	line-height: 2.1;
	color: var(--p-top-txt-muted);
	margin-bottom: 1.6rem;
	font-weight: bold;
}
.p-top__intro>div:last-child p:last-child {
	margin-bottom: 0;
}

.p-top__service {
	position: relative;
	padding: 10rem 4rem;
}
.p-top__service>h2 {
	margin-bottom: 4.8rem;
}
.p-top__service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4rem 3.2rem;
	counter-reset: p-top-service;
}
.p-top__service-grid>section {
	counter-increment: p-top-service;
	position: relative;
	padding-top: 5.6rem;
}
.p-top__service-grid>section::before {
	content: counter(p-top-service, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1;
	color: var(--p-top-gold);
}
.p-top__service-grid h3 {
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 0 0 1.2rem;
	color: var(--p-top-txt);
	font-weight: 700;
}
.p-top__service-grid p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: var(--p-top-txt-muted);
	margin-bottom: 0;
}

.p-top__strength {
	padding: 8rem 4rem 10rem;
	background: #F4F4F3;
	;
}
.p-top__strength>h2 {
	margin-bottom: 4.8rem;
}
.p-top__strength-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4rem;
	counter-reset: p-top-strength;
}
.p-top__strength-grid>section {
	counter-increment: p-top-strength;
	padding: 0 0 0 2.4rem;
	border-left: 2px solid var(--p-top-gold);
}
.p-top__strength-grid>section::before {
	content: counter(p-top-strength, decimal-leading-zero);
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
	color: var(--p-top-gold);
	margin-bottom: 1.6rem;
}
.p-top__strength-grid h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 1.6rem;
	color: var(--p-top-txt);
	font-weight: 700;
}
.p-top__strength-grid p {
	font-size: 1.6rem;
	color: var(--p-top-txt-muted);
	margin-bottom: 0;
}

.p-top__casestudy {
	padding: 8rem 4rem 10rem;
	background: #fff;
}
.p-top__casestudy>h2 {
	margin-bottom: 4.8rem;
}
.p-top__casestudy-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.4rem;
	counter-reset: p-top-casestudy;
}
.p-top__casestudy-grid>section {
	counter-increment: p-top-casestudy;
	position: relative;
	padding: 5.6rem 2.8rem 3.2rem;
	background: #fafafa;
	border-top: 3px solid var(--p-top-gold);
	border-left: none;
}
.p-top__casestudy-grid>section::before {
	content: counter(p-top-casestudy, decimal-leading-zero);
	position: absolute;
	top: 2rem;
	right: 2.4rem;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	color: var(--p-top-gold);
	margin-bottom: 0;
	opacity: 0.7;
}
.p-top__casestudy-grid h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 2rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid rgba(192, 150, 62, 0.35);
	color: var(--p-top-txt);
	font-weight: 700;
}
.p-top__casestudy-grid ul.c-listing {
	margin: 0;
	padding: 0;
	list-style: none;
}
.p-top__casestudy-grid ul.c-listing li {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.7;
	color: var(--p-top-txt-muted);
	margin: 0;
	padding: 1rem 0 1rem 1.6rem;
	border-bottom: 1px solid #eee;
}
.p-top__casestudy-grid ul.c-listing li::before {
	position: absolute;
	left: 0;
	top: 2.0rem;
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	background: var(--p-top-gold);
	border-radius: 50%;
}
.p-top__casestudy-grid ul.c-listing li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.p-top__company {
	position: relative;
	padding: 8rem 4rem 10rem;
	overflow: hidden;
}
.p-top__company>h2 {
	margin-bottom: 4.8rem;
}
.p-top__company-body {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
	gap: 4rem;
	align-items: center;
}
.p-top__company-mark {
	min-height: 28rem;
	background: url(/images/bg/logo.svg) no-repeat center / contain;
	opacity: 0.08;
}
.p-top__company dl {
	position: relative;
	z-index: 1;
	margin: 0;
}
.p-top__company dl dt,
.p-top__company dl dd {
	margin: 0;
	padding: 1.6rem 2rem;
	line-height: 1.8;
}
.p-top__company dl dt {
	float: left;
	width: 28%;
	clear: left;
	box-sizing: border-box;
	color: var(--p-top-gold);
	font-weight: 700;
}
.p-top__company dl dd {
	margin-left: 28%;
	color: var(--p-top-txt);
}
.p-top__company dl>*:nth-child(4n+1),
.p-top__company dl>*:nth-child(4n+2) {
	background: #fafafa;
}
.p-top__company dl>*:nth-child(4n+3),
.p-top__company dl>*:nth-child(4n+4) {
	background: #fff;
}
.p-top__company dl::after {
	content: "";
	display: block;
	clear: both;
}

.p-top__contact {
	position: relative;
	padding: 10rem 4rem;
	overflow: hidden;
	background: #fafafa;
	text-align: center;
}
.p-top__contact-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 0 5rem;
}
.p-top__contact-inner .p-top__section-label {
	margin-bottom: 1.6rem;
}
.p-top__contact-inner h2 {
	margin-bottom: 2.4rem;
	font-size: 2.8rem;
}
.p-top__contact-inner>p {
	max-width: 56rem;
	margin: 0 auto 3.6rem;
	font-size: 1.5rem;
	line-height: 2;
	color: var(--p-top-txt-muted);
	text-align: center;
}

body:has(#top) footer,
.is-top footer {
	background-color: var(--p-top-bg-soft);
	text-align: left;
	padding-top: 0;
	color: var(--p-top-txt-muted);
}
body:has(#top) .p-top__footer-inner,
.is-top .p-top__footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 4rem;
	align-items: start;
	padding: 6rem 4rem 4rem;
	border-top: 1px solid var(--p-top-border);
}
.is-top .p-top__footer-brand address {
	margin: 2rem 0 0;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 2;
	color: var(--p-top-txt-muted);
	text-align: left;
}
.is-top footer .logo img {
	max-width: 18rem;
	margin-top: 0;
}
.is-top footer ul.l-footerNav {
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1.2rem 0;
}
.is-top footer ul.l-footerNav li a {
	font-size: 1.6rem;
	padding: 0 1.6rem;
	color: var(--p-top-txt);
	text-decoration: none;
}
.is-top footer ul.l-footerNav li a:hover {
	color: var(--p-top-gold);
	opacity: 1;
}
body:has(#top) footer small,
.is-top footer small {
	display: block;
	background-color: transparent;
	border-top: 1px solid var(--p-top-border);
	color: #999;
	padding: 2.4rem 0;
	text-align: center;
}
.is-top #pageTop a {
	color: var(--p-top-gold);
	background: #fff;
	border: 1px solid var(--p-top-gold);
}

@media screen and (max-width: 1025px) {
	body:has(#top) .l-wrapper,
	.is-top .l-wrapper {
		padding: 0;
		margin: 0 auto;
		overflow: visible;
	}
	body:has(#top) .l-header-container,
	.is-top .l-header-container {
		background: transparent;
		padding: 0;
		width: auto;
	}
	body:has(#top) header,
	.is-top header {
		padding: 1.2rem 2rem;
	}
	body:has(#top) .l-hamburger,
	body:has(#top) .l-header-sp,
	.is-top .l-hamburger,
	.is-top .l-header-sp {
		display: none;
	}
	body:has(#top) .l-megamenu,
	.is-top .l-megamenu {
		display: block;
		height: auto;
		overflow: visible;
		background: transparent;
		position: static;
		transform: none;
		right: auto;
		margin-top: 0;
	}
	body:has(#top) .l-megamenu>ul,
	.is-top .l-megamenu>ul {
		display: flex;
		margin-bottom: 0;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	body:has(#top) .l-megamenu>ul>li,
	.is-top .l-megamenu>ul>li {
		width: auto;
		text-align: left;
		margin: 0;
	}
	body:has(#top) .l-megamenu>ul>li>a,
	.is-top .l-megamenu>ul>li>a {
		border-top: none;
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
	.p-top__hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.p-top__hero-inner {
		padding: 4rem 2rem 4rem;
	}
	.p-top__hero-inner p.lead br {
		display: none;
	}
	.p-top__hero-visual {
		min-height: 36rem;
		order: -1;
	}
	.p-top__hero-visual img {
		clip-path: none;
	}
	.p-top__intro,
	.p-top__service,
	.p-top__strength,
	.p-top__casestudy,
	.p-top__company {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.p-top__intro {
		grid-template-columns: 1fr;
		gap: 3.2rem;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.p-top__intro::before {
		top: 20%;
		left: 0;
	}
	.p-top__intro::after {
		top: 80%;
	}
	#top h2 {
		font-size: 2.6rem;
		margin-bottom: 3.2rem;
	}
	.p-top__service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3.2rem 2.4rem;
	}
	.p-top__strength-grid,
	.p-top__casestudy-grid {
		grid-template-columns: 1fr;
		gap: 3.2rem;
	}
	.p-top__company-body {
		grid-template-columns: 1fr;
	}
	.p-top__company-mark {
		min-height: 16rem;
	}
	.p-top__company dl dt,
	.p-top__company dl dd {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.p-top__company dl dt {
		padding-bottom: 0.4rem;
	}
	.p-top__company dl dd {
		padding-top: 0.4rem;
	}
	.p-top__contact {
		padding: 8rem 2rem;
	}
	.p-top__contact-inner {
		padding: 0;
	}
	.p-top__contact .c-miniConversion {
		width: 90% !important;
		margin: 0 auto;
	}

	body:has(#top) .p-top__footer-inner,
	.is-top .p-top__footer-inner {
		grid-template-columns: 1fr;
		gap: 3.2rem;
		padding: 5.6rem 2rem 4rem;
		justify-items: center;
		text-align: center;
	}
	body:has(#top) .p-top__footer-brand,
	.is-top .p-top__footer-brand {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	body:has(#top) .p-top__footer-brand address,
	.is-top .p-top__footer-brand address {
		text-align: center;
	}
	body:has(#top) footer ul.l-footerNav,
	.is-top footer ul.l-footerNav {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 0;
		width: 100%;
	}
	body:has(#top) footer ul.l-footerNav li,
	.is-top footer ul.l-footerNav li {
		max-width: none;
		width: auto;
		flex: 0 0 auto;
		margin-bottom: 0;
	}
	body:has(#top) footer ul.l-footerNav li a,
	.is-top footer ul.l-footerNav li a {
		padding: 0 1.2rem;
		font-size: 1.4rem;
		white-space: nowrap;
	}
}

@media screen and (max-width: 600px) {
	.is-top .l-header-container img {
		max-width: 14rem;
	}
	.p-top__hero .p-top__catch {
		font-size: 2.6rem;
	}
	.is-top .l-megamenu>ul>li>a {
		font-size: 1.1rem;
		padding: 0.6rem 0.8rem;
	}
	.is-top .l-megamenu>ul>li.p-top__nav-contact>a {
		padding: 0.6rem 1.2rem;
	}
	.p-top__btn {
		width: 100%;
		min-width: 0;
	}
	#top h2 {
		font-size: 2.2rem;
	}
	.p-top__service-grid {
		grid-template-columns: 1fr;
	}
	.p-top__service-grid>section::before {
		font-size: 3.6rem;
	}
	body:has(#top) footer ul.l-footerNav li,
	.is-top footer ul.l-footerNav li {
		max-width: none;
		width: auto;
		margin-bottom: 0;
	}
	body:has(#top) footer ul.l-footerNav li a,
	.is-top footer ul.l-footerNav li a {
		padding: 0 1rem;
		font-size: 1.4rem;
	}
}