.footer__consulting {
	width: 45%;
	padding-left: 5%;
}
.footer__consulting > div {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 1.25em 0;
}
.footer__consulting > div .info__title {
	padding-left: 35px;
	color: #fff;
	width: 150px;
	box-sizing: border-box;
}
.footer__consulting > div .info__content {
	color: #c0c0c0;
	width: calc(100% - 150px);
}

@media screen and (max-width: 1320px) {
	.footer__consulting {
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.footer__consulting {
		width: 100%;
		padding-left: 0;
	}
	.footer__consulting > div {
		margin-top: 0;
	}
	.footer__consulting > div .info__title {
		font-size: 1rem;
		display: block;
		width: 100%;
	}
	.footer__consulting > div .info__content {
		font-size: 0.7222222222rem;
		display: block;
		width: 100%;
		margin-top: 1em;
	}
}
.form__consulting {
	width: 100%;
	padding-bottom: 2em;
}
.form__consulting .field {
	width: 100%;
}
.form__consulting .field label {
	width: 10%;
	display: block;
	color: #000;
}
.form__consulting .field .field-cont {
	width: 100%;
}
.form__consulting .field01,
.form__consulting .field02,
.form__consulting .field03,
.form__consulting .field04 {
	display: flex;
	align-items: center;
}
.form__consulting .field01,
.form__consulting .field02 {
	margin-bottom: 1rem;
}
.form__consulting .field04 {
	margin-bottom: 2rem;
}
.form__consulting .field.field__contents .field-cont textarea {
	display: block;
	background-color: #f5f5f5;
	border: 0;
	width: 100%;
	padding: 0.5em;
	line-height: 1.6;
	height: 140px;
}
.form__consulting .field.field__checkbox {
	display: block;
	margin-top: 2rem;
	text-align: center;
}
.form__consulting .field.field__checkbox .form-check {
	display: inline-block;
	width: auto;
	color: #8e8e8e;
}
.form__consulting .field.field__checkbox .link-privacy {
	display: inline-block;
	color: #8e8e8e;
	font-family: Pretendard;
}
.form__consulting .field.field__checkbox .link-privacy .link-privacy:hover {
	color: #fff;
	text-decoration: underline;
}
.form__consulting input {
	background-color: #f5f5f5;
	margin-right: 0.5em;
	height: 3rem;
	border-radius: 2px;
	border: 0;
}
.form__consulting input:last-child {
	margin-right: 0;
}
.form__consulting select {
	background: #f5f5f5;
	width: 100%;
	padding: 1.125rem 0.625rem;
}
.form__consulting .btnWrap {
	width: 100%;
	margin-top: 3rem;
	text-align: center;
}
.form__consulting .btn__submit--consuling {
	padding: 18px 5rem;
	font-size: 1.2rem;
	border-radius: 30px;
	background-color: #50a7b3;
	color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.form__consulting {
		display: block;
	}
	.form__consulting .fieldset {
		width: 100%;
	}
	.form__consulting .field {
		display: block;
	}
	.form__consulting .field:first-child {
		margin-bottom: 0;
	}
	.form__consulting .field label {
		display: block;
		width: 15%;
		padding-bottom: 0.5em;
	}
	.form__consulting .field .field-cont {
		width: 100%;
	}
	.form__consulting .field .field-left {
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}
	.form__consulting .field .field-right {
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}
	.form__consulting .field .field-right label {
		width: 100%;
	}
	.form__consulting .field.field__contents .field-cont textarea {
		display: block;
		background-color: #f5f5f5;
		width: 100%;
		padding: 0.5em;
		height: 85px;
		border: 0;
	}
	.form__consulting .field.field__checkbox {
		position: static;
		margin: 0;
		margin-top: 1em;
	}
	.form__consulting input {
		height: 40px;
	}
	.form__consulting .btn__submit--consuling {
		padding: 12px 4rem;
		font-size: 1rem;
		border-radius: 20px;
	}
}
.topAr > p {
	text-align: center;
}
.topAr .stepAr {
	margin: 2.2222222222rem 0 3.3333333333rem 0;
}
.topAr .stepAr ul {
	display: flex;
	justify-content: center;
	gap: 2.2222222222rem;
}
.topAr .stepAr ul li {
	position: relative;
	padding: 0.6666666667rem 20px;
	border: 2px solid #50a7b3;
	border-radius: 24px;
}
.topAr .stepAr ul li:not(:last-child)::before {
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	right: -36px;
	transform: translateY(-50%);
	background-image: url(/assets/img/sub/r20/step_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.bottomAr {
	margin-top: 2.2222222222rem;
}
.bottomAr ul {
	padding: 2.2222222222rem 3.3333333333rem;
	border: 2px solid #50a7b3;
	border-radius: 20px;
}
.bottomAr ul li {
	line-height: 1.6;
	font-size: 0.8888888889rem;
	list-style-type: disc;
}

@media screen and (max-width: 868px) {
	.topAr > p {
		text-wrap: balance;
	}
	.topAr .stepAr ul {
		flex-direction: column;
	}
	.topAr .stepAr ul li {
		padding: 0.6666666667rem 20px;
		text-align: center;
	}
	.topAr .stepAr ul li:not(:last-child)::before {
		width: 24px;
		height: 24px;
		top: 111%;
		right: calc(50% - 12px);
		transform: rotate(90deg);
	}

	.bottomAr ul {
		padding: 2.2222222222rem;
	}
}

/*# sourceMappingURL=fastConsulting.css.map */
