@charset "UTF-8";
/*-----------------------------------------------------------------------
REASON
-----------------------------------------------------------------------*/

.p-reason_multiply,
.p-reason_equal{
	line-height: 1.6;
	position: relative;
}
.p-reason_multiply::after,
.p-reason_equal::after{
	content: '';
	display: block;
	margin: 14px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.p-reason_multiply::after{
	background-image: url(./../img/reason/reason_x.png);
}
.p-reason_equal::after{
	background-image: url(./../img/reason/reason_eq.png);
}
.p-reason_multiply span,
.p-reason_equal span{
	display: inline-block;
}


.p-reason_ttl{
	align-items: center;
	justify-content: center;
	width: 100%;
	background-image: url(./../img/reason/reason_ttl_bg.png);
	background-size: 100% 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.p-reason_ttl h2{
	align-items: center;
	justify-content: center;
	position: relative;
}
.p-reason_ttl h2::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url(./../img/reason/reason_arrow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.p-reason_txt{
	line-height: 1.6;
}


/*-- reason.1 --*/
/*.p-reason_sec01{}*/
.p-reason_detail_ttl{
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.75;
}
.p-reason_detail_txt{
	line-height: 2;
}

/*-- reason.2 --*/
/*.p-reason_sec02{}*/
.p-reason2_detail_photo img{
	margin: 0 auto;
}
.p-reason2_detail_ttl{
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.9;
}
.p-reason2_detail_ttl span{
	display: inline-block;
}

@media print, screen and (min-width: 768px) {
	/*
	PC ONLY
	*/
	.p-reason_multiply::after,
	.p-reason_equal::after{
		width: 35px;
		height: 35px;
	}

	.p-reason_ttl h2{
		padding-top: 140px;
	}
	.p-reason_ttl h2::before{
		width: 118px;
		height: 114px;
	}
	.p-reason_num{
		margin-right: 40px;
	}
	.p-reason_txt{
		font-size: 31px;
	}

	/*-- reason.1 --*/
	.p-reason_detail{
		display: flex;
		flex-direction: row-reverse;
	}
	.p-reason_detail.is-reverse{
		flex-direction: row;
	}

	.p-reason_detail.line{
		padding-bottom: 12.9%;
		position: relative;
	}
	.p-reason_detail.line::after{
		content: '';
		display: block;
		width: 24.3%;
		height: 1px;
		background-color: #2979ff;
		transform: rotate(-45deg);
		transform-origin: top left;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 4%;
		margin: 0 auto;
	}
	.p-reason_detail.line.is-reverse{
		margin-top: -3.5%;
		margin-bottom: 17.2%;
		padding-bottom: .9%;
	}
	.p-reason_detail.line.is-reverse::after{
		transform: rotate(45deg);
		right: 5%;
	}
	.p-reason_detail.line.is-reverse + .p-reason_detail{
		margin-top: -5.6%;
	}

	.p-reason_detail_photo{
		margin-right: -50px;
	}
	.is-reverse .p-reason_detail_photo{
		margin-left: -50px;
		margin-right: auto;
	}
	.p-reason_detail_num{
		line-height: 1;
	}
	.p-reason_detail_ttl{
		font-size: 26px;
	}
	.p-reason_detail_ttl span{
		display: block;
	}


	/*-- reason.2 --*/
	.p-reason2_detail_txtbox{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.p-reason2_detail_txtbox p{
		width: 50%;
	}
	.p-reason2_detail_txt{
		margin-top: -145px;
	}

}

@media screen and (min-width: 1156px) {
	.p-reason_detail_photo{
		margin-right: -78px;
	}
	.is-reverse .p-reason_detail_photo{
		margin-left: -78px;
		margin-right: auto;
	}

}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	/*
	TABLET ONLY
	*/

	.p-reason2_detail_txtbox{
		flex-direction: column;
	}
	.p-reason2_detail_txtbox p{
		width: 100%;
	}
	.p-reason2_detail_txt{
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	/*
	SP ONLY
	*/
	.c-leadArea01.is-brackets .c-leadArea01_inner{
		padding-left: 5%;
		padding-right: 5%;
	}

	.p-reason_multiply::after,
	.p-reason_equal::after{
		width: 25px;
		height: 25px;
	}

	.p-reason_ttl h2{
		padding-top: 65px;
	}
	.p-reason_ttl h2::before{
		width: 118px;
		height: 114px;
		width: 59px;
		height: 57px;
	}
	.p-reason_num{
		margin-right: .5em;
	}
	.p-reason_txt{
		font-size: 20.15px;
	}

	/*-- reason.1 --*/
	.p-reason_sec01{
		margin-bottom: 100px;
	}
	.p-reason_detail{
		margin-bottom: 30px;
		padding-top: 20px;
	}
	.p-reason_detail_ttl{
		font-size: 16.9px;
	}
	.p-reason_detail_ttl span{
		display: inline-block;
	}

}



