.top .fv-img {
	text-align: center;
}
.top .fv-desc {
	text-align: center;
}

.top .fv-desc .ttl {
	font-size: 34px;
	margin: 0 auto;
	width: fit-content;
	text-align: justify;
	line-height: 1.4;
}

.top .fv-desc .ttl b {
	color: #00579D;
}

.top .top-section{
	padding: 100px 0;
}

.top .lead {
	font-size: 18px;
	margin: 40px 0 0;
}

.top .counsel {
	max-width: 1084px;
	width: 100%;
	margin: 3rem auto;
	display: flex;
	justify-content: space-between;
}

.top .counsel .desc {
	width: 76%;
	text-align: left;
}

.top .counsel .desc p {
	font-size: 1.05rem;
}

.top .counsel .desc .check {
	padding: 0.25rem 0.5rem;
	box-sizing: border-box;
	font-size: 1.25rem;
	font-weight: bold;
	background: linear-gradient(90deg,rgba(213, 243, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.top .counsel .desc .check span {
	color: #FF9556;
	margin-right: 0.75rem;
}

.top .middle .img {
	text-align: center;
	margin: 4rem auto;
}

.top .sec-voice .title-wrap .title {
	font-size: 2.25rem;
}

.top .sec-voice .inner {
	max-width: 1284px;
	width: 90%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2.5rem;
	margin: 3rem auto 0;
}

.top .sec-voice .inner .box {
	text-decoration: none;
	color: #000000;
}

.top .sec-voice .inner .box .img {
	border-radius: 20px;
}

.top .sec-voice .inner .box .ttl {
	margin-bottom: 0;
}

.top .sec-voice .inner .box .location {
	color: #505050;
	margin: 0.5rem auto;
	display: flex;
	align-items: center;
	column-gap: 0.5rem;
}

.top .sec-link .title-wrap .title {
	font-size: 1.75rem;
}

.top .sec-link .inner {
	max-width: 1284px;
	width: 90%;
	margin: 2.5rem auto 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1.5rem;
}

.top .sec-link .inner .box {
	text-align: center;
}

.top .sec-link .inner a.box:hover {
	opacity: 0.75;
	transition: cubic-bezier(0.4,0,0.2,1) .3s;
}


/* --- SP ---------- */
@media print,screen and (max-width: 768px) {

	.top .fv-desc .ttl {
		font-size: 15px;
	}

	.top .lead {
		text-align: left;
		margin-top: 1.5rem;
	}

	.top .middle .img {
		margin: 2rem auto;
	}

	.top .counsel {
		display: block;
		margin: 1.5rem auto;
	}

	.top .counsel .desc {
		width: 100%;
	}

	.top .counsel .desc .check {
		font-size: 1rem;
		text-indent: -1.5rem;
        padding-left: 2.25rem;
	}

	.top .counsel .img {
		display: none;
	}

	.top .sec-voice .inner {
		margin: 1.5rem auto 0;
		grid-template-columns: repeat(1, 1fr);
		row-gap: 2rem;
	}

	.top .sec-link .inner {
		margin: 1.5rem auto 0;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 0.5rem;
		row-gap: 0.5rem;
	}

}