/* title */
.title-area {
	max-width: 1140px;
	width: calc(100% - 40px);
	margin: 179px auto 62px;
}

@media screen and (max-width: 540px) {
	.title-area {
		width: calc(100% - 20px);
		margin: 146px auto 32px;
		text-align: center;
	}
}

.title-sub {
	font-size: 21.61px;
	color: #777777;
	position: relative;
	padding-left: 18px;
	font-weight: 500;
}

.title-sub::before {
	content: "";
	display: block;
	width: 6.75px;
	height: 6.75px;
	background-color: #cb2020;
	border-radius: 1.35px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.title-main {
	font-size: 64px;
	font-weight: 900;
	color: #1a1a1a;
	margin-top: 10px;
	line-height: 1.2;
	letter-spacing: 1px;
}

.contact-flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
