@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #0d6efd;
	--bs-link-hover-color: #0a58ca;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm, .container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1320px;
	}
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -webkit-calc(-1 * var(--bs-gutter-y));
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: -webkit-calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.row-cols-auto > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-sm-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333333%;
	}

	.offset-sm-2 {
		margin-left: 16.66666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333333%;
	}

	.offset-sm-5 {
		margin-left: 41.66666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333333%;
	}

	.offset-sm-8 {
		margin-left: 66.66666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333333%;
	}

	.offset-sm-11 {
		margin-left: 91.66666667%;
	}

	.g-sm-0,
.gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0,
.gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1,
.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-sm-1,
.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-sm-2,
.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-sm-2,
.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-sm-3,
.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}

	.g-sm-3,
.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}

	.g-sm-4,
.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-sm-4,
.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-sm-5,
.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}

	.g-sm-5,
.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-md-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333333%;
	}

	.offset-md-2 {
		margin-left: 16.66666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333333%;
	}

	.offset-md-5 {
		margin-left: 41.66666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333333%;
	}

	.offset-md-8 {
		margin-left: 66.66666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333333%;
	}

	.offset-md-11 {
		margin-left: 91.66666667%;
	}

	.g-md-0,
.gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0,
.gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1,
.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-md-1,
.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-md-2,
.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-md-2,
.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-md-3,
.gx-md-3 {
		--bs-gutter-x: 1rem;
	}

	.g-md-3,
.gy-md-3 {
		--bs-gutter-y: 1rem;
	}

	.g-md-4,
.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-md-4,
.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-md-5,
.gx-md-5 {
		--bs-gutter-x: 3rem;
	}

	.g-md-5,
.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-lg-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333333%;
	}

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333333%;
	}

	.offset-lg-5 {
		margin-left: 41.66666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333333%;
	}

	.offset-lg-8 {
		margin-left: 66.66666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333333%;
	}

	.offset-lg-11 {
		margin-left: 91.66666667%;
	}

	.g-lg-0,
.gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0,
.gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1,
.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-lg-1,
.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-lg-2,
.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-lg-2,
.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-lg-3,
.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}

	.g-lg-3,
.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}

	.g-lg-4,
.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-lg-4,
.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-lg-5,
.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}

	.g-lg-5,
.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xl-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xl-11 {
		margin-left: 91.66666667%;
	}

	.g-xl-0,
.gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0,
.gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1,
.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xl-1,
.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xl-2,
.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xl-2,
.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xl-3,
.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xl-3,
.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xl-4,
.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xl-4,
.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xl-5,
.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xl-5,
.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1400px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xxl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}

	.g-xxl-0,
.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}
.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.order-first {
	-webkit-box-ordinal-group: 0 !important;
	-ms-flex-order: -1 !important;
	order: -1 !important;
}

.order-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important;
}

.order-1 {
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important;
}

.order-2 {
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
}

.order-3 {
	-webkit-box-ordinal-group: 4 !important;
	-ms-flex-order: 3 !important;
	order: 3 !important;
}

.order-4 {
	-webkit-box-ordinal-group: 5 !important;
	-ms-flex-order: 4 !important;
	order: 4 !important;
}

.order-5 {
	-webkit-box-ordinal-group: 6 !important;
	-ms-flex-order: 5 !important;
	order: 5 !important;
}

.order-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

@media (min-width: 576px) {
	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-grid {
		display: grid !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-sm-none {
		display: none !important;
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-sm-0 {
		margin-top: 0 !important;
	}

	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mt-sm-3 {
		margin-top: 1rem !important;
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mt-sm-5 {
		margin-top: 3rem !important;
	}

	.mt-sm-auto {
		margin-top: auto !important;
	}

	.me-sm-0 {
		margin-right: 0 !important;
	}

	.me-sm-1 {
		margin-right: 0.25rem !important;
	}

	.me-sm-2 {
		margin-right: 0.5rem !important;
	}

	.me-sm-3 {
		margin-right: 1rem !important;
	}

	.me-sm-4 {
		margin-right: 1.5rem !important;
	}

	.me-sm-5 {
		margin-right: 3rem !important;
	}

	.me-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}

	.mb-sm-auto {
		margin-bottom: auto !important;
	}

	.ms-sm-0 {
		margin-left: 0 !important;
	}

	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}

	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}

	.ms-sm-3 {
		margin-left: 1rem !important;
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}

	.ms-sm-5 {
		margin-left: 3rem !important;
	}

	.ms-sm-auto {
		margin-left: auto !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-sm-0 {
		padding-top: 0 !important;
	}

	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pt-sm-3 {
		padding-top: 1rem !important;
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pt-sm-5 {
		padding-top: 3rem !important;
	}

	.pe-sm-0 {
		padding-right: 0 !important;
	}

	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pe-sm-3 {
		padding-right: 1rem !important;
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pe-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-0 {
		padding-bottom: 0 !important;
	}

	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}

	.ps-sm-0 {
		padding-left: 0 !important;
	}

	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}

	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}

	.ps-sm-3 {
		padding-left: 1rem !important;
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}

	.ps-sm-5 {
		padding-left: 3rem !important;
	}
}
@media (min-width: 768px) {
	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-grid {
		display: grid !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-md-none {
		display: none !important;
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-md-0 {
		margin-top: 0 !important;
	}

	.mt-md-1 {
		margin-top: 0.25rem !important;
	}

	.mt-md-2 {
		margin-top: 0.5rem !important;
	}

	.mt-md-3 {
		margin-top: 1rem !important;
	}

	.mt-md-4 {
		margin-top: 1.5rem !important;
	}

	.mt-md-5 {
		margin-top: 3rem !important;
	}

	.mt-md-auto {
		margin-top: auto !important;
	}

	.me-md-0 {
		margin-right: 0 !important;
	}

	.me-md-1 {
		margin-right: 0.25rem !important;
	}

	.me-md-2 {
		margin-right: 0.5rem !important;
	}

	.me-md-3 {
		margin-right: 1rem !important;
	}

	.me-md-4 {
		margin-right: 1.5rem !important;
	}

	.me-md-5 {
		margin-right: 3rem !important;
	}

	.me-md-auto {
		margin-right: auto !important;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-md-3 {
		margin-bottom: 1rem !important;
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-md-5 {
		margin-bottom: 3rem !important;
	}

	.mb-md-auto {
		margin-bottom: auto !important;
	}

	.ms-md-0 {
		margin-left: 0 !important;
	}

	.ms-md-1 {
		margin-left: 0.25rem !important;
	}

	.ms-md-2 {
		margin-left: 0.5rem !important;
	}

	.ms-md-3 {
		margin-left: 1rem !important;
	}

	.ms-md-4 {
		margin-left: 1.5rem !important;
	}

	.ms-md-5 {
		margin-left: 3rem !important;
	}

	.ms-md-auto {
		margin-left: auto !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-md-0 {
		padding-top: 0 !important;
	}

	.pt-md-1 {
		padding-top: 0.25rem !important;
	}

	.pt-md-2 {
		padding-top: 0.5rem !important;
	}

	.pt-md-3 {
		padding-top: 1rem !important;
	}

	.pt-md-4 {
		padding-top: 1.5rem !important;
	}

	.pt-md-5 {
		padding-top: 3rem !important;
	}

	.pe-md-0 {
		padding-right: 0 !important;
	}

	.pe-md-1 {
		padding-right: 0.25rem !important;
	}

	.pe-md-2 {
		padding-right: 0.5rem !important;
	}

	.pe-md-3 {
		padding-right: 1rem !important;
	}

	.pe-md-4 {
		padding-right: 1.5rem !important;
	}

	.pe-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-0 {
		padding-bottom: 0 !important;
	}

	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-md-3 {
		padding-bottom: 1rem !important;
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-md-5 {
		padding-bottom: 3rem !important;
	}

	.ps-md-0 {
		padding-left: 0 !important;
	}

	.ps-md-1 {
		padding-left: 0.25rem !important;
	}

	.ps-md-2 {
		padding-left: 0.5rem !important;
	}

	.ps-md-3 {
		padding-left: 1rem !important;
	}

	.ps-md-4 {
		padding-left: 1.5rem !important;
	}

	.ps-md-5 {
		padding-left: 3rem !important;
	}
}
@media (min-width: 992px) {
	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-grid {
		display: grid !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mt-lg-3 {
		margin-top: 1rem !important;
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mt-lg-5 {
		margin-top: 3rem !important;
	}

	.mt-lg-auto {
		margin-top: auto !important;
	}

	.me-lg-0 {
		margin-right: 0 !important;
	}

	.me-lg-1 {
		margin-right: 0.25rem !important;
	}

	.me-lg-2 {
		margin-right: 0.5rem !important;
	}

	.me-lg-3 {
		margin-right: 1rem !important;
	}

	.me-lg-4 {
		margin-right: 1.5rem !important;
	}

	.me-lg-5 {
		margin-right: 3rem !important;
	}

	.me-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}

	.mb-lg-auto {
		margin-bottom: auto !important;
	}

	.ms-lg-0 {
		margin-left: 0 !important;
	}

	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}

	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}

	.ms-lg-3 {
		margin-left: 1rem !important;
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}

	.ms-lg-5 {
		margin-left: 3rem !important;
	}

	.ms-lg-auto {
		margin-left: auto !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}

	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pt-lg-3 {
		padding-top: 1rem !important;
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pt-lg-5 {
		padding-top: 3rem !important;
	}

	.pe-lg-0 {
		padding-right: 0 !important;
	}

	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pe-lg-3 {
		padding-right: 1rem !important;
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pe-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-0 {
		padding-bottom: 0 !important;
	}

	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}

	.ps-lg-0 {
		padding-left: 0 !important;
	}

	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}

	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}

	.ps-lg-3 {
		padding-left: 1rem !important;
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}

	.ps-lg-5 {
		padding-left: 3rem !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-grid {
		display: grid !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xl-0 {
		margin-top: 0 !important;
	}

	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xl-3 {
		margin-top: 1rem !important;
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xl-5 {
		margin-top: 3rem !important;
	}

	.mt-xl-auto {
		margin-top: auto !important;
	}

	.me-xl-0 {
		margin-right: 0 !important;
	}

	.me-xl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xl-2 {
		margin-right: 0.5rem !important;
	}

	.me-xl-3 {
		margin-right: 1rem !important;
	}

	.me-xl-4 {
		margin-right: 1.5rem !important;
	}

	.me-xl-5 {
		margin-right: 3rem !important;
	}

	.me-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xl-auto {
		margin-bottom: auto !important;
	}

	.ms-xl-0 {
		margin-left: 0 !important;
	}

	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xl-3 {
		margin-left: 1rem !important;
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xl-5 {
		margin-left: 3rem !important;
	}

	.ms-xl-auto {
		margin-left: auto !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xl-0 {
		padding-top: 0 !important;
	}

	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xl-3 {
		padding-top: 1rem !important;
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xl-5 {
		padding-top: 3rem !important;
	}

	.pe-xl-0 {
		padding-right: 0 !important;
	}

	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xl-3 {
		padding-right: 1rem !important;
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xl-0 {
		padding-left: 0 !important;
	}

	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xl-3 {
		padding-left: 1rem !important;
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xl-5 {
		padding-left: 3rem !important;
	}
}
@media (min-width: 1400px) {
	.d-xxl-inline {
		display: inline !important;
	}

	.d-xxl-inline-block {
		display: inline-block !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.d-xxl-grid {
		display: grid !important;
	}

	.d-xxl-table {
		display: table !important;
	}

	.d-xxl-table-row {
		display: table-row !important;
	}

	.d-xxl-table-cell {
		display: table-cell !important;
	}

	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-xxl-0 {
		margin: 0 !important;
	}

	.m-xxl-1 {
		margin: 0.25rem !important;
	}

	.m-xxl-2 {
		margin: 0.5rem !important;
	}

	.m-xxl-3 {
		margin: 1rem !important;
	}

	.m-xxl-4 {
		margin: 1.5rem !important;
	}

	.m-xxl-5 {
		margin: 3rem !important;
	}

	.m-xxl-auto {
		margin: auto !important;
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xxl-0 {
		margin-top: 0 !important;
	}

	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xxl-3 {
		margin-top: 1rem !important;
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xxl-5 {
		margin-top: 3rem !important;
	}

	.mt-xxl-auto {
		margin-top: auto !important;
	}

	.me-xxl-0 {
		margin-right: 0 !important;
	}

	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}

	.me-xxl-3 {
		margin-right: 1rem !important;
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}

	.me-xxl-5 {
		margin-right: 3rem !important;
	}

	.me-xxl-auto {
		margin-right: auto !important;
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xxl-auto {
		margin-bottom: auto !important;
	}

	.ms-xxl-0 {
		margin-left: 0 !important;
	}

	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xxl-3 {
		margin-left: 1rem !important;
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xxl-5 {
		margin-left: 3rem !important;
	}

	.ms-xxl-auto {
		margin-left: auto !important;
	}

	.p-xxl-0 {
		padding: 0 !important;
	}

	.p-xxl-1 {
		padding: 0.25rem !important;
	}

	.p-xxl-2 {
		padding: 0.5rem !important;
	}

	.p-xxl-3 {
		padding: 1rem !important;
	}

	.p-xxl-4 {
		padding: 1.5rem !important;
	}

	.p-xxl-5 {
		padding: 3rem !important;
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xxl-0 {
		padding-top: 0 !important;
	}

	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xxl-3 {
		padding-top: 1rem !important;
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xxl-5 {
		padding-top: 3rem !important;
	}

	.pe-xxl-0 {
		padding-right: 0 !important;
	}

	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xxl-3 {
		padding-right: 1rem !important;
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xxl-5 {
		padding-right: 3rem !important;
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xxl-0 {
		padding-left: 0 !important;
	}

	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xxl-3 {
		padding-left: 1rem !important;
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
}
@media print {
	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-grid {
		display: grid !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-print-none {
		display: none !important;
	}
}
.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.375rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 0.875em;
	color: #6c757d;
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: #212529;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none;
	}
}
.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
	color: var(--bs-btn-color);
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	-webkit-box-shadow: var(--bs-btn-focus-box-shadow);
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	-webkit-box-shadow: var(--bs-btn-focus-box-shadow);
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
	-webkit-box-shadow: var(--bs-btn-focus-box-shadow);
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #5c636a;
	--bs-btn-hover-border-color: #565e64;
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #565e64;
	--bs-btn-active-border-color: #51585e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6c757d;
	--bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #157347;
	--bs-btn-hover-border-color: #146c43;
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #198754;
	--bs-btn-disabled-border-color: #198754;
}

.btn-info {
	--bs-btn-color: #000;
	--bs-btn-bg: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #31d2f2;
	--bs-btn-hover-border-color: #25cff2;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
	--bs-btn-color: #000;
	--bs-btn-bg: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffca2c;
	--bs-btn-hover-border-color: #ffc720;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffcd39;
	--bs-btn-active-border-color: #ffc720;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc107;
	--bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #bb2d3b;
	--bs-btn-hover-border-color: #b02a37;
	--bs-btn-focus-shadow-rgb: 225, 83, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b02a37;
	--bs-btn-active-border-color: #a52834;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #dc3545;
	--bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #d3d4d5;
	--bs-btn-hover-border-color: #c6c7c8;
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #c6c7c8;
	--bs-btn-active-border-color: #babbbc;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #f8f9fa;
	--bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #424649;
	--bs-btn-hover-border-color: #373b3e;
	--bs-btn-focus-shadow-rgb: 66, 70, 73;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4d5154;
	--bs-btn-active-border-color: #373b3e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #212529;
	--bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
	--bs-btn-color: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0d6efd;
	--bs-btn-hover-border-color: #0d6efd;
	--bs-btn-focus-shadow-rgb: 13, 110, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0d6efd;
	--bs-btn-active-border-color: #0d6efd;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0d6efd;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0d6efd;
	--bs-gradient: none;
}

.btn-outline-secondary {
	--bs-btn-color: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #6c757d;
	--bs-btn-hover-border-color: #6c757d;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6c757d;
	--bs-btn-active-border-color: #6c757d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none;
}

.btn-outline-success {
	--bs-btn-color: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #198754;
	--bs-btn-hover-border-color: #198754;
	--bs-btn-focus-shadow-rgb: 25, 135, 84;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #198754;
	--bs-btn-active-border-color: #198754;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #198754;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #198754;
	--bs-gradient: none;
}

.btn-outline-info {
	--bs-btn-color: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #0dcaf0;
	--bs-btn-hover-border-color: #0dcaf0;
	--bs-btn-focus-shadow-rgb: 13, 202, 240;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #0dcaf0;
	--bs-btn-active-border-color: #0dcaf0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0dcaf0;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0dcaf0;
	--bs-gradient: none;
}

.btn-outline-warning {
	--bs-btn-color: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffc107;
	--bs-btn-hover-border-color: #ffc107;
	--bs-btn-focus-shadow-rgb: 255, 193, 7;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffc107;
	--bs-btn-active-border-color: #ffc107;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffc107;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ffc107;
	--bs-gradient: none;
}

.btn-outline-danger {
	--bs-btn-color: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #dc3545;
	--bs-btn-hover-border-color: #dc3545;
	--bs-btn-focus-shadow-rgb: 220, 53, 69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #dc3545;
	--bs-btn-active-border-color: #dc3545;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #dc3545;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #dc3545;
	--bs-gradient: none;
}

.btn-outline-light {
	--bs-btn-color: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #f8f9fa;
	--bs-btn-hover-border-color: #f8f9fa;
	--bs-btn-focus-shadow-rgb: 248, 249, 250;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #f8f9fa;
	--bs-btn-active-border-color: #f8f9fa;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #f8f9fa;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #f8f9fa;
	--bs-gradient: none;
}

.btn-outline-dark {
	--bs-btn-color: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #212529;
	--bs-btn-hover-border-color: #212529;
	--bs-btn-focus-shadow-rgb: 33, 37, 41;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #212529;
	--bs-btn-active-border-color: #212529;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #212529;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #212529;
	--bs-gradient: none;
}

.btn-link {
	--bs-btn-font-weight: 400;
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--bs-link-hover-color);
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: none;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	text-decoration: underline;
}
.btn-link:focus-visible {
	color: var(--bs-btn-color);
}
.btn-link:hover {
	color: var(--bs-btn-hover-color);
}

.btn-lg {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: 0.5rem;
}

.btn-sm {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 0.25rem;
}

.table {
	--bs-table-color: var(--bs-body-color);
	--bs-table-bg: transparent;
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-body-color);
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: var(--bs-body-color);
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: var(--bs-body-color);
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: var(--bs-table-color);
	vertical-align: top;
	border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
	padding: 0.5rem 0.5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
	vertical-align: inherit;
}
.table > thead {
	vertical-align: bottom;
}

.table-group-divider {
	border-top: 2px solid currentcolor;
}

.caption-top {
	caption-side: top;
}

.table-sm > :not(caption) > * > * {
	padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
	border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
	border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
	border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color);
}

.table-primary {
	--bs-table-color: #000;
	--bs-table-bg: #cfe2ff;
	--bs-table-border-color: #bacbe6;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-secondary {
	--bs-table-color: #000;
	--bs-table-bg: #e2e3e5;
	--bs-table-border-color: #cbccce;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-success {
	--bs-table-color: #000;
	--bs-table-bg: #d1e7dd;
	--bs-table-border-color: #bcd0c7;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-info {
	--bs-table-color: #000;
	--bs-table-bg: #cff4fc;
	--bs-table-border-color: #badce3;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-warning {
	--bs-table-color: #000;
	--bs-table-bg: #fff3cd;
	--bs-table-border-color: #e6dbb9;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-danger {
	--bs-table-color: #000;
	--bs-table-bg: #f8d7da;
	--bs-table-border-color: #dfc2c4;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-light {
	--bs-table-color: #000;
	--bs-table-bg: #f8f9fa;
	--bs-table-border-color: #dfe0e1;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #212529;
	--bs-table-border-color: #373b3e;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
.form-label {
	margin-bottom: 0.5rem;
}

.col-form-label {
	padding-top: -webkit-calc(0.375rem + 1px);
	padding-top: calc(0.375rem + 1px);
	padding-bottom: -webkit-calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: -webkit-calc(0.5rem + 1px);
	padding-top: calc(0.5rem + 1px);
	padding-bottom: -webkit-calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: -webkit-calc(0.25rem + 1px);
	padding-top: calc(0.25rem + 1px);
	padding-bottom: -webkit-calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
}

.form-text {
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.375rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control[type=file] {
	overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1;
}
.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext:focus {
	outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: -webkit-calc(1.5em + 0.5rem + 2px);
	min-height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}

.form-control-lg {
	min-height: -webkit-calc(1.5em + 1rem + 2px);
	min-height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: -webkit-calc(1.5em + 0.75rem + 2px);
	min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
	min-height: -webkit-calc(1.5em + 0.5rem + 2px);
	min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
	min-height: -webkit-calc(1.5em + 1rem + 2px);
	min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
	width: 3rem;
	height: -webkit-calc(1.5em + 0.75rem + 2px);
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
	border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
	height: -webkit-calc(1.5em + 0.5rem + 2px);
	height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
	height: -webkit-calc(1.5em + 1rem + 2px);
	height: calc(1.5em + 1rem + 2px);
}

.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-select {
		-webkit-transition: none;
		transition: none;
	}
}
.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: 0.75rem;
	background-image: none;
}
.form-select:disabled {
	background-color: #e9ecef;
}
.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}

.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
}

.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: 0.5rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-reverse {
	padding-right: 1.5em;
	padding-left: 0;
	text-align: right;
}
.form-check-reverse .form-check-input {
	float: right;
	margin-right: -1.5em;
	margin-left: 0;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
	border-radius: 0.25em;
}
.form-check-input[type=radio] {
	border-radius: 50%;
}
.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	cursor: default;
	opacity: 0.5;
}

.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	-webkit-transition: background-position 0.15s ease-in-out;
	transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		-webkit-transition: none;
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
	padding-right: 2.5em;
	padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.5em;
	margin-left: 0;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.65;
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-range:focus {
	outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
	height: -webkit-calc(3.5rem + 2px);
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem 0.75rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		-webkit-transition: none;
		transition: none;
	}
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
	padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
	color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
	opacity: 0.65;
	-ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	-ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
	border-width: 1px 0;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
	z-index: 5;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus {
	z-index: 5;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #198754;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, 0.9);
	border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #198754;
	padding-right: -webkit-calc(1.5em + 0.75rem);
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right -webkit-calc(0.375em + 0.1875rem) center;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: -webkit-calc(1.5em + 0.75rem);
	padding-right: calc(1.5em + 0.75rem);
	background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
	border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
	width: -webkit-calc(3rem + -webkit-calc(1.5em + 0.75rem));
	width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #dc3545;
	padding-right: -webkit-calc(1.5em + 0.75rem);
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right -webkit-calc(0.375em + 0.1875rem) center;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: -webkit-calc(1.5em + 0.75rem);
	padding-right: calc(1.5em + 0.75rem);
	background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
	border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
	width: -webkit-calc(3rem + -webkit-calc(1.5em + 0.75rem));
	width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
	z-index: 4;
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: #fff;
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: 1px;
	--bs-modal-border-radius: 0.5rem;
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-modal-inner-border-radius: -webkit-calc(0.5rem - 1px);
	--bs-modal-inner-border-radius: calc(0.5rem - 1px);
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: 1px;
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: 1px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: -webkit-calc(100% - var(--bs-modal-margin) * 2);
	height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: -webkit-calc(100% - var(--bs-modal-margin) * 2);
	min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
	padding: -webkit-calc(var(--bs-modal-header-padding-y) * 0.5) -webkit-calc(var(--bs-modal-header-padding-x) * 0.5);
	padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
	margin: -webkit-calc(-0.5 * var(--bs-modal-header-padding-y)) -webkit-calc(-0.5 * var(--bs-modal-header-padding-x)) -webkit-calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
	margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: -webkit-calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
	margin: -webkit-calc(var(--bs-modal-footer-gap) * 0.5);
	margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto;
	}

	.modal-sm {
		--bs-modal-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
.modal-xl {
		--bs-modal-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		--bs-modal-width: 1140px;
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}

@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
}
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
/* FONT_START */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
/* FONT_END */
:root {
	--swiper-theme-color: #007aff;
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: -webkit-calc(0px - var(--swiper-navigation-size) / 2);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */
:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	--swiper-pagination-left: auto;
	--swiper-pagination-right: 8px;
	--swiper-pagination-bottom: 8px;
	--swiper-pagination-top: auto;
	--swiper-pagination-fraction-color: inherit;
	--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
	--swiper-pagination-progressbar-size: 4px;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-width: 8px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	/*
	--swiper-scrollbar-border-radius: 10px;
	--swiper-scrollbar-top: auto;
	--swiper-scrollbar-bottom: 4px;
	--swiper-scrollbar-left: auto;
	--swiper-scrollbar-right: 4px;
	--swiper-scrollbar-sides-offset: 1%;
	--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
	--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
	--swiper-scrollbar-size: 4px;
	*/
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.swiper-fade.swiper-free-mode ::slotted(swiper-slide) {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade ::slotted(swiper-slide) {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade ::slotted(swiper-slide) ::slotted(swiper-slide) {
	pointer-events: none;
}

.swiper-fade ::slotted(.swiper-slide-active) {
	pointer-events: auto;
}

.swiper-fade ::slotted(.swiper-slide-active) ::slotted(.swiper-slide-active) {
	pointer-events: auto;
}

html {
	font-size: 10px;
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.2;
	background: #FFFFFF;
}
body.hide-ovrflw {
	overflow: hidden;
}

.container {
	max-width: 100%;
	padding: 0 18px;
	margin: 0 auto;
}
.container.o-h {
	overflow: hidden;
}
.container.o-h .swiper {
	padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.container {
		max-width: 1236px;
	}
}
.container-1100 {
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.container-1100 {
		max-width: 1136px;
	}
}
.container-1024 {
	max-width: 100%;
	padding: 0 18px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.container-1024 {
		max-width: 1060px;
	}
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section {
	padding-top: 40px;
}
@media only screen and (min-width: 768px) {
	.section {
		padding-top: 100px;
	}
}

.section {
	padding-block: 40px;
}
@media only screen and (min-width: 768px) {
	.section {
		padding-block: 100px;
	}
}

.heading-primary {
	font-size: 2.7rem;
	font-weight: 500;
	color: #333333;
	text-align: center;
	line-height: 1.6;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 24px;
}
.heading-primary:after {
	position: absolute;
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, from(#008BD5), to(#2DCDEA));
	background: -webkit-linear-gradient(#008BD5, #2DCDEA);
	background: linear-gradient(#008BD5, #2DCDEA);
	width: 1px;
	height: 32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}
@media only screen and (min-width: 768px) {
	.heading-primary {
		font-size: 4rem;
		line-height: 1.12;
		padding-bottom: 45px;
		margin-bottom: 45px;
	}
}
.heading-primary.-white {
	color: #FFFFFF;
}
.heading-primary.-white-line::after {
	background: #FFFFFF;
}

.heading-sec {
	font-size: 3.2rem;
	font-weight: 700;
	color: #333333;
	line-height: 1.4;
	text-align: center;
}
.heading-sec.-abs {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
}

.heading-line {
	color: #008BD5;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #EEEEEE;
}
@media only screen and (min-width: 768px) {
	.heading-line {
		font-size: 2rem;
		padding-bottom: 8px;
	}
}
.heading-line::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 90px;
	height: 2px;
	background-color: #008BD5;
}

.heading-cir {
	font-size: 2.4rem;
	font-weight: 700;
	padding-left: 25px;
	padding-bottom: 6px;
	position: relative;
}
.heading-cir span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.heading-cir span img {
	display: block;
}
.heading-cir::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../img/icons/cir-gradient.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -15px;
	left: 0;
	z-index: -1;
}

.cl-blue {
	color: #008BD5;
}

.border-ylw {
	position: relative;
	z-index: 1;
}
.border-ylw:after {
	position: absolute;
	content: "";
	background-color: #FFFFA8;
	width: 100%;
	height: 18px;
	border-radius: 4px;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.paragraph {
	font-size: 1.8rem;
	font-weight: 500;
	color: #333333;
	line-height: 1.8;
}

.text-center {
	text-align: center;
}

.d-b-sm {
	display: block !important;
}

.d-n-sm {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	.d-b-md {
		display: block !important;
	}

	.d-n-md {
		display: none !important;
	}
}
.d-n-sm {
	display: none;
}
@media only screen and (min-width: 768px) {
	.d-n-md {
		display: none;
	}
}

.breadcrumb {
	background: url(../img/common/breadcrumb-sp-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-block: 10px 0;
	margin-top: 60px;
	min-height: 177px;
	height: 100%;
}
.breadcrumb.form-page {
	margin-top: 44px;
}
@media only screen and (min-width: 768px) {
	.breadcrumb {
		background: url(../img/common/breadcrumb-pc-bg.jpg) no-repeat;
		background-position: center;
		background-size: cover;
		padding-block: 70px 5px;
		margin-top: 68px;
	}
}
@media only screen and (min-width: 992px) {
	.breadcrumb {
		margin-top: 0;
	}
}
.breadcrumb-heading {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: normal;
	padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
	.breadcrumb-heading {
		font-size: 4rem;
		line-height: 1.4;
		letter-spacing: 1px;
		padding-bottom: 45px;
	}
}
.breadcrumb-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
@media only screen and (min-width: 768px) {
	.breadcrumb-ul {
		gap: 17px;
	}
}
.breadcrumb-ul li {
	font-size: 1rem;
}
@media only screen and (min-width: 768px) {
	.breadcrumb-ul li {
		font-size: 1.4rem;
	}
}
.breadcrumb-link {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.9;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.breadcrumb-link {
		font-size: 1.4rem;
		line-height: 1.3;
	}
}
.breadcrumb-link:not(.-active):hover {
	text-decoration: underline;
}
.breadcrumb-link.-active {
	text-decoration: none;
	pointer-events: none;
}
.breadcrumb-link.-home {
	position: relative;
	margin-left: 15px;
	text-decoration: none;
}
.breadcrumb-link.-upper {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.breadcrumb-link.-home {
		margin-left: 20px;
	}
}
.breadcrumb-link.-home:hover {
	text-decoration: underline;
}
.breadcrumb-link.-home::before {
	position: absolute;
	content: "";
	background: url(../img/icons/house-solid.svg) no-repeat;
	background-position: center;
	background-size: cover;
	width: 10px;
	height: 8px;
	top: 4px;
	left: -14px;
}
@media only screen and (min-width: 768px) {
	.breadcrumb-link.-home::before {
		width: 14px;
		height: 12px;
		left: -20px;
		top: 5px;
	}
}
.breadcrumb-link.-home::after,
.breadcrumb-link.-upper::after {
	position: absolute;
	content: "";
	background: url(../img/icons/arrow.svg) no-repeat;
	background-position: center;
	background-size: cover;
	width: 4px;
	height: 7px;
	top: 4px;
	right: -7px;
}
@media only screen and (min-width: 768px) {
	.breadcrumb-link.-home::after,
	.breadcrumb-link.-upper::after {
		width: 7px;
		height: 12px;
		right: -12px;
		top: 5px;
	}
}

.complete {
	max-width: 583px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
}
.complete.c-lg {
	max-width: 759px;
}
@media only screen and (min-width: 768px) {
	.complete {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 40px;
	}
}
.complete-ttl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
}
@media only screen and (min-width: 768px) {
	.complete-ttl {
		font-size: 2.4rem;
	}
}
.complete-desc {
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media only screen and (min-width: 768px) {
	.complete-desc {
		font-size: 1.6rem;
		text-align: center;
	}
}
.complete-desc.left {
	text-align: left;
}
.complete .info-btn {
	margin-inline: auto;
	width: 260px;
	height: 56px;
	border-radius: 28px;
	gap: 60px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 22px;
	font-size: 1.6rem;
}

.intro {
	background: #F8F8F8;
}
.intro-block {
	max-width: 1060px;
	margin: 0 auto;
	width: 100%;
	padding-block: 40px;
}
@media only screen and (min-width: 768px) {
	.intro-block {
		padding-block: 80px;
	}
}
.intro-row {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	border-radius: 8px;
}
@media only screen and (min-width: 768px) {
	.intro-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.intro-col {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #FFFFFF;
}
.intro-col:nth-child(1) {
	border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 768px) {
	.intro-col:nth-child(1) {
		border-radius: 8px 0 0 8px;
	}
}
.intro-col:nth-child(3) {
	border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 768px) {
	.intro-col:nth-child(3) {
		border-radius: 0 8px 8px 0;
	}
}
.intro-col::before {
	content: "";
	background-color: rgba(0, 105, 162, 0.6);
	width: 352px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	z-index: 1;
}
.intro-col > img {
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 320px;
	height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (min-width: 768px) {
	.intro-col > img {
		width: auto;
		height: auto;
	}
}
.intro-col:hover {
	color: #008BD5;
}
.intro-col:hover > img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.intro-col:hover::before {
	background-color: rgba(255, 255, 255, 0.6);
}
.intro-col:hover .arrow {
	display: none;
}
.intro-col:hover .arrow-hover {
	display: block;
}
.intro-desc {
	width: 100%;
	padding-inline: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
}
.intro-desc p {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.6;
}
.intro-desc p span {
	display: block;
	font-size: 1.4rem;
	text-decoration: underline;
}
@media only screen and (min-width: 768px) {
	.intro-desc {
		padding-inline: 40px;
	}
	.intro-desc p {
		font-size: 2.4rem;
		line-height: 1.5;
	}
}

.schedule {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}
@media only screen and (min-width: 768px) {
	.schedule {
		gap: 10px;
	}
}
@media only screen and (min-width: 992px) {
	.schedule {
		gap: 16px;
	}
}
.schedule .date,
.schedule .location {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}
@media only screen and (min-width: 768px) {
	.schedule .date,
.schedule .location {
		gap: 8px;
		font-size: 1.6rem;
		line-height: 1.18;
	}
}
.schedule .date img,
.schedule .location img {
	width: 12px;
	height: 12px;
}
@media only screen and (min-width: 768px) {
	.schedule .date img,
.schedule .location img {
		width: auto;
		height: auto;
	}
}

.page-summary {
	padding: 40px 0;
}
@media only screen and (min-width: 768px) {
	.page-summary {
		padding: 100px 0 102px;
	}
}
.page-summary p {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.page-summary p {
		text-align: center;
		font-size: 1.8rem;
		font-weight: 500;
	}
}

.case {
	background-color: #F3FAFD;
	padding: 40px 0;
}
@media only screen and (min-width: 768px) {
	.case {
		padding: 102px 0 100px;
	}
}
.case-wrapper .heading-primary {
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.case-wrapper .heading-primary {
		margin-bottom: 46px;
	}
}
.case-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 24px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 32px;
}
@media only screen and (min-width: 576px) {
	.case-list {
		margin: 0 -16px;
		margin-bottom: 32px;
	}
}
@media only screen and (min-width: 768px) {
	.case-list {
		row-gap: 38px;
		margin-bottom: 50px;
	}
}
.case-card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
@media only screen and (min-width: 576px) {
	.case-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 0 16px;
	}
}
@media only screen and (min-width: 992px) {
	.case-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
	}
}
.case .example-card {
	max-width: 100%;
	border-radius: 16px;
}
.case .example-card-img > img {
	width: 100%;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	-o-object-fit: cover;
	object-fit: cover;
	height: 227px;
}
.case .example-card-comp {
	width: 136px;
	height: 51px;
}
@media only screen and (min-width: 768px) {
	.case .example-card-comp {
		width: 160px;
		height: 61px;
	}
}
.case-filter {
	padding: 16px 0 8px;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 40;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
}
@media only screen and (min-width: 768px) {
	.case-filter {
		padding: 16px 0;
	}
}
.case-filter.hide {
	display: none;
}
.case-filter.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
}
@media only screen and (min-width: 992px) {
	.case-filter-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 12px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.case-filter-list {
		gap: 20px;
		padding-right: 40px;
	}
}
@media only screen and (min-width: 1300px) {
	.case-filter-list {
		gap: 40px;
		padding-right: 0;
	}
}
.case-filter-list-wrapper {
	margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
	.case-filter-list-wrapper {
		margin-bottom: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media only screen and (min-width: 992px) {
	.case-filter-list-wrapper {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.case-filter-list-wrapper {
		gap: 20px;
	}
}
.case-filter-title {
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 24px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.case-filter-title {
		font-size: 2rem;
	}
}
@media only screen and (min-width: 992px) {
	.case-filter-title {
		text-align: right;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.case-filter-title {
		font-size: 2.4rem;
	}
}
.case-filter-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 8px;
	max-width: 340px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.case-filter-box {
		margin: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.case-filter-box:not(:last-of-type) {
		margin-bottom: 5px;
	}
}
.case-filter-box label {
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
	.case-filter-box label {
		text-align: right;
	}
}
@media only screen and (min-width: 1200px) {
	.case-filter-box label {
		font-size: 1.6rem;
	}
}
.case-filter-box select {
	font-size: 1.2rem;
	padding: 5px 20px 6px 10px;
	height: 30px;
	border-radius: 3px;
	border: none;
	outline: none;
	max-width: 277px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
	.case-filter-box select {
		font-size: 1.4rem;
		width: 150px;
		height: 31px;
	}
}
@media only screen and (min-width: 1200px) {
	.case-filter-box select {
		width: 180px;
	}
}
.case-filter-btn {
	outline: none;
	border: none;
	background-color: #008BD5;
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	max-width: 140px;
	width: 100%;
	height: 44px;
	border-radius: 28px;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	margin: 0 auto;
}
.case-filter-btn:hover {
	opacity: 0.7;
}
.case-filter-btn span {
	margin-left: -20px;
}
@media only screen and (min-width: 768px) {
	.case-filter-btn span {
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px) {
	.case-filter-btn {
		font-size: 1.6rem;
		height: 46px;
	}
}
@media only screen and (min-width: 992px) {
	.case-filter-btn {
		margin: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.case-filter-btn {
		max-width: 200px;
		gap: 33px;
	}
}
.case-filter-btn::after {
	content: url(../img/icons/search.svg);
	line-height: 0;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
	.case-filter-btn::after {
		right: 22px;
	}
}
.case-filter-toggle {
	all: unset;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #008BD5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: fixed;
	bottom: 166px;
	right: 17px;
	z-index: 41;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: background-color, opacity;
	transition-property: background-color, opacity;
}
.case-filter-toggle.hide {
	display: none;
}
@media only screen and (min-width: 768px) {
	.case-filter-toggle {
		bottom: 16px;
		right: 20px;
	}
}
.case-filter-toggle:hover {
	opacity: 0.7;
}
.case-filter-toggle::before {
	content: url(../img/icons/search.svg);
	line-height: 0;
}
.case-filter-toggle.open {
	background-color: #FFFFFF;
}
.case-filter-toggle.open::before {
	content: url(../img/icons/cross-black.svg);
}

.voice-details {
	padding-top: 8px;
}
@media only screen and (min-width: 768px) {
	.voice-details {
		padding-top: 40px;
	}
}
.voice-details-title {
	background-color: #F3FAFD;
	padding: 16px 0;
}
@media only screen and (min-width: 768px) {
	.voice-details-title {
		padding: 32px 0;
	}
}
@media only screen and (min-width: 768px) {
	.voice-details-title-wrapper {
		max-width: 800px;
		margin: 0 auto;
		font-size: 1.8rem!important;
		font-weight: 700!important;
	}
}
.voice-details-title-wrapper h2 {
	font-size: 1.8rem;
	font-weight: 700;
}
@media only screen and (min-width: 768px) {
	.voice-details-title-wrapper {
		font-size: 3rem!important;
		line-height: 1.4!important;
	}
	.voice-details-title-wrapper h2 {
		font-size: 3rem;
		line-height: 1.4;
	}
}
.voice-details-title-desc {
	padding: 24px 0;
}
.voice-details-title-desc-wrapper p {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.voice-details-wrapper {
		max-width: 800px;
		margin: 0 auto;
	}
}
.voice-details-company-detail {
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.voice-details-company-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.voice-details-company-rgt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
.voice-details-company-rgt p {
	font-size: 1.6rem;
	font-weight: 500;
}
.voice-details-company-rgt img {
	height: 40px;
	width: auto;
}
.voice-details-company-lft {
	text-align: end;
	margin-top: -10px;
}
@media only screen and (min-width: 768px) {
	.voice-details-company-lft {
		margin-top: 0;
	}
}
.voice-details-company-lft span {
	font-size: 1.4rem;
	font-weight: 500;
}
@media only screen and (min-width: 768px) {
	.voice-details-company-lft span {
		font-size: 1.8rem;
	}
}
.voice-details-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	/* -ms-flex-direction: column;
	flex-direction: column; */
	gap: 8px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
	.voice-details-tags {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 8px;
	}
}
.voice-details-tags-comp {
	display: flex;
	background-color: #F3FAFD;
	border-radius: 22px;
	padding: 10px 15px 11px;
	color: #333333;
	font-size: 1.4rem;
	font-weight: 500;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media only screen and (min-width: 768px) {
	.voice-details-tags-comp {
		width: auto;
		padding: 12px 15px 13px;
		font-size: 1.6rem;
	}
}
.voice-details-tags-comp span {
	color: #008BD5;
	margin-right: 10px;
	display: inline-block;
	white-space: nowrap;
}
.voice-details-img {
	margin-bottom: 14px;
}
.voice-details-img img {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.voice-details-img {
		margin-bottom: 40px;
	}
}
.voice-details-img img {
	display: block;
}
.voice-details-desc {
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.voice-details-desc {
		margin-bottom: 40px;
	}
}
.voice-details-desc > p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 29px;
}
@media only screen and (min-width: 768px) {
	.voice-details-desc > p {
		font-size: 1.6rem;
		margin-bottom: 40px;
	}
}
.voice-details-desc-box:not(:last-of-type) {
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.voice-details-desc-box:not(:last-of-type) {
		margin-bottom: 60px;
	}
}
.voice-details-desc-box .heading-line {
	margin-bottom: 16px;
}
.voice-details-desc-box p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.voice-details-desc-box img {
	margin-top: 24px;
	max-width: 100%;
}
@media only screen and (min-width: 768px) {
	.voice-details-desc-box p {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
.voice-details-social {
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.voice-details-social {
		margin-bottom: 40px;
	}
}
.voice-details-social img {
	display: block;
	margin-left: auto;
}
.voice-details-material {
	text-align: center;
}
.voice-details-material .btn-primary {
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.voice-details-material .btn-primary {
		margin-bottom: 40px;
	}
}
.voice-slider {
	background-color: #F3FAFD;
	padding: 40px 0 30px;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.voice-slider {
		padding: 100px 0 90px;
	}
}
.voice-slider-swiper {
	max-width: 1273px;
	padding: 0 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	overflow: visible;
}
@media only screen and (min-width: 768px) {
	.voice-slider-swiper {
		overflow: hidden;
	}
}
.voice-slider .example-card {
	max-width: 100%;
	border-radius: 16px;
}
.voice-slider .example-card-img > img {
	width: 100%;
}

.notice {
	padding: 40px 0;
}
@media only screen and (min-width: 768px) {
	.notice {
		padding: 100px 0;
	}
}
.notice-list {
	max-width: 648px;
	margin: 0 auto;
	padding: 32px 16px;
	background-color: #F8F8F8;
	border-radius: 15px;
}
@media only screen and (min-width: 768px) {
	.notice-list {
		padding: 64px;
	}
}
.pagination {
	margin-top: 32px;
}
@media only screen and (min-width: 768px) {
	.pagination {
		margin-top: 40px;
	}
}
.notice-list li:not(:last-of-type) {
	margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
	.notice-list li:not(:last-of-type) {
		margin-bottom: 48px;
	}
}
.notice-list li:not(:last-of-type) a {
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(183, 183, 183, 0.49);
}
@media only screen and (min-width: 768px) {
	.notice-list li:not(:last-of-type) a {
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(183, 183, 183, 0.49);
	}
}
.notice-list-link {
	display: block;
	text-decoration: none;
	color: #333333;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.notice-list-link:hover {
	opacity: 0.7;
}
.notice-list-link span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.42;
	margin-bottom: 9px;
}
@media only screen and (min-width: 768px) {
	.notice-list-link span {
		font-size: 1.4rem;
		margin-bottom: 8px;
	}
}
.notice-list-link p {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.969;
}
@media only screen and (min-width: 768px) {
	.notice-list-link p {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

.course-class {
	padding: 40px 0;
}
@media only screen and (min-width: 768px) {
	.course-class {
		padding: 100px 0;
	}
}
.course-tags {
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.course-tags {
		margin-bottom: 40px;
	}
}
.course-tags-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px 0;
}
.course-tags-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #333333;
	font-size: 1.4rem;
	font-weight: 700;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.course-tags-link {
		font-size: 1.6rem;
	}
}
.course-tags-link:first-of-type::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #008BD5;
	border-radius: 50px;
}
.course-tags-link::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #008BD5;
	border-radius: 50px;
	position: absolute;
	left: 0;
}
.course-tags-link::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #008BD5;
	border-radius: 50px;
	position: absolute;
	right: -2px;
}
.course-tags-link:hover {
	opacity: 0.7;
}
.course-tags-link span {
	display: inline-block;
	padding: 0 10px;
}
@media only screen and (min-width: 768px) {
	.course-tags-link span {
		padding: 0 16px;
	}
}
.course-features {
	padding: 0 18px 0;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.course-features {
		padding: 80px 18px 40px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.course-features {
		padding: 80px 0 40px;
	}
}
.course-features::after {
	display: block;
	height: 100%;
	background-color: #F3FAFD;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
@media only screen and (min-width: 768px) {
	.course-features::after {
		content: "";
		width: -webkit-calc(50% + 150px);
		width: calc(50% + 150px);
	}
}
@media only screen and (min-width: 992px) {
	.course-features::after {
		width: -webkit-calc(50% + 400px);
		width: calc(50% + 400px);
	}
}
.course-features-wrapper {
	padding: 0 16px 32px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.course-features-wrapper {
		padding: 0;
		background-color: none;
		max-width: -webkit-calc(50% + 567px);
		max-width: calc(50% + 567px);
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 28px;
	}
}
@media only screen and (min-width: 992px) {
	.course-features-wrapper {
		gap: 48px;
	}
}
@media only screen and (max-width: 767px) {
	.course-features-wrapper::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 150px;
		background-color: #F3FAFD;
		z-index: -1;
	}
}
.course-features-img {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.course-features-img {
		width: -webkit-calc(50% + 400px);
		width: calc(50% + 400px);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
.course-features-img img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (min-width: 768px) {
	.course-features-rgt {
		max-width: 400px;
	}
}
@media only screen and (min-width: 992px) {
	.course-features-rgt {
		max-width: 480px;
	}
}
.course-features-rgt .heading-primary {
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.course-features-rgt .heading-primary {
		margin-bottom: 40px;
	}
}
.course-features-desc h3 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
	.course-features-desc h3 {
		font-size: 2.4rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 40px;
	}
}
.course-features-desc p {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.course-features-desc p {
		font-size: 1.6rem;
	}
}
.course-features-desc p:not(:last-of-type) {
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.course-features-desc p:not(:last-of-type) {
		margin-bottom: 14px;
	}
}
.course-features-ttl {
	font-size: 2.4rem;
	font-weight: 500;
}
.course-diff {
	padding: 0 0 100px;
}
.course-diff-wrapper {
	margin-bottom: 41px;
}
@media only screen and (min-width: 768px) {
	.course-diff-wrapper {
		margin-bottom: 32px;
	}
}
@media only screen and (min-width: 768px) {
	.course-diff-wrapper .heading-primary {
		margin-bottom: 40px;
	}
}
.course-diff-sub-heading {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	max-width: 300px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.course-diff-sub-heading {
		max-width: 100%;
		font-size: 1.6rem;
	}
}
.course-diff-defination {
	margin-bottom: 60px;
}
.course-diff-defination .heading-cir {
	margin-bottom: 24px;
}
.course-diff-defination-points {
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.course-diff-defination-points {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		gap: 40px;
	}
}
.course-diff-defination-point {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(33.3333333333% - 26.6666666667px);
	flex: 0 0 -webkit-calc(33.3333333333% - 26.6666666667px);
	flex: 0 0 calc(33.3333333333% - 26.6666666667px);
}
@media only screen and (max-width: 767px) {
	.course-diff-defination-point:not(:last-of-type) {
		margin-bottom: 24px;
	}
}
.course-diff-defination-point h4 {
	font-size: 1.6rem;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}
@media only screen and (min-width: 768px) {
	.course-diff-defination-point h4 {
		font-size: 2rem;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
}
.course-diff-defination-point p {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.course-diff-defination-point p {
		font-size: 1.6rem;
	}
}
.course-diff-defination-note {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.course-diff-defination-note {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 767px) {
	.course-diff-defination-note:not(:last-of-type) {
		margin-bottom: 5px;
	}
}
@media only screen and (min-width: 768px) {
	.course-diff-comparison-wrapper {
		max-width: -webkit-calc(50% + 610px);
		max-width: calc(50% + 610px);
		margin-left: auto;
	}
}
.course-diff-comparison-wrapper .heading-cir {
	margin-left: 18px;
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.course-diff-comparison-wrapper .heading-cir {
		margin-left: 0;
		margin-bottom: 0;
	}
}
.course-diff-comparison-class {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
@media only screen and (min-width: 768px) {
	.course-diff-comparison-class {
		gap: 32px;
	}
}
@media only screen and (min-width: 992px) {
	.course-diff-comparison-class {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 20px;
		padding-left: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.course-diff-comparison-class {
		gap: 48px;
	}
}
.course-diff-comparison-class-lft {
	padding: 0 15px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.course-diff-comparison-class-lft {
		padding: 0;
		max-width: 580px;
		width: 100%;
	}
}
.course-diff-comparison-class-lft .heading-cir {
	margin-bottom: 24px;
}
.course-diff-comparison-class-rgt {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.course-diff-comparison-class-rgt img {
	width: 100%;
	display: block;
}
.course-diff-comparison-class-box {
	margin-bottom: 24px;
}
.course-diff-comparison-class-more {
	max-width: 340px;
	margin-left: auto;
}
@media only screen and (min-width: 768px) {
	.course-diff-comparison-class-more {
		max-width: 100%;
		margin-left: unset;
		text-align: end;
	}
}
.course-diff-comparison-class-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
}
.course-diff-comparison-class-row:not(:last-of-type) {
	margin-bottom: 2px;
}
.course-diff-comparison-class-row > span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 1.3333333333px - 42px);
	flex: 0 0 -webkit-calc(50% - 1.3333333333px - 42px);
	flex: 0 0 calc(50% - 1.3333333333px - 42px);
	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;
	background-color: #F3FAFD;
	color: #333333;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 10px;
	height: 44px;
}
@media only screen and (min-width: 576px) {
	.course-diff-comparison-class-row > span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 1.3333333333px - 75px);
		flex: 0 0 -webkit-calc(50% - 1.3333333333px - 75px);
		flex: 0 0 calc(50% - 1.3333333333px - 75px);
	}
}
@media only screen and (min-width: 768px) {
	.course-diff-comparison-class-row > span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.3333333333% - 1.3333333333px);
		flex: 0 0 -webkit-calc(33.3333333333% - 1.3333333333px);
		flex: 0 0 calc(33.3333333333% - 1.3333333333px);
		height: 83px;
		padding: 0;
		font-size: 2rem;
	}
}
@media only screen and (min-width: 1200px) {
	.course-diff-comparison-class-row > span {
		padding: 0 10px;
		font-size: 2.4rem;
	}
}
.course-diff-comparison-class-row > span:first-of-type {
	border-radius: 8px;
	background-color: #1FAFC9;
	color: #FFFFFF;
	font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
	.course-diff-comparison-class-row > span:first-of-type {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 767px) {
	.course-diff-comparison-class-row > span:first-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
	}
}
@media only screen and (max-width: 575px) {
	.course-diff-comparison-class-row > span:first-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 84px;
		flex: 0 0 84px;
	}
}
.course-diff-comparison-class-row > span span {
	font-size: 1rem;
}
@media only screen and (min-width: 768px) {
	.course-diff-comparison-class-row > span span {
		font-size: 1.4rem;
	}
}
@media only screen and (min-width: 1200px) {
	.course-diff-comparison-class-row > span span {
		font-size: 1.6rem;
	}
}
.course-diff-comparison-class-row:first-of-type {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.course-diff-comparison-class-row:first-of-type span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 1.3333333333px - 42px);
	flex: 0 0 -webkit-calc(50% - 1.3333333333px - 42px);
	flex: 0 0 calc(50% - 1.3333333333px - 42px);
	background-color: #008BD5;
	color: #FFFFFF;
	border-radius: 8px;
	height: 44px;
	font-size: 1.6rem;
}
@media only screen and (min-width: 576px) {
	.course-diff-comparison-class-row:first-of-type span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 1.3333333333px - 75px);
		flex: 0 0 -webkit-calc(50% - 1.3333333333px - 75px);
		flex: 0 0 calc(50% - 1.3333333333px - 75px);
	}
}
@media only screen and (min-width: 768px) {
	.course-diff-comparison-class-row:first-of-type span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.3333333333% - 1.3333333333px);
		flex: 0 0 -webkit-calc(33.3333333333% - 1.3333333333px);
		flex: 0 0 calc(33.3333333333% - 1.3333333333px);
		height: 77px;
		font-size: 1.8rem;
	}
}
@media only screen and (min-width: 1200px) {
	.course-diff-comparison-class-row:first-of-type span {
		font-size: 2rem;
	}
}
.course-curriculum {
	padding: 40px 0;
	background-image: url(../img/course-class/curriculum-sp-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	isolation: isolate;
}
@media only screen and (min-width: 768px) {
	.course-curriculum {
		padding: 100px 0 76px;
		background-image: url(../img/course-class/curriculum-bg.jpg);
	}
}
.course-curriculum::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #2E7094;
	z-index: -1;
	opacity: 0.9;
}
.course-curriculum-wrapper {
	max-width: 985px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-wrapper .heading-primary {
		margin-bottom: 40px;
	}
}
.course-curriculum-stage {
	text-align: center;
}
.course-curriculum-stage-wrapper {
	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;
	gap: 22px;
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-stage-wrapper {
		margin-bottom: 24px;
	}
}
.course-curriculum-stage p {
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-stage p {
		margin-bottom: 0;
		font-size: 2rem;
	}
}
.course-curriculum-stage span {
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-stage span {
		font-size: 2rem;
	}
}
.course-curriculum-heading-ttl {
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: start;
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-heading-ttl {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 32px;
	}
}
.course-curriculum-department {
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-department {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 40px;
		margin-bottom: 24px;
	}
}
.course-curriculum-department-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 20px);
	flex: 0 0 -webkit-calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
	background-color: #F8F8F8;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.course-curriculum-department-box {
		margin-bottom: 16px;
	}
}
.course-curriculum-department-ttl {
	background-color: #008BD5;
	color: #FFFFFF;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	padding: 15px 0 19px;
	border-radius: 16px 16px 0 0;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-department-ttl {
		font-size: 2.4rem;
	}
}
.course-curriculum-department-ttl span {
	display: block;
	font-size: 1.4rem;
	margin-top: 8px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-department-ttl span {
		font-size: 1.6rem;
	}
}
.course-curriculum-department-desc {
	padding: 16px 15px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-department-desc {
		padding: 32px 30px 32px 26px;
	}
}
.course-curriculum-department-desc > p {
	color: #008BD5;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-department-desc > p {
		font-size: 1.6rem;
		margin-bottom: 12px;
	}
}
.course-curriculum-department-desc-content {
	padding: 12px;
	border-radius: 8px;
	background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-department-desc-content {
		-webkit-padding-after: 24px;
		padding-block-end: 24px;
	}
}
.course-curriculum-department-desc-content:not(:last-of-type) {
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-department-desc-content:not(:last-of-type) {
		margin-bottom: 28px;
	}
}
.course-curriculum-department-desc-content p {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-department-desc-content p {
		font-size: 1.6rem;
	}
}
.course-curriculum-more {
	text-align: end;
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-more {
		margin-bottom: 40px;
	}
}
.course-curriculum-more a {
	color: #FFFFFF;
}
.course-curriculum-fee {
	padding: 24px 16px;
	background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) {
	.course-curriculum-fee {
		padding: 32px 180px 40px;
	}
}
.course-curriculum-fee-desc {
	margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-fee-desc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 40px;
		margin-bottom: 24px;
	}
}
.course-curriculum-fee-desc h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-fee-desc h3 {
		text-align: start;
		font-size: 3.2rem;
		width: 230px;
	}
}
.course-curriculum-fee-desc p {
	text-align: center;
	color: #F25459;
	font-size: 3.2rem;
	font-weight: 700;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-fee-desc p {
		text-align: start;
		font-size: 4.8rem;
	}
}
.course-curriculum-fee-desc p span:first-of-type {
	font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-fee-desc p span:first-of-type {
		font-size: 3.7rem;
	}
}
.course-curriculum-fee-desc p span:last-of-type {
	font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-fee-desc p span:last-of-type {
		font-size: 1.8rem;
	}
}
.course-curriculum-fee-notes h4 {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-fee-notes h4 {
		font-size: 1.6rem;
	}
}
.course-curriculum-fee-notes p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.course-curriculum-fee-notes p {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

/*コース詳細ページ　コース申し込みボタン*/
.course-application-btn {
	background-color: #008BD5;
	border: solid 2px #008BD5;
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: .2s;
	border-radius: 16px;
	margin-top: 24px;
}
@media only screen and (min-width: 768px) {
	.course-application-btn {
		font-size: 2.0rem;
	}
}
.course-application-btn:hover {
	background-color: #fff;
	color: #008BD5;
	transition: .2s;
}
.course-application-btn:after {
	content: "";
	background: url(https://www.ctv.co.jp/sora-media/assets/img/icons/right-arrow-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 11px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: .2s;
}
@media only screen and (min-width: 768px) {
	.course-application-btn:after {
		right: 32px;
	}
}
.course-application-btn:hover:after {
	content: "";
	background: url(https://www.ctv.co.jp/sora-media/assets/img/icons/right-arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 11px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: .2s;
}
@media only screen and (min-width: 768px) {
	.course-application-btn:hover:after {
		right: 16px;
	}
}

.course-details {
	background-color: #F8F8F8;
	padding: 40px 0;
}
@media only screen and (min-width: 768px) {
	.course-details {
		padding: 100px 0;
	}
}
@media only screen and (max-width: 767px) {
	.course-details-wrapper .heading-primary {
		margin-bottom: 40px;
	}
}
.course-details-table {
	max-width: 920px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.course-details-table-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.course-details-table-row:not(:last-of-type) {
	margin-bottom: 1px;
}
.course-details-table-col {
	padding: 14px 12px;
}
@media only screen and (min-width: 768px) {
	.course-details-table-col {
		padding: 16px 24px;
	}
}
.course-details-table-col:first-of-type {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 224px;
	flex: 0 0 224px;
	background-color: #008BD5;
	color: #FFFFFF;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
}
.course-details-table-col:first-of-type span {
	font-size: 1.6rem;
}
.course-details-table-col:last-of-type {
	background-color: #FFFFFF;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.course-details-table-col:last-of-type {
		padding: 12px;
	}
}
.course-details-table-col:last-of-type p {
	font-size: 1.3rem;
	line-height: 1.58;
}
@media only screen and (min-width: 768px) {
	.course-details-table-col:last-of-type p {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

.float-trial {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 30;
}
@media only screen and (min-width: 768px) {
	.float-trial {
		bottom: 14px;
	}
}
.float-trial-link {
	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;
	width: 124px;
	height: 124px;
	background-image: url(../img/icons/dots-img.png);
	background-position: center;
	background-size: cover;
	background-repeat: repeat;
	text-decoration: none;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
	.float-trial-link {
		width: 145px;
		height: 145px;
	}
}
.float-trial-link:not(:last-of-type) {
	margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
	.float-trial-link:not(:last-of-type) {
		margin-bottom: 16px;
	}
}
.float-trial-link:hover {
	opacity: 0.7;
}
.float-trial-txt {
	background-color: #008BD5;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	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;
}
@media only screen and (min-width: 768px) {
	.float-trial-txt {
		width: 120px;
		height: 120px;
	}
}
.float-trial-txt p {
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.575;
}
@media only screen and (min-width: 768px) {
	.float-trial-txt p {
		font-size: 1.6rem;
	}
}
.float-trial-txt p span {
	color: #FFFB01;
}

.btn-primary {
	border: 2px solid #008BD5;
	background: #008BD5;
	max-width: 300px;
	width: 100%;
	height: 56px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
	position: relative;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	padding: 2px;
	margin: 0 auto;
}
.btn-primary span:last-of-type {
	display: none;
}
.btn-primary::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.678' height='8.678' viewBox='0 0 8.678 8.678'%3E%3Cpath id='Path_9957' data-name='Path 9957' d='M0,0V5.137H5.137' transform='translate(4.339 7.971) rotate(-135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 32px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.btn-primary:hover {
	background: #FFFFFF;
	color: #008BD5;
}
.btn-primary:hover span:first-of-type {
	display: none;
}
.btn-primary:hover span:last-of-type {
	display: inline-block;
}
.btn-primary:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.678' height='8.678' viewBox='0 0 8.678 8.678'%3E%3Cpath id='Path_9957' data-name='Path 9957' d='M0,0V5.137H5.137' transform='translate(4.339 7.971) rotate(-135)' fill='none' stroke='%23008bd5' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
	-webkit-transform: translateY(-50%) translateX(8px);
	-ms-transform: translateY(-50%) translateX(8px);
	transform: translateY(-50%) translateX(8px);
}
.btn-primary.-white {
	color: #008BD5;
}
.btn-primary.-white .btn-wpr {
	padding: 17px 2px;
	background-color: #FFFFFF;
}
.btn-primary.-white:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_7617' data-name='Group 7617' transform='translate(-704.361 -703)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='14' cy='14' r='14' transform='translate(704.361 703)' fill='%23008bd5'/%3E%3Cpath id='Path_169' data-name='Path 169' d='M0,0V6H6' transform='translate(717.575 721.427) rotate(-135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn-primary.-white:hover {
	background: #008bd5;
	background: -webkit-gradient(linear, left top, right top, from(#008bd5), to(#4fcbd0));
	background: -webkit-linear-gradient(left, #008bd5 0%, #4fcbd0 100%);
	background: linear-gradient(90deg, #008bd5 0%, #4fcbd0 100%);
	color: #FFFFFF;
}
.btn-primary.-white:hover .btn-wpr {
	background-color: transparent;
}
.btn-primary.-white:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_7617' data-name='Group 7617' transform='translate(-704.361 -703)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='14' cy='14' r='14' transform='translate(704.361 703)' fill='%23fff'/%3E%3Cpath id='Path_169' data-name='Path 169' d='M0,0V6H6' transform='translate(717.575 721.427) rotate(-135)' fill='none' stroke='%23008bd5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn-wpr {
	padding: 17px 0;
	border-radius: 30px;
}
.btn-sec {
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #008BD5;
	color: #FFFFFF;
	border: 2px solid #008BD5;
	padding: 16px 0;
	display: block;
	text-decoration: none;
	max-width: 260px;
	width: 100%;
	border-radius: 28px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position: relative;
	-webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.btn-sec:after {
	position: absolute;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.678' height='8.678' viewBox='0 0 8.678 8.678'%3E%3Cpath id='Path_9957' data-name='Path 9957' d='M0,0V5.137H5.137' transform='translate(4.339 7.971) rotate(-135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 32px;
	-webkit-transition: right 0.3s ease;
	transition: right 0.3s ease;
}
.btn-sec:hover {
	background-color: #FFFFFF;
	color: #008BD5;
}
.btn-sec:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.678' height='8.678' viewBox='0 0 8.678 8.678'%3E%3Cpath id='Path_9957' data-name='Path 9957' d='M0,0V5.137H5.137' transform='translate(4.339 7.971) rotate(-135)' fill='none' stroke='%23008bd5' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
	right: 24px;
}
.btn-sec2:after {
	right: 22px;
}
.btn-sec2:hover:after {
	right: 14px;
}
.btn-sec.-white {
	background-color: #FFFFFF;
	color: #008BD5;
}
.btn-sec.-white:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.678' height='8.678' viewBox='0 0 8.678 8.678'%3E%3Cpath id='Path_9957' data-name='Path 9957' d='M0,0V5.137H5.137' transform='translate(4.339 7.971) rotate(-135)' fill='none' stroke='%23008bd5' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.btn-sec.-white:hover {
	background-color: #008BD5;
	color: #FFFFFF;
}
.btn-sec.-white:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.678' height='8.678' viewBox='0 0 8.678 8.678'%3E%3Cpath id='Path_9957' data-name='Path 9957' d='M0,0V5.137H5.137' transform='translate(4.339 7.971) rotate(-135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
	right: 24px;
}
.btn-blue {
	background-color: #008BD5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	position: relative;
	border-radius: 19px;
	width: 192px;
	height: 38px;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}
.btn-blue::after {
	content: "";
	display: block;
	width: 12px;
	height: 9px;
	background-image: url(../img/icons/right-arrow-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-blue:hover {
	background-color: #FFFFFF;
	color: #008BD5;
}
.btn-blue:hover::after {
	background-image: url(../img/icons/right-arrow-blue.svg);
}
.btn-yellow {
	width: 288px;
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	background-color: #FFFF00;
	border-radius: 30px;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	color: #008BD5;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}
@media only screen and (max-width: 767px) {
	.btn-yellow {
		margin: 0 auto;
	}
}
.btn-yellow::after {
	content: "";
	display: block;
	width: 12px;
	height: 9px;
	background-image: url(../img/icons/right-arrow-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-yellow:hover {
	background-color: #008BD5;
	color: #FFFF00;
}
.btn-yellow:hover::after {
	background-image: url(../img/icons/right-arrow-yellow.svg);
}
.btn-more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: unset;
	font-size: 1.6rem;
	line-height: 1.96;
	font-weight: 500;
	color: #333333;
}
@media only screen and (min-width: 768px) {
	.btn-more {
		font-size: 1.6rem;
	}
}
.btn-more::after {
	content: "";
	background-image: url("../img/icons/blue-right-arrow.svg");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
	.btn-more::after {
		width: 47px;
		height: 47px;
	}
}
.btn-more:hover::after {
	background-image: url("../img/icons/yellow-right-arrow.svg");
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-more.-white::after {
	content: "";
	background-image: url("../img/icons/white-right-arrow.svg");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
	.btn-more.-white::after {
		width: 47px;
		height: 47px;
	}
}
.btn-more.-white:hover::after {
	background-image: url("../img/icons/yellow-right-arrow.svg");
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-links {
	color: #008BD5;
	font-size: 1.6rem;
	font-weight: 500;
}
.btn-links:hover {
	text-decoration: none;
}

.course__btns {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.8);
	padding: 24px 48px;
	max-width: 809px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 0px 16px 0px 0px;
}
.course__btns.-static {
	background: transparent;
	position: static;
	max-width: 745px;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
}
.course__btn {
	background-color: #FFFFFF;
	padding: 21px 20px;
	border: 3px solid #008BD5;
	border-radius: 8px;
	width: 100%;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position: relative;
	max-width: 227px;
	width: 100%;
}
.course__btn:after {
	position: absolute;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='35' viewBox='0 0 35 35'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_1806' data-name='長方形 1806' width='14' height='14' transform='translate(0.075 -0.173)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_23744' data-name='Group 23744' transform='translate(-703.485 -703)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='17.5' cy='17.5' r='17.5' transform='translate(703.485 703)' fill='%23008bd5'/%3E%3Cg id='グループ_1899' data-name='グループ 1899' transform='translate(714.411 713.173)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_731' data-name='パス 731' d='M9.982,24.921H2.139A2.142,2.142,0,0,1,0,22.782V14.939A2.142,2.142,0,0,1,2.139,12.8H6.417a.711.711,0,1,1,0,1.422H2.139a.711.711,0,0,0-.711.711v7.843a.711.711,0,0,0,.711.711H9.982a.711.711,0,0,0,.711-.711V18.5a.711.711,0,0,1,1.422,0v4.278A2.142,2.142,0,0,1,9.976,24.92' transform='translate(0.061 -11.081)' fill='%23fff'/%3E%3Cpath id='パス_732' data-name='パス 732' d='M56.191,5.7a.711.711,0,0,1-.711-.711V1.422H51.911a.711.711,0,0,1,0-1.422h4.278A.711.711,0,0,1,56.9.711v4.28a.711.711,0,0,1-.711.711' transform='translate(-42.83 -0.173)' fill='%23fff'/%3E%3Cpath id='パス_733' data-name='パス 733' d='M30.579,9.269a.711.711,0,0,1-.5-1.217L37.918.209a.713.713,0,0,1,1.008,1.008L31.083,9.06a.711.711,0,0,1-.5.209' transform='translate(-25.061 -0.173)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: cover;
	width: 35px;
	height: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 23px;
}
.course__btn:hover {
	background-color: #008BD5;
}
.course__btn:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='35' viewBox='0 0 35 35'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_1806' data-name='長方形 1806' width='14' height='14' transform='translate(0.075 -0.173)' fill='%23008bd5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_23744' data-name='Group 23744' transform='translate(-169 -32)'%3E%3Cg id='Group_23691' data-name='Group 23691' transform='translate(-534.485 -671)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='17.5' cy='17.5' r='17.5' transform='translate(703.485 703)' fill='%23fff'/%3E%3Cg id='グループ_1899' data-name='グループ 1899' transform='translate(714.411 713.173)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_731' data-name='パス 731' d='M9.982,24.921H2.139A2.142,2.142,0,0,1,0,22.782V14.939A2.142,2.142,0,0,1,2.139,12.8H6.417a.711.711,0,1,1,0,1.422H2.139a.711.711,0,0,0-.711.711v7.843a.711.711,0,0,0,.711.711H9.982a.711.711,0,0,0,.711-.711V18.5a.711.711,0,0,1,1.422,0v4.278A2.142,2.142,0,0,1,9.976,24.92' transform='translate(0.061 -11.081)' fill='%23008bd5'/%3E%3Cpath id='パス_732' data-name='パス 732' d='M56.191,5.7a.711.711,0,0,1-.711-.711V1.422H51.911a.711.711,0,0,1,0-1.422h4.278A.711.711,0,0,1,56.9.711v4.28a.711.711,0,0,1-.711.711' transform='translate(-42.83 -0.173)' fill='%23008bd5'/%3E%3Cpath id='パス_733' data-name='パス 733' d='M30.579,9.269a.711.711,0,0,1-.5-1.217L37.918.209a.713.713,0,0,1,1.008,1.008L31.083,9.06a.711.711,0,0,1-.5.209' transform='translate(-25.061 -0.173)' fill='%23008bd5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.course__btn:hover p,
.course__btn:hover span {
	color: #FFFFFF;
}
.course__btn:not(:last-child) {
	margin-right: 16px;
}
.course__btn p {
	font-size: 1.8rem;
	font-weight: 900;
	color: #008BD5;
	line-height: 1.4;
}
.course__btn p span {
	font-size: 1.6rem;
	font-weight: 700;
	color: #333333;
}
.course__btn:nth-of-type(2) {
	border: 3px solid #4fcbd0;
	padding: 21px 13px;
}
.course__btn:nth-of-type(2):after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='35' viewBox='0 0 35 35'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_1806' data-name='長方形 1806' width='14' height='14' transform='translate(0.075 -0.173)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_23697' data-name='Group 23697' transform='translate(-703.485 -703)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='17.5' cy='17.5' r='17.5' transform='translate(703.485 703)' fill='%234fcbd0'/%3E%3Cg id='グループ_1899' data-name='グループ 1899' transform='translate(714.411 713.173)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_731' data-name='パス 731' d='M9.982,24.921H2.139A2.142,2.142,0,0,1,0,22.782V14.939A2.142,2.142,0,0,1,2.139,12.8H6.417a.711.711,0,1,1,0,1.422H2.139a.711.711,0,0,0-.711.711v7.843a.711.711,0,0,0,.711.711H9.982a.711.711,0,0,0,.711-.711V18.5a.711.711,0,0,1,1.422,0v4.278A2.142,2.142,0,0,1,9.976,24.92' transform='translate(0.061 -11.081)' fill='%23fff'/%3E%3Cpath id='パス_732' data-name='パス 732' d='M56.191,5.7a.711.711,0,0,1-.711-.711V1.422H51.911a.711.711,0,0,1,0-1.422h4.278A.711.711,0,0,1,56.9.711v4.28a.711.711,0,0,1-.711.711' transform='translate(-42.83 -0.173)' fill='%23fff'/%3E%3Cpath id='パス_733' data-name='パス 733' d='M30.579,9.269a.711.711,0,0,1-.5-1.217L37.918.209a.713.713,0,0,1,1.008,1.008L31.083,9.06a.711.711,0,0,1-.5.209' transform='translate(-25.061 -0.173)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	right: 13px;
}
.course__btn:nth-of-type(2) p {
	color: #4fcbd0;
}
.course__btn:nth-of-type(2):hover {
	background-color: #4fcbd0;
}
.course__btn:nth-of-type(2):hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='35' viewBox='0 0 35 35'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_1806' data-name='長方形 1806' width='14' height='14' transform='translate(0.075 -0.173)' fill='%234fcbd0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_23697' data-name='Group 23697' transform='translate(-703.485 -703)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='17.5' cy='17.5' r='17.5' transform='translate(703.485 703)' fill='%23fff'/%3E%3Cg id='グループ_1899' data-name='グループ 1899' transform='translate(714.411 713.173)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_731' data-name='パス 731' d='M9.982,24.921H2.139A2.142,2.142,0,0,1,0,22.782V14.939A2.142,2.142,0,0,1,2.139,12.8H6.417a.711.711,0,1,1,0,1.422H2.139a.711.711,0,0,0-.711.711v7.843a.711.711,0,0,0,.711.711H9.982a.711.711,0,0,0,.711-.711V18.5a.711.711,0,0,1,1.422,0v4.278A2.142,2.142,0,0,1,9.976,24.92' transform='translate(0.061 -11.081)' fill='%234fcbd0'/%3E%3Cpath id='パス_732' data-name='パス 732' d='M56.191,5.7a.711.711,0,0,1-.711-.711V1.422H51.911a.711.711,0,0,1,0-1.422h4.278A.711.711,0,0,1,56.9.711v4.28a.711.711,0,0,1-.711.711' transform='translate(-42.83 -0.173)' fill='%234fcbd0'/%3E%3Cpath id='パス_733' data-name='パス 733' d='M30.579,9.269a.711.711,0,0,1-.5-1.217L37.918.209a.713.713,0,0,1,1.008,1.008L31.083,9.06a.711.711,0,0,1-.5.209' transform='translate(-25.061 -0.173)' fill='%234fcbd0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.course__btn:nth-of-type(2):hover p {
	color: #FFFFFF;
}
.course__btn:nth-of-type(3) {
	border: 3px solid #2dcdea;
	padding: 21px 17px;
}
.course__btn:nth-of-type(3):after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='35' viewBox='0 0 35 35'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_1806' data-name='長方形 1806' width='14' height='14' transform='translate(0.075 -0.173)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_23745' data-name='Group 23745' transform='translate(-703.485 -703)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='17.5' cy='17.5' r='17.5' transform='translate(703.485 703)' fill='%232dcdea'/%3E%3Cg id='グループ_1899' data-name='グループ 1899' transform='translate(714.411 713.173)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_731' data-name='パス 731' d='M9.982,24.921H2.139A2.142,2.142,0,0,1,0,22.782V14.939A2.142,2.142,0,0,1,2.139,12.8H6.417a.711.711,0,1,1,0,1.422H2.139a.711.711,0,0,0-.711.711v7.843a.711.711,0,0,0,.711.711H9.982a.711.711,0,0,0,.711-.711V18.5a.711.711,0,0,1,1.422,0v4.278A2.142,2.142,0,0,1,9.976,24.92' transform='translate(0.061 -11.081)' fill='%23fff'/%3E%3Cpath id='パス_732' data-name='パス 732' d='M56.191,5.7a.711.711,0,0,1-.711-.711V1.422H51.911a.711.711,0,0,1,0-1.422h4.278A.711.711,0,0,1,56.9.711v4.28a.711.711,0,0,1-.711.711' transform='translate(-42.83 -0.173)' fill='%23fff'/%3E%3Cpath id='パス_733' data-name='パス 733' d='M30.579,9.269a.711.711,0,0,1-.5-1.217L37.918.209a.713.713,0,0,1,1.008,1.008L31.083,9.06a.711.711,0,0,1-.5.209' transform='translate(-25.061 -0.173)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	right: 17px;
}
.course__btn:nth-of-type(3) p {
	color: #2dcdea;
}
.course__btn:nth-of-type(3):hover {
	background-color: #2dcdea;
}
.course__btn:nth-of-type(3):hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='35' viewBox='0 0 35 35'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_1806' data-name='長方形 1806' width='14' height='14' transform='translate(0.075 -0.173)' fill='%232dcdea'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_23698' data-name='Group 23698' transform='translate(-703.485 -703)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='17.5' cy='17.5' r='17.5' transform='translate(703.485 703)' fill='%23fff'/%3E%3Cg id='グループ_1899' data-name='グループ 1899' transform='translate(714.411 713.173)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_731' data-name='パス 731' d='M9.982,24.921H2.139A2.142,2.142,0,0,1,0,22.782V14.939A2.142,2.142,0,0,1,2.139,12.8H6.417a.711.711,0,1,1,0,1.422H2.139a.711.711,0,0,0-.711.711v7.843a.711.711,0,0,0,.711.711H9.982a.711.711,0,0,0,.711-.711V18.5a.711.711,0,0,1,1.422,0v4.278A2.142,2.142,0,0,1,9.976,24.92' transform='translate(0.061 -11.081)' fill='%232dcdea'/%3E%3Cpath id='パス_732' data-name='パス 732' d='M56.191,5.7a.711.711,0,0,1-.711-.711V1.422H51.911a.711.711,0,0,1,0-1.422h4.278A.711.711,0,0,1,56.9.711v4.28a.711.711,0,0,1-.711.711' transform='translate(-42.83 -0.173)' fill='%232dcdea'/%3E%3Cpath id='パス_733' data-name='パス 733' d='M30.579,9.269a.711.711,0,0,1-.5-1.217L37.918.209a.713.713,0,0,1,1.008,1.008L31.083,9.06a.711.711,0,0,1-.5.209' transform='translate(-25.061 -0.173)' fill='%232dcdea'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.course__btn:nth-of-type(3):hover p {
	color: #FFFFFF;
}

.side-nav {
	position: absolute;
	right: 0;
	bottom: 32px;
	background-color: #FFFFFF;
	padding: 8px 0 0;
	max-width: 264px;
	width: 100%;
}
.side-nav__btn {
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #FFFFFF;
	color: #008BD5;
	border: 1px solid #008BD5;
	display: block;
	border-radius: 16px;
	width: 156px;
	max-width: 100%;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	margin-bottom: 5px;
}
.side-nav__btn:hover {
	opacity: 0.7;
}
.side-nav__ttl {
	font-size: 2rem;
	font-weight: 700;
	color: #333333;
	text-align: center;
	padding-bottom: 7px;
	line-height: 1.4;
}
.side-nav__ttl span {
	font-size: 2.4rem;
	font-weight: 900;
	color: #008BD5;
}
.side-nav__lnk {
	font-size: 2rem;
	font-weight: 700;
	background-color: #008BD5;
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.side-nav__lnk:after {
	position: absolute;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_7617' data-name='Group 7617' transform='translate(-704.361 -703)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='14' cy='14' r='14' transform='translate(704.361 703)' fill='%23fff'/%3E%3Cpath id='Path_169' data-name='Path 169' d='M0,0V6H6' transform='translate(717.575 721.427) rotate(-135)' fill='none' stroke='%23008bd5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: cover;
	width: 23px;
	height: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 46px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.side-nav__lnk:hover:after {
	right: 40px;
}
.side-nav__img {
	position: absolute;
	left: -28px;
	top: -30px;
}

.contact {
	background-image: url(../img/contact/contact-bg-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}
@media only screen and (min-width: 768px) {
	.contact {
		background-image: url(../img/contact/contact-bg.jpg);
		padding: 40px 0;
	}
}
.contact-wrapper h2 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.contact-wrapper h2 {
		font-size: 3.2rem;
		line-height: 1.84;
		margin-bottom: 20px;
	}
}
.contact-box {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 16px;
	margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
	.contact-box {
		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;
		gap: 80px;
		padding: 22px 0 26px;
		margin-bottom: 32px;
	}
}
@media only screen and (min-width: 768px) {
	.contact-box > div {
		max-width: 300px;
		width: 100%;
	}
}
.contact-box-logo {
	line-height: 0;
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #005E9D;
}
@media only screen and (min-width: 768px) {
	.contact-box-logo {
		padding-bottom: 0;
		border-bottom: none;
		text-align: right;
	}
}
@media only screen and (min-width: 768px) {
	.contact-box-logo img {
		margin-left: auto;
	}
}
.contact-box-details {
	position: relative;
	text-align: center;
	padding-top: 16px;
}
@media only screen and (min-width: 768px) {
	.contact-box-details {
		padding-top: 0;
		text-align: start;
	}
}
@media only screen and (min-width: 768px) {
	.contact-box-details::after {
		content: "";
		display: block;
		background-color: #005E9D;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -40px;
	}
}
.contact-box-details p {
	color: #005E9D;
	font-size: 1.6rem;
	font-weight: 700;
}
@media only screen and (min-width: 768px) {
	.contact-box-details p {
		margin-bottom: 4px;
	}
}
.contact-box-details a {
	text-decoration: none;
	color: #005E9D;
	display: block;
	font-size: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
	.contact-box-details a {
		letter-spacing: 0.045em;
	}
}
.contact-box-details a:hover {
	opacity: 0.7;
}
.contact-box-details span {
	color: #005E9D;
	font-size: 1.4rem;
	font-weight: 700;
}

@media only screen and (min-width: 768px) {
	.drone-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 80px;
	}
}
.drone-material {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.drone-material {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 24px;
	}
}
.drone-material > img {
	display: block;
	-webkit-box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
	box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
}
.drone-material-desc p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4545;
	margin-bottom: 7px;
}
.drone-material-desc p span {
	display: block;
	color: #333333;
	font-size: 1.4rem;
	letter-spacing: -0.07em;
	line-height: 1.6;
}
.drone-material-abs {
	position: absolute;
	top: -28%;
	right: -4%;
}
.drone-material-abs img {
	width: 54px;
	height: 55px;
}
@media only screen and (min-width: 768px) {
	.drone-material-abs {
		top: -29%;
		right: -20%;
	}
	.drone-material-abs img {
		width: auto;
		height: auto;
	}
}
.drone-course p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 16px;
}

.slider {
	background-color: #DDF3FF;
	padding: 24px 0;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.slider {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 767px) {
	.slider-swiper {
		overflow: visible;
	}
}
.slider-wrapper {
	position: relative;
}
.slider-next, .slider-prev {
	all: unset;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #222222;
	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;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}
.slider-next > img, .slider-prev > img {
	display: block;
}
.slider-next.hide, .slider-prev.hide {
	display: none;
}
.slider-prev {
	left: -10px;
}
@media only screen and (min-width: 768px) {
	.slider-prev {
		left: -14px;
	}
}
@media only screen and (min-width: 992px) {
	.slider-prev {
		display: none;
	}
	.slider-next {
		display: none;
	}
}
.slider-prev img {
	-webkit-transform: translateX(1px);
	-ms-transform: translateX(1px);
	transform: translateX(1px);
}
.slider-next {
	right: -10px;
}
@media only screen and (min-width: 768px) {
	.slider-next {
		right: -14px;
	}
}
.slider-next img {
	-webkit-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	transform: translateX(-1px);
}
.slider-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.slider-card:hover {
	opacity: 0.7;
}
.slider-card > div::before {
	content: "";
	width: 59px;
	height: 51px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -1;
}
.slider-card.-blue {
	background-color: #008BD5;
}
.slider-card.-blue > div::before {
	background-image: url(../img/icons/box-blue.svg);
}
.slider-card.-mint-green {
	background-color: #50CBD0;
}
.slider-card.-mint-green > div::before {
	background-image: url(../img/icons/box-mint-green.svg);
}
.slider-card.-mint-blue {
	background-color: #2DCDEA;
}
.slider-card.-mint-blue > div::before {
	background-image: url(../img/icons/box-mint-blue.svg);
}
.slider-card-desc {
	max-width: 260px;
	width: 100%;
	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;
	position: relative;
	isolation: isolate;
}
.slider-card-desc p {
	color: #FFFFFF;
	font-size: 2.1rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.19;
}
@media only screen and (min-width: 768px) {
	.slider-card-desc p {
		font-size: 2.6rem;
		line-height: 1.15;
	}
}
.slider-card-desc p span {
	display: block;
	font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
	.slider-card-desc p span {
		font-size: 1.7rem;
	}
}
.slider-card-desc p span span {
	display: inline;
	font-weight: 700;
}
.slider-card-desc.span-inl p span {
	display: inline;
}

.example-card {
	display: block;
	max-width: 401px;
	background-color: #FFFFFF;
	border-radius: 16px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #333333;
	text-decoration: none;
	overflow: hidden;
}
.example-card:hover .example-card-img > img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.example-card:hover .example-card-arw {
	background-color: #008BD5;
}
.example-card:hover .example-card-arw::after {
	background-image: url(../img/icons/arrow-white.svg);
}
.example-card:hover .example-card-details {
	background-color: #008BD5;
	color: #FFFFFF;
}
.example-card-desc {
	margin-top: 24px;
}
.example-card:hover .example-card-desc-row span:first-of-type {
	color: #FFFFFF;
}
.example-card-img {
	overflow: hidden;
	position: relative;
}
.example-card-img > img {
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.example-card.-next .example-card-arw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.example-card-arw {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	bottom: 0;
	right: 0;
	border-top-left-radius: 40px;
	width: 51px;
	height: 46px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (min-width: 768px) {
	.example-card-arw {
		width: 62px;
		height: 56px;
	}
}
.example-card-arw::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../img/icons/arrow-blue-big.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
	.example-card-arw::after {
		width: 23px;
		height: 23px;
	}
}
.example-card-comp {
	width: 105px;
	height: 47px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top-right-radius: 4px;
	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;
}
/* .example-card-comp	p {
	display: flex;
}
.example-card-comp	p img {
	max-width: 50px;
}
.example-card-comp	p img:first-child {
	margin-right: 8px;
} */
@media only screen and (min-width: 768px) {
	.example-card-comp {
		width: 123px;
		height: 47px;
	}
}
.example-card-comp img {
	display: block;
	max-height: 40px;
}
.example-card-details {
	background-color: #FFFFFF;
	padding: 8px 16px 24px;
	-webkit-transition: background-color 0.4s ease, color 0.4s ease;
	transition: background-color 0.4s ease, color 0.4s ease;
}
@media only screen and (min-width: 768px) {
	.example-card-details {
		padding: 20px 15px 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.example-card-details {
		padding: 24px 24px 40px;
	}
}
.example-card-details p {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media only screen and (min-width: 768px) {
	.example-card-details p {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 5px;
	}
}
.example-card-details h3,
.example-card-details h3 p,
.example-card-details h3 + h1,
.example-card-details h3 + h1 p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.example-card-details h3,
	.example-card-details h3 p,
	.example-card-details h3 + h1,
	.example-card-details h3 + h1 p {
		font-size: 1.8rem;
		line-height: 1.6;
	}
}
.example-card-desc-row {
	padding-bottom: 6px;
	border-bottom: 1px solid #E6E6E6;
}
.example-card-desc-row p {
	margin-bottom: 0;
	-webkit-box-orient: inherit;
}
@media only screen and (min-width: 768px) {
	.example-card-desc-row {
		padding-bottom: 8px;
	}
}
.example-card-desc-row:not(:last-of-type) {
	margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
	.example-card-desc-row:not(:last-of-type) {
		margin-bottom: 12px;
	}
}
.example-card-desc-row span {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8;
	display: inline-block;
}
@media only screen and (min-width: 768px) {
	.example-card-desc-row span {
		font-size: 1.6rem;
	}
}
.example-card-desc-row span:first-of-type {
	color: #008BD5;
	width: 68px;
	-webkit-transition: background-color 0.4s ease, color 0.4s ease;
	transition: background-color 0.4s ease, color 0.4s ease;
}
@media only screen and (min-width: 768px) {
	.example-card-desc-row span:first-of-type {
		width: 98px;
	}
}

.pagination {
	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;
	gap: 10px;
}
.pagination-list {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.pagination-prev, .pagination-next {
	text-decoration: none;
	color: #008BD5;
	font-size: 1.4rem;
	font-weight: 500;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.pagination-prev:hover, .pagination-next:hover {
	opacity: 0.7;
}
.pagination-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #DDF3FF;
	text-decoration: none;
	color: #333333;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}
.pagination-link:hover {
	background-color: #008BD5;
	color: #FFFFFF;
}
.active .pagination-link {
	background-color: #008BD5;
	color: #FFFFFF;
	pointer-events: none;
}

.header {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background-color: #FFFFFF;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
}
@media only screen and (min-width: 992px) {
	.header {
		position: static;
	}
}
.header.-simp {
	padding: 12px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.header__top {
	padding-left: 15px;
}
@media only screen and (min-width: 768px) {
	.header__top {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
@media only screen and (min-width: 1200px) {
	.header__top {
		padding-left: 48px;
	}
}
.header__top-wpr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__top-lft, .header__top-rgt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__logo {
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
	.header__logo:first-child {
		width: 72px;
	}
}
@media only screen and (max-width: 767px) {
	.header__logo:last-child {
		width: 65px;
	}
}
.header__logo:not(:first-child) {
	margin-left: 16px;
}
@media only screen and (min-width: 768px) {
	.header__logo:not(:first-child) {
		margin-left: 32px;
	}
}
.header__logo:hover {
	opacity: 0.7;
}
.header__phnwpr {
	padding-right: 30px;
	display: none;
}
@media only screen and (min-width: 992px) {
	.header__phnwpr {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.header__phnwpr span {
	font-size: 1.2rem;
	font-weight: 500;
	color: #333333;
	text-align: center;
	display: block;
}
.header__phn {
	font-size: 2.4rem;
	font-weight: 700;
	color: #333;
	text-decoration: none;
}
.header__phn img {
	margin-right: 12px;
}
.header__btnwpr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (min-width: 992px) {
	.header__btnwpr {
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}
}
.header__btnwpr.-btm {
	display: none;
}
.header__btnouter {
	padding: 2px;
	position: relative;
	isolation: isolate;
}
.header__btnouter::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#008bd5), to(#4fcbd0));
	background-image: -webkit-linear-gradient(left, #008bd5 0%, #4fcbd0 100%);
	background-image: linear-gradient(90deg, #008bd5 0%, #4fcbd0 100%);
	z-index: -1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.header__btnouter .d-n-h {
	display: none;
}
.header__btnouter .d-b-h {
	display: block;
}
.header__btnouter:hover a {
	background-color: #FFFFFF;
}
.header__btnouter:hover p {
	color: #008BD5;
}
.header__btnouter:hover p::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.321' height='11.32' viewBox='0 0 11.321 11.32'%3E%3Cpath id='Path_169' data-name='Path 169' d='M0,0V6H6' transform='translate(5.66 9.906) rotate(-135)' fill='none' stroke='%23008bd5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.header__btnouter.pc {
	display: none;
}
.header__btnouter.-white {
	padding: 2px;
	display: none;
	background-image: -webkit-gradient(linear, left top, right top, from(#008bd5), to(#4fcbd0));
	background-image: -webkit-linear-gradient(left, #008bd5 0%, #4fcbd0 100%);
	background-image: linear-gradient(90deg, #008bd5 0%, #4fcbd0 100%);
}
.header__btnouter.-white::after {
	content: none;
	background-image: none;
	background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
	.header__btnouter.-white {
		display: block;
	}
	.header__btnouter.sp {
		display: none;
	}
	.header__btnouter.pc {
		display: block;
	}
}
.header__btnouter.-white a {
	position: relative;
	isolation: isolate;
}
.header__btnouter.-white a::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #FFFFFF;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.header__btnouter.-white p {
	color: #008BD5;
}
@media only screen and (min-width: 992px) {
	.header__btnouter.-white p::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.321' height='11.32' viewBox='0 0 11.321 11.32'%3E%3Cpath id='Path_169' data-name='Path 169' d='M0,0V6H6' transform='translate(5.66 9.906) rotate(-135)' fill='none' stroke='%23008bd5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
	}
}
.header__btnouter.-white .header__btn {
	background-image: -webkit-gradient(linear, left top, right top, from(#008bd5), to(#4fcbd0));
	background-image: -webkit-linear-gradient(left, #008bd5 0%, #4fcbd0 100%);
	background-image: linear-gradient(90deg, #008bd5 0%, #4fcbd0 100%);
}
.header__btnouter.-white .header__btn:hover::after {
	opacity: 0;
}
.header__btnouter.-white .header__btn:hover p {
	color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
	.header__btnouter.-white .header__btn:hover p::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.321' height='11.32' viewBox='0 0 11.321 11.32'%3E%3Cpath id='Path_10685' data-name='Path 10685' d='M0,0V6H6' transform='translate(5.66 9.906) rotate(-135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
	}
}
.header__btn {
	text-align: center;
	padding: 10px 0 10px;
	width: 88px;
	max-width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	height: 100%;
	line-height: 1.428;
}
@media only screen and (min-width: 768px) {
	.header__btn {
		width: 150px;
		padding: 23px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.header__btn {
		width: 228px;
	}
}
@media only screen and (min-width: 992px) {
	.header__btn:hover p:after {
		right: -25px;
	}
}
@media only screen and (min-width: 1200px) {
	.header__btn:hover p:after {
		/* right: -37px; */
		right: -24px;
	}
}
.header__btn p {
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFFFFF;
	position: relative;
	display: inline-block;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
@media only screen and (max-width: 1200px){
	.header__btn p{
		font-size: 1.2rem;
	}
}
@media only screen and (min-width: 992px) {
	.header__btn p:after {
		position: absolute;
		content: "";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.321' height='11.32' viewBox='0 0 11.321 11.32'%3E%3Cpath id='Path_10685' data-name='Path 10685' d='M0,0V6H6' transform='translate(5.66 9.906) rotate(-135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: cover;
		width: 11px;
		height: 11px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -20px;
		-webkit-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
}
@media only screen and (min-width: 1200px) {
	.header__btn p:after {
		/* right: -32px; */
	}
}
.header__btm {
	position: fixed;
	top: 59px;
	right: 0;
	background-color: #FFFFFF;
	width: -webkit-calc(100% - 48px);
	width: calc(100% - 48px);
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: 3;
}
@media only screen and (min-width: 992px) {
	.header__btm {
		width: -webkit-calc(100% - 15px);
		width: calc(100% - 15px);
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.header__btm {
		width: -webkit-calc(100% - 48px);
		width: calc(100% - 48px);
	}
}
.header__btm .header__top-lft,
.header__btm .header__btnwpr {
	display: none;
}
.header__btm.fixed {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 992px) {
	.header__btm.fixed {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
		background-color: #FFFFFF;
		padding-left: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 49;
	}
}
@media only screen and (min-width: 1200px) {
	.header__btm.fixed {
		padding-left: 48px;
	}
}
@media only screen and (min-width: 992px) {
	.header__btm.fixed .header__top-lft,
.header__btm.fixed .header__btnwpr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media only screen and (min-width: 992px) {
	.header__btm.fixed .header__top-lft .header__logo:first-of-type {
		width: 80px;
	}
}
@media only screen and (min-width: 1200px) {
	.header__btm.fixed .header__top-lft .header__logo:first-of-type {
		width: auto;
	}
}
@media only screen and (min-width: 992px) {
	.header__btm.fixed .header__top-lft .header__logo:last-of-type {
		width: 76px;
		margin-left: 32px;
	}
}
@media only screen and (min-width: 1200px) {
	.header__btm.fixed .header__top-lft .header__logo:last-of-type {
		width: 84px;
	}
}
@media only screen and (min-width: 1300px) {
	.header__btm.fixed .header__top-lft .header__logo:last-of-type {
		width: auto;
	}
}
.header__btm.fixed .header__list {
	max-width: 100%;
	margin-right: 15px;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
}
@media only screen and (min-width: 768px) {
	.header__btm.fixed .header__list {
		margin-right: 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.header__btm.fixed .header__list {
		margin-right: 26px;s
	}
}
.header__btm.fixed .header__item:last-child .header__lnk {
	margin-right: 0;
}
.header__btm.fixed .header__lnk {
	padding: 12px 0;
}
@media only screen and (min-width: 768px) {
	.header__btm.fixed .header__lnk {
		padding: 26px 0;
	}
}
.header__btm.fixed .header__btn {
	width: 150px;
}
@media only screen and (min-width: 1200px) {
	.header__btm.fixed .header__btn {
		width: 185px;
	}
}
.header__btm.fixed .header__list {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-start;
	gap: 24px;

	gap: 18px;
	overflow-x: auto;
}
@media only screen and (min-width: 992px) {
	.header__btm.fixed .header__list {
		gap: 18px;
	}
}
@media only screen and (min-width: 1300px) {
	.header__btm.fixed .header__list {
		gap: 24px;
	}
}
@media only screen and (min-width: 992px) {
	.header__btm {
		background-color: #DDF3FF;
		position: static;
		max-height: 100%;
		opacity: 1;
		visibility: visible;
		width: 100%;
	}
}
.header__btm.is-opened {
	max-height: 100vh;
	height: 100vh;
	opacity: 1;
	visibility: visible;
}
.header__list {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 40px;
}
@media only screen and (min-width: 992px) {
	.header__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 48px;
		height: auto;
		padding: 0;
	}
}
.header__lnk {
	font-size: 1.6rem;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	padding: 0 0 24px;
	display: block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position: relative;
	line-height: 1.4;
}
@media only screen and (min-width: 992px) {
	.header__lnk {
		font-size: 1.2rem;
		padding: 12px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.header__lnk {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 991px) {
	.header__lnk:first-child {
		padding-top: 0;
	}
}
@media only screen and (min-width: 992px) {
	.header__lnk:after {
		position: absolute;
		content: "";
		bottom: 0;
		width: 0;
		right: 0;
		height: 2px;
		background-color: #008BD5;
		-webkit-transition: width 0.25s ease-out;
		transition: width 0.25s ease-out;
	}
}
.header__lnk:hover:after {
	left: 0;
	width: 100%;
}
.header__lnk.active {
	font-weight: 700;
}
@media only screen and (min-width: 992px) {
	.header__lnk.active {
		color: #008BD5;
	}
}
.header__lnk.active:after {
	width: 100%;
}

.nav-icon-wpr {
	background-color: #008BD5;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 3;
	margin-right: 16px;
	cursor: pointer;
}
@media only screen and (min-width: 992px) {
	.nav-icon-wpr {
		display: none;
	}
}

.nav-icon {
	position: relative;
	width: 18px;
	height: 14px;
	cursor: pointer;
}
.nav-icon span, .nav-icon:before, .nav-icon:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-transition: all 0.4s cubic-bezier(0.17, 0.84, 0.53, 1.39);
	transition: all 0.4s cubic-bezier(0.17, 0.84, 0.53, 1.39);
}
@media only screen and (max-width: 575px) {
	.nav-icon span, .nav-icon:before, .nav-icon:after {
		height: 2px;
	}
}
.nav-icon:before, .nav-icon:after {
	content: "";
}
.nav-icon span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-icon:before {
	top: 0;
}
.nav-icon:after {
	margin: 0 auto;
	bottom: 0;
}
.nav-icon.is-opened span {
	opacity: 0;
}
.nav-icon.is-opened:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 2px 4px;
	-ms-transform-origin: 2px 4px;
	transform-origin: 2px 4px;
}
.nav-icon.is-opened:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 2px -2px;
	-ms-transform-origin: 2px -2px;
	transform-origin: 2px -2px;
}

.hero {
	margin-top: 59px;
	padding: 16px 0 40px;
	overflow: hidden;
	position: relative;
	isolation: isolate;
}
@media only screen and (min-width: 768px) {
	.hero {
		padding: 16px 0 32px;
	}
}
@media only screen and (min-width: 992px) {
	.hero {
		margin-top: 0;
	}
}
.hero::after {
	content: "";
	display: block;
	width: 150%;
	height: 143px;
	background-color: #DDF3FF;
	position: absolute;
	top: -80px;
	right: 30px;
	z-index: -1;
	-webkit-transform: rotate(-37.5deg);
	-ms-transform: rotate(-37.5deg);
	transform: rotate(-37.5deg);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}
@media only screen and (min-width: 768px) {
	.hero::after {
		-webkit-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
		-webkit-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		transform-origin: bottom left;
		height: 278px;
		top: unset;
		right: unset;
		bottom: 62px;
	}
}
@media only screen and (min-width: 992px) {
	.hero::after {
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
}
.hero-block {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	/* overflow: ; */
}
.hero-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 29px;
	margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
	.hero-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 32px;
		gap: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.hero-wrapper {
		margin-bottom: 32px;
		gap: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.hero-wrapper {
		margin-bottom: 32px;
		gap: 50px;
	}
}
@media only screen and (min-width: 1300px) {
	.hero-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 32px;
		gap: 60px;
	}
}
@media only screen and (min-width: 768px) {
	.hero-rgt {
		max-width: 361px;
	}
}
@media only screen and (min-width: 992px) {
	.hero-rgt {
		max-width: 571px;
	}
}
@media only screen and (min-width: 1200px) {
	.hero-rgt {
		max-width: 751px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-img {
		margin-bottom: 16px;
	}
	.hero-wrapper {
		max-width: 500px;
		margin: 0 auto 18px;
	}
}
.hero-img img {
	display: block;
	border-radius: 16px;
}
.hero-heading {
	margin-bottom: 8px;
	padding-top: 9px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.hero-heading {
		margin-bottom: 24px;
		padding-top: 0;
	}
}
.hero-heading-lft {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #008BD5;
	padding-block: 18px 21px;
	border-radius: 50%;
	font-size: 1.4rem;
	line-height: 1.2857142857;
}
@media only screen and (min-width: 768px) {
	.hero-heading-lft {
		padding-block: 19px 20px;
		max-width: 106px;
		top: 0;
		left: 100%;
		font-size: 1.5rem;
		line-height: 1.3333333333;
		z-index: 5;
	}
}
@media only screen and (min-width: 992px) {
	.hero-heading-lft {
		top: -6%;
		left: 86%;
	}
}
@media only screen and (min-width: 1200px) {
	.hero-heading-lft {
		top: -11%;
	}
}
@media only screen and (min-width: 1366px) {
	.hero-heading-lft {
		top: -22%;
		left: -33%;
	}
}
.hero-heading-lft .l-s-sm {
	margin-inline: -5px;
	font-size: 1.4rem;
	color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
	.hero-heading-lft .l-s-sm {
		font-size: 1.5rem;
	}
}
.hero-heading-lft .fs-12 {
	color: #FFFFFF;
	font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
	.hero-heading-lft .fs-12 {
		font-size: 1.2rem;
	}
}
.hero-heading-lft span {
	color: #FFFF00;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.0833333333;
	letter-spacing: -0.15px;
}
.hero-heading-lft span .fs-17 {
	font-size: 1.6rem;
	letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
	.hero-heading-lft span {
		font-size: 2.5rem;
		line-height: 1.04;
		letter-spacing: -0.3px;
	}
	.hero-heading-lft span .fs-17 {
		font-size: 1.7rem;
		letter-spacing: normal;
	}
}
.hero-heading h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}
.hero-heading h1 > span {
	display: block;
	color: #008BD5;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 3.3rem;
	font-weight: 500;
	line-height: 1.38;
}
@media only screen and (min-width: 768px) {
	.hero-heading h1 > span {
		font-size: 4.6rem;
		line-height: 1.4545454545;
	}
}
.hero-heading h1 > span:not(:last-of-type) {
	letter-spacing: 0.01em;
	padding-left: 10px;
}
@media only screen and (min-width: 768px) {
	.hero-heading h1 > span:not(:last-of-type) {
		padding-left: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.hero-heading h1 > span:last-of-type {
		letter-spacing: -0.07em;
		margin-left: -13px;
	}
}
.hero-heading h1 > span span {
	font-size: 2.9rem;
}
@media only screen and (min-width: 768px) {
	.hero-heading h1 > span span {
		font-size: 3.9rem;
	}
}
.hero-desc {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.hero-desc {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
		margin-bottom: 24px;
	}
}
.hero-desc > img {
	display: block;
	-webkit-box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
	box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
	width: 80px;
	height: 109px;
}
@media only screen and (min-width: 768px) {
	.hero-desc > img {
		width: 92px;
		height: 126px;
	}
}
.hero-desc p {
	font-family: "Noto sans JP, sans-serif";
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4545454545;
	margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
	.hero-desc p {
		font-size: 2.4rem;
		line-height: 1.3636363636;
	}
}
.hero-desc p span {
	display: block;
	color: #333333;
	font-size: 1.4rem;
	letter-spacing: -0.08em;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.hero-desc p span {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.hero-desc-abs {
	position: absolute;
	top: -28px;
	right: -34px;
}
.hero-desc-abs img {
	width: 54px;
	height: 55px;
}
@media only screen and (min-width: 768px) {
	.hero-desc-abs {
		top: -30px;
		right: -50px;
	}
	.hero-desc-abs img {
		width: auto;
		height: auto;
	}
}
.hero-btn-blue {
	font-family: "Noto sans, sans-serif";
	background-color: #008BD5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	position: relative;
	border-radius: 19px;
	width: 192px;
	height: 38px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hero-btn-blue::after {
	content: url(../img/icons/right-arrow-white.svg);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hero-btn-blue:hover {
	opacity: 0.7;
}
.hero-btn-blue:hover::after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.hero-btn-yellow {
	font-family: "Noto sans, sans-serif";
	width: 288px;
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	background-color: #FFFF00;
	border-radius: 30px;
	text-decoration: none;
	color: #008BD5;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
	.hero-btn-yellow {
		margin: 0 auto;
	}
}
.hero-btn-yellow::after {
	content: url(../img/icons/right-arrow-yellow.svg);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hero-btn-yellow:hover {
	opacity: 0.7;
}
.hero-btn-yellow:hover::after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}



/* 月桂樹 */
.laurel{
	margin: 1em auto;
	width: 96%;
}
	.laurel-flex{
		display: flex;
		width: 100%;
		align-items: center;
		margin: 0.6em auto 0.5em;
	}
	.laurel-flex img{
		width: calc(96%/3);
		margin: 0 2%;
		min-width: 0;
	}
	.laurel p{
		font-size: 1.2rem;
		line-height: 1.46;
		text-align: center;
	}

@media only screen and (min-width: 768px){
	.laurel{
		margin: 0em auto 1em;
		width: 80%;
	}
		.laurel-flex{
			width: 100%;
			margin: 0.8em auto 0.8em;
		}
		.laurel-flex img{
			width: calc(90%/3);
			margin: 0 4%;
		}
}
@media only screen and (min-width: 992px){
	.laurel{
		margin: 0em auto 1em;
		width: 80%;
	}
		.laurel-flex{
			width: 80%;
			margin: 0.8em auto 0.8em;
		}
		.laurel-flex img{
			width: calc(90%/3);
			margin: 0 4%;
		}
}

/* /月桂樹 */






@media only screen and (max-width: 767px) {
	.hero-swiper {
		overflow: visible;
	}
}
.hero-swiper-wrapper {
	position: relative;
	overflow: hidden;
}
.hero-swiper-next, .hero-swiper-prev {
	all: unset;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #222222;
	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;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}
.hero-swiper-next > img, .hero-swiper-prev > img {
	display: block;
}
.hero-swiper-prev {
	left: -10px;
}
@media only screen and (min-width: 768px) {
	.hero-swiper-prev {
		left: -14px;
	}
}
@media only screen and (min-width: 992px) {
	.hero-swiper-prev {
		display: none;
	}
	.hero-swiper-next {
		display: none;
	}
}
.hero-swiper-prev img {
	-webkit-transform: translateX(1px);
	-ms-transform: translateX(1px);
	transform: translateX(1px);
}
.hero-swiper-next {
	right: -10px;
}
@media only screen and (min-width: 768px) {
	.hero-swiper-next {
		right: -14px;
	}
}
.hero-swiper-next img {
	-webkit-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	transform: translateX(-1px);
}
.hero-slider-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hero-slider-card:hover {
	opacity: 0.7;
}
.hero-slider-card > div::before {
	content: "";
	width: 59px;
	height: 51px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -1;
}
.hero-slider-card.-blue {
	background-color: #008BD5;
}
.hero-slider-card.-blue > div::before {
	background-image: url(../img/icons/box-blue.svg);
}
.hero-slider-card.-mint-green {
	background-color: #50CBD0;
}
.hero-slider-card.-mint-green > div::before {
	background-image: url(../img/icons/box-mint-green.svg);
}
.hero-slider-card.-mint-blue {
	background-color: #2DCDEA;
}
.hero-slider-card.-mint-blue > div::before {
	background-image: url(../img/icons/box-mint-blue.svg);
}
.hero-slider-card-desc {
	max-width: 260px;
	width: 100%;
	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;
	position: relative;
	isolation: isolate;
}
.hero-slider-card-desc p {
	color: #FFFFFF;
	font-size: 2.1rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.19;
}
@media only screen and (min-width: 768px) {
	.hero-slider-card-desc p {
		font-size: 2.6rem;
		line-height: 1.4;
	}
}
.hero-slider-card-desc p span {
	display: block;
	font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
	.hero-slider-card-desc p span {
		font-size: 1.7rem;
	}
}
.hero-slider-card-desc p span span {
	display: inline;
	font-weight: 700;
}
.hero-slider-card-desc.span-inl p span {
	display: inline;
}

.problem {
	background: url(../img/problem/problem-bg-pc.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-block: 40px;
}
@media only screen and (min-width: 768px) {
	.problem {
		padding-block: 180px 90px;
	}
}
.problem .heading-primary {
	color: #FFFFFF;
}
.problem-box {
	max-width: 731px;
	width: 100%;
	margin: 0 auto;
}
.problem-list {
	margin-inline: 10px;
	padding: 24px;
	border: 1px solid #FFFFFF;
	margin-bottom: 24px;
	border-radius: 8px;
}
@media only screen and (min-width: 768px) {
	.problem-list {
		padding: 40px 38px;
		margin-bottom: 40px;
		margin-inline: 0;
	}
}
@media only screen and (max-width: 767px) {
	.problem-list {
		max-width: 500px;
		margin: 0 auto 24px;
	}
}
.problem-list ul {
	width: 100%;
}
.problem-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.problem-list ul li {
		margin-bottom: 24px;
	}
}
.problem-list ul li:last-child {
	margin-bottom: 0;
}
.problem-list ul li img {
	width: 22px;
	height: 22px;
}
.problem-list ul li span {
	font-size: 1.6rem;
	line-height: 1.44;
	font-weight: 500;
	color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
	.problem-list ul li span {
		font-size: 2.4rem;
		line-height: 1.45;
	}
}
.problem-desc {
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	color: #FFFF00;
	font-weight: 700;
}
@media only screen and (min-width: 768px) {
	.problem-desc {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		font-size: 2.6rem;
		line-height: 1.6;
	}
}

.about-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 27px;
	margin-inline: 18px;
}
@media only screen and (min-width: 768px) {
	.about-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 40px;
		margin-bottom: 80px;
		margin-inline: 0px;
	}
}
.about-col:first-child img {
	max-width: 339px;
	height: 203px;
	width: 100%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
@media only screen and (min-width: 768px) {
	.about-col:first-child img {
		max-width: 400px;
		height: auto;
	}
}
@media only screen and (min-width: 1200px) {
	.about-col:first-child img {
		max-width: 721px;
	}
}
.about-col:last-child {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.about-col:last-child img {
	position: absolute;
	width: 38px;
	height: 26px;
	top: -4px;
	left: -31px;
	z-index: -2;
	display: none;
}
@media only screen and (min-width: 768px) {
	.about-col:last-child img {
		display: block;
	}
}
.about-col:last-child h3 {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 8px;
	padding-right: 0;
}
.about-col:last-child h3 span {
	font-size: 2rem;
}
@media only screen and (min-width: 768px) {
	.about-col:last-child h3 {
		font-size: 2.2rem;
		margin-bottom: 10px;
		padding-right: 15px;
	}
	.about-col:last-child h3 span {
		font-size: 2.2rem;
	}
}
@media only screen and (min-width: 1200px) {
	.about-col:last-child h3 {
		font-size: 3.2rem;
		margin-bottom: 21px;
	}
	.about-col:last-child h3 span {
		font-size: 2.8rem;
	}
}
.about-col:last-child p {
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 500;
	padding-right: 0px;
}
@media only screen and (min-width: 768px) {
	.about-col:last-child p {
		font-size: 1.5rem;
		line-height: 1.7;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-col:last-child p {
		font-size: 1.8rem;
		line-height: 1.8;
		padding-right: 83px;
	}
}
.about-swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.about-swiper-slide img {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.about-swiper-slide img {
		max-width: 100%;
	}
}

.feature {
	background: #F3FAFD;
}
.feature-row {
	max-width: 1024px;
	width: 100%;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 64px;
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.feature-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 30px;
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.feature-row {
		gap: 64px;
	}
}
.feature-col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.feature-col {
		width: 50%;
		gap: 24px;
	}
}
.feature-col:nth-child(2) h3::before {
	background: rgba(0, 139, 213, 0.2);
}
.feature-col span {
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 500;
	color: #FFFFFF;
	position: absolute;
	top: 6px;
	left: 10px;

	text-shadow: 0 0 4px #333;
}
.feature-col img {
	max-width: 339px;
	height: 170px;
	width: 100%;
	border-radius: 16px;
}
@media only screen and (min-width: 768px) {
	.feature-col img {
		max-width: 480px;
		height: auto;
	}
}
.feature-col h3 {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.feature-col h3 {
		font-size: 2.8rem;
	}
}
.feature-col h3::before {
	content: "";
	background: rgba(255, 0, 187, 0.2);
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 50px;
	top: 20px;
	left: 0px;
}
.feature-col p {
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 500;
}
@media only screen and (min-width: 768px) {
	.feature-col p {
		font-size: 1.8rem;
		line-height: 1.8;
	}
}
.feature-box {
	max-width: 268px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 16px;
}
@media only screen and (min-width: 768px) {
	.feature-box {
		max-width: 559px;
		padding: 16px 40px;
	}
}
.feature-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 0px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
	.feature-box ul {
		-webkit-column-gap: 12px;
		-moz-column-gap: 12px;
		column-gap: 12px;
	}
}
.feature-box ul li {
	font-size: 1.5rem;
	line-height: 1.7333333333;
	font-weight: 500;
	width: 100%;
}
.feature-box ul li:nth-child(odd) {
	max-width: 229px;
}
.feature-box ul li:nth-child(even) {
	max-width: 238px;
}
.feature .note {
	text-align: center;
	font-size: 1.2rem;
}

.info {
	padding: 30px 0;
	background: url(../img/info/info-bg-pc.jpg) no-repeat;
	background-position: 20% 100%;
	background-size: cover;
}
@media only screen and (min-width: 768px) {
	.info {
		padding: 42px 0;
	}
}
.info .heading-primary {
	padding-bottom: 0;
	margin-bottom: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}
.info .heading-primary::after {
	content: none;
}
@media only screen and (min-width: 768px) {
	.info .heading-primary {
		font-size: 4rem;
		line-height: 1.12;
	}
}
.info-row {
	background: rgba(255, 255, 255, 0.8);
	max-width: 1024px;
	width: 100%;
	margin-inline: auto;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
}
@media only screen and (min-width: 768px) {
	.info-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 80px;
	}
}
.info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.info-card {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.info-card:first-child img {
	-webkit-box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
	box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
}
.info-card:last-child p:nth-child(1) {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 3px;
	letter-spacing: 0.05px;
}
.info-card:last-child p:nth-child(2) {
	font-size: 2.2rem;
	line-height: 1.36;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 7px;
}
.info-col:last-child {
	margin-top: 0px;
}
@media only screen and (min-width: 768px) {
	.info-col:last-child {
		margin-top: 10px;
	}
}
.info-col:last-child p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05px;
	font-weight: 700;
	margin-bottom: 17.9px;
}

.info-btn {
	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;
	gap: 22px;
	text-decoration: none;
	border-radius: 18px;
	background-color: #008BD5;
	border: 1px solid #008BD5;
	width: 192px;
	height: 38px;
	-webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16);
	box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16);
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 700;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (min-width: 768px) {
	.info-btn {
		width: 209px;
		font-size: 1.6rem;
		line-height: 1.05;
	}
}
.info-btn::after {
	content: "";
	display: block;
	width: 12px;
	height: 9px;
	background-image: url(../img/icons/right-arrow-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.info-btn:hover {
	color: #008BD5;
	border: 1px solid #008BD5;
	background-color: #FFFFFF;
}
.info-btn:hover::after {
	background-image: url(../img/icons/right-arrow-blue.svg);
}
.info-btn:hover .arrow {
	display: none;
}
.info-btn:hover .arrow-hover {
	display: block;
}
.info-btn img {
	width: 12px;
	height: 9px;
}

.arrow {
	display: block;
}

.arrow-hover {
	display: none;
}

.info-btn.-yellow,
.info-btn.-blue {
	width: 288px;
	width: 90%;
	height: 54px;
	margin: 0 auto;
	font-size: 1.8rem;
	background-color: #FFFF00;
	color: #008BD5;
	border-radius: 30px;
	border-radius: 60px;
	border: none;
	gap: 20px;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;

	padding: 2em;
}
.info-btn.-blue {
	background-color: #008BD5;
	color: #FFF;
}
.info-btn.-yellow span,
.info-btn.-blue span {
	font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
	.info-btn.-yellow,
	.info-btn.-blue {
		width: 327px;
		margin: 0;
	}
}
.info-btn.-yellow::after,
.info-btn.-blue::after {
	content: "";
	display: block;
	width: 12px;
	height: 9px;
	background-image: url(../img/icons/right-arrow-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.info-btn.-blue::after {
	background-image: url(../img/icons/right-arrow-white.svg);
}
.info-btn.-yellow:hover {
	background-color: #008BD5;
	color: #FFFF00;
}
.info-btn.-blue:hover {
	background-color: #FFF;
	color: #008BD5;
}
.info-btn.-yellow:hover::after {
	background-image: url(../img/icons/right-arrow-yellow.svg);
}
.info-btn.-blue:hover::after{
	background-image: url(../img/icons/right-arrow-blue.svg);
}

.wrap {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.movie-wrap {
	width: 100%;
	aspect-ratio: 16 / 9;
	max-width: 599px;
	max-height: 337px;
	margin: 0 auto 60px;
}
.movie-wrap iframe {
	width: 100%;
	height: 100%;
}

.trial-heading {
	text-align: center;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
	.trial-heading {
		font-size: 4rem;
		line-height: 1.1;
		margin-bottom: 77px;
	}
}
.trial-opening {
	padding: 40px 0 16px;
}
@media only screen and (min-width: 768px) {
	.trial-opening {
		padding: 100px 0 24px;
	}	
}
.trial-opening .complete {
	max-width: 100%;
}
.trial-wrapper {
	background-color: #F3FAFD;
}

.contact__form-wrapper {
	background: #F8F8F8;
	max-width: 341px;
	width: 100%;
	margin-inline: auto;
	padding: 32px 17px;
	border-radius: 8px;
}
@media only screen and (min-width: 768px) {
	.contact__form-wrapper {
		max-width: 721px;
		padding: 80px;
	}
}
.contact__form-tr {
	margin-bottom: 24px;
}
.contact__form-tr:last-child {
	margin-bottom: 0;
}
.contact__form-tr .note {
	text-align: center;
}
.contact__form-tr .note p {
	margin-bottom: 5px;
	font-size: 1.2rem;
	line-height: 1.8;
}
.contact__form-tr .note p a {
	color: #008BD5;
	font-weight: 700;
}
.contact__form-tr .note p a:hover {
	opacity: 0.6;
}
@media only screen and (min-width: 768px) {
	.contact__form-tr .note p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
}
.contact__form-tr .note label {
	cursor: pointer;
}
.contact__form-tr.-req .contact__form-th span span {
	color: #DD007F;
}
.contact__form-tr.-opt .contact__form-th span span {
	color: #B7B7B7;
}
.contact__form-th {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 9px;
}
.contact__form-th.d-f {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact__form-th.d-f p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (min-width: 768px) {
	.contact__form-th.d-f {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.contact__form-th span {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.8;
}
@media only screen and (min-width: 768px) {
	.contact__form-th span {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
.contact__form-th img {
	width: 7px;
	height: 20px;
}
.contact__form-th .caution {
	font-weight: 400;
	margin-left: 0px;
	font-size: 1.4rem;
	line-height: 1.7142857143;
}
@media only screen and (min-width: 768px) {
	.contact__form-th .caution {
		margin-left: 16px;
	}
}
.contact__form-th .caution a {
	color: #008BD5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.contact__form-th .caution a:hover {
	opacity: 0.5;
}
.contact__form-td .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact__form-td .form-group input {
	margin-top: 5px;
}
@media only screen and (min-width: 768px) {
	.contact__form-td .form-group input {
		margin-top: 3px;
	}
}
.contact__form-td .form-group label {
	cursor: pointer;
}
.contact__form-td input {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.contact__form-td input[type=text],
.contact__form-td input[type=email],
.contact__form-td [type=tel],
.contact__form-td textarea,
.contact__form-td select,
.contact__form-td [type=date] {
	width: 100%;
	background: #FFFFFF;
	font-weight: 500;
	border-radius: 8px;
	font-size: 1.4rem;
	line-height: 1.6;
	border: none;
	padding-block: 15px;
	padding-inline: 26px 20px;
}
.contact__form-td input[type=text]:focus,
.contact__form-td input[type=email]:focus,
.contact__form-td [type=tel]:focus,
.contact__form-td textarea:focus,
.contact__form-td select:focus,
.contact__form-td [type=date]:focus {
	border-color: #F3FAFD;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243, 250, 253, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243, 250, 253, 0.6);
	outline: none;
}
@media only screen and (min-width: 768px) {
	.contact__form-td input[type=text],
	.contact__form-td input[type=email],
.contact__form-td [type=tel],
.contact__form-td textarea,
.contact__form-td select,
.contact__form-td [type=date] {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
.contact__form-td input[type=date] {
	color: #B7B7B7;
}
.contact__form-td select {
	color: #B7B7B7;
}
.contact__form-td select:invalid {
	color: #B7B7B7;
}
.contact__form-td input[type=radio],
.contact__form-td [type=checkbox],
.contact__form-td [type=textarea],
.contact__form-td select,
.contact__form-td [type=date] {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
	.contact__form-td input[type=radio],
.contact__form-td [type=checkbox],
.contact__form-td [type=textarea],
.contact__form-td select,
.contact__form-td [type=date] {
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 10px;
	}
}
.contact__form-td input[type=radio],
.contact__form-td [type=checkbox] {
	cursor: pointer;
}
.contact__form-td input[type=radio]:checked,
.contact__form-td [type=checkbox]:checked {
	accent-color: #008BD5;
}
.contact__form-td label {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
	.contact__form-td label {
		font-size: 1.6rem;
		line-height: 1.2;
		margin-bottom: 13px;
	}
}
.contact__form-td ::-webkit-input-placeholder {
	color: #B7B7B7;
}
.contact__form-td ::-moz-placeholder {
	color: #B7B7B7;
}
.contact__form-td :-ms-input-placeholder {
	color: #B7B7B7;
}
.contact__form-td ::-ms-input-placeholder {
	color: #B7B7B7;
}
.contact__form-td ::placeholder {
	color: #B7B7B7;
}
.contact__form-td option {
	color: #333333;
}
.contact__form-td textarea {
	font-family: "Zen Kaku Gothic New", sans-serif;
	min-height: 146px;
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 500;
	resize: none;
}
.contact__form-td textarea::-webkit-input-placeholder {
	text-align: left;
}
.contact__form-td textarea::-moz-placeholder {
	text-align: left;
}
.contact__form-td textarea:-ms-input-placeholder {
	text-align: left;
}
.contact__form-td textarea::-ms-input-placeholder {
	text-align: left;
}
.contact__form-td textarea::placeholder {
	text-align: left;
}
@media only screen and (min-width: 768px) {
	.contact__form-td textarea {
		min-height: 150px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
.contact__form-td input[type=checkbox] {
	text-align: center;
	line-height: 1.5;
	margin-block: -8px -24px;
}
.contact__form button {
	margin-top: 24px;
	cursor: pointer;
	width: 260px;
	height: 56px;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 68px;
	border-radius: 28px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.18;
	color: #FFFFFF;
	padding-right: 22px;
}
.contact__form button::after {
	content: none;
}
.contact__form button .d-n-h {
	display: block;
}
.contact__form button .d-b-h {
	display: none;
}
.contact__form button:hover .d-n-h {
	display: none;
}
.contact__form button:hover .d-b-h {
	display: block;
}
@media only screen and (min-width: 768px) {
	.contact__form button {
		margin-top: 48px;
	}
}

.document {
	background: #F3FAFD;
}
.document-note {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.document-note {
		text-align: center;
		margin-bottom: 80px;
	}
}
.document-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
	margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
	.document-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-column-gap: 49px;
		-moz-column-gap: 49px;
		column-gap: 49px;
		row-gap: 40px;
		margin-bottom: 40px;
	}
}
.document-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 16px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.document-col {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 24px;
		width: -webkit-calc(50% - 25px);
		width: calc(50% - 25px);
	}
}
.document-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}
.document-card:first-child {
	max-width: 209px;
	width: 100%;
}
.document-card:last-child img {
	-webkit-box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
	box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
	width: 110px;
	height: 150px;
}
@media only screen and (min-width: 768px) {
	.document-card:last-child img {
		width: 224px;
		height: 307px;
	}
}
@media only screen and (min-width: 768px) {
	.document-card {
		gap: 24px;
	}
	.document-card:first-child {
		max-width: 328px;
	}
}
.document-ttl {
	color: #008BD5;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 4px;
}
.document-ttl img {
	width: 16px;
	height: 21px;
}
@media only screen and (min-width: 768px) {
	.document-ttl {
		font-size: 2rem;
		line-height: 1.4;
		gap: 8px;
	}
	.document-ttl img {
		width: auto;
		height: auto;
	}
}
.document-desc {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.document-desc {
		font-size: 1.6rem;
		line-height: 1.75;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
}
.document .doc-btn {
	width: 100%;
	max-width: 209px;
	height: 36px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-radius: 28px;
	margin-top: 4px;
	padding-block: 7px;
}
@media only screen and (min-width: 768px) {
	.document .doc-btn {
		max-width: 328px;
		height: 56px;
		padding-block: 14px;
		padding-right: 28px;
		margin-top: 0;
	}
}
.document-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
@media only screen and (min-width: 768px) {
	.document-pagination {
		gap: 20px;
	}
}
.document-pagination a {
	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;
	color: #333333;
	font-weight: 500;
	background: #DDF3FF;
	text-decoration: none;
	width: 30px;
	height: 30px;
	font-size: 1.4rem;
	line-height: 1.14;
	border-radius: 50%;
	padding-bottom: 2px;
}
@media only screen and (min-width: 768px) {
	.document-pagination a {
		width: 33px;
		height: 33px;
		font-size: 1.6rem;
		line-height: 1;
	}
}
.document-pagination a.active {
	background: #008BD5;
	color: #FFFFFF;
}
.document-pagination a:first-child, .document-pagination a:last-child {
	background: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #008BD5;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.75;
}

.request-row {
	max-width: 1043px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}
@media only screen and (min-width: 768px) {
	.request-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media only screen and (min-width: 992px) {
	.request-row {
		gap: 74px;
	}
}
.request-row.-sm {
	max-width: 1166px;
	gap: 40px;
}
.request-row.-sm .request-col:first-child {
	max-width: 340px;
	width: 100%;
}
@media only screen and (min-width: 992px) {
	.request-row.-sm .request-col:first-child {
		max-width: 405px;
	}
}
.request-row.-sm .request-btn {
	width: 305px;
}
@media only screen and (min-width: 992px) {
	.request-row.-sm .request-btn {
		width: 405px;
	}
}
@media only screen and (min-width: 1200px) {
	.request-row.-mid {
		gap: 120px;
	}
}
.request-row.-mid .request-col:first-of-type {
	max-width: 440px;
}
.request-row.-lg {
	max-width: 1166px;
	gap: 40px;
}
@media only screen and (min-width: 768px) {
	.request-row.-lg .request-col:first-of-type {
		max-width: 325px;
	}
}
@media only screen and (min-width: 992px) {
	.request-row.-lg .request-col:first-of-type {
		max-width: 405px;
	}
}
.request-row.-lg .request-col:first-of-type .request__btm {
	width: 100%;
}
.request-row.-lg .request-col:first-of-type .request__btm a {
	width: 100%;
}
.request-row.-lg .request-col:last-of-type {
	max-width: 100%;
}
.request-col {
	width: 100%;
}
.request-col:first-child {
	max-width: 488px;
	width: 100%;
}
.request-col:last-child {
	max-width: 481px;
}
.request-box {
	background-color: #F3FAFD;
	border-radius: 10px;
	padding-bottom: 24px;
}
.request-box:not(:last-of-type) {
	margin-bottom: 24px;
}
.request-box + .request__btm {
	margin-top: 40px;
}
.request__top .mb-25 {
	margin-block: 25px;
}
.request__top.-pd {
	padding: 24px;
}
.request__top-ttl {
	color: #008BD5;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.request__top-ttl {
		font-size: 2.6rem;
		line-height: 1.2;
	}
}
@media only screen and (min-width: 768px) {
	.request__top-ttl.fs-3 {
		font-size: 3rem;
	}
}
.request__top-ttl.-bg-blue {
	background-color: #008BD5;
	color: #FFFFFF;
	padding: 14px 50px 14px 24px;
	border-radius: 10px 10px 0 0;
	position: relative;
	margin-bottom: 0;
}
/* .request__top-ttl.-bg-blue::after {
	content: "";
	width: 10px;
	height: 17px;
	background-image: url(../img/icons/down-white-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
} */
.request__top-desc {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 42px;
}
@media only screen and (min-width: 768px) {
	.request__top-desc {
		font-size: 1.6rem;
		line-height: 1.75;
		margin-bottom: 54px;
	}
}
.request__top-desc.-mb-14 {
	margin-bottom: 14px;
}
.request__top-desc.fs-18 {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.request__top-desc.fs-18 {
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 24px;
	}
}
.request__mid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
	padding: 0 24px;
}
@media only screen and (min-width: 768px) {
	.request__mid {
		margin-bottom: 40px;
	}
}
.request__mid-ttl {
	background: #F3FAFD;
	color: #008BD5;
	text-align: center;
	padding-block: 16px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	border-radius: 20px;
	margin-left: -15px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.request__mid-ttl {
		padding-block: 18px;
		font-size: 2rem;
		line-height: 1.4;
		margin-left: 0px;
	}
}
.request__mid-ttl.-lgt {
	background: #DCF3F8;
}
.request__mid-ttl img {
	position: absolute;
	top: -12px;
	right: -8px;
}
@media only screen and (min-width: 768px) {
	.request__mid-ttl img {
		top: -11px;
		right: 0;
	}
}
.request__mid-list li {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media only screen and (min-width: 768px) {
	.request__mid-list li {
		font-size: 1.6rem;
		line-height: 1.75;
	}
}
.request__mid-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 18px;
}
@media only screen and (min-width: 768px) {
	.request__mid-img {
		gap: 24px;
	}
}
.request__mid-img img {
	-webkit-box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
	box-shadow: 0 10px 20px rgba(0, 96, 147, 0.28);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 12px);
	flex: 0 0 -webkit-calc(50% - 12px);
	flex: 0 0 calc(50% - 12px);
	max-width: -webkit-calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.request__mid-video {
	margin-top: -16px;
}
.request__mid-video-thumbnail {
	position: relative;
	cursor: pointer;
}
.request__mid-video-thumbnail:hover::after {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}
.request__mid-video-thumbnail img {
	display: block;
	width: 100%;
}
.request__mid-video-thumbnail::after {
	content: "";
	display: block;
	width: 59px;
	height: 59px;
	background-image: url(../img/icons/play-btn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.request__btm-desc {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.38;
	margin-bottom: 16px;
}
.request-map {
	margin-top: 24px;
}
.request-map-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 16px;
}
.request-map iframe {
	width: 100%;
	height: 322px;
}

.contact__form-wrapper.f-sm {
	padding: 32px 16px;
}
@media only screen and (min-width: 992px) {
	.contact__form-wrapper.f-sm {
		padding: 40px;
	}
}

.request-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	width: 100%;
	max-width: 350px;
	height: 93px;
	margin: 0 auto;
	border: 2px solid #008BD5;
	background: transparent;
	color: #008BD5;
	text-decoration: none;
	border-radius: 8px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}
@media only screen and (min-width: 992px) {
	.request-btn {
		width: 440px;
		height: 109px;
	}
}
.request-btn .fs-19 {
	font-size: 1.9rem;
	margin-bottom: 5px;
}
.request-btn:hover {
	color: #FFFFFF;
	background: #008BD5;
	border: 2px solid #FFFFFF;
}
.request-btn:hover .arrow {
	display: none;
}
.request-btn:hover .arrow-hover {
	display: block;
}
.request-btn:hover p:last-child {
	color: #FFFFFF;
}
.request-btn p:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 15px;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.2;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.request-btn p:first-child span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.request-btn p:last-child {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6;
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.seminars__top {
	background: #F3FAFD;
	text-align: left;
}
.seminars__top-ttl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.4;
	margin-bottom: 23px;
}
.seminars__top-desc {
	font-size: 1.4rem;
	line-height: 1.5;
}
@media only screen and (min-width: 768px) {
	.seminars__top {
		text-align: center;
	}
	.seminars__top-ttl {
		font-size: 3.2rem;
		line-height: 1.37;
		margin-bottom: 16px;
	}
	.seminars__top-desc {
		font-size: 1.8rem;
	}
}
.seminars__block {
	max-width: 994px;
	margin: 0 auto;
}
.seminars-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
	text-decoration: none;
	color: #333;
}
.seminars-row:hover {
	opacity: .7;
}
@media only screen and (min-width: 768px) {
	.seminars-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 32px;
		margin-bottom: 40px;
	}
}
.seminars-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.seminars-col:first-child > img {
	border-radius: 8px;
}
.seminars-col:last-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.seminars-col:last-child {
	padding-inline: 10px;
}
@media only screen and (min-width: 768px) {
	.seminars-col {
		gap: 16px;
	}
	.seminars-col:last-child {
		padding-inline: 0;
	}
}
.seminars-col-ttl-wrap {
	display: flex;
	flex-wrap: wrap;
}
.seminars-col-ttl {
	background-color: #008BD5;
	color: #FFFFFF;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 700;
	border-radius: 4px;
	margin-bottom: -8px;
	padding: 1px 8px;
	font-size: 1.2rem;
	line-height: 2;
	margin-right: 8px;
}
@media only screen and (min-width: 768px) {
	.seminars-col-ttl {
		font-size: 1.4rem;
		line-height: 1.7;
	}
}
.seminars-col-ttl.bg-w {
	background-color: #B7B7B7;
}
.seminars-col-desc {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media only screen and (min-width: 768px) {
	.seminars-col-desc {
		font-size: 2.4rem;
		line-height: 1.4;
	}
}
.seminars-col-list {
	padding: 16px;
	background-color: #F8F8F8;
	border-radius: 8px;
}
.seminars-col-list > span {
	color: #008BD5;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.7;
	margin-left: 18px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.seminars-col-list > span {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
.seminars-col-list > span::before {
	position: absolute;
	content: "";
	background-color: #008BD5;
	width: 8px;
	height: 1px;
	top: 10px;
	left: -15px;
}
.seminars-col-list > span::after {
	position: absolute;
	content: "";
	background-color: #008BD5;
	width: 8px;
	height: 1px;
	top: 10px;
	right: -15px;
}
.seminars-col-list ul {
	margin-top: 8px;
}
.seminars-col-list ul li {
	font-size: 1.4rem;
	line-height: 1.5;
}
@media only screen and (min-width: 768px) {
	.seminars-col-list ul li {
		font-size: 1.6rem;
		line-height: 1.54;
	}
}

.course-intro {
	background-color: #F8F8F8;
	padding-block: 40px;
}
@media only screen and (min-width: 768px) {
	.course-intro {
		padding-block: 100px 100px;
	}
}
.course-intro .course {
	max-width: 1088px;
	margin: 0 auto;
	background: none;
	padding: 0;
	margin-bottom: 80px;
}
.course-intro .course-note {
	max-width: 300px;
	margin: 0 auto;
	text-align: left;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.course-intro .course-note {
		max-width: 802px;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.8;
	}
}
.course-intro .course__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 34px;
	margin-top: 32px;
}
@media only screen and (min-width: 768px) {
	.course-intro .course__row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 20px;
		margin-top: 80px;
	}
}
@media only screen and (min-width: 992px) {
	.course-intro .course__row {
		gap: 34px;
	}
}
.course-intro .course__col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	border-radius: 0;
}
@media only screen and (min-width: 768px) {
	.course-intro .course__col {
		width: -webkit-calc(33.3333333333% - 23px);
		width: calc(33.3333333333% - 23px);
		gap: 16px;
	}
}
.course-intro .course__col-ttl {
	color: #008BD5;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
}
@media only screen and (min-width: 768px) {
	.course-intro .course__col-ttl {
		font-size: 3.2rem;
		line-height: 1.4;
	}
}
.course-intro .course__col-desc {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.course-intro .course__col-desc {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

.course-block.mt-lg {
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
	.course-block.mt-lg {
		margin-top: 64px;
	}
}
.course-block-ttl {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3333333333;
	margin-bottom: 21px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.course-block-ttl {
		font-size: 3.2rem;
		line-height: 1.1111111111;
	}
}
.course-block-ttl::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#008BD5), color-stop(20%, #008BD5), color-stop(20%, #EEEEEE), to(#EEEEEE));
	background: -webkit-linear-gradient(left, #008BD5 0%, #008BD5 20%, #EEEEEE 20%, #EEEEEE 100%);
	background: linear-gradient(to right, #008BD5 0%, #008BD5 20%, #EEEEEE 20%, #EEEEEE 100%);
	bottom: -11px;
	left: 0;
}
@media only screen and (min-width: 768px) {
	.course-block-ttl::after {
		background: -webkit-gradient(linear, left top, right top, from(#008BD5), color-stop(8%, #008BD5), color-stop(8%, #EEEEEE), to(#EEEEEE));
		background: -webkit-linear-gradient(left, #008BD5 0%, #008BD5 8%, #EEEEEE 8%, #EEEEEE 100%);
		background: linear-gradient(to right, #008BD5 0%, #008BD5 8%, #EEEEEE 8%, #EEEEEE 100%);
	}
}
.course-block-desc {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.course-block-desc {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.course__row.d-c-t {
	gap: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
	.course__row.d-c-t {
		margin: 24px 0 0;
		gap: 32px;
	}
}
.course__row.d-c-t.gap-sm {
	gap: 15px;
}
@media only screen and (min-width: 768px) {
	.course__row.d-c-t.gap-sm {
		gap: 28px;
	}
}
.course__row.d-c-t .course__col {
	max-width: 300px;
	margin: 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
	.course__row.d-c-t .course__col {
		max-width: 379px;
	}
}
.course__row.d-c-t .course__col .heading-sec {
	color: #008BD5;
	margin-bottom: 17px;
}
.course__row.d-c-t .course__col .btn-sec:not(:last-child) {
	margin-bottom: 12px;
}
.course__row.d-c-t .course__col .course__box-desc.-xs + .course__box-desc {
	margin-top: 10px;
}

.flow {
	max-width: 342px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.flow {
		max-width: 1056px;
	}
}
.flow-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 13px;
	padding: 15px;
	margin-bottom: 108px;
	background-color: #F8F8F8;
	position: relative;
}
.flow-row.d-n-a {
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.flow-row.d-n-a {
		margin-bottom: 28px;
	}
}
.flow-row.d-n-a::after {
	content: none;
}
@media only screen and (min-width: 768px) {
	.flow-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 30px;
		padding: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.flow-row {
		gap: 64px;
		padding: 64px;
	}
}
.flow-row::after {
	content: "";
	position: absolute;
	bottom: -17.3%;
	left: 52%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/flow/dots.svg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 10px;
	height: 44px;
}
.flow-row:first-child {
	background-color: red;
}
.flow-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
@media only screen and (min-width: 768px) {
	.flow-col {
		gap: 24px;
	}
}
.flow-col .f-js-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flow-col:first-child {
	max-width: 310px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.flow-col:first-child {
		max-width: 340px;
	}
}
@media only screen and (min-width: 992px) {
	.flow-col:first-child {
		max-width: 480px;
	}
}
.flow-col:first-child > img {
	border-radius: 4px;
	display: block;
}
.flow-col:last-child {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.flow-col-ttl {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.8333333333;
}
.flow-col-ttl p {
	margin-top: -6px;
}
.flow-col-ttl img {
	max-width: 49px;
}
@media only screen and (min-width: 768px) {
	.flow-col-ttl {
		font-size: 3rem;
		line-height: 1.1;
	}
	.flow-col-ttl p {
		margin-top: 16px;
	}
	.flow-col-ttl img {
		max-width: auto;
	}
}
.flow-col-desc {
	font-size: 1.3rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.flow-col-desc {
		font-size: 1.8rem;
		line-height: 1.6;
	}
}
.flow-col-desc .note {
	display: block;
	margin-top: 4px;
	font-size: 1.2rem;
	line-height: 1.7833333333;
}
@media only screen and (min-width: 768px) {
	.flow-col-desc .note {
		margin-top: 8px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
.flow-btn {
	width: 268px;
}

.reason {
	background-color: #F8F8F8;
}
.reason-note {
	background-color: #FFFFFF;
}
.reason-note .note {
	text-align: left;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.reason-note .note {
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.6;
	}
}
.reason-row {
	font-family: "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
	max-width: 881px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	row-gap: 34px;
}
@media only screen and (min-width: 768px) {
	.reason-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.reason-col {
	width: 100%;
	padding-inline: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media only screen and (min-width: 768px) {
	.reason-col {
		padding-inline: 0;
		width: -webkit-calc(50% - 40px);
		width: calc(50% - 40px);
	}
}
.reason-col-ttl {
	color: #008BD5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 4.8rem;
	line-height: 1.3392857143;
	margin-bottom: 0;
}
.reason-col-ttl .pt {
	font-family: "M PLUS Rounded 1c", sans-serif;
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 1.4rem;
	margin-top: -7px;
	font-weight: 700;
	margin-inline: -5px;
}
.reason-col-ttl .n-l {
	font-size: 1.4rem;
	display: inline-block;
	margin-top: 18px;
}
.reason-col-txt {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 8px;
	min-height: 58px;
}
@media only screen and (min-width: 768px) {
	.reason-col-txt {
		font-size: 2.4rem;
		margin-bottom: 16px;
		min-height: 67px;
	}
}
.reason-col-desc {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.8285714286;
	margin-top: 16px;
}
@media only screen and (min-width: 768px) {
	.reason-col-desc {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-top: 24px;
	}
}

.venue-row {
	font-family: "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
	max-width: 1167px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.venue-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		row-gap: 55px;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
		margin-bottom: 10px;
	}
}
.venue-row.-flx-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.venue-col {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.venue-col {
		width: -webkit-calc(33.3333333333% - 16px);
		width: calc(33.3333333333% - 16px);
	}
}
.venue-col iframe {
	width: 100%;
	margin-bottom: 10px;
}
.venue-col-color-ttl {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.42;
}
.venue-col-color-ttl.-blue {
	color: #2DCDEA;
}
.venue-col-color-ttl.-org {
	color: #FFA040;
}
.venue-col-color-ttl.-drk-blue {
	color: #008BD5;
}
.venue-col-color-ttl.-pink {
	color: #FF3994;
}
.venue-col-color-ttl.-red {
	color: #EA2E2E;
}
.venue-col-color-ttl.-light-green {
	color: #2ED23A;
}
.venue-col-color-ttl.-green {
	color: #349B6C;
}
.venue-col-ttl {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.5;
}
.venue-col-desc, .venue-col-list li {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.5;
}

.queries__wrapper {
	position: relative;
	padding-top: 75px;
	padding-bottom: 75px;
}
.queries__content {
	background-color: #FFFFFF;
	border-radius: 24px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	padding-bottom: 48px;
}
.queries__img {
	position: absolute;
	right: -83px;
	top: 0;
}
.queries__img-sm {
	position: absolute;
	bottom: -80px;
	left: -105px;
}
.queries__img-sm img {
	border-radius: 16px;
}
.queries__ttl {
	background-color: #008BD5;
	border-radius: 24px 0 0 0;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #FFFFFF;
	max-width: 765px;
	width: 100%;
	padding: 15px 0 16px 64px;
}
.queries__desc {
	font-size: 1.8rem;
	font-weight: 500;
	color: #333333;
	line-height: 1.8;
	margin-top: 24px;
	margin-left: 64px;
	max-width: 522px;
	width: 100%;
}

.features {
	background-color: #DDF3FF;
	padding-top: 393px;
	margin-top: -255px;
	padding-bottom: 144px;
}
.features__box {
	background-color: #FFFFFF;
	padding: 56px;
	border-radius: 24px 0px 24px 0px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	position: relative;
}
.features__box:not(:last-child) {
	margin-bottom: 40px;
}
.features__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.features__content {
	padding-right: 40px;
}
.features__img {
	max-width: 472px;
	width: 100%;
	position: relative;
}
.features__img-icon {
	position: absolute;
	bottom: -110px;
	right: -40px;
}
.features__ttl {
	font-size: 2.8rem;
	font-weight: 700;
	color: #333333;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 16px;
}
.features__num {
	background: #dd007f;
	background: -webkit-gradient(linear, left top, left bottom, from(#dd007f), to(#dd007f));
	background: -webkit-linear-gradient(top, #dd007f 0%, #dd007f 100%);
	background: linear-gradient(180deg, #dd007f 0%, #dd007f 100%);
	font-size: 4.8rem;
	font-weight: 700;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 74px;
	width: 100%;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
	margin-right: 16px;
}
.features__num.-blue {
	background: #008BD5;
}
.features__num small {
	font-size: 1.8rem;
	display: block;
}
.features__icon {
	position: absolute;
	left: 22px;
	top: -58px;
}
.features__list {
	padding-bottom: 10px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.features__list-wpr {
	background-color: rgba(248, 210, 223, 0.48);
	padding: 24px 48px;
	border-radius: 4px;
	margin-top: 32px;
}
.features__list li {
	font-size: 1.5rem;
	font-weight: 500;
	color: #333333;
	width: 50%;
	line-height: 1.7;
}
.features__list-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.features__list-flex span {
	font-size: 1.5rem;
	font-weight: 500;
	color: #333333;
}

.cta {
	background: #c3e8fc;
	background: -webkit-gradient(linear, left top, left bottom, from(#c3e8fc), to(#2cc0db));
	background: -webkit-linear-gradient(top, #c3e8fc 0%, #2cc0db 100%);
	background: linear-gradient(180deg, #c3e8fc 0%, #2cc0db 100%);
	padding: 80px 0;
}
.cta__ttl {
	font-size: 4rem;
	font-weight: 700;
	color: #FFFFFF;
	padding-bottom: 22px;
	text-align: center;
	line-height: 1.4;
}
.cta__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cta .btn-primary:not(:last-child) {
	margin-right: 16px;
}

.example {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}
.example::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 375px;
	height: 749px;
	z-index: -1;
	background-image: url(../img/example/example-bg-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (min-width: 768px) {
	.example::after {
		width: 1215px;
		height: 710px;
		background-image: url(../img/example/example-bg.png);
	}
}
.example-swiper {
	padding-bottom: 10px;
	padding-left: 10px;
}
@media only screen and (max-width: 767px) {
	.example-swiper {
		overflow: visible;
	}
}
@media only screen and (min-width: 768px) {
	.example-swiper-wrapper {
		max-width: -webkit-calc(100% - 260px - 20px);
		max-width: calc(100% - 260px - 20px);
	}
}
.example-container {
	padding: 0 18px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.example-container {
		padding: 0 18px;
	}
}
@media only screen and (max-width: 767px) {
	.example-container > .btn-more {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
.example-wrapper {
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.example-wrapper {
		margin-bottom: 0;
		max-width: -webkit-calc(50% + 559px);
		max-width: calc(50% + 559px);
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 30px;
	}
}
.example-desc {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.example-desc .heading-primary {
	margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
	.example-desc .heading-primary {
		text-align: start;
		display: inline-block;
		margin-bottom: 40px;
	}
}
.example-desc p {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 26px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.example-desc p {
		font-size: 2.8rem;
		text-align: start;
		margin-bottom: 40px;
	}
}
.example-desc span {
	display: block;
	text-align: center;
	color: #008BD5;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
	.example-desc span {
		text-align: start;
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 40px;
	}
}

.course {
	padding-bottom: 40px;
	background-image: url("../img/course/course-bg-pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.course .heading-primary {
	color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
	.course {
		padding-bottom: 100px;
	}
}
.courseSwiper {
	margin: 0 -20px;
	padding: 0 20px 10px;
}
.course-section {
	padding: 100px 0 90px;
}
.course-section.-whtie {
	background-color: #FFFFFF;
}
.course-section.-gray {
	background-color: #F8F8F8;
}
.course__row {
	height: 100%;
	margin: 0 auto 25px;
}
@media only screen and (min-width: 768px) {
	.course__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto 33px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px 32px;
	}
}
.course__col {
	border-radius: 16px;
	overflow: hidden;
	height: auto;
	max-width: 340px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.course__col {
		width: -webkit-calc(50% - 22px);
		width: calc(50% - 22px);
		max-width: 378px;
	}
}
@media only screen and (min-width: 992px) {
	.course__col {
		width: -webkit-calc(33.3333333333% - 22px);
		width: calc(33.3333333333% - 22px);
	}
}
.course__inner {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	height: 100%;
	padding: 0 24px 32px;
}
.course__ttl {
	background-color: #008BD5;
	font-size: 2.1rem;
	font-weight: 700;
	color: #FFFFFF;
	min-height: 89px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (min-width: 768px) {
	.course__ttl {
		font-size: 2.4rem;
	}
}
.course__ttl.-green {
	background-color: #50cbd0;
}
.course__ttl.-sky {
	background-color: #2dcdea;
}
.course .heading-sec {
	color: #008BD5;
	padding-bottom: 15px;
}
.course__num {
	font-size: 6.4rem;
}
.course__price {
	color: #F25459;
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
}
.course__price span:first-child {
	font-size: 3.7rem;
}
.course__price span:nth-of-type(2) {
	font-size: 4.8rem;
}
.course__price span:last-child {
	font-size: 1.8rem;
}
.course__price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -18px;
}
@media only screen and (min-width: 768px) {
	.course__price-wrapper {
		margin: unset;
	}
}
.course__price-wrapper .course__price {
	padding-bottom: unset;
}
.course__price-normal {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.16em;
	color: #F25459;
	border: 1px solid #F25459;
	width: 100%;
	max-width: 60px;
	min-height: 58px;
	display: grid;
	place-items: center;
}
.course__desc {
	font-size: 2.1rem;
	font-weight: 700;
	color: #008BD5;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 16px;
}
.course__desc.-green {
	color: #50cbd0;
}
.course__desc.-sky {
	color: #2dcdea;
}
.course__desc.-pb-24 {
	padding-bottom: 24px;
}
.course__desc-det {
	height: 150px;
}
.course__desc-det p {
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 32px;
}
.course__box {
	background-color: #F3FAFD;
	border: 1px solid #008BD5;
	padding: 24px 5px 24px 11px;
	margin-bottom: 24px;
	height: 250px;	
}
@media only screen and (min-width: 768px) {
	.course__box {
		padding: 24px 24px 34px 24px;
		height: 230px;	
	}
}
@media only screen and (min-width: 992px) {
	.course__box {
		height: 300px;
	}
}
@media only screen and (min-width: 1200px) {
	.course__box {
		height: 220px;	
		padding: 24px 24px 34px 24px;
	}
}


.course__box-ttl {
	font-size: 2rem;
	font-weight: 900;
	color: #008BD5;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 8px;
}
.course__box-ttl.-green {
	color: #50cbd0;
}
.course__box-ttl.-sky {
	color: #2dcdea;
}
.course__box-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333333;
	line-height: 1.4;
	padding-bottom: 8px;
}
.course__box-desc.-xs {
	font-size: 1.4rem;
	font-weight: 500;
	padding-bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (min-width: 768px) {
	.course__box-desc.-xs {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
	}
}
.course__box-desc.-sm {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 500;
}
.course .btn-sec:not(:last-child) {
	margin-bottom: 12px;
}
.course__more {
	text-align: end;
}
.course__more-link {
	text-decoration: unset;
	font-size: 1.8rem;
	line-height: 1.96;
	font-weight: 500;
	color: #FFFFFF;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
@media only screen and (min-width: 768px) {
	.course__more-link {
		font-size: 2rem;
	}
}
.course__more-link::after {
	content: "";
	background-image: url("../img/icons/white-right-arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
	.course__more-link::after {
		width: 47px;
		height: 47px;
	}
}
.course__more-link:hover::after {
	background-image: url("../img/icons/yellow-right-arrow.svg");
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.course__details {
	border: 4px solid #FFFFFF;
	margin: 25px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background-color: #008BD5;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 340px;
}
@media only screen and (min-width: 768px) {
	.course__details {
		margin: 67px auto 0;
		gap: 10px;
		max-width: 800px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
/*無料見学会バナー*/
.trial-bnr a img {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 40px auto 0;
	transition: .2s;
}
.trial-bnr a:hover {
	opacity: .8;
	transition: .2s;
}
.trial-bnr a img.pc {
	display: none;
}
@media only screen and (min-width: 768px) {
	.trial-bnr a img.sp {
		display: none;
	}
	.trial-bnr a img.pc {
		display: block;
	}
}

/* .course__details-imgtext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	gap: 12px;
	margin: 20px auto 15px;
}
@media only screen and (min-width: 768px) {
	.course__details-imgtext {
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
		margin: unset;
	}
}
.course__details-link {
	width: 100%;
	max-width: 166px;
	height: 32px;
	-webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	color: #008BD5;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	text-decoration: unset;
	background-color: #FFFFFF;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}
.course__details-link::after {
	content: "";
	background-image: url("../img/icons/right-arrow-blue.svg");
	width: 18px;
	height: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.course__details-link:hover {
	background-color: #008BD5;
	color: #FFFFFF;
}
.course__details-link:hover::after {
	background-image: url("../img/icons/right-arrow-white.svg");
}
.course__details-img {
	max-width: 166px;
}
@media only screen and (min-width: 768px) {
	.course__details-img {
		max-width: 210px;
	}
} */

.gallery__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
.gallery__img {
	width: 25%;
}
.gallery__img img {
	width: 100%;
}

.faq {
	background-color: #F8F8F8;
}
.faq__wpr {
	max-width: 940px;
	margin: 0 auto;
}
.faq__inner {
	margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
	.faq__inner {
		margin-bottom: 24px;
	}
}
.faq__heading {
	background-color: #FFFFFF;
	padding: 16px 16px 8px 16px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.6rem;
	position: relative;
	line-height: 1.5;
	color: #333333;
	cursor: pointer;
}
@media only screen and (min-width: 768px) {
	.faq__heading {
		padding: 13px 24px;
	}
}
.faq__heading > h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.faq__heading-more {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
	margin-top: 6px;
	background-color: #008BD5;
	border-radius: 50%;
}
@media only screen and (min-width: 768px) {
	.faq__heading-more {
		width: 36px;
		height: 36px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 36px;
		flex: 0 0 36px;
		margin-top: 0;
	}
}
.faq__heading-more::before, .faq__heading-more::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 3px;
}
.faq__heading-more::before {
	width: 13px;
	height: 2px;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
@media only screen and (min-width: 768px) {
	.faq__heading-more::before {
		width: 16px;
	}
}
.faq__heading-more::after {
	width: 2px;
	height: 13px;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
@media only screen and (min-width: 768px) {
	.faq__heading-more::after {
		height: 16px;
	}
}
.faq__heading.is-opened .faq__heading-more::before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}
.faq__heading.is-opened .faq__heading-more::after {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}
.faq__heading span, .faq__answer span {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.4;
	min-width: 24px;
	padding-right: 24px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #008BD5;
}
.faq__answer {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background-color: #FFFFFF;
}
.faq__answer-wpr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 8px 0 16px;
	margin: 0 16px;
}
@media only screen and (min-width: 768px) {
	.faq__answer-wpr {
		padding: 16px 0 24px;
		margin: 0 24px;
	}
}
.faq__answer span {
	color: #DD007F;
	line-height: 1;
	margin-right: 24px;
	padding-right: 0;
}
.faq__answer .paragraph {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #222222;
}
@media only screen and (min-width: 768px) {
	.faq__answer .paragraph {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
.faq__answer.is-shown .faq__answer-wpr {
	border-top: 1px solid #E2E2E2;
}



/* ブログ */
.blog {
	padding: 40px 0;
}
@media only screen and (min-width: 768px) {
	.blog {
		padding: 100px 0;
	}
}
.blog__container {
	max-width: 1366px;
	margin: 0 auto;
}

.blog__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 70px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1281px;
	margin-left: auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
	.blog__wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}


.blog__wrapper2{
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.blog__lft2{
	padding: 0 18px;
}
@media only screen and (min-width: 768px){
	.blog__lft2{
		padding: unset;
		width: 50%;
	}
}

.blog__rgt2{
	padding: 0 18px;
}
@media only screen and (min-width: 768px){
	.blog__rgt2{
		padding: unset;
		width: 50%;
	}
}

.blog__cnt2{
	padding: 0 18px;
}
@media only screen and (min-width: 768px){
	.blog__cnt2{
		margin: 4em 0 0;
		padding: unset;
		width: 100%;
	}
}

.blog__rgt-wrapper2{
	max-width: 960px !important;
	padding: 2em 3em;
	background-color: rgb(248, 248, 248);
	border-radius: 16px;
}



.blog__lft {
	padding: 0 18px;
}
@media only screen and (min-width: 768px) {
	.blog__lft {
		padding: unset;
	}
}
.blog__lft-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	max-width: 560px;
	margin: 0 auto;
	padding-left: 15px;
}
.blog__lft-box {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 24px;
}
@media only screen and (min-width: 768px) {
	.blog__lft-box {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 30px;
		max-width: 560px;
	}
}

.blog__h3 {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
	color: #96CFEE;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (min-width: 768px) {
	.blog__h3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		flex-wrap: wrap;
	}
}
.blog__h3 > span {
	font-size: 3.2rem;
	font-weight: 700;
	color: #333333;
}
.blog__h3.-width {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
	.blog__h3.-width {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}
.blog__more {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	text-align: end;
	margin-top: 24px;
}
@media only screen and (min-width: 768px) {
	.blog__more {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-top: unset;
	}
}
.blog__more.-width {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
	.blog__more.-width {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}
.blog__rgt {
	background-color: #F8F8F8;
	border-radius: 16px 0 0 16px;
	padding: 16px;
	margin-top: unset;
	margin-left: 18px;
}
@media only screen and (min-width: 768px) {
	.blog__rgt {
		margin-top: 80px;
		padding: 64px 85px 64px 48px;
		margin-left: unset;
	}
}
.blog__rgt-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
}
.blog__rgt-box {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 32px;
}
@media only screen and (min-width: 768px) {
	.blog__rgt-box {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 32px;
	}
}
.blog__rgt-card {
	text-decoration: unset;
	border-bottom: 1px solid rgba(183, 183, 183, 0.4);
	padding: 24px 0;
	display: block;
}
.blog__rgt-card:hover {
	opacity: .7;
}
.blog__rgt-card:first-child {
	padding-top: unset;
}
.blog__rgt-card-date {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	font-weight: 400;
	color: #222222;
	margin-bottom: 8px;
}
.blog__rgt-card-desc {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 500;
	color: #333333;
}
.blog__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px;
	padding: 32px 0;
	border-bottom: 1px solid rgba(183, 183, 183, 0.4);
	text-decoration: none;
	z-index: 1;
}
.blog__card:hover {
	opacity: .7;
}
@media only screen and (min-width: 768px) {
	.blog__card {
		align-items: flex-start;
		padding: 24px 0;
	}
}
.blog__card:first-child {
	padding-top: unset;
}
.blog__card img {
	width: 120px;
	height: 89px;
	border-radius: 12px;
	object-fit: cover;
}
@media only screen and (min-width: 992px) {
	.blog__card img {
		max-width: 100%;
		width: 194px;
	}
}
.blog__card-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}
.blog-category-wrap {
	display: flex;
	flex-wrap: wrap;
}
.blog__card-banner-txt {
	padding: 2px 16px;
	background-color: #DDF3FF;
	border-radius: 4px;
	color: #333333;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6666666667;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	display: inline-block;
	z-index: 2;
	margin-right: 8px;
}
.blog__card-banner-txt:last-child {
	margin-right: 0;
}
.blog__card-desc {
	font-size: 1.4rem;
	line-height: 1.3857142857;
	font-weight: 500;
	color: #333333;
}

@media only screen and (min-width: 768px) {
	.blog__card-desc {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

.floating-banner {
	background-color: #008BD5;
	width: 186px;
	height: 36px;
	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;
	position: fixed;
	bottom: 0;
	right: 0;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 55;
}
@media only screen and (min-width: 768px) {
	.floating-banner {
		width: 60px;
		height: 259px;
		bottom: 92px;
		right: 0;
	}
}
.floating-banner:hover {
	opacity: 0.7;
}
.floating-banner-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
@media only screen and (min-width: 768px) {
	.floating-banner-desc {
		display: block;
	}
}
.floating-banner-desc p {
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
	.floating-banner-desc p {
		font-size: 1.8rem;
		-webkit-writing-mode: vertical-lr;
		-ms-writing-mode: tb-lr;
		writing-mode: vertical-lr;
		margin-bottom: 5px;
		letter-spacing: 2.1px;
	}
}
.floating-banner-desc p span {
	color: #FFFF00;
}
.floating-banner-desc::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 14px;
	background-image: url(../img/icons/youtube.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.popup {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.popup.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.youtube-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	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;
	z-index: 55;
}
.youtube-modal-close {
	display: inline-block;
	background-color: #FFFFFF;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	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;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
	.youtube-modal-close {
		position: absolute;
		top: 0;
		right: 0;
	}
}
.youtube-modal-close:hover {
	opacity: 0.7;
}
.youtube-modal-close::after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../img/icons/cross.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.youtube-modal-wrapper {
	width: 100%;
	padding: 0 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
@media only screen and (min-width: 768px) {
	.youtube-modal-wrapper {
		display: block;
		padding: 22px 53px;
		position: relative;
	}
}
@media only screen and (min-width: 992px) {
	.youtube-modal-wrapper {
		width: auto;
	}
}
.youtube-modal-wrapper-box {
	aspect-ratio: 339/191;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 992px) {
	.youtube-modal-wrapper-box {
		aspect-ratio: 800/450;
		width: 800px;
	}
}
.youtube-modal-wrapper-box iframe {
	aspect-ratio: 339/191;
	display: block;
	width: 100%;
}
@media only screen and (min-width: 992px) {
	.youtube-modal-wrapper-box iframe {
		aspect-ratio: 800/450;
	}
}

/* TOP footer上バナー */
.ivent-bnr {
	margin: 40px auto;
	position: relative;
	width: calc(100% - 40px);
	max-width: 1024px;
}
.ivent-bnr a {
	width: 100%;
	display: block;
	margin: 0 auto;
	transition: .2s;
}
.ivent-bnr a:hover {
	opacity: .8;
	transition: .2s;
}
.ivent-bnr a img {
	width: 100%;
}
.ivent-bnr .pc {
	display: none;
}
.ivent-bnr .qr {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.ivent-bnr .pc {
		display: block;
	}
	.ivent-bnr .sp {
		display: none;
	}
	.ivent-bnr .qr {
		width: 11.3%;
		position: absolute;
		top: 5px;
		right: 5px;
	}
}
/* /TOP footer上バナー */

.footer-top {
	padding: 40px 0;
}
@media only screen and (min-width: 768px) {
	.footer-top {
		padding: 32px 0 30px;
	}
}
@media only screen and (min-width: 768px) {
	.footer-top-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.footer-top-lft {
	max-width: 384px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.footer-top-lft {
		margin-bottom: 42px;
	}
}
.footer-top-logos {
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 38px;
	margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
	.footer-top-logos {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 40px;
		margin-bottom: 24px;
	}
}
.footer-top-logo {
	display: block;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	max-width: 150px;
}
@media only screen and (min-width: 768px) {
	.footer-top-logo {
		max-width: 100%;
	}
}
.footer-top-logo:hover {
	opacity: 0.7;
}
.footer-top-logo img {
	display: block;
}
.footer-top-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.footer-top-social-links {
	display: block;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.footer-top-social-links:hover {
	opacity: 0.7;
}
.footer-top-social-links img {
	display: block;
}
.footer-top-btn {
	margin-top: 0;
}
@media only screen and (min-width: 768px) {
	.footer-top-btn {
		margin-top: 24px;
	}
}
.footer-top-btn .btn-sec {
	max-width: 288px;
	width: 100%;
	margin-inline: auto;
}
@media only screen and (min-width: 768px) {
	.footer-top-btn .btn-sec {
		max-width: 350px;
	}
}
@media only screen and (min-width: 1300px) {
	.footer-top-btn .btn-sec {
		max-width: 384px;
	}
}
.footer-top-btn .btn-sec.-blue {
	background: -webkit-gradient(linear, left top, right top, from(#008BD5), to(#4FCBD0));
	background: -webkit-linear-gradient(left, #008BD5 0%, #4FCBD0 100%);
	background: linear-gradient(to right, #008BD5 0%, #4FCBD0 100%);
	border: none;
	margin-bottom: 12px;
	padding-block: 17px 18px;
}
.footer-top-btn .btn-sec.-blue:hover {
	background: white;
}
@media only screen and (min-width: 768px) {
	.footer-top-btn .btn-sec.-blue {
		margin-bottom: 16px;
		padding-block: 18px;
	}
}
.footer-top-btn .btn-sec.-white {
	padding-block: 15px 16px;
}
@media only screen and (min-width: 768px) {
	.footer-top-btn .btn-sec.-white {
		padding-block: 16px;
	}
}
.footer-top-rgt-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 34px;
}
@media only screen and (min-width: 768px) {
	.footer-top-rgt-col {
		gap: 64px;
	}
}
@media only screen and (min-width: 768px) {
	.footer-top-rgt-col-inr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 34px;
	}
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
	.footer-top-rgt-col-inr {
		gap: 64px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-top-rgt-col-inr ul:not(:last-of-type) {
		margin-bottom: 28px;
	}
}
.footer-top-link {
	text-decoration: none;
	color: #333333;
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}
.footer-top-link-list li:not(:last-of-type) {
	margin-bottom: 28px;
}
.footer-top-link:hover {
	color: #008BD5;
}
.footer-bottom {
	background-color: #222222;
	padding: 12px 0 13px;
}
@media only screen and (min-width: 768px) {
	.footer-bottom {
		padding: 18px 0;
	}
}
.footer-bottom-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-bottom-wrapper a {
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 500;
	text-decoration: none;
	transition: .3s;
}
.footer-bottom-wrapper a:hover {
opacity: .7;
transition: .3s;
}
@media only screen and (min-width: 768px) {
	.footer-bottom-wrapper a {
		font-size: 1.4rem;
	}
}

.footer-bottom-wrapper span.code{
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 500;
}
@media only screen and (min-width: 768px) {
	.footer-bottom-wrapper span.code{
		font-size: 1.4rem;
	}
}

.footer-bottom-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
@media only screen and (min-width: 768px) {
	.footer-bottom-links {
		gap: 40px;
	}
}
.footer-bottom-links a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 500;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
	.footer-bottom-links a {
		font-size: 1.4rem;
	}
}
.footer-bottom-links a:hover {
	opacity: 0.7;
}

.list {
	padding: 40px 0;
}
@media only screen and (min-width: 768px) {
	.list {
		padding: 100px 0;
	}
}
.list__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 8px 80px;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.list__row {
		gap: 8px 40px;
	}
}
@media only screen and (min-width: 992px) {
	.list__row {
		gap: 8px 80px;
	}
}
.list__row .blog__card {
	width: 100%;
	padding-top: 0;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
	.list__row .blog__card:nth-last-child(2) {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.list__row .blog__card:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.list__row .blog__card {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
}
@media only screen and (min-width: 992px) {
	.list__row .blog__card {
		width: -webkit-calc(50% - 40px);
		width: calc(50% - 40px);
	}
}
.list__row .blog__card img {
	border-radius: 12px;
	-o-object-fit: cover;
	object-fit: cover;
	height: 89px;
}
@media only screen and (min-width: 768px) {
	.list__row .blog__card img {
		height: 117px;
	}
}

.blog__card-cont {
	width: calc(100% - 194px);
}


.details {
	background-color: #F8F8F8;
}
.details__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
@media only screen and (min-width: 768px) {
	.details__row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.details__row {
		gap: 80px;
	}
}
.details__row.max-720 {
	max-width: 720px;
}
.details__row.max-720 .details__col {
	max-width: 100%;
}
.details__row.max-720 .details__card-banner-txt {
	display: none;
}
.details__col {
	max-width: 720px;
}
.details__col img {
	max-width: 100%;
}
.details__col:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #FFFFFF;
	padding: 32px 16px;
	border-radius: 8px;
}
@media only screen and (min-width: 992px) {
	.details__col:first-child {
		padding: 40px;
	}
}
.details__col:last-child {
	max-width: 300px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-inline: auto;
}
.details__col p {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 24px;
}
.details__title,
.details__title p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}
@media only screen and (min-width: 768px) {
	.details__title {
		font-size: 2.4rem;
	}
	.details__title p {
		font-size: 2.4rem;
	}
}
.details__card-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-block: 16px 10px;
}
@media only screen and (min-width: 768px) {
	.details__card-banner {
		margin-block: 24px;
	}
}
.details__col .details__card-banner-date {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	margin-right: 12px;
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 0;
}
.details__card-banner-txt {
	padding: 2px 16px;
	background-color: #DDF3FF;
	border-radius: 4px;
	color: #333333;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6666666667;
	display: none;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.details__card-banner-txt:hover {
	background-color: rgba(221, 243, 255, 0.5);
}
@media only screen and (min-width: 768px) {
	.details__card-banner-txt {
		display: block;
	}
}
.details__img-wrapper {
	max-width: 640px;
	width: 100%;
}
.details__img-wrapper img {
	max-width: 100%;
}
.details__title-01 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	color: #008BD5;
	border-left: 4px solid #008BD5;
	padding-left: 8px;
	margin-block: 16px;
}
@media only screen and (min-width: 768px) {
	.details__title-01 {
		line-height: 1.8;
		font-size: 2.2rem;
		margin-block: 24px;
	}
}
.details__para-01 {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.details__para-01 {
		font-size: 1.6rem;
		margin-bottom: 40px;
	}
}
.details__title-02 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	color: #008BD5;
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.details__title-02 {
		line-height: 1.9;
	}
}
.details__para-02 {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-block: 16px;
}
@media only screen and (min-width: 768px) {
	.details__para-02 {
		margin-block: 24px;
		font-size: 1.6rem;
	}
}
.details__list-01 {
	margin-top: 16px;
}
@media only screen and (min-width: 768px) {
	.details__list-01 {
		margin-block: 24px;
	}
}
.details__list-01 li {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.details__list-01 li {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.details__list-02 {
	margin-block: 16px;
}
@media only screen and (min-width: 768px) {
	.details__list-02 {
		margin-bottom: 24px;
	}
}
.details__list-02 li {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.details__list-02 li {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.details__list-02 li span {
	color: #008BD5;
	font-weight: 700;
}
.details__enclosed {
	background-color: #F3FAFD;
	border: 1px solid #008BD5;
	padding: 16px;
	border-radius: 16px;
	margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
	.details__enclosed {
		margin-bottom: 40px;
	}
}
.details__enclosed-desc p {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.details__enclosed-desc {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.details__card-banner1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.details__card-banner1-date {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	margin-right: 12px;
	-ms-flex-item-align: center;
	align-self: center;
}
.details__card-banner1-txt {
	padding: 2px 16px;
	background-color: #DDF3FF;
	border-radius: 4px;
	color: #333333;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6666666667;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.details__card-banner1-txt:hover {
	background-color: rgba(221, 243, 255, 0.5);
}
.details__card-date li {
	padding: 16px;
	border-bottom: 2px solid #EEEEEE;
}
.details__card-list {
	text-decoration: none;
	width: 100%;
	font-weight: 700;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.25;
	-webkit-transition: color 0.4s ease;
	transition: color 0.4s ease;
}
.details__card-list:hover {
	color: #008BD5;
}
.details__heading {
	margin-bottom: 24px;
	position: relative;
}
.details__heading::after {
	content: "";
	background: -webkit-gradient(linear, left top, right top, from(#008BD5), color-stop(27%, #008BD5), color-stop(27%, #EEEEEE), to(#EEEEEE));
	background: -webkit-linear-gradient(left, #008BD5 0%, #008BD5 27%, #EEEEEE 27%, #EEEEEE 100%);
	background: linear-gradient(to right, #008BD5 0%, #008BD5 27%, #EEEEEE 27%, #EEEEEE 100%);
	position: absolute;
	width: 300px;
	height: 2px;
	bottom: -8px;
}
.details__heading-txt {
	font-size: 1.6rem;
	font-weight: 700;
	color: #008BD5;
}
.details__heading-txt.d-m-sm {
	margin-block: 28px 0;
}

@media only screen and (min-width: 768px) {
	.faq-section .container {
		max-width: 957px;
	}
}
@media only screen and (min-width: 1200px) {
	.faq-section .container {
		max-width: 957px;
		padding: 0;
	}
}
.faq-section .faq__wpr {
	max-width: 956px;
	padding: 0;
	margin-inline: auto;
	margin-bottom: 64px;
}
.faq-section .faq__wpr.m-0 {
	margin: 0;
}
.faq-section .faq__title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4583333333;
	color: #333333;
	border-left: 4px solid #008BD5;
	padding-left: 16px;
	margin-bottom: 32px;
	letter-spacing: 2px;
}
.faq-section .faq__heading {
	padding: 16px 16px 8px 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #222222;
}
@media only screen and (min-width: 768px) {
	.faq-section .faq__heading {
		line-height: 1.6;
		padding: 24px;
	}
}
.faq-section .faq__heading h3 {
	margin-right: 9.5px;
	gap: 12px;
}
@media only screen and (min-width: 768px) {
	.faq-section .faq__heading h3 {
		margin-right: 0px;
		gap: 24px;
	}
}
.faq-section .faq__heading h3 span {
	max-width: 24px;
}
.faq-section .faq__answer {
	margin-bottom: 16px;
}
.faq-section .faq__answer span {
	margin-right: 0;
	min-width: 22px;
}
@media only screen and (min-width: 768px) {
	.faq-section .faq__answer span {
		min-width: 24px;
	}
}
.faq-section .faq__answer-wpr {
	padding: 16px 0px;
	gap: 12px;
}
@media only screen and (min-width: 768px) {
	.faq-section .faq__answer-wpr {
		gap: 24px;
		padding: 24px 0 24px;
	}
}
.faq-section .faq__answer-wpr .paragraph {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
	.faq-section .faq__answer-wpr .paragraph {
		font-size: 1.6rem;
		line-height: 1.6;
		font-weight: 500;
	}
}

@media only screen and (min-width: 992px) {
	.privacy .container {
		max-width: 955px;
		padding: 0;
		margin: 0 auto;
	}
}
.privacy__heading {
	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;
	text-align: center;
	margin-bottom: 40px;
}
.privacy__heading-txt {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.privacy__heading-txt {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.privacy__heading-txt br {
	display: none;
}
@media only screen and (min-width: 768px) {
	.privacy__heading-txt br {
		display: block;
	}
}
.privacy__section-wpr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
@media only screen and (min-width: 768px) {
	.privacy__section-wpr {
		gap: 24px;
	}
}
.privacy__section {
	max-width: 950px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
@media only screen and (min-width: 768px) {
	.privacy__section {
		gap: 16px;
	}
}
.privacy__section-ttl {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	color: #333333;
}
@media only screen and (min-width: 768px) {
	.privacy__section-ttl {
		font-size: 2.4rem;
		line-height: 1.4583333333;
	}
}
.privacy__section-ttl br {
	display: block;
}
@media only screen and (min-width: 576px) {
	.privacy__section-ttl br {
		display: none;
	}
}
.privacy__section-list {
	font-size: 14px;
	line-height: 1.6;
	margin-left: 20px;
	color: #222222;
}
@media only screen and (min-width: 768px) {
	.privacy__section-list {
		font-size: 16px;
		line-height: 1.6;
		margin-left: 10px;
	}
}
.privacy__section-list.-mb16 {
	margin-bottom: 16px;
}
.privacy__section .privacy__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.privacy__section .privacy__items .pl-10 {
	padding-left: 10px;
}
.privacy__section .privacy__items .privacy__item {
	max-width: 930px;
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	color: #222222;
}
@media only screen and (min-width: 768px) {
	.privacy__section .privacy__items .privacy__item {
		font-size: 16px;
		line-height: 1.6;
	}
}
.privacy__section .privacy__items .privacy__item.-pl10 {
	padding-left: 10px;
}
.privacy__section .privacy__items .privacy__item-ttl {
	font-size: 14px;
	line-height: 1.6;
	margin-left: 10px;
	color: #222222;
}
@media only screen and (min-width: 768px) {
	.privacy__section .privacy__items .privacy__item-ttl {
		font-size: 16px;
		line-height: 1.6;
	}
}
.privacy__section .privacy__items .privacy__item-list {
	text-decoration: none;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 10px;
	color: #008BD5;
}
@media only screen and (min-width: 768px) {
	.privacy__section .privacy__items .privacy__item-list {
		font-size: 16px;
		line-height: 1.6;
	}
}
.privacy__section .privacy__items .privacy__item-list:hover {
	opacity: 0.5;
	text-decoration: underline;
}
.privacy__section .privacy__items .privacy__item strong {
	font-weight: 700;
}
.privacy__section .privacy__items .privacy__item .link-color {
	font-weight: 700;
	color: #008BD5;
	text-decoration: none;
}
.privacy__section .privacy__items .privacy__item .link-color:hover {
	text-decoration: underline;
}

.company {
	background-color: #F8F8F8;
}
.company .venue.mt-sm {
	margin-top: 30px;
}
@media only screen and (min-width: 992px) {
	.company .venue.mt-sm {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 992px) {
	.company .container {
		max-width: 922px;
		padding: 0;
		margin: 0 auto;
	}
}
.company__row {
	min-width: 340px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.company__row {
		max-width: 920px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.company__col:first-child {
	width: 100%;
	background-color: #008BD5;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 16px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	border-bottom: 1px solid #F8F8F8;
}
@media only screen and (min-width: 768px) {
	.company__col:first-child {
		max-width: 224px;
		width: 24%;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.company__col:first-child.-br {
	border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 768px) {
	.company__col:first-child.-br {
		border-radius: 8px 0 0 0;
	}
}
.company__col:last-child {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 16px 24px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #DDDDDD;
	color: #222222;
}
@media only screen and (min-width: 768px) {
	.company__col:last-child {
		width: 76%;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.company__col:last-child.-bradius {
	border-radius: 0 0 8px 8px;
	border-bottom: none;
}
@media only screen and (min-width: 768px) {
	.company__col:last-child.-bradius {
		border-radius: 0;
	}
}
.company__col:last-child.-br {
	border-radius: 0;
}
@media only screen and (min-width: 768px) {
	.company__col:last-child.-br {
		border-radius: 0 8px 0 0;
	}
}
.company__col:last-child iframe {
	margin-top: 10px;
}
.company__ans a {
	text-decoration: none;
	color: #008BD5;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.company__ans a:hover {
	opacity: 0.5;
}
.company__ans .sp {
	display: block;
}
@media only screen and (min-width: 768px) {
	.company__ans .sp {
		display: none;
	}
}

.lecturer {
	background-color: #F3FAFD;
}
.lecturer-block {
	width: 100%;
	margin-inline: auto;
}
.lecturer-block .swiper {
	overflow: hidden;
	margin: 0 15px;
}
.lecturer-row {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
@media only screen and (min-width: 768px) {
	.lecturer-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 16px;
	}
}
.lecturer-col {
	max-width: 240px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
@media only screen and (min-width: 768px) {
	.lecturer-col {
		max-width: 350px;
		width: -webkit-calc(25% - 50px);
		width: calc(25% - 50px);
	}
}
.lecturer-col-img {
	position: relative;
}
.lecturer-col-img img {
	border-radius: 10px;
}
.lecturer-col-desc {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-top: 18px;
}
@media only screen and (min-width: 768px) {
	.lecturer-col-desc {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-top: 26px;
	}
}
.lecturer-box {
	background-color: #FFFFFF;
	position: absolute;
	bottom: -27px;
	left: 10px;
	padding: 5px 20px;
}
.lecturer-box p:first-child {
	color: #008FCA;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1.2rem;
	line-height: 2.1333333333;
	margin-bottom: 2px;
}
.lecturer-box p:last-child {
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1.6rem;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.lecturer-box p:last-child {
		font-size: 2rem;
		line-height: 1.28;
	}
}
.lecturer-card {
	border: 2px solid #008FCA;
	border-radius: 5px;
	background-color: #008FCA;
}
.lecturer-card-ttl {
	text-align: center;
	background-color: #008FCA;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.8285714286;
	letter-spacing: 1px;
	padding-block: 1px;
}
@media only screen and (min-width: 768px) {
	.lecturer-card-ttl {
		font-size: 1.6rem;
		line-height: 1.6;
		padding-block: 3px;
	}
}
.lecturer-card-desc {
	background-color: #FFFFFF;
	font-weight: 500;
	padding: 10px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
	.lecturer-card-desc {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
/*# sourceMappingURL=app.css.map */


/* common */
.mb30 {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.mb100-md {
		margin-bottom: 100px;
	}
}

/*TOP調整*/
#top .courseSwiper {
	margin: 0 -20px;
	padding: 0;
}
#top .course__col {
max-width: 320px;
}
@media only screen and (min-width: 768px) {
	#top .course__col {
	max-width: 380px;
	}
}

/*バナースライダー調整*/
.hero-swiper-wrapper {
	overflow: hidden;
	margin: 0 -20px;
	padding: 0 20px;
}

.hero-swiper-prev{
	left: 10px;
}
.hero-swiper-next {
	right: 10px;
}

/*投稿系調整*/
p {
	word-break: break-all;
}

/*ブログ一覧読み込み遅延用*/
.list__container {
	min-height: 100vh;
}

/*common*/
.fw-600 {
	font-weight: 600;
}
.color-red {
	color: #f00;
}
.color-yellow {
	color: #FFFF00;
}
.fs-13 {
	font-size: 13px;
}

/* 学割価格ラベル */
.course-curriculum-fee-desc h3 {
	position: relative;
}
.sd-label {
	background: #FF3994;
	color: #fff;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	border-radius: 4px;
	margin: 0 auto 8px;
	display: block;
	width: fit-content;
	margin: 0 auto 4px;
}
@media only screen and (min-width: 768px) {	
	.sd-label {
		font-size: 20px;
		margin: 0;
		display: inline-block;
	}
}
.course-curriculum-fee-notes,
.course-application-btn {
	max-width: 600px;
	margin: 0 auto 24px;
}

@media only screen and (min-width: 768px) {
	.course-curriculum-fee {
		padding: 32px 24px 40px;
	}
}