@charset "utf-8";

/* items */
.cont.items {
	padding: 7rem 9rem;
}
.items h2 {
	font-size: 3.5rem;
	font-family: "Noto Serif CJK JP", serif;
	color: #6978a9;
	font-weight: 500;
	text-align: center;
}
.items .ttl01 {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	color: #6978a9;
}
.items .ttl01:nth-of-type(2) {
	margin-top: 10rem;
}
.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: 1.53;
}
.itemBox .detail .info {
	margin-top: 2rem;
}
.itemBox .detail .info span.fsSmall {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 1.3rem;
	line-height: 1.54;
}
.itemBox.type01 {
	margin: 0 auto;
	width: 78rem;
	position: relative;
	z-index: 0;
}
.itemBox.type01::before {
	content: "";
	position: absolute;
	top: -2rem;
	left: -2rem;
	width: 58.5rem;
	height: 21.6rem;
	background-color: #d5d9e7;
	z-index: -1;
}
.itemBox.type01 .pic {
	width: 100%;
}
.itemBox.type01 .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.itemBox.type01 .detail {
	width: 48%;
}
@media (max-width: 768px) {
	.cont.items {
		margin-top: 9rem;
		padding: 8rem 6rem 6rem;
	}
	.items h2 {
		font-size: 5rem;
		line-height: 1.4;
	}
	.items .ttl01 {
		margin-top: 7rem;
		font-size: 2.8rem;
		line-height: 1.89;
	}
	.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: 1.43;
	}
	.itemBox .detail .info {
		margin-top: 3.5rem;
		font-size: 2.8rem;
		line-height: 1.36;
	}
	.itemBox .detail .info span.fsSmall {
		margin-top: 0.8rem;
		font-size: 2.4rem;
		line-height: 1.33;
	}
	.itemBox.type01 {
		flex-direction: column;
		width: 100%;
	}
	.itemBox.type01::before {
		width: 45.5rem;
	}
	.itemBox.type01 .wrap {
		flex-direction: column;
	}
	.itemBox.type01 .detail {
		width: 100%;
	}
	.itemBox.type01 .detail + .detail {
		margin-top: 3rem;
		padding-top: 3rem;
		border-top: 1px dotted #ccc;
	}
}
