@charset "UTF-8";
/*------------------------
理由
------------------------*/
.reason {
	overflow: hidden;
	padding: 0 0 120px;
}
.reason .inner{
	width: 1120px;
	margin: 0 auto;
	padding: 60px 0 0;
}
.reason .ttl-area {
	margin-bottom: 60px;
}
.reason .ttl-area h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.reason .ttl-area .lead {
	text-align: center;
	line-height: 1.8;
	font-size: 18px;
	letter-spacing: .05em;
}
.reason .block{
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 60px;
}
.reason .block:not(:last-of-type) {
	margin-bottom: 60px;
}
.reason .item::before {
	content: '';
	position: absolute;
	background: var(--bgcolor);
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: .6s;
	transform: skewX(-10deg);
}
.reason .item.even::before {
	left: initial;
	right: 0;
}
.reason .item.fade::before {
	width: 760px;
}
.reason .item .txt {
	padding: 0px 80px 0;
}
.reason .item .txt span {
	display: block;
	font-size: 64px;
	font-weight: bold;
	line-height: .6;
	color: rgba(255, 255, 255, .5);
}
.reason .item .txt h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.38;
	margin-top: -10px;
	margin-bottom: 25px;
}
.reason .item.even .txt h3{
	margin: -10px 0 25px auto;
}
.reason .item.even span{
	margin: 0 0 0 auto;
}
.reason .item.even .txt h3,
.reason .item.even span{
	width: 575px;
}
.reason .item .img {
	position: absolute;
	right: 0;
	bottom: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 280px;
}
.reason .item.even .img {
	left: 0;
}
.reason .item .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.reason .block p {
	padding: 0 80px;
	text-align: justify;
	line-height: 1.62;
	font-size: 18px;
	width: 730px;
}
.reason .block:nth-child(2n-1) p{
	margin: 0 0 0 auto;
}
