@charset "UTF-8";

@font-face {
    font-family: 'DS-Digital';
    src: url('https://db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot');
    src: url('https://db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot?#iefix')format('embedded-opentype'),
        url('https://db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff2')format('woff2'),
        url('https://db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff')format('woff'),
        url('https://db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.ttf')format('truetype'),
        url('https://db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.svg#DS-Digital')format('svg');
}


/** 配色 primary ----------------------------------------------------------------------------------------------- */
.alert-primary {
	color: #1668ad;
	background-color: #cce5ff;
	border-color: #f8fbfe;
}

.alert-primary hr {
	border-top-color: #e1effb;
}

.alert-primary .alert-link {
	color: #104d80;
}

.badge-primary {
	color: #212529;
	background-color: #56a6e9;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
	color: #212529;
	background-color: #288ee3;
}

.bg-primary {
	background-color: #56a6e9 !important;
}
.bg-white {
	border-color: #fff;
}
.bg-white::before,
.bg-white::after {
	border-right-color:#fff;
}
.bg-lightgray {
	background-color: #eee;
}
.bg-store-list {
	background-color: #ffd3e0;
}
.bg-pink {
	background-color: #f05f86;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #288ee3 !important;
}

.border-primary {
	border-color: #56a6e9 !important;
}

.btn-primary {
	color: #fff;
	background-color: #56a6e9;
	border-color: #56a6e9;
}

.btn-primary:hover {
	color: #fff;
	background-color: #3695e4;
	border-color: #288ee3;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(86, 166, 233, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #212529;
	background-color: #56a6e9;
	border-color: #56a6e9;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #212529;
	background-color: #288ee3;
	border-color: #1d86df;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(86, 166, 233, 0.5);
}

.btn-outline-primary {
	color: #56a6e9;
	background-color: transparent;
	border-color: #56a6e9;
}

.btn-outline-primary:hover {
	color: #212529;
	background-color: #56a6e9;
	border-color: #56a6e9;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(86, 166, 233, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #56a6e9;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #212529;
	background-color: #56a6e9;
	border-color: #56a6e9;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(86, 166, 233, 0.5);
}

.btn-migrants {
	background-color: #26c648;
	color: #fff;
}
.btn-migrants:hover {
	background-color: #09a92b;
	color: #fff;
}
.btn-employed {
	background-color: #24bce5;
	color: #fff;
}
.btn-employed:hover {
	background-color: #0ba3cc;
	color: #fff;
}
.btn-white {
	background-color: #fff;
	color: #000;
	border-color: #888888;
}
.btn-white:hover {
	background-color: #f8f8f8;
	color: #000;
	border-color: #555;
}

.btn-pink {
	background-color: #f05f86;
	color: #fff;
	border-color: #de4d74;
}
.btn-pink:hover {
	background-color: #e6557c;
	color: #fff;
	border-color: #d4436a;
}
.btn-pink:disabled {
	background-color: #f05f86;
	color: #eee;
	border-color: #de4d74;
}
.btn-pink:disabled:hover {
	background-color: #f05f86;
	color: #eee;
	border-color: #de4d74;
}
.btn-pink:not(:disabled):not(.disabled):active, 
.btn-pink:not(:disabled):not(.disabled).active,
.btn-pink.focus, 
.btn-pink:focus, 
.show > .btn-pink.dropdown-toggle {
	background-color: #f05f86;
	color: #eee;
	border-color: #de4d74;
}
.btn-pink:focus, 
.btn-pink.focus {
	box-shadow: 0 0 0 0.2rem rgba(240, 95, 134, 0.5);
}
.list-group-item-primary {
	color: #1668ad;
	background-color: #f8fbfe;
	color: #fff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #1668ad;
	background-color: #e1effb;
}

.list-group-item-primary.list-group-item-action.active {
	color: #212529;
	background-color: #1668ad;
	border-color: #1668ad;
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #f8fbfe;
}

.table-hover .table-primary:hover {
	background-color: #e1effb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #e1effb;
}

.text-primary {
	color: #56a6e9 !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #288ee3 !important;
}

.card-primary:not(.card-outline) > .card-header {
	background-color: #56a6e9;
}
.card-store-list > .card-header {
	background-color: #f05f86 !important;
	color: #fff;
}
.card-default .card-header {
	background-color: #fff;
}
.card-industry {
	border-top: 3px solid #f05f86 !important;
}
/** 共通 ----------------------------------------------------------------------------------------------- */
html {
	font-size: 18px;
}
body {
	font-family: Meiryo, "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	margin: 0;
	background-color: #f4f4f4;
}
body.login-page {
	padding: 20px;
}
body.form-page {
	background-color: #fff;
}
.main-footer {
	background-color: #3a3d74;
	color: #fff;
}
.layout-navbar-fixed .wrapper {
	margin-bottom: calc(4.0rem + 1px);
}
.layout-navbar-fixed .wrapper .content-wrapper {
	margin-top: calc(3.5rem + 10px);
}
.layout-navbar-fixed.agent .wrapper .content-wrapper {
	margin-top: calc(3.0rem + 6px);
}
.navbar-brand img {
	margin:0px auto;
}
.page-title {
	font-weight:600;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f05f86;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	z-index: 1000; /* ヘッダーを最前面に表示するために使用 */
}
.progress-counter {
	white-space: nowrap;
}
.form-page main {
	padding-top: 100px; /* ヘッダーの高さ分だけ余白を追加 */
	background: #ffe6e6;
	height: 100%;
}

.hidden {
	display: none !important;
}
.none {
	display: none !important;
}
.fade-in {
	animation: fadeIn 1s forwards;
}

.fade-out {
	animation: fadeOut 1s forwards;
}

.text-pc-right {
	text-align: right;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
.main-header .container-brand {
	flex-basis: 45%;
	margin-left: 0px;
}
.page-header {
	height: 50px;
	padding: 12px 10px 0px;
}
.agent .page-header {
	height: 100px;
}
.layout-navbar-fixed.page .content,
.layout-navbar-fixed.page .container-fluid {
	padding: 0px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
	margin: 0px;
}
.card-header.lg {
	font-size: 2rem;
	font-weight: 900;
}
.recruiter-btnmenu {
	position: fixed;
	bottom: 0px;
	background-color:#f05f86;
}
.recruiter-btnmenu .action-btn-top button {
	flex-basis: 32%;
	margin: 0px;
}
.action-btn-md {
	display: none;
}
.action-btn-xl {
	display: none;
}
.action-btn-top {
	justify-content: space-around;
	padding: 10px;
}
.action-btn-top button {
	flex-basis: 30%;
	font-size: 0.65rem;
	padding: 15px 5px;
	margin-right:4px;
}
.action-btn-bottom {
	justify-content: space-around;
}
.action-btn-bottom button {
	flex-basis: 45%;
	font-size: 0.8rem;
}

.bootstrap-switch-container,
.bootstrap-switch-default {
	height: 35px;
}
.card.form {
	overflow-y: auto;
}
.card.form,
.card.form .card-header {
	border-radius:0px;
}
.card.form > .card-header {
	position: fixed;
	width: 100vw;
	z-index: 1030;
	padding-bottom:0px;
}
.card.form > .card-header > .content-header {
	padding-bottom:0px;
}

.card.form > .card-header + .card-body {
	margin-top:60px;
}
.agent .card.form > .card-header + .card-body {
	margin-top:110px;
}
.card-body {
	padding : 0.8rem;
}
.bg-lightpink {
	background-color: #ffe7f6;
}
.badge-circle {
	border-radius: 20px;
}
.badge-circle:empty {
	display: none !important;
}
.badge-circle.pc {
	display: none;
}
.badge-circle.mb {
	display: block;
	margin-top: 4px;
}
.btn-custom {
	position: relative;
	min-height: 75px;
}
.btn-custom .small-text {
	font-size: 0.75em; /* 小さなフォントサイズ */
	display: block;
}
.btn-custom .badge {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	padding: 0.5em 0.75em;
	border-radius: 50%;
}
.btn-shadow {
	/*box-shadow: 2px 2px 5px #747474;*/
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
	border-radius: 1vh;
	color: #333;
	border: 1px solid #999;
	text-shadow: 0 1px #fff;
	box-shadow: 0 4px 2px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
.btn-shadow.disabled {
	background-image: linear-gradient(to top, #b3b3b3 0%, #d9d9d9 80%, #d9d9d9 100%); 
	box-shadow: 0 -4px 2px rgba(0, 0, 0, .8);  
}
.btn-shadow:not(:disabled):not(.disabled):hover {
	box-shadow: 0 -4px 2px rgba(0, 0, 0, .3);
	transform: translateY(3px);
}
.btn-shadow:not(:disabled):not(.disabled):active {
	background-image: linear-gradient(to top, #b3b3b3 0%, #d9d9d9 80%, #d9d9d9 100%);
	box-shadow: 0 -4px 2px rgba(0, 0, 0, .8);
}
.img-circle {
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.widget-store-image img {
	width:60px;
	height: 60px;
	background-color: #fff;
}
.btn-back-kanri {
	color:#1f2d3d !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
	border-radius: 0;
	border-bottom: 1px solid #eee;
}
.table thead tr th {
	background-color: #fff3ea;
}
.table tbody tr th {
	background-color: #ffe7f6;
}
.dataTable tbody tr {
	cursor: pointer;
}
.highlight {
	background-color: #288ee3 !important; /* ハイライトの色を指定 */
}
.dataTable tbody tr td img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.input-group-text.custom {
	display: inline-block; 
	width: 40px; 
	text-align: center; 
	border-radius: 0px 3px 3px 0px; 
	border-left: 0px;
}
.select2bs4 {
	width: calc(100% - 40px); 
	display: inline-block;
}

.icheck-success>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-success>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color:#f05f86;
}
.icheck-success > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before, 
.icheck-success > input:first-child:not(:checked):not(:disabled):focus + label::before {
	border-color: #f05f86;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before, 
[class*="icheck-"] > input:first-child + label::before {
	background-color: #fff;
}
.icheck-success > input:first-child:checked + input[type="hidden"] + label::before, 
.icheck-success > input:first-child:checked + label::before {
	background-color: #f05f86;
	border-color: #f05f86;
}

.error.text-danger {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

input.ime-active {
	ime-mode: active;
	-ms-ime-mode: active;
}
input.ime-inactive {
	ime-mode: inactive;
	-ms-ime-mode: inactive;
}

/** テキスト ----------------------------------------------------------------------------------------------- */
.text-xl {
	font-size: 1.5rem !important;
}
.text-lg {
	font-size: 1rem !important;
}
.text-md {
	font-size: 0.8rem !important;
}
.text-red {
	color: #e40012;
}
.bold {
	font-weight: 900;
}
/** SNSアイコン ----------------------------------------------------------------------------------------------- */
.main-header .icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px; /* アイコンのサイズ */
	height: 30px; /* アイコンのサイズ */
	border-radius: 5px; /* 四角い形状 */
	color: white; /* アイコンの色 */
	font-size: 14px; /* アイコンのフォントサイズ */
	text-decoration: none;
	margin: 5px; /* スペースの調整 */

}
.main-header .icon-btn-circle {
	background-color: #666666;
	border-radius: 50%;
	width: 40px; /* アイコンのサイズ */
	height: 40px; /* アイコンのサイズ */
}
.main-header .icon-btn-circle i {
	color: #fff;
	font-size: 30px;
}

.icon-btn-twitter {
	background-color: #666666;
}
.icon-btn-twitter i {
	color: #fff;
}
.icon-btn-twitter:hover {
	background-color: #464646;
}
.icon-btn-instagram {
	background-color: #666666;
}
.icon-btn-instagram i {
	color: #fff;
}
.icon-btn-instagram:hover {
	background-color: #464646;
}
.icon-btn-tiktok {
	background-color: #666666;
}
.icon-btn-tiktok i {
	color: #fff;
}
.icon-btn-tiktok:hover {
	background-color: #464646;
}

/** ツールチップ ----------------------------------------------------------------------------------------------- */

.tooltip-right {
	width:100%;
}

.tooltip-right .tooltiptext {
	visibility: visible;
	width: 100%;
	height: 100%;
	min-height: 70px;
	background-color: #fffbf0;
	color: #252525;
	text-align: left;
	border-radius: 6px;
	padding: 10px;
	z-index: 1;
	top:10px;
	opacity: 1;
	font-size: 12px;
}

.tooltip-right .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px; /* To the left of the tooltip */
	margin-top: -12px;
	border-width: 13px;
	border-style: solid;
	border-color: transparent #fffbf0 transparent transparent;
}


/** トグル ----------------------------------------------------------------------------------------------- */
.toggle-buttons {
  display: flex;
}

.toggle-buttons.vertical {
  flex-direction: column;
}

.toggle-buttons label {
  display: flex;
  position: relative;
  width: 100%;
  margin:10px;
}

.toggle-buttons [type=radio],
.toggle-buttons [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* appearance: none; for IE11 */
_:-ms-lang(x)::-ms-backdrop, .toggle-buttons [type=radio],
_:-ms-lang(x)::-ms-backdrop, .toggle-buttons [type=checkbox] {
  visibility: hidden;
}

.toggle-buttons .button {
  z-index: 1;
  min-width: 90px;
  width: 100%;
}

.toggle-buttons.vertical .button {
  width: 100%;
}

.toggle-buttons.vertical :not(:first-child) .button {
  border-top: 1px solid #567;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.toggle-buttons.vertical :not(:last-child) .button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle-buttons :checked + .button {
  background-color: #f05f86;
  color: #fff;
  border: 1px solid #de4d74;
}
.button {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 4px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #678;
  cursor: pointer;
}

.button:hover {
	
	background-color: #f05f86;
	color: #fff;
	border-color: #de4d74;
}

.button:disabled {
  cursor: not-allowed;
  opacity: .6;
  color: #def;
}

.toggle-buttons :disabled + .button {
	background-color: #eee;
	border: 1px solid #666;
	cursor: not-allowed;
	color: #666;
	opacity: .6;
}
.toggle-buttons :disabled + .button:hover {
	background-color: #eee;
	border: 1px solid #666;
	color: #666;
}

.responsive-text {
	font-size: 1rem; /* デフォルトのフォントサイズ */
}
.responsive-heading {
	font-weight:600;
	font-size: 1.2em;
}

/** ログイン ----------------------------------------------------------------------------------------------- */
.login-page, .register-page{
	background-color: #fff;
}
.login-page {
	background: url("../img/back.png");
	background-size: cover;
	background-position: top;
}
.login-page.agent {
	background: url("../img/back-agent.png");
	background-size: cover;
}

/** 送信フォーム ----------------------------------------------------------------------------------------------- */
.upload-slot.main {
	width: 280px;
	height: 315px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #aaa;
	display:inline-table;
	padding: 3px;
}
.upload-slot.main img {
	background-color: #eee;
}
.upload-slot {
	width: 80px;
	height: 90px;
	border: 0px dashed #ddd;
	background-color: #eee;
	margin: 8px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-radius: 5px;
}
.upload-slot img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.upload-slot img[src="#"] {
	max-width: 100%;
	max-height: 100%;
	display: none;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.upload-slot input {
	display: none;
}
.plus-icon {
	position: absolute;
	bottom: -10px; /* Adjust the value as needed */
	right: -10px;  /* Adjust the value as needed */
	width: 30px;
	height: 30px;
	background-color: #f05f86;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.upload-slot.is-invalid {
	border: 1px solid #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.sw .toolbar > .sw-btn.disabled {
	display: none;
}

.recruiter-image.mini {
	height: 50px;
	margin-right: 5px;
}
/** 店舗登録・修正 ------------------------------------------------------------------------------------------- */
.matching-pattern {
	white-space: pre-wrap;
	line-height: 1.8;
	padding: 10px;
	font-size: 13px;
}

.pattern-row {
	display: flex;
	gap: 10px;
	margin-bottom: 3px;
}

.pattern-cell {
	flex: 1;
}


.total-count {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	text-align: right;
}

/** 店舗詳細 ----------------------------------------------------------------------------------------------- */
.card-body-scroll {
	max-height: 70vh;
	overflow: hidden;
	overflow-y: auto;
}
textarea.send-message {
	height: 40px;
	overflow-y: hidden;
}

textarea.send-message + span.input-group-append > button.btn {
	max-height: 40px;
	align-self: end;
	border-radius: 6px;
	margin-left: 5px;
}

.store-detail-message {
	width:100%; 
	height:100%; 
	min-height: 500px;
	font-size: 12px;
}
.pc,
.pc-flex {
	display:none;
}
.container-fluid.pc-flex {
	display:none;
}
.sw > .nav .nav-link.default{
	display: none;
}
.sw > .nav .nav-link.default.active {
	display: block;
}
.store-description {
	background-color: #fff;
	margin: 10px;
	white-space: break-spaces;
	font-size:0.8rem;
}
/** スライダー */
.flexslider {
	margin-bottom: 20px;
}
.flex-direction-nav a {
	height: 70px;
	top:42%;
}
.flexslider .slides img {
	width: 100%;
	height: unset;
	object-fit: cover;
	aspect-ratio: 4/3;

}
.flexslider.recruiter-photo .slides img {
	height: 200px;

}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	opacity: 0.5;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.question .direct-chat-text {
	background-color: #fff;
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
	width: 25vw;
}
.question .direct-chat-text {
	border: 0px;
}
.question .direct-chat-text::after, 
.question .direct-chat-text::before {
	border: 0px;
}

.question .direct-chat-text span {
	font-weight:900;
	color: #ff0000;
	margin: 0px 5px;
}
span.note,
.form-group span.note-label,
.form-group span.note-text {
	font-weight:900;
	color: #dc3545;
	margin: 0px;
	font-size: 0.8rem;
}
.form-group span.note-label {
	margin-top:5px;
	float:left;
	width: 5em;
}
.form-group span.note-text {
	margin-top:5px;
	display:block;
	margin-left: 5em;
}
.form-wrapper {
	padding:10px 20px 100px;
}
#recruiterForm .form-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.pb-10 {
	padding-bottom: 5rem !important;
}
.form-answer {
	background-color: inherit;
	border-radius: 10px;
	width: 100%;
	padding: 15px 0px;
}
.form-question {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
	width: 100%;
	padding: 15px 20px;

}
.question {
	margin-top: 100px;
	margin-bottom: 200px;
}
.progress-container {
	width: 100vw; 
	height: 25px;
	margin: 0px auto; 
	display: flex;
}
.progress {
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	border-radius: 15px;
	flex: 0 1 70%;
	margin-left:10px;
}
.progress {
	background: #fff;
}
.progress > div {
	background: #ffd3e0;
}

.form-progress-container {
	width: 100%; 
	margin: 0px ; 
	height: 25px;
	display: flex;
}
.form-progress {
	position: relative;
	top: 0;
	left: 0;
	border-radius: 25px;
	flex: 0 1 100%;
	background-color: #eee;
	height: 5px;
}
.form-progress > div {
	background: #f3b092;
	border-radius: 25px;
	width: 10px;
	height: 100%;
}
.question-number {
	font-family: 'Archivo Black', sans-serif;
	font-feature-settings: "tnum"; /* タブ数字 */
	letter-spacing: 2px;

}
.question-number .current {
	font-size: 2rem;
	font-weight: 900;
	color: #777;
}
.question-number .total {
	font-size: 0.8rem;
	color: #ccc;
}

/** 求人女性ホーム ----------------------------------------------------------------------------------------------- */
.step-container {
	display: flex;
	justify-content: flex-start;
	padding: 0px;
	margin: 0px auto 20px;
}

.step-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.step-item {
	background: #e0e0e0;
	padding: 5px 5px 5px 30px;
	position: relative;
	margin-right: 0;
	color: #333;
	flex: 1;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
}

.step-item:after {
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	width: 15px;
	height: 100%;
	background: #e0e0e0;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	z-index: 1;
}

.step-item .step-number {
	font-weight: normal;
	margin-bottom: 2px;
	font-size: 0.8rem;
}

.step-item .step-text {
	font-weight: bold;
	font-size: 0.6rem;
}

.step-item.active {
	background: #666;
	color: white;
}

.step-item.active:after {
	background: #666;
}

.step-item.completed {
	background: #999;
	color: white;
}

.step-item.completed:after {
	background: #999;
}

.step-item:last-child {
	margin-right: 0;
}

.step-item:last-child:after {
	display: none;
}

.step-item.active {
	flex: 0 1 40%;
}
.step-item:not(.active) {
	flex: 0 1 20%;
	justify-content: center;
}
.step-item:not(.active) > .step-text{
	display:none;
}



.info-box.bg-info.status i {
	font-size: 1.5rem;
}

/* スライダー */
.slider-container {
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.slider-wrapper {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	gap: 15px;
	padding: 0px;
}
.slider-wrapper.noslide {
	flex-wrap: wrap;
}
.slider-wrapper.noslide .card {
	flex: 0 0 calc(50% - 12px);
}
.slider-wrapper::-webkit-scrollbar {
	display: none;
}

.card {
	flex: 0 0 calc(40% - 12px);
	scroll-snap-align: start;
}

figure {
	margin: 0;
	position: relative;
	background: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
figure:hover {
	opacity: 0.8;
}
.card-image {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
}

figcaption {
	padding: 8px;
	background: white;
	height: 60px;
}

/* 全店舗セクション専用のスタイル */
.slider-container.all-stores-section {
  position: relative; /* ナビゲーションボタンの基準位置 */
}

.slider-container.all-stores-section .slider-wrapper.noslide {
  /* PC: 4列グリッド表示 */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  overflow: visible;
  scroll-behavior: unset;
  padding: 2px;
}

/* PC: ナビゲーションボタンを非表示 */
@media (min-width: 768px) {
	.slider-container.all-stores-section .nav-button {
		display: none !important;
	}
	i.mb {
		display: none !important;
	}
	i.pc {
		display: block !important;
	}
}

/* モバイル用スタイル */
@media (max-width: 767px) {
	i.mb {
		display: block !important;
	}
	i.pc {
		display: none !important;
	}
	html {
		font-size: 16px;
	}
	.m-full {
		padding: 0;
		overflow-x: hidden;
	}
	.m-full > div > div >.text-md {
		margin-left: 10px;
	}
	
	.info-box {
		min-height: 50px;
		padding: 0;
	}	
	.slider-container.all-stores-section .slider-wrapper.noslide {
		/* モバイル: 横スクロールで10件ずつのページング */
		display: flex !important;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		gap: 0;
		padding: 2px 0px;
		grid-template-columns: unset; /* グリッドを無効化 */
		flex-wrap: nowrap; /* 横一列に並べる */
		height: auto;
		scroll-snap-type: x mandatory;
	}
  
	/* 10件ずつのページコンテナ */
	.slider-container.all-stores-section .mobile-page {
		flex: 0 0 100%;
		display: grid;
		grid-template-columns: 1fr 1fr; /* 2列 */
		grid-template-rows: repeat(5, 1fr); /* 5行 */
		gap: 15px;
		padding: 0px;
		scroll-snap-align: start;
		min-height: 600px; /* 適切な高さを設定 */
	}
	
	.slider-container.all-stores-section .slider-wrapper.noslide .card {
		/* カードのサイズ調整 */
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	
	/* モバイルでナビゲーションボタンを表示（既存スタイルを使用） */
	.slider-container.all-stores-section .nav-button {
		display: block;
	}
	
	.recruiter-nav {
		margin-left: unset !important;
		width: 100%;
		justify-content: space-around;
	}
	.text-mb-center {
		text-align: center;
	}
	
}
.shop-name {
	font-weight: bold;
	font-size: 0.6rem;
	margin-bottom: 4px;
	color: #333;
	text-align: center;
}

.shop-details {
	font-size: 0.6rem;
	color: #666;
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.label-group {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.label {
	padding: 4px 8px;
	margin: 0px;
	font-size: 0.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: RGBA(17,17,17, 0.7);
	color : #fff;
}
.label.guarantee {
	background-color: RGBA(224,55,65, 0.8);
}
.label.unitPrice {
	background-color: RGBA(82,88,157, 0.8);
}
.label-title {
	font-weight: bold;
}

.label-value {
	font-weight: bold;
}

.nav-button {
	position: absolute;
	top: 50%;
	background-color: unset;
	transform: translateY(-50%);
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	z-index: 2;
}

.prev {
	left: 0px;
	color: #333;
	opacity: 0.6;
}

.next {
	right: 0px;
	color: #333;
	opacity: 0.6;
}

.marquee {
	width: 100%;
	/* 要素の幅 */
	white-space: nowrap;
	/* テキストを1行に保持 */
	overflow: hidden;
	/* はみ出したテキストを隠す */
	box-sizing: border-box;
}
.marquee { 
	text-overflow: unset !important;
	width: fit-content;
	font-size: 0.9rem;
}

.marquee::after {
	content: '';
	/* コンテンツの後に空の要素を追加 */
	display: inline-block;
	width: 100%;
	/* アニメーションをスムーズにするためのスペース */
}

.marquee {
	animation: marquee 20s linear infinite;
	/* 10秒でループするアニメーション */
}

@keyframes marquee {
	0% {
		transform: translateX(10%);
		/* 最初は右端に */
	}

	100% {
		transform: translateX(-100%);
		/* 左端に移動 */
	}
}

/** エージェントトップ ----------------------------------------------------------------------------------------------- */
.search-results {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	max-height: 300px;
	overflow-y: auto;
	z-index: 1000;
}

.search-item {
	padding: 8px 15px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.search-item:last-child {
	border-bottom: none;
}

.search-item:hover {
	background-color: #f8f9fa;
}

.search-item img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	object-fit: cover;
}

.search-item-info {
	flex: 1;
}

.search-item-title {
	font-weight: normal;
	margin-bottom: 2px;
	color: #252525;
}

.search-item-subtitle {
	font-size: 12px;
	color: #666;
}

.no-results {
	padding: 10px 15px;
	color: #666;
	text-align: center;
}

.loading {
	text-align: center;
	padding: 10px;
	color: #666;
}

.badge-store-type {
	font-size: 11px;
	padding: 3px 6px;
	margin-left: 5px;
	background-color: #007bff;
	color: #fff;
}

#errorMessage {
	display: none;
	color: #dc3545;
	margin-top: 5px;
	font-size: 0.875rem;
}

/** トーク ----------------------------------------------------------------------------------------------- */
.talklist-box {
	box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
	border-radius: .25rem;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	min-height: 80px;
	padding: .5rem;
	position: relative;
	width: 100%;
	cursor: pointer;
}
.talklist-box .text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.desired-date-input {
	gap:10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.desired-date-input input[type='text']{
	width: 100%;
}

.desired-date-input select {
	width: 50px !important;
	margin: 0px 5px; 
}
.desired-date-input span {
	margin-top: 5px;
}
.recruiter-card-body > .timer {
	font-size: 1.15rem;
}
/** レスポンシブ ----------------------------------------------------------------------------------------------- */
@media (min-width: 576px) {
	.layout-navbar-fixed .wrapper {
		margin-bottom: 0px;
	}
	
	.layout-navbar-fixed .wrapper .content-wrapper {
		margin-top: calc(3.5rem + 1px);
	}	

	.page-header {
		min-height: 100px;
		padding: 12px 10px 0px;
	}
	.recruiter-btnmenu {
		position: static;
		background-color:unset;
	}
	.recruiter-btnmenu .action-btn-top button {
		flex-basis: 30%;
	}	
	
	.card.form > .card-header + .card-body {
		margin-top:150px;
	}
		
	.card.form > .card-header + .card-body.store {
		margin-top:100px;
	}
		
	.responsive-text {
		font-size: 1.25rem; /* 小さいデバイス（スマートフォン） */
	}
	.responsive-heading {
		font-size: 1.4rem;
	}
	.store-detail-message {
		font-size: 1.1rem;
	}
	.store-description {
		margin: 0px;
		font-size: 1rem;
	}
	.flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-next {
		opacity: 0;
	}
	.question .direct-chat-img {
		width:80px;
		height:80px;
	}
	.question .direct-chat-img+.direct-chat-text {
		margin-left: 100px;
		background-color: #ffe7f6;
		border-color: #ffe7f6;
	}

	.progress-container {
		width: 30vw; 
	}
	.progress {
		width: 100px;
		height: 30px;
		border-radius: 15px;
		flex: 0 1 67%;
		margin-left:100px;
	}

	.desired-date-input select {
		width: 100px !important;
		margin: 0px 5px; 
	}
	.desired-date-input input[type='text']{
		width: unset;
	}
	
}

@media (min-width: 768px) {
	/** テキスト ----------------------------------------------------------------------------------------------- */
	.text-xl {
		font-size: 2rem !important;
	}	
	.text-lg {
		font-size: 1.25rem !important;
	}
	.text-md {
		font-size: 1rem !important;
	}
	
	.card-body {
		padding: 1.25rem;
	}
	
	.responsive-text {
		font-size: 1.2rem; /* 中くらいのデバイス（タブレット） */
	}
	.responsive-heading {
		font-size: 1.6rem;
	}
	.store-detail-message {
		font-size: 1.0rem;
	}
	.direct-chat-text {
		width: 60vw;
	}
	.right .direct-chat-text {
		float:right;
		margin-right:10px;
	}
	.sw > .nav .nav-link.default{
		display: block;
	}

	/* スライダー */
	.slider-container {
		margin: 20px;
		position: relative;
		overflow: hidden;
	}

	.slider-wrapper {
		display: flex;
		overflow-x: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		gap: 15px;
	}
	.slider-wrapper.noslide {
		flex-wrap: wrap;
	}
	.slider-wrapper.noslide .card {
		flex: 0 0 calc(25% - 12px);
	}
	.slider-wrapper::-webkit-scrollbar {
		display: none;
	}

	.card {
		flex: 0 0 calc(20% - 12px);
		scroll-snap-align: start;
	}

	figure {
		margin: 0;
		position: relative;
		background: white;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}

	.card-image {
		width: 100%;
		aspect-ratio: 4/3;
		object-fit: cover;
		display: block;
	}

	figcaption {
		padding: 8px;
		background: white;
		height: 60px;
	}

	.shop-name {
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 4px;
		color: #333;
		text-align: center;
	}

	.shop-details {
		font-size: 12px;
		color: #666;
		display: flex;
		justify-content: space-between;
		gap: 8px;
	}

	.label-group {
		position: absolute;
		bottom: 60px;
		/* 店舗情報の高さ分上に調整 */
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	.label {
		padding: 4px 8px;
		margin: 0px;
		font-size: 12px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color : #fff;
	}
	.label-title {
		font-weight: bold;
	}

	.label-value {
		font-weight: bold;
	}

	/** ステップ表示 */
	.step-item .step-number {
		font-size: 0.8rem;
	}
	
	.step-item .step-text {
		font-weight: bold;
		font-size: 1rem;
	}
	.step-item.active {
		flex: 1 1 0%;
	}
	.step-item:not(.active) {
		flex: 1 1 0%;
	}
	
	.step-item:not(.active) > .step-text{
		display:block;
	}
	
	.marquee {
		animation:none;
		font-size: 1rem;
	}

	.badge-circle.pc {
		display: inline-block;
	}
	.badge-circle.mb {
		display: none;
	}

}

@media (min-width: 992px) {
	.responsive-text {
		font-size: 1.3rem; /* 大きいデバイス（デスクトップ） */
	}
	.responsive-heading {
		font-size: 1.8rem;
	}
	.store-detail-message {
		font-size: 1.1rem;
	}
	.action-btn {
		display: none;
	}
	.action-btn-md {
		display: flex;
	}
	.action-btn-top button {
		font-size:  1rem;
		flex-basis: 30%;
	}
	.action-btn-bottom button {
		font-size:  1rem;
		flex-basis: 45%;
	}
	.direct-chat-text {
		width: 60vw;
	}
	.mb {
		display:none;
	}
	.pc {
		display:inline;
	}
	.container-fluid.pc-flex {
		display:flex;
	}
	.pc-flex {
		display:flex;
	}
	.flex-direction-nav a {
		height: 70px;
	}
	.flexslider .slides img {
		width: 100%;
		height: 650px;
		object-fit: cover;
	
	}
	
	.flexslider.recruiter-photo .slides img {
		height: 400px;	
	}
	
}

@media (min-width: 1200px) {
	.responsive-text {
		font-size: 1.5rem; /* 非常に大きいデバイス（ラージデスクトップ） */
	}
	.responsive-heading {
		font-size: 2rem;
	}
	.store-detail-message {
		font-size: 1.2rem;
	}
	.direct-chat-text {
		width: 60vw;
	}
	.img-circle {
		width: 60px;
		height: 60px;
	}
	.img-circle.sm {
		width: 50px;
		height: 50px;
	}
	
}

/*
スマホでテーブルの行列を入替
@media (max-width: 767px) {
	.table-responsive table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		border-collapse: collapse;
	}

	.table-responsive table thead th,
	.table-responsive table tbody td {
		display: block;
		text-align: left;
	}

	.table-responsive table thead th {
		float: left;
	}

	.table-responsive table tbody td {
		float: none;
		width: 100%;
	}

	.table-responsive table thead th,
	.table-responsive table tbody td {
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}
}
*/

/* ハンバーガーメニューアイコン */
.hamburger-menu {
    padding: 0.5rem;
}

.hamburger-icon {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
    top: 0px;
}

.hamburger-icon span:nth-child(2) {
    top: 10px;
}

.hamburger-icon span:nth-child(3) {
    top: 20px;
}

/* メニューが開いている時のアニメーション */
.hamburger-menu[aria-expanded="true"] .hamburger-icon span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}

.hamburger-menu[aria-expanded="true"] .hamburger-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.hamburger-menu[aria-expanded="true"] .hamburger-icon span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}

/* スイッチのベース */
.switch {
	display: inline-block;
	background: #fff;
	border-radius: 25px;
	padding: 5px;
	margin: 0;
	height:58px;
}


/* オン/オフのラベル */
.switch label {
	display: inline-block;
	padding: 10px 25px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s;
	color: #666;
}
@media (max-width: 480px) {
	.switch label {
		padding: 10px 15px;
	}
	
}
/* ラジオボタンを隠す */
.switch input[type="radio"] {
	display: none;
}

/* チェックされた時のスタイル */
.switch input[type="radio"]:checked + label {
	background: #f05f86;
	color: white;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* ホバー効果 */
.switch label:hover {
	opacity: 0.8;
}

.checkbox-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 15px;
}
.checkbox-group.mini {
	grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
.checkbox-group.full {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	gap: 15px;
}

/* カスタムチェックボックスのコンテナ */
.checkbox-wrapper {
	position: relative;
}

/* 元のチェックボックスを非表示 */
.checkbox-wrapper input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* カスタムチェックボックスのラベル */
.checkbox-label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px 15px 10px;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	background-color: white;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 16px;
	font-weight: 500;
	color: #666;
	position: relative;
	user-select: none;
	min-height: 55px;
}

/* ホバー効果 */
.checkbox-label:hover {
	border-color: #f05f86;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(240, 95, 134, 0.2);
}

/* チェック状態のスタイル */
.checkbox-wrapper input[type="checkbox"]:checked +  input[type="hidden"] + .checkbox-label {
	background-color: #faf3fa;
	border-color: #f05f86;
	color: #f05f86;
}

/* チェックマーク */
.checkbox-label::after {
	content: '✓';
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	font-size: 20px;
	font-weight: bold;
	color: #f05f86;
	transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* チェック時のチェックマーク表示 */
.checkbox-wrapper input[type="checkbox"]:checked + input[type="hidden"] + .checkbox-label::after {
	transform: translateY(-50%) scale(1);
}


/* レスポンシブ対応 */
@media (max-width: 480px) {
	.container {
		padding: 25px;
	}

	.checkbox-group {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.checkbox-label {
		padding: 12px 30px;
		font-size: 14px;
		min-height: 50px;
	}
	.checkbox-label.nowrap {
		padding: 12px 30px 12px 5px;
		font-size: 14px;
		min-height: 50px;
	}
}

/* アニメーション用のキーフレーム */
@keyframes checkBounce {
	0% {
		transform: translateY(-50%) scale(0);
	}
	50% {
		transform: translateY(-50%) scale(1.2);
	}
	100% {
		transform: translateY(-50%) scale(1);
	}
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-label::after {
	animation: checkBounce 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.radio-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 15px;
}

/* カスタムラジオボタンのコンテナ */
.radio-wrapper {
	position: relative;
}

/* 元のラジオボタンを非表示 */
.radio-wrapper input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* カスタムラジオボタンのラベル */
.radio-label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	background-color: white;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 16px;
	font-weight: 500;
	color: #666;
	position: relative;
	user-select: none;
	min-height: 55px;
}

/* ホバー効果 */
.radio-label:hover {
	border-color: #f05f86;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(240, 95, 134, 0.2);
}

/* チェック状態のスタイル */
.radio-wrapper input[type="radio"]:checked + .radio-label {
	background-color: #faf3fa;
	border-color: #f05f86;
	color: #f05f86;
}

/* チェックマーク */
.radio-label::after {
	content: '✓';
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	font-size: 20px;
	font-weight: bold;
	color: #f05f86;
	transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* チェック時のチェックマーク表示 */
.radio-wrapper input[type="radio"]:checked + .radio-label::after {
	transform: translateY(-50%) scale(1);
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
	.container {
		padding: 10px;
	}

	.radio-group {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.radio-label {
		padding: 12px 15px;
		font-size: 14px;
		min-height: 50px;
	}

	h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

/* アニメーション用のキーフレーム */
@keyframes checkBounce {
	0% {
		transform: translateY(-50%) scale(0);
	}
	50% {
		transform: translateY(-50%) scale(1.2);
	}
	100% {
		transform: translateY(-50%) scale(1);
	}
}

.radio-wrapper input[type="radio"]:checked + .radio-label::after {
	animation: checkBounce 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
