@charset "utf-8";

/* ==========================
	tokusyu02 style
============================= */

.tokusyu02 h1 {
	background-color: #00afec;
	padding: 2rem 0;
}
.tokusyu02 h1 img {
	display: block;
	width: 53rem;
	margin: 0 auto;
}
.tokusyu02 .inner {
	max-width: 110.4rem;
	margin: 0 auto;
	padding: 6rem 1rem 0;
}
.tokusyu02 .lead {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 4.1rem;
	text-align: center;
}
.tokusyu02 .cont + .cont {
	margin-top: 18rem;
}
.tokusyu02 h2 {
	margin-top: 4rem;
	font-size: 4.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 7.4rem;
}
.tokusyu02 .contBox {
	width: 89.4rem;
	margin: 0 auto;
}
.tokusyu02 .txt {
	margin-top: 4rem;
	font-size: 3.2rem;
	line-height: 7.2rem;
	text-align: justify;
}
.tokusyu02 .pic {
	margin-top: 5rem;
}
.tokusyu02 .message {
	margin-top: 1.5rem;
	font-size: 3rem;
	line-height: 4.9rem;
	text-align: justify;
	color: #5cb8da;
}
.tokusyu02 .detailBox {
	width: 89.2rem;
	margin: 6rem auto 0;
}
.tokusyu02 .detailBox .detailPic {
	width: 66.6rem;
	margin: 0 auto;
}
.tokusyu02 .detailBox .detail {
	margin-top: 6.5rem;
	display: flex;
	align-items: center;
	gap: 0 5rem;
}
.tokusyu02 .detail .txtBox {
	width: 36rem;
}
.tokusyu02 .detail .ttl {
	font-size: 2.6rem;
	line-height: 1.3;
	text-align: center;
	color: var(--whiteColor);
	background-color: #5cb8da;
}
.tokusyu02 .detail .name {
	margin-top: 0.5rem;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2.9rem;
	position: relative;
}
.tokusyu02 .detail .name.pt {
	padding-top: 2.5rem;
}
.tokusyu02 .detail .name span {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 2.5rem;
}
.tokusyu02 .detail .note {
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.tokusyu02 .detail .note span {
	color: #9fa0a0;
}
.tokusyu02 .detail .linkBtn {
	width: 40.4rem;
}
.tokusyu02 .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) {
	.tokusyu02 h1 {
		padding: 3rem;
	}
	.tokusyu02 .inner {
		max-width: 100%;
		padding: 5rem 5rem 0;
	}
	.tokusyu02 .lead {
		margin-top: 3rem;
		font-size: 3rem;
		line-height: 5.6rem;
	}
	.tokusyu02 .cont + .cont {
		margin-top: 14rem;
	}
	.tokusyu02 h2 {
		font-size: 4rem;
		line-height: 6.5rem;
	}
	.tokusyu02 .contBox {
		width: 55rem;
	}
	.tokusyu02 .txt {
		margin-top: 2rem;
		font-size: 3rem;
		line-height: 5.6rem;
	}
	.tokusyu02 .pic {
		margin-top: 6rem;
	}
	.tokusyu02 .message {
		margin-top: 1.5rem;
		font-size: 2.5rem;
		line-height: 3.6rem;
	}
	.tokusyu02 .detailBox {
		width: 56.4rem;
		margin: 6rem auto 0;
	}
	.tokusyu02 .detailBox .detailPic {
		width: 100%;
	}
	.tokusyu02 .detailBox .detail {
		margin-top: 5rem;
		display: block;
	}
	.tokusyu02 .detail .txtBox {
		width: 100%;
	}
	.tokusyu02 .detail .ttl {
		font-size: 3.5rem;
	}
	.tokusyu02 .detail .name {
		margin-top: 0.5rem;
		font-size: 3.7rem;
		line-height: 4.6rem;
	}
	.tokusyu02 .detail .name.pt {
		padding-top: 3rem;
	}
	.tokusyu02 .detail .name span {
		font-size: 2rem;
		left: 4.5rem;
	}
	.tokusyu02 .detail .note {
		margin-top: 1rem;
		font-size: 2.3rem;
		line-height: 3.6rem;
	}
	.tokusyu02 .detail .linkBtn {
		margin: 3rem auto 0;
	}
	.tokusyu02 .detail .linkBtn a {
		border-radius: 3rem;
		padding: 2.5rem;
	}
}