.sns-icon {
    top: 35vh;
}
.top__image {
	height: 308px;
	background-image: url("..//images/company/top-img.jpg");
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

.image-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	background-color: rgba(51, 38, 25, 0.6);
}

.top-ttlbox {
	text-align: center;
	line-height: normal;
	margin-bottom: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
}

.top-ttlbox p {
	margin-bottom: 10px;
	font-size: 2.0em;
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
}

.top-ttlbox h2 {
	font-size: 1.2em;
}

.section-company dl {
	padding: 70px 24px 0;
	margin-bottom: 125px;
	line-height: 2;
}

@media(min-width: 768px) {
	.top__image {
		height: 440px;
	}
	.section-company dl {
		padding: 70px 50px 0;
		margin-bottom: 125px;
		line-height: 2;
	}
}

.section-company dl dt {
	color: #8E8A8A;
	font-size: 1.4rem;
	padding-bottom: 20px;
	padding-top: 20px;
}

.section-company dl dd {
	padding-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
}

.section-company-address {
	padding-left: 20px;
}

.section-company {
	max-width: 1300px;
	margin: 0 auto;
}

.company-contents {
	margin: 0 auto;
	max-width: 960px;
}

@media(min-width: 580px) {
	.br-sp {
		display: none;
	}
}

@media(min-width: 900px) {
	.top-ttlbox p {
		margin-bottom: 10px;
		font-size: 3.2rem;
	}

	.top-ttlbox h2 {
		font-size: 1.4em;
	}

	.company-contents {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}

	.section-company dl dd {
		width: 635px;
	}
}

@media(min-width: 1160px) {
	.section-company dl dt {
		color: #8E8A8A;
		font-size: 1.8rem;
		padding-bottom: 0;
		padding-top: 60px;
	}

	.section-company dl dd {
		font-size: 1.4rem;
		padding-bottom: 35px;
	}

	.section-company dl {
		padding: 70px 0 0;
	}

}