html {
	scroll-behavior: smooth;
}
.lower_kv_wrap {
	margin: 8.6rem 8.8rem 0 8.8rem;
}
.page_head {
	padding: 0 4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.page_title_wrap {
	display: flex;
	flex-direction: column;
	gap: 4.8rem;
}
.page_title-en {
	font-size: 10.4rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--accent-color);
}
.page_title-ja {
	font-size: 2.7rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--text-color-dark);
}
.breadcrumbs {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.1rem;
}
.breadcrumbs * {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.04rem;
	color: var(--text-color-dark);
	text-decoration: underline;
}
.breadcrumbs span {
	max-width: 17.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.breadcrumbs span.current {
	text-decoration: none;
	color: #999;
}
.page_img {
	margin-right: calc(50% - 50vw);
	margin-top: 5.2rem;
	position: relative;
	overflow: hidden;
}
.page_doco {
	position: absolute;
	bottom: -3rem;
	left: -4rem;
}
.page_doco_text {
	font-size: 19.1rem;
	line-height: 1.2;
	opacity: 0.6;
	color: var(--text-color-light);
}

@media screen and (max-width: 767px) {
	.lower_kv_wrap {
		margin: 9.4rem 2rem 0 2rem;
	}
	.page_head {
		padding: 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 5.6rem;
	}
	.page_title_wrap {
		gap: 2.2rem;
	}
	.page_title-en {
		font-size: 4.8rem;
	}
	.page_title-ja {
		font-size: 1.6rem;
	}
	.breadcrumbsWrap {
		align-self: flex-end;
	}
	.breadcrumbs {
		gap: 0.7rem;
	}
	.breadcrumbs * {
		font-size: 1.2rem;
	}
	.breadcrumbs .arrow {
		width: 0.3rem;
		margin-top: 0.3rem;
	}
	.page_img {
		margin-top: 2rem;
	}
	.page_doco {
		position: absolute;
		bottom: -0.8rem;
		left: -0.2rem;
	}
	.page_doco_text {
		font-size: 5.2rem;
	}
}
