@charset "utf-8";

/* items */
.cont.items {
	padding: 7rem 10rem;
}
.items h2 {
	font-size: 3.5rem;
	font-family: "Noto Serif CJK JP", serif;
	color: #798d94;
	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: #798d94;
}
.itemsWrap {
	margin-top: 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 10.2%;
}
.itemBox {
	width: 44.9%;
}
.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 {
	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: 58.5rem;
	height: 21.6rem;
	background-color: #dae1e3;
	z-index: -1;
}
.itemBox.type01 .pic {
	width: 62.9%;
}
.itemBox.type01 .detail {
	margin-top: 0;
	width: 34%;
}
.itemBox.type02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.itemBox.type02 .pic {
	width: 68%;;
}
.itemBox.type02 .detail {
	margin-top: 0;
	width: 28%;
}
.itemBox.type03 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	z-index: 0;
}
.itemBox.type03 .pic {
	width: 60.3%;
	position: relative;
}
.itemBox.type03 .pic::before {
	content: "";
	position: absolute;
	top: -2rem;
	right: -2rem;
	width: 21.6rem;
	height: 21.6rem;
	background-color: #dae1e3;
	z-index: -1;
}
.itemBox.type03 .pic .wrap {
	margin-top: 2rem;
	display: flex;
	gap: 0 2rem;
}
.itemBox.type03 .pic .wrap p:nth-child(1) {
	width: 12.1rem;
}
.itemBox.type03 .pic .wrap p:nth-child(2) {
	width: 38rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.53;
}
.itemBox.type03 .detail {
	margin-top: 0;
	width: 37%;
}
.itemBox.type04 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.itemBox.type04::before {
	content: "";
	position: absolute;
	bottom: -2rem;
	right: 0;
	width: 45rem;
	height: 17.7rem;
	background-color: #dae1e3;
	z-index: -1;
}
.itemBox.type04 .pic {
	width: 62.9%;
}
.itemBox.type04 .detail {
	margin-top: 0;
	width: 34%;
}
@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 .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;
	}
	.itemBox.type01::before {
		display: none;
	}
	.itemBox.type01 .pic {
		width: 100%;
		position: relative;
	}
	.itemBox.type01 .pic::before {
		content: "";
		position: absolute;
		bottom: -2rem;
		left: -2rem;
		width: 46.3rem;
		height: 17.1rem;
		background-color: #dae1e3;
		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 .pic {
		width: 100%;
	}
	.itemBox.type03 .pic .wrap p:nth-child(1) {
		width: 20rem;
	}
	.itemBox.type03 .pic .wrap p:nth-child(2) {
		width: 33rem;
		font-size: 2.8rem;
		line-height: 1.43;
	}
	.itemBox.type03 .detail {
		margin-top: 5rem;
		width: 100%;
	}
	.itemBox.type04 {
		flex-direction: column;
	}
	.itemBox.type04::before {
		display: none;
	}
	.itemBox.type04 .pic {
		width: 100%;
		position: relative;
	}
	.itemBox.type04 .pic::before {
		content: "";
		position: absolute;
		bottom: -2rem;
		right: -2rem;
		width: 46.3rem;
		height: 17.1rem;
		background-color: #dae1e3;
		z-index: -1;
	}
	.itemBox.type04 .detail {
		margin-top: 5rem;
		width: 100%;
	}
}
