@charset "utf-8";

/* items */
.cont.items {
	padding: 7rem 9rem;
}
.items h2 {
	margin: 0 auto;
	width: 47.7rem;
}
.items .itemsLead {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3.5rem;
	text-align: center;
	color: #1d78dc;
}
.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;
	position: relative;
	z-index: 0;
}
.itemBox.type01::before {
	content: "";
	position: absolute;
	bottom: -3rem;
	right: -5rem;
	width: 58.5rem;
	height: 21.6rem;
	background-color: #cfe3f7;
	z-index: -1;
}
.itemBox.type01 .pic {
	width: 62.8%;
}
.itemBox.type01 .detail {
	margin-top: 0;
	width: 33.9%;
}
.itemBox.type02 {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.itemBox.type02::before {
	content: "";
	position: absolute;
	top: -3rem;
	left: -5rem;
	width: 53rem;
	height: 23.8rem;
	background-color: #cfe3f7;
	z-index: -1;
}
.itemBox.type02 .pic {
	width: 67.5%;
}
.itemBox.type02 .detail {
	margin-top: 8rem;
	width: 29.5%;
}
.itemBox.type03 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.itemBox.type03::before {
	content: "";
	position: absolute;
	top: -3rem;
	right: -6rem;
	width: 21.5rem;
	height: 71.3rem;
	background-color: #cfe3f7;
	z-index: -1;
}
.itemBox.type03 .pic {
	width: 67.5%;
}
.itemBox.type03 .detail {
	margin-top: 0;
	width: 29.5%;
}
.itemBox.type04 {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.itemBox.type04 .pic {
	width: 67.5%;
}
.itemBox.type04 .detail {
	margin-top: 0;
	width: 29.5%;
}
@media (max-width: 768px) {
	.cont.items {
		margin-top: 9rem;
		padding: 8rem 6rem 6rem;
	}
	.items h2 {
		width: 41.8rem;
	}
	.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;
		right: -3rem;
		width: 46.3rem;
		height: 17.1rem;
		background-color: #cfe3f7;
		z-index: -1;
	}
	.itemBox.type01 .detail {
		margin-top: 5rem;
		width: 100%;
	}
	.itemBox.type02 {
		flex-direction: column;
	}
	.itemBox.type02::before {
		left: -3rem;
	}
	.itemBox.type02 .pic {
		width: 100%;
	}
	.itemBox.type02 .detail {
		margin-top: 5rem;
		width: 100%;
	}
	.itemBox.type03 {
		flex-direction: column;
	}
	.itemBox.type03::before {
		right: -3rem;
		height: 31.3rem;
	}
	.itemBox.type03 .pic {
		width: 100%;
	}
	.itemBox.type03 .detail {
		margin-top: 5rem;
		width: 100%;
	}
	.itemBox.type04 {
		flex-direction: column;
	}
	.itemBox.type04 .pic {
		width: 100%;
	}
	.itemBox.type04 .detail {
		margin-top: 5rem;
		width: 100%;
	}
}
