@charset "utf-8";

/* -------------------------------------------------------------
	philosophy-area
-------------------------------------------------------------- */
.philosophy-area {
	padding: 0 0 50px;
}
.philosophy-area .inner::after {
	content: unset !important;
}
.philosophy-area .block {
	position: relative;
}
.philosophy-area .block + .block {
	margin: 120px 0 0;
}

/* 詳細 */
.philosophy-area .block .detail {
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.philosophy-area .block.block-policy .detail {
	justify-content: flex-start;
}
.philosophy-area .block .detail .txt-wrap {
	position: relative;
	margin: 80px 0 0;
	padding: 100px calc((100% - 1200px) / 2) 80px 80px;
	width: 60%;
	background: var(--lightgray);
}
.philosophy-area .block .detail .txt-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc((100% - 1000px) / 2);
	width: 100vw;
	height: 100%;
	background: var(--lightgray);
	/* border-radius: 0 0 0 10px; */
	z-index: -1;
}
.philosophy-area .block .section-en-deco {
	position: absolute;
	top: 150px;
	right: 0;
	color: rgba(0, 0, 0, 0.05);
	font-size: 11rem;
	font-weight: 700;
	z-index: 1;
}
.philosophy-area .block.block-policy .section-en-deco {
	top: 80px;
}
.philosophy-area .block .detail .block-ttl {
	/* position: relative; */
	margin: 0 0 40px;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.philosophy-area .block .detail .block-ttl span {
	margin: 0 0 40px;
	font-size: 5rem;
	font-weight: 400;
}

/* .philosophy-area .block .detail .block-ttl:after {
	position: absolute;
	top: 25%;
	right: 0;
	content: "";
	width: 45%;
	height: 1px;
	background: #333;
} */

.philosophy-area .block .detail .img01 {
	position: absolute;
	top: 0;
	left: calc((100% - 1200px) / 2);
	width: 400px;
	height: 400px;
	z-index: 1;
	flex-shrink: 0;
}
.philosophy-area .block .detail .img02 {
	position: absolute;
	top: 360px;
	left: calc((100% - 800px) / 2);
	width: 300px;
	height: 300px;
	z-index: 1;
}
.philosophy-area .block .detail .img03 {
	position: absolute;
	top: 620px;
	left: calc((100% - 1100px) / 2);
	width: 250px;
	height: 250px;
	z-index: 1;
}
.philosophy-area .block .detail .img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

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

	.philosophy-area {
		padding: unset;
	}
	.philosophy-area .block + .block {
		margin: 40px 0 0;
	}

	/* 詳細 */
	.philosophy-area .block .detail {
		flex-direction: column;
		gap: 28px;
	}
	.philosophy-area .block .detail .txt-wrap {
		margin: 0;
		padding: 0 0 40px;
		width: 100%;
		background: unset;
	}
	.philosophy-area .block .detail .txt-wrap::before {
		content: "";
		position: absolute;
		top: -140px;
		left: -20px;
		width: 100vw;
		height: 140px;
		background: var(--lightgray);
		z-index: -1;
	}
	.philosophy-area .block .detail .txt-wrap::after {
		top: 0;
		left: -20px;
		width: 100vw;
		height: 100%;
		border-radius: unset;
	}
	.philosophy-area .block .section-en-deco {
		display: none;
		/* top: 400px;
		left: 0;
		font-size: 5rem; */
	}
	.philosophy-area .block.block-policy .section-en-deco {
		top: 0;
	}
	.philosophy-area .block .detail .block-ttl {
		margin: 0 0 20px;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.philosophy-area .block .detail .block-ttl span {
		margin: 0 0 32px;
		font-size: 3rem;
		font-weight: 500;
	}

	.philosophy-area .block .detail .img {
		position: relative;
		left: unset;
		width: 100%;
		height: unset;
	}

}