@charset "utf-8";
/*------------------------------------------------------------
	concept
------------------------------------------------------------*/
#main .comPageTitle h2 {
	margin: 0 0 -0.5rem;
}
#main .comPageTitle h2 span:first-child {
	margin-top: 10rem;
}
#main .comCenterTxt {
	margin-bottom: 10.4rem;
	text-align: center;
}
#main p {
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .wealth {
	margin-bottom: 20.7rem;
	background: #F7F8F8;
}
#main .wealth .imgBox {
	padding-bottom: 8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .wealth .imgBox .photo {
	margin: 0 -8rem 0 0;
	width: 45.5rem;
	position: relative;
}
#main .wealth .imgBox .posImg {
	width: 24.1rem;
	position: absolute;
	display: block;
	bottom: -16rem;
	right: calc(100% - 8rem);
}
#main .wealth .imgBox .textBox {
	width: 45.3rem;
}
#main .wealth .imgBox .headLine02 {
	margin: 6.5rem 0 3.2rem;
	font-size: 3.866rem;
	text-align: left;
}
#main .threeConcepts .headLine04 {
	margin-bottom: 3.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .centerTxt {
	margin-bottom: 5.2rem;
	text-align: center;
}
#main .threeConcepts .linkList {
	margin-bottom: 15.8rem;
	display: flex;
	justify-content: center;
	gap: 5rem;
}
#main .threeConcepts .linkList li {
	width: 20rem;
}
#main .threeConcepts .linkList a {
	padding-right: 5.1rem;
	width: 100%;
	min-width: inherit;
	position: relative;
	text-align: left;
}
#main .threeConcepts .linkList a::after {
	content: "";
	position: absolute;
	right: 2rem;
	top: 50%;
	width: 2.5rem;
	height: 2.5rem;
	transform: translateY(-50%);
	background: url(../img/common/icon05.png) no-repeat center top 1rem / 1.5rem;
	border: 1px solid #3E3A39;
	border-radius: 5rem;
	transition: all 0.3s;
}
#main .conceptUl > li {
	margin-bottom: 25.6rem;
	display: flex;
	gap: 9.7rem;
}
#main .conceptUl > li:last-child {
	margin-bottom: 0;
}
#main .conceptUl .photo {
	width: 47.3rem;
	aspect-ratio: 473/378;
}
#main .conceptUl .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .conceptUl .textBox {
	flex: 1;
}
#main .conceptUl .headLine01 {
	margin: 0 -2rem 6.5rem 0;
	padding: 1.4rem 0 0 7rem;
	position: relative;
}
#main .conceptUl .headLine01 .num {
	width: 7.6rem;
	position: absolute;
	left: 0;
	top: -2.8rem;
}
#main .conceptUl .headLine01 .num::after {
	width: 10.8rem;
	height: 1px;
	content: "";
	position: absolute;
	right: -1.7rem;
	top: 6.7rem;
	transform: rotate(-45deg);
	background-color: currentColor;
}
#main .conceptUl p {
	margin-bottom: 9rem;
}
#main .conceptUl p:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#main .threeConcepts .linkList a:hover::after {
		background-image: url(../img/common/arrow03.png);
		background-color: #3E3A39;
		border-color: #fff;
	}
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	#main .wealth .imgBox .photo {
		margin-right: -2rem;
	}
}
@media all and (max-width: 896px) {
	#main .comCenterTxt {
		text-align: left;
	}
	#main .wealth {
		margin-bottom: 9.2rem;
		background-color: #fff;
	}
	#main .wealth .imgBox {
		padding-bottom: 0;
		margin: 0 2rem;
		flex-direction: column-reverse;
	}
	#main .comCenterTxt {
		margin-bottom: 8.5rem;
	}
	#main .wealth .imgBox .textBox {
		padding: 7rem 4rem 9.4rem;
		margin: 0 -2rem;
		width: auto;
		background-color: #F7F8F8;
	}
	#main .wealth .imgBox .photo {
		margin: 0 1.3rem 4.2rem auto;
		width: 60.8vw;
	}
	#main .wealth .imgBox .posImg {
		width: 32vw;
		position: absolute;
		display: block;
		bottom: -8rem;
		right: calc(100% - 4rem);
	}
	#main p {
		font-size: 1.3rem;
		letter-spacing: 0.09em;
	}
	#main .wealth .imgBox .headLine02 {
		margin-bottom: 3.6rem;
		font-size: 1.933rem;
		text-align: center;
		letter-spacing: 0.1em;
	}
	#main .threeConcepts .headLine04 {
		font-size: 2.2rem;
	}
	#main .centerTxt {
		margin-bottom: 4.4rem;
		text-align: justify;
	}
	#main .threeConcepts .linkList {
		margin: 0 -2rem 8.6rem;
		gap: 1rem;
	}
	#main .threeConcepts .linkList a {
		padding: 0.2rem 4.1rem 0.2rem 0.9rem;
		height: 3.6rem;
		font-size: 1.3rem;
		justify-content: flex-start;
	}
	#main .threeConcepts .linkList li {
		width: fit-content;
	}
	#main .threeConcepts .linkList a::after {
		width: 1.7rem;
		height: 1.7rem;
		background-size: 0.8rem;
		background-position: center top 0.7rem;
		right: 0.8rem;
	}
	#main .conceptUl > li {
		margin-bottom: 8.8rem;
		padding-bottom: 9.5rem;
		display: block;
		position: relative;
	}
	#main .conceptUl .comArchiveList02 {
		position: absolute;
		left: -2rem;
		bottom: 0;
	}
	#main .conceptUl .headLine01 {
		margin: 0 0 3.4rem;
		padding: 2rem 0 0 3.6rem;
		text-align: left;
	}
	#main .conceptUl .headLine01 .num {
		width: 4rem;
		top: 0;
	}
	#main .conceptUl .headLine01 .num::after {
		width: 5.3rem;
		right: -0.8rem;
		top: 3.3rem;
	}
	#main .conceptUl .photo {
		width: auto;
	}
	#main .conceptUl p {
		margin-bottom: 4.5rem;
	}
}