@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .craftsmanship .topBox {
	margin: 0 auto 5rem;
	max-width: 88rem;
}
#main .craftsmanship .topBox .hTitle {
	margin-bottom: 1.8rem;
	font-size: 3rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.75;
	text-align: center;
}
#main .craftsmanship .topBox .photo {
	margin: 0 auto 1.9rem;
	width: 12.3rem;
}
#main .craftsmanship .topBox .text {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.75;
}
#main .craftsmanship .inner .subInner {
	padding: 6.5rem 0 5rem;
	background: #f8f9fa;
}
#main .craftsmanship .inner .subInner.reverse {
	background: #f3f3f2;
}
#main .craftsmanship .inner .subInner .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .craftsmanship .inner .subInner .photoBox {
	width: 42rem;
	position: relative;
}
#main .craftsmanship .inner .subInner .photoBox .redText {
	padding: 1.2rem 1.8rem 1.5rem 1.6rem;
	position: absolute;
	bottom: 0;
	right: 0;
	width: fit-content;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.6;
	background: #9a2923;
	font-family: "Noto Serif JP", serif;
}
#main .craftsmanship .inner .subInner .textBox {
	margin-top: -2.8rem;
	width: calc(100% - 47.8rem);
}
#main .craftsmanship .inner .subInner .textBox .subBox {
	max-width: 50.3rem;
}
#main .craftsmanship .inner .subInner .textBox .h4Title {
	margin-bottom: 4.5rem;
}
#main .craftsmanship .inner .subInner .textBox .h4Title .top {
	margin-bottom: 0.5rem;
	display: block;
}
#main .craftsmanship .inner .subInner .textBox .h4Title .top .number {
	color: #bbbcbc;
	font-size: 7.9rem;
	font-weight: 700;
}
#main .craftsmanship .inner .subInner .textBox .h4Title .top .text {
	margin-left: -4rem;
	color: #9a2923;
	font-size: 2.4rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	vertical-align: 1.6rem;
}
#main .craftsmanship .inner .subInner .textBox .h4Title .sub {
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.75;
}
#main .craftsmanship .inner .subInner .textBox .subBox .text {
	margin-bottom: 3.1rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
}
#main .craftsmanship .inner .subInner .textBox .subBox .text:last-child {
	margin-bottom: 0;
}
#main .craftsmanship .inner .subInner.reverse .photoBox {
	order: 2;
}
#main .craftsmanship .inner .subInner.reverse .photoBox .redText {
	left: 0;
	right: auto;
}
#main .bottomBox {
	padding: 7.7rem 0 9.9rem;
	background: url(../img/characteristics/bg01.jpg) no-repeat center center / cover;
}
#main .bottomBox .hTitle {
	margin-bottom: 4.8rem;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .bottomBox .linkUl {
	gap: 2.8rem;
}
#main .bottomBox .linkUl li {
	width: 23.1rem;
}
#main .bottomBox .linkUl li a {
	min-height: 6.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #9a2923;
	font-size: 2rem;
	font-weight: 700;
	background: #FFF;
	border-radius: 3.1rem;
	border: 1px solid #FFF;
	box-sizing: border-box;
}
#main .bottomBox .linkUl li a:hover {
	opacity: 0.7;
}
#main .bottomBox .linkUl li.style01 a {
	color: #FFF;
	background: transparent;
}
@media all and (max-width: 896px) {
	#main .craftsmanship .topBox {
		margin: 0 0 4rem;
		max-width: inherit;
	}
	#main .craftsmanship .topBox .hTitle {
		margin-bottom: 1.4rem;
		font-size: 1.8rem;
	}
	#main .craftsmanship .topBox .photo {
		margin: 0 auto 1.9rem;
		width: 10rem;
	}
	#main .craftsmanship .topBox .text {
		font-size: 1.4rem;
		text-align: left;
	}
	#main .craftsmanship .inner .subInner {
		padding: 4rem 0;
	}
	#main .craftsmanship .inner .subInner .content {
		display: block;
	}
	#main .craftsmanship .inner .subInner .photoBox {
		margin-bottom: 2rem;
		width: auto;
		aspect-ratio: 1 / 1;
	}
	#main .craftsmanship .inner .subInner .photoBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .craftsmanship .inner .subInner .photoBox .redText {
		padding: 1.2rem 2rem;
		font-size: 2rem;
	}
	#main .craftsmanship .inner .subInner .textBox {
		margin: 0;
		width: auto;
	}
	#main .craftsmanship .inner .subInner .textBox .subBox {
		max-width: inherit;
	}
	#main .craftsmanship .inner .subInner .textBox .h4Title {
		margin-bottom: 2.5rem;
	}
	#main .craftsmanship .inner .subInner .textBox .h4Title .top {
		margin-bottom: -0.5rem;
	}
	#main .craftsmanship .inner .subInner .textBox .h4Title .top .number {
		font-size: 6rem;
	}
	#main .craftsmanship .inner .subInner .textBox .h4Title .top .text {
		margin-left: -2.6rem;
		font-size: 1.8rem;
		vertical-align: 1.4rem;
	}
	#main .craftsmanship .inner .subInner .textBox .h4Title .sub {
		font-size: 2.2rem;
	}
	#main .craftsmanship .inner .subInner .textBox .subBox .text {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
	#main .bottomBox {
		padding: 5rem 2rem;
	}
	#main .bottomBox .hTitle {
		margin-bottom: 3.2rem;
		font-size: 2.6rem;
	}
	#main .bottomBox .linkUl {
		display: block;
	}
	#main .bottomBox .linkUl li {
		margin: 0 auto 2rem;
		width: 20rem;
	}
	#main .bottomBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .bottomBox .linkUl li a {
		min-height: 5rem;
		font-size: 1.7rem;
	}
}