/* LP離脱ポップアップ（/lp_reskilling_2/ 専用） */
.c-exit-popup {
	padding: 0;
	border: 0;
	background: transparent;
	overflow: visible;
	width: min(520px, calc(100vw - 32px), calc(100dvh - 100px));
	max-width: none;
	max-height: none;
	box-sizing: border-box;
}

.c-exit-popup *,
.c-exit-popup *::before,
.c-exit-popup *::after {
	box-sizing: border-box;
}

.c-exit-popup::backdrop {
	background: rgba(5, 16, 37, 0.76);
}

.c-exit-popup__close {
	display: block;
	margin: 0 0 8px auto;
	min-width: 106px;
	min-height: 44px;
	padding: 10px 18px;
	border: 0;
	border-radius: 6px;
	background: #fff;
	color: #10245a;
	font: 700 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	cursor: pointer;
}

.c-exit-popup__link {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	line-height: 0;
}

.c-exit-popup__img {
	display: block;
	width: 100%;
	height: auto;
}

.c-exit-popup__close:focus-visible,
.c-exit-popup__link:focus-visible {
	outline: 3px solid #007cab;
	outline-offset: 4px;
}
