@charset "utf-8";

/* ==========================
	tokusyu01 style
============================= */

.tokusyu01 h1 {
	background-color: #231815;
	padding: 3rem 0;
}
.tokusyu01 h1 img {
	display: block;
	width: 37.2rem;
	margin: 0 auto;
}
.tokusyu01 .inner {
	max-width: 110.4rem;
	margin: 0 auto;
	padding: 6rem 1rem 0;
}
.tokusyu01 .lead {
	margin: 3rem auto 0;
	width: 77rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 4.1rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.tokusyu01 .cont + .cont {
	margin-top: 18rem;
}
.tokusyu01 h2 {
	margin-top: 4rem;
	font-size: 4.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 7.4rem;
}
.tokusyu01 .contBox {
	width: 89.4rem;
	margin: 0 auto;
}
.tokusyu01 .txt {
	margin-top: 4rem;
	font-size: 3.2rem;
	line-height: 7.2rem;
	text-align: justify;
}
.tokusyu01 .pic {
	margin-top: 5rem;
}
.tokusyu01 .detailBox {
	width: 89.2rem;
	margin: 6rem auto 0;
}
.tokusyu01 .detailBox .detailPic {
	width: 66.6rem;
	margin: 0 auto;
}
.tokusyu01 .detailBox .detail {
	margin-top: 6.5rem;
	display: flex;
	align-items: center;
	gap: 0 5rem;
}
.tokusyu01 .detail .txtBox {
	width: 33rem;
}
.tokusyu01 .detail .ttl {
	font-size: 2.6rem;
	line-height: 1.3;
	text-align: center;
	color: var(--whiteColor);
	background-color: #5cb8da;
}
.tokusyu01 .detail .name {
	margin-top: 1.5rem;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2.9rem;
}
.tokusyu01 .detail .note {
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.tokusyu01 .detail .note span {
	color: #9fa0a0;
}
.tokusyu01 .detail .linkBtn {
	width: 40.4rem;
}
.tokusyu01 .detail .linkBtn a {
	display: block;
	font-size: 3rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #f49c00;
	border-radius: 2.5rem;
	padding: 2rem;
}
@media (max-width: 768px) {
	.tokusyu01 h1 {
		padding: 3rem;
	}
	.tokusyu01 .inner {
		max-width: 100%;
		padding: 5rem 5rem 0;
	}
	.tokusyu01 .lead {
		margin-top: 3rem;
		width: 100%;
		font-size: 3rem;
		line-height: 5.6rem;
	}
	.tokusyu01 .cont + .cont {
		margin-top: 14rem;
	}
	.tokusyu01 h2 {
		font-size: 4rem;
		line-height: 6.5rem;
	}
	.tokusyu01 .contBox {
		width: 55rem;
	}
	.tokusyu01 .txt {
		margin-top: 2rem;
		font-size: 3rem;
		line-height: 5.6rem;
	}
	.tokusyu01 .pic {
		margin-top: 6rem;
	}
	.tokusyu01 .detailBox {
		width: 56.4rem;
		margin: 6rem auto 0;
	}
	.tokusyu01 .detailBox .detailPic {
		width: 100%;
	}
	.tokusyu01 .detailBox .detail {
		margin-top: 5rem;
		display: block;
	}
	.tokusyu01 .detail .txtBox {
		width: 100%;
	}
	.tokusyu01 .detail .ttl {
		font-size: 3.5rem;
	}
	.tokusyu01 .detail .name {
		margin-top: 3rem;
		font-size: 3.7rem;
		line-height: 4.6rem;
	}
	.tokusyu01 .detail .note {
		margin-top: 1rem;
		font-size: 2.3rem;
		line-height: 3.6rem;
	}
	.tokusyu01 .detail .linkBtn {
		margin: 3rem auto 0;
	}
	.tokusyu01 .detail .linkBtn a {
		border-radius: 3rem;
		padding: 2.5rem;
	}
}