@charset "utf-8";

.kv-compass {
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(10%, 64px);
	margin-right: min(3%, 25px);
	margin-bottom: min(5%, 35px);
}

.kv-detail__catch {
	color: var(--black);
	/*text-shadow: 0 0 24px rgba(43, 90, 122, .7), 0 0 24px rgba(43, 90, 122, .7), 0 0 24px rgba(43, 90, 122, .7), 0 0 24px rgba(43, 90, 122, .7), 0 0 24px rgba(43, 90, 122, .7);*/
}

.kv-detail__ttl {
	color: var(--black);
	/*text-shadow: 0 0 24px rgba(43, 90, 122, .7), 0 0 24px rgba(43, 90, 122, .7), 0 0 24px rgba(43, 90, 122, .7), 0 0 24px rgba(43, 90, 122, .7), 0 0 24px rgba(43, 90, 122, .7);*/
}

.concept-intro__contents__photo {
	width: min(100%, 900px);
	margin-inline: auto;
}

/*
@media screen and (max-width:768px) {
	.kv-detail__catch {
	  text-shadow: 0 0 12px rgba(43, 90, 122, .7), 0 0 12px rgba(43, 90, 122, .7), 0 0 12px rgba(43, 90, 122, .7), 0 0 12px rgba(43, 90, 122, .7), 0 0 12px rgba(43, 90, 122, .7);
	}
	.kv-detail__ttl {
	  text-shadow: 0 0 12px rgba(43, 90, 122, .7), 0 0 12px rgba(43, 90, 122, .7), 0 0 12px rgba(43, 90, 122, .7), 0 0 12px rgba(43, 90, 122, .7), 0 0 12px rgba(43, 90, 122, .7);
	}
}
*/


/*  l-value
--------------------------------------------------*/
.value-wrapper {
	position: relative;
}

.l-value {
	position: relative;
	padding-block: 12.0rem;
	border-bottom: solid 1px var(--black);
	overflow: clip;
}

.l-value:nth-of-type(even) {
	background: #f4f7f7;
}

.value-inner {
	max-width: 1300px;
}

.l-value:nth-of-type(odd) .value-inner {
	flex-direction: row-reverse;
}

.value-detail {
	width: calc(580 / 1300 * 100%);
	text-align: center;
}

.value-detail__ttl {
	font-size: 2.4rem;
	color: #858585;
	margin-bottom: 3.0rem;
}

.value-detail__heading {
	font-size: 4.0rem;
	line-height: 1.66666667;
	letter-spacing: .08em;
}

.value-detail__desc {
	position: relative;
	font-size: 2.1rem;
	line-height: 2;
	letter-spacing: .02em;
	margin-top: 2.2rem;
	padding-top: 3.1rem;
}

.value-detail__desc::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--black);
	;
}

.value-detail__note {
	/*font-size: max(10px, 1.1rem);
    line-height: 1.81818182;
    letter-spacing: 0;
    margin-top: 1.36363636em;
    text-align: right;*/
	font-size: 2.1rem;
	line-height: 2;
	letter-spacing: .02em;
	text-align: center;
	margin-top: 1.0rem;
}

.value-figure {
	width: calc(600 / 1300 * 100%);
}

.value-figure__item {
	width: 100%;
}

.value-figure__note {
	font-size: max(10px, 1.1rem);
	line-height: 1.81818182;
	letter-spacing: 0;
	margin-top: 1.36363636em;
}

.value-figure__note--right {
	text-align: right;
}

.value-figure__note p {
	margin-left: 1.0em;
	text-indent: -1.0em;
}

@media screen and (max-width:768px) {
	.l-value {
		padding-block: 4.0rem 5.0rem;
	}

	.value-inner {
		max-width: 560px;
	}

	.value-detail {
		width: 100%;
		margin-bottom: 3.0rem;
	}

	.value-detail__ttl {
		font-size: 1.6rem;
		margin-bottom: 1.8rem;
	}

	.value-detail__heading {
		font-size: 1.9rem;
		line-height: 1.68421053;
	}

	.value-detail__desc {
		font-size: 1.4rem;
		line-height: 1.85714286;
		text-align: justify;
		margin-top: 1.6rem;
		padding-top: 2.2rem;
	}

	.value-detail__desc::before {
		width: calc(380 / 320 * 100%);
		margin-left: calc(-30 / 320 * 100%);
		background: rgba(var(--black-rgb), .5);
	}

	.value-detail__note {
		/*font-size: 1.0rem;
        margin-top: 1.0em;*/
		font-size: 1.4rem;
		line-height: 1.85714286;
		margin-top: .5rem;
	}

	.value-figure {
		width: 100%;
	}

	.value-figure__note {
		font-size: 1.0rem;
		margin-top: 1.0em;
	}
}