@charset "UTF-8";

body.ga-recruit-popup-open {
	overflow: hidden;
}

.ga-recruit-popup[hidden] {
	display: none;
}

.ga-recruit-popup {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 30px;
}

.ga-recruit-popup__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(16, 45, 39, 0.76);
}

.ga-recruit-popup__dialog {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	max-width: 820px;
	max-height: calc(100vh - 60px);
	overflow-x: hidden;
	overflow-y: auto;
	border-top: 9px solid #4d963f;
	border-radius: 28px;
	background-color: #fff;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)),
		url("../images/recruit-popup-bg.jpg");
	background-position: center;
	background-size: cover;
	box-shadow: 0 24px 60px rgba(7, 32, 26, 0.34);
	color: #1e493a;
	outline: 0;
}

.ga-recruit-popup__content {
	box-sizing: border-box;
	padding: 34px 70px 30px;
	text-align: center;
}

.ga-recruit-popup__content p,
.ga-recruit-popup__content h2 {
	margin: 0;
	line-height: 1.45;
}

.ga-recruit-popup__icon-close {
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 1px solid #d6e4d1;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 18px rgba(29, 72, 58, 0.15);
	color: #2b5948;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.ga-recruit-popup__icon-close svg {
	width: 24px;
	height: 24px;
}

.ga-recruit-popup__icon-close path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
}

.ga-recruit-popup__badge {
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 42px;
	padding: 8px 24px;
	border: 1px solid #a6cd92;
	border-radius: 999px;
	background: #edf7e9;
	color: #2d7044;
	font-size: 17px;
	font-weight: 700;
}

.ga-recruit-popup__badge span {
	width: 12px;
	height: 12px;
	margin-right: 12px;
	border-radius: 50%;
	background: #e0ae27;
}

.ga-recruit-popup__lead {
	margin-top: 24px !important;
	color: #47665b;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.ga-recruit-popup__title {
	margin-top: 22px !important;
	font-size: 32px;
	font-weight: 800;
}

.ga-recruit-popup__amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -8px !important;
	white-space: nowrap;
}

.ga-recruit-popup__amount-prefix {
	margin-right: 14px;
	font-size: 25px;
	font-weight: 800;
}

.ga-recruit-popup__amount strong {
	color: #e15c42;
	font-size: 92px;
	font-weight: 900;
	line-height: 1.05;
}

.ga-recruit-popup__amount-unit {
	color: #e15c42;
	font-size: 42px;
	font-weight: 900;
}

.ga-recruit-popup__amount-suffix {
	margin-left: 10px;
	font-size: 31px;
	font-weight: 800;
}

.ga-recruit-popup__description {
	margin-top: 4px !important;
	color: #47665b;
	font-size: 17px;
	font-weight: 600;
}

.ga-recruit-popup__cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 410px;
	min-height: 62px;
	margin: 25px auto 0;
	padding: 15px 54px;
	border-radius: 999px;
	background: #348c4d;
	box-shadow: 0 10px 22px rgba(45, 112, 68, 0.22);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.ga-recruit-popup__cta svg {
	width: 22px;
	height: 22px;
	margin-left: 28px;
}

.ga-recruit-popup__cta path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ga-recruit-popup__cta:hover,
.ga-recruit-popup__cta:focus {
	background: #287a42;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ga-recruit-popup__note {
	margin-top: 22px !important;
	color: #63766f;
	font-size: 13px;
}

.ga-recruit-popup__text-close {
	margin-top: 16px;
	padding: 4px 10px;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
	color: #526b62;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.ga-recruit-popup__icon-close:focus,
.ga-recruit-popup__text-close:focus,
.ga-recruit-popup__cta:focus {
	outline: 3px solid rgba(224, 174, 39, 0.58);
	outline-offset: 3px;
}

@media only screen and (max-width: 767px) {
	.ga-recruit-popup {
		padding: 18px;
	}

	.ga-recruit-popup__dialog {
		max-width: 390px;
		max-height: calc(100vh - 36px);
		border-top-width: 7px;
		border-radius: 24px;
	}

	.ga-recruit-popup__content {
		padding: 34px 22px 28px;
	}

	.ga-recruit-popup__icon-close {
		top: 12px;
		right: 12px;
		width: 42px;
		height: 42px;
	}

	.ga-recruit-popup__icon-close svg {
		width: 20px;
		height: 20px;
	}

	.ga-recruit-popup__badge {
		max-width: calc(100% - 46px);
		min-height: 36px;
		padding: 7px 13px;
		font-size: 13px;
	}

	.ga-recruit-popup__badge span {
		width: 9px;
		height: 9px;
		margin-right: 8px;
	}

	.ga-recruit-popup__lead {
		margin-top: 22px !important;
		font-size: 16px;
	}

	.ga-recruit-popup__title {
		margin-top: 18px !important;
		font-size: 23px;
	}

	.ga-recruit-popup__amount {
		margin-top: 2px !important;
	}

	.ga-recruit-popup__amount-prefix {
		margin-right: 7px;
		font-size: 17px;
	}

	.ga-recruit-popup__amount strong {
		font-size: 68px;
	}

	.ga-recruit-popup__amount-unit {
		font-size: 29px;
	}

	.ga-recruit-popup__amount-suffix {
		margin-left: 5px;
		font-size: 19px;
	}

	.ga-recruit-popup__description {
		margin-top: 8px !important;
		font-size: 13px;
	}

	.ga-recruit-popup__cta {
		min-height: 56px;
		margin-top: 23px;
		padding: 13px 26px;
		font-size: 16px;
	}

	.ga-recruit-popup__cta svg {
		width: 18px;
		height: 18px;
		margin-left: 18px;
	}

	.ga-recruit-popup__note {
		margin-top: 20px !important;
		font-size: 11px;
		line-height: 1.65 !important;
	}

	.ga-recruit-popup__text-close {
		margin-top: 15px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 374px) {
	.ga-recruit-popup {
		padding: 10px;
	}

	.ga-recruit-popup__dialog {
		max-height: calc(100vh - 20px);
	}

	.ga-recruit-popup__content {
		padding-right: 16px;
		padding-left: 16px;
	}

	.ga-recruit-popup__amount strong {
		font-size: 60px;
	}

	.ga-recruit-popup__amount-unit {
		font-size: 26px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ga-recruit-popup__cta {
		-webkit-transition: none;
		transition: none;
	}
}
