/*===============================================================================
あなたの“これから”に、安心と納得を。
================================================================================*/
.about-ansin{
	margin-bottom: var(--g-sec--md);
}
.about-ansin__head{
	margin-bottom: var(--g-sec--sm);
}
.about-ansin__title{
	text-align: center;
}
.about-ansin__body{
	margin-bottom: var(--g-sec--sm);
}
.about-ansin__swiper>.swiper-wrapper{
	transition-timing-function: linear;
}
.about-ansin__swiper img{
	border-radius: var(--bd-r--sm);
	overflow: hidden;
}
.about-ansin__foot{
	max-width: 960px;
	margin-inline: auto;
}
.about-ansin__textArea:not(:last-of-type){
	margin-bottom: 1.5rem;
}



/*===============================================================================
漠然とした不安を、「納得の設計図」に。
================================================================================*/
.about-fuan{
	margin-bottom: var(--g-sec--md);
}
.about-fuan__head{
	margin-bottom: var(--g-sec--xs);
}
.about-fuan__title{
	text-align: center;
}
.about-fuan__body{
	--count: 1;
	--gap: var(--g-sec--xs);
	--media-width: 100%;
	--body-width: calc( 200% - var(--media-width) );
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	gap: var(--gap);
}
@media (min-width: 960px){
	.about-fuan__body{
		--count: 2;
		--media-width: 77%;
	}
}

.about-fuan__image{
	width: calc( ( var(--media-width) - var(--gap) * (var(--count) - 1) ) / var(--count) );
	border-radius: var(--bd-r--lg);
	overflow: hidden;
}
.about-fuan__contents{
	width: calc( ( var(--body-width) - var(--gap) * (var(--count) - 1) ) / var(--count) );
}
.about-fuan__textArea{
	margin-bottom: var(--g-sec--xs);
}
@media (min-width: 960px){
	.about-fuan__textArea .hp-mb--md{
		margin-bottom: 0 !important;
	}
}

/*===============================
* リンクボタン
* =================================*/
.about-fuan__links{
	max-width: 400px;
	margin-inline: auto;
}
.about-fuan-link{
	--cont-layer: 5;
	position: relative;
	display: flex;
	border-radius: var(--bd-r--sm);
	overflow: hidden;
	box-shadow: var(--shdw);
	aspect-ratio: 400 / 120;
	transition: var(--ani-t--normal) ease-out;
}
.about-fuan-link:not(:last-of-type){
	margin-bottom: 1rem;
}
.about-fuan-link:is(:hover, :focus){
	opacity: .7;
}
/* 背景画像 */
.about-fuan-link__bgi{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: calc( var(--cont-layer) - 2 );
}
.about-fuan-link__bgi img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* グレースケール */
.about-fuan-link__grayScale{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: calc( var(--cont-layer) - 1 );
}
.about-fuan-link__grayScale.--hoken{
	background: linear-gradient(95.14deg, rgba(82, 211, 164, 0.8) 0%, rgba(12, 142, 198, 0.7) 100%);
}
.about-fuan-link__grayScale.--reason{
	background: linear-gradient(95.14deg, rgba(157, 180, 83, 0.8) 0%, rgba(42, 166, 108, 0.7) 100%);
}
/* コンテンツ */
.about-fuan-link__content{
	--icon-size: 2.5rem;
	position: relative;
	z-index: var(--cont-layer);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1em;
	text-align: center;
	font-size: 1.5rem;
	color: var(--c-light);
}
.about-fuan-link__content p{
	text-shadow: 0px 2px 4px #00000025;
}
/* アイコン */
.about-fuan-link__content svg{
	position: absolute;
	top: 50%;
	right: .5em;
	transform: translateY(-50%);
	width: var(--icon-size);
	transition: var(--ani-t--normal) ease-out;
}
.about-fuan-link:is(:hover, :focus) svg{
	right: .25em;
}



/*===============================================================================
ご相談は無料。まずはお気軽に。
================================================================================*/
.about-soudan__head{
	margin-bottom: var(--g-sec--xs);
}
.about-soudan__title{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media (min-width: 600px){
	.about-soudan__title{
		flex-direction: row;
	}
}
.about-soudan__body{
	max-width: 960px;
	margin-inline: auto;
	font-size: 1.125rem;
}


