@charset "utf-8";

/* items */
.cont.items {
	padding: 7rem 9rem;
}
.items h2 {
	margin: 0 auto;
	width: 47.5rem;
}
.items h3 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 3.5rem;
	text-align: center;
	color: #787878;
	width: 100%;
}
.items .itemsLead {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3.5rem;
	text-align: center;
	color: #787878;
}
.itemsWrap {
	margin-top: 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 10.2%;
}
.itemBox {
	width: 44.9%;
}
.itemBox .slide .swiper-pagination {
	bottom: -3.5rem;
}
.itemBox .slide .swiper-pagination span {
	margin: 0 1.5rem;
	width: 1rem;
	height: 1rem;
	background-color: #b4b4b4;
	opacity: 1;
}
.itemBox .slide .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #000;
}
.itemBox .slide + .detail {
	margin-top: 5rem;
}
.itemBox .detail {
	margin-top: 2rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.3rem;
}
.itemBox .detail .info {
	margin-top: 2rem;
}
.itemBox .detail .info span.fsSmall {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 1.3rem;
	line-height: 2rem;
}
.itemBox.type01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	z-index: 0;
}
.itemBox.type01::before {
	content: "";
	position: absolute;
	bottom: -3rem;
	left: -5rem;
	width: 45rem;
	height: 45rem;
	background-color: #e3e3e3;
	z-index: -1;
}
.itemBox.type01 .pic {
	width: 62.8%;
}
.itemBox.type01 .detail {
	margin-top: 0;
	width: 33.9%;
}
.itemBox.type02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.itemBox.type02 .pic {
	width: 64.1%;
}
.itemBox.type02 .detail {
	margin-top: 0;
	width: 33.3%;
}
.itemBox.type03 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	z-index: 0;
}
.itemBox.type03::before {
	content: "";
	position: absolute;
	bottom: -3rem;
	right: -5rem;
	width: 15.5rem;
	height: 51.9rem;
	background-color: #e3e3e3;
	z-index: -1;
}
.itemBox.type03 .pic {
	width: 62.8%;
}
.itemBox.type03 .detail {
	margin-top: 0;
	width: 33.9%;
}
.itemBox.type04 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.itemBox.type04::before {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: -5rem;
	width: 20rem;
	height: 20rem;
	background-color: #e3e3e3;
	z-index: -1;
}
.itemBox.type04 .slide {
	width: 57%;
}
.itemBox.type04 .detail {
	margin-top: 0;
	margin-right: 2.5rem;
	width: 35.8%;
}
@media (max-width: 768px) {
	.cont.items {
		margin-top: 9rem;
		padding: 8rem 6rem 6rem;
	}
	.items h2 {
		width: 41.4rem;
	}
	.items h3 {
		font-size: 3.5rem;
		line-height: 5.5rem;
	}
	.items .itemsLead {
		margin-top: 7rem;
		font-size: 2.8rem;
		line-height: 5.3rem;
	}
	.itemsWrap {
		margin-top: 8rem;
		flex-direction: column;
		gap: 8rem 0;
	}
	.itemBox {
		width: 100%;
	}
	.itemBox .slide .swiper-pagination {
		bottom: -5rem;
	}
	.itemBox .slide .swiper-pagination span {
		margin: 0 3rem;
		width: 2rem;
		height: 2rem;
	}
	.itemBox .slide + .detail {
		margin-top: 7rem;
	}
	.itemBox .detail {
		margin-top: 3rem;
	}
	.itemBox .detail .txt {
		font-size: 2.8rem;
		line-height: 4rem;
	}
	.itemBox .detail .info {
		margin-top: 3.5rem;
		font-size: 2.8rem;
		line-height: 3.8rem;
	}
	.itemBox .detail .info span.fsSmall {
		margin-top: 0.8rem;
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.itemBox.type01 {
		flex-direction: column;
	}
	.itemBox.type01::before {
		display: none;
	}
	.itemBox.type01 .pic {
		width: 100%;
		position: relative;
	}
	.itemBox.type01 .pic::before {
		content: "";
		position: absolute;
		bottom: -3rem;
		left: -3rem;
		width: 46.3rem;
		height: 17.1rem;
		background-color: #e3e3e3;
		z-index: -1;
	}
	.itemBox.type01 .detail {
		margin-top: 5rem;
		width: 100%;
	}
	.itemBox.type02 {
		flex-direction: column;
	}
	.itemBox.type02 .pic {
		width: 100%;
	}
	.itemBox.type02 .detail {
		margin-top: 5rem;
		width: 100%;
	}
	.itemBox.type03 {
		flex-direction: column;
	}
	.itemBox.type03::before {
		display: none;
	}
	.itemBox.type03 .pic {
		width: 100%;
		position: relative;
	}
	.itemBox.type03 .pic::before {
		content: "";
		position: absolute;
		bottom: -3rem;
		right: -3rem;
		width: 15.1rem;
		height: 51.9rem;
		background-color: #e3e3e3;
		z-index: -1;
	}
	.itemBox.type03 .detail {
		margin-top: 5rem;
		width: 100%;
	}
	.itemBox.type04 {
		flex-direction: column;
	}
	.itemBox.type04::before {
		display: none;
	}
	.itemBox.type04 .slide {
		width: 100%;
		position: relative;
	}
	.itemBox.type04 .slide::before {
		content: "";
		position: absolute;
		bottom: -3rem;
		left: -3rem;
		width: 20rem;
		height: 20rem;
		background-color: #e3e3e3;
		z-index: -1;
	}
	.itemBox.type04 .detail {
		margin-top: 9rem;
		margin-right: 0;
		width: 100%;
	}
}
