/*  Font size */
#recruiter-guide .font-3 {
	font-size: 3px !important;
}

#recruiter-guide .font-8 {
	font-size: 8px !important;
}

#recruiter-guide .font-9 {
	font-size: 9px !important;
}

#recruiter-guide .font-10 {
	font-size: 10px !important;
}

#recruiter-guide .font-11 {
	font-size: 11px !important;
}

#recruiter-guide .font-14 {
	font-size: 14px !important;
}

#recruiter-guide .font-15 {
	font-size: 15px !important;
}

#recruiter-guide .font-20 {
	font-size: 20px !important;
}

#recruiter-guide .font-22 {
	font-size: 22px !important;
}

#recruiter-guide .font-32 {
	font-size: 32px !important;
}

/* end of font size */

/* top, left, right, bottom */
#recruiter-guide .bottom-0 {
	bottom: 0 !important;
}

/* end of top, left, right, bottom */

/* width */
#recruiter-guide .w-40 {
	width: 40% !important;
}

/* end width */

#recruiter-guide {
	/* background: #FFF !important; */
	background-image: url('../svgs/background-section-1.jpeg') !important;
}

#recruiter-guide .container {
	background: #FFF !important;
}

#recruiter-guide .container-fluid {
	background: #FFF !important;
}


#recruiter-guide .bg-navy {
	background: #09447C;
}

#recruiter-guide .bg-rose {
	background: #A5336F;
}

#recruiter-guide .bg-white {
	background: #FFF;
}

#recruiter-guide .text-navy {
	color: #09447C;
}

#recruiter-guide .text-rose {
	color: #A5336F;
}

#recruiter-guide .text-white {
	color: #FFFFFF;
}

#recruiter-guide .text-orange {
	color: #FFB147;
}

#recruiter-guide .count-number {
	font-weight: bold;
	font-size: 4.375rem !important;
}

#recruiter-guide .count-number.count-number-pc {
	font-size: 3.5rem !important;
}

#recruiter-guide .bg-orange-gradient {
	background: linear-gradient(270deg, #00BEB2 0%, #04A197 100%);
}

#recruiter-guide .border-navy {
	border-color: #FFF !important;
}

#recruiter-guide .border-rose {
	border-color: #A5336F !important;
}

#recruiter-guide .btn-cta-oceanic {
	height: 50px;
	border-radius: 10px;
	background: linear-gradient(270deg, #00BEB2 0%, #04A197 100%);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
}

#recruiter-guide .btn-cta-special-blue {
	height: 75px !important;
	overflow: hidden;
	border-radius: 20px;
	background: #FFE3F2 !important;
}

#recruiter-guide .btn-cta-special-blue .triangle {
	transform: rotate(45deg);
	top: -40px;
	left: -48px;
}

#recruiter-guide .btn-cta-special-blue .fa-5x {
	font-size: 80px !important;
}

#recruiter-guide .line {
	width: 100px !important;
	border: 1px solid #053769;
}

#recruiter-guide .num-with-circle {
	width: 45px;
	height: 45px;
	border: 1px solid transparent;
	border-radius: 50%;
}

#recruiter-guide .num-with-circle-sm {
	height: 25px;
	padding: 0 7px;
	border: 1px solid transparent;
	border-radius: 50%;
}

.card-sp {
	border-radius: 14px;
	background: #FFF !important;
}

.recruiter-guide-content {
	width: 100%;
}

.recruiter-guide-content .flex-justify-center {
	display: flex;
	justify-content: center;
}

.recruiter-guide-banner {
	position: relative;
}

.recruiter-guide-banner__image {
	display: flex;
	justify-content: flex-end;
	position: relative;
	top: 85px;
}

.recruiter-guide-banner__content {
	position: absolute;
	top: 0;
	max-width: calc(((100vw - 1100px) / 2) + 700px - 100px);
	border-radius: 0 20px 20px 0;
}

.recruiter-guide-banner__content-wrapper {
	float: left;
	width: auto;
	padding: 50px 50px 50px calc((100vw - 1100px) / 2);
}

.recruiter-guide__register-button {
	display: flex;
	justify-content: center;
	margin-top: 120px;
	margin-bottom: 50px;
}

.recruiter-guide-use {
	padding-top: 0 !important;
	background-image: url('../svgs/background-section-1.jpeg') !important;
	background-color: #e7c0d5 !important;
	background-size: cover !important;
}

.image-content img {
	border-radius: 20px 0 0 20px;
}

.recruiter-count {
	padding: 21px;
	width: 106px;
	height: 60px;
	border-radius: 10px;
	background: #FFE3F2;
}

.recruiter-count.recruiter-count-pc {
	width: 80px !important;
	height: 50px !important
}

.recruiter-guide-body {
	width: 100%;
	margin: 0 auto;
	padding: 20px 90px !important;
	background: #FFE3F2;
}

.guide-card {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
	justify-content: center;
}

.group-card {
	width: 530px;
	height: 590px;
	padding: 0 33px 20px 33px;
	background-color: #FFFFFF;
	border-radius: 20px;
	margin: 60px 10px 18px 10px;
	position: relative;
}

.group-card.large {
	height: 656px;
}

.group-card.small {
	height: 510px;
}

.card-header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: unset;
	border-bottom: unset;
}

.card-header-number {
	background: #A5336F;
	color: white;
	font-weight: bold;
	text-align: center;
}

.card-image {
	display: flex;
	justify-content: center;
	height: 140px;
	width: 100%;
	margin-top: 157px;
	margin-bottom: 25px;
}

.card-image.small {
	margin-top: 120px;
}

.card-image .img-fluid {
	height: 100%;
	width: auto;
	object-fit: fill;
}

.card-content {
	margin-bottom: 3rem;
}

.card-content p {
	font-size: 0.875rem;
	line-height: 22px;
}

.evaluation-card {
	display: flex;
	flex-direction: row;
}

.guide-heading {
	font-size: 1.5625rem;
}

.ml-scout {
	margin-left: 0 !important;
}

.note-info {
	bottom: -5px !important
}

@media (max-width: 480px) {
	.h-new-body {
		margin-top: 0 !important;
	}
}

@media (max-width: 655px) {
	.pricing-sp-none {
		display: block !important;
	}

	.pricing-pc-none {
		display: none !important;
	}
}

@media (min-width: 656px) {
	.pricing-sp-none {
		display: none !important;
	}

	.pricing-pc-none {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.recruiter-guide__register-button {
		margin-top: 30px !important;
	}

	.recruiter-guide-banner__content-wrapper {
		padding: 10px;
	}

	.recruiter-guide-body {
		padding: 20px 18px !important;
	}

	.card-header {
		top: -35px !important;
	}

	.card-image {
		height: 101px !important;
		margin-top: 100px !important;
		margin-bottom: 13px !important;
	}

	.group-card {
		height: max-content !important;
		padding: 0 20px 17px 20px !important;
	}

	.card-content {
		margin: unset !important;
	}

	.content-block {
		display: flex;
		flex-direction: column-reverse;
	}

	.use-image {
		max-width: 600px;
		border-radius: 10px;
	}

	.content-block-image {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 25px;
	}

	.content-title {
		align-items: unset !important;
	}

	.evaluation-card {
		flex-direction: column-reverse !important;
	}

	.guide-heading {
		font-size: 1.125rem !important;
	}

	.circle-sp {
		position: relative;
		top: -20px;
	}

	.use-image-sp {
		border-radius: 10px !important;
	}

	.line-hr-sp {
		display: block;
		height: 2px;
		background: #A5336F;
	}
}

@media (min-width: 992px) {
	#recruiter-guide .px-lg-90px {
		padding-left: 90px !important;
		padding-right: 90px !important;
	}

	#recruiter-guide .font-lg-70 {
		font-size: 70px !important;
	}

	#recruiter-guide .font-lg-30 {
		font-size: 30px !important;
	}

	#recruiter-guide .font-lg-28 {
		font-size: 28px !important;
	}

	#recruiter-guide .font-lg-24 {
		font-size: 24px !important;
	}

	#recruiter-guide .font-lg-22 {
		font-size: 22px !important;
	}

	#recruiter-guide .font-lg-20 {
		font-size: 20px !important;
	}

	#recruiter-guide .font-lg-18 {
		font-size: 18px !important;
	}

	#recruiter-guide .font-lg-14 {
		font-size: 14px !important;
	}

	#recruiter-guide .font-lg-12 {
		font-size: 12px !important;
	}

	#recruiter-guide .font-lg-9 {
		font-size: 9px !important;
	}

	#recruiter-guide .btn-cta-oceanic {
		height: 70px;
		font-size: 22px !important;
	}

	#recruiter-guide .btn-cta-special-blue {
		height: 100px !important;
	}

	#recruiter-buide .bottom-0 {
		bottom: 0;
	}

	#recruiter-guide .bg-sky-blue {
		background: #F8FAFD;
	}

	#recruiter-guide .card-lg {
		border: 1px solid transparent !important;
		border-radius: 20px !important;
		background: #FFF !important;
	}

	#recruiter-guide .use-image {
		border-radius: 10px !important;
	}

	#recruiter-guide .num-with-circle {
		width: 60px;
		height: 60px;
	}

	#recruiter-guide .mt-lg-30n-px {
		margin-top: -30px !important;
	}

	#recruiter-guide .num-with-circle-sm {
		width: 40px;
		height: 40px;
	}

	#recruiter-guide .t-lg-85px {
		top: 85px !important;
	}

	#recruiter-guide .mt-lg-225px {
		margin-top: 130px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#recruiter-guide .mt-lg-350px {
		margin-top: 350px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.recruiter-guide__register-button {
		margin-top: 200px;
	}
}

@media only screen and (max-width: 1130px) {
	.recruiter-guide-banner__content {
		max-width: 600px
	}

	.recruiter-guide-banner__content-wrapper {
		padding: 30px 10px;
	}

	.recruiter-guide__register-button {
		margin-top: 200px;
	}
}
