.main-visual {
	display: flex;
	height: 440px;
	background: url(/fa/general-catalog/assets/img/mv.png) no-repeat center center;
	background-size: cover;
	color: #333;
	justify-content: center;
	align-items: center;
}
.mv-inner {
	max-width: 1210px;
	flex: 1 1 auto;
}
.mv-copy {
	font-size: 63px;
	padding: 0 20px;
	line-height: calc(53/63);
	font-weight: 900;
}
.mv-copy span {
	font-size: 31px;
	font-weight: 700;
}
.about {
	width: 100%;
	margin: 30px 0;
	border: solid 5px #f2f2f2;
	padding: 35px 55px;
	display: flex;
	align-items: center;
}
.about .about__img {
	width: 157px;
	flex-shrink: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about .about__txt {
	margin-left: 40px;
}
.about .about__txt p {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: calc(36/20);
	font-weight: 600;
}
.c-titleText{
	color: #000;
}
.link_btm > .u-icons{
	display: block;
}
@media only screen and (max-width: 767px) {
	.main-visual {
		height: 240px;
	}
	.mv-copy {
		font-size: 30px;
	}
	.mv-copy span {
		font-size: 15px;
	}
	.about {
		display: block;
		margin: 20px 0;
		border: solid 3px #f2f2f2;
		padding: 28px 10px 25px;
	}
	.about .about__img {
		width: 150px;
		display: block;
		margin: 0 auto;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	}
	.about .about__txt {
		margin-top: 25px;
		margin-left: 0;
	}
	.about .about__txt p {
		margin-bottom:15px;
		line-height: calc(31/20);
	}
}