@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	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;
}

:root {
	--scrollbar: 0;
	--wrapper: calc(100vw - 40px);
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #172A88;
	word-wrap: break-word;
	background: url(../img/bg_body.png) repeat left top/640px auto;
}

a {
	color: currentColor;
}

a:not([class]) {
	color: rgba(23, 42, 136, 0.6);
}

div[id]:not(.section-pt),
section[id]:not(.section-pt),
article[id]:not(.section-pt) {
	scroll-margin-top: 120px;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

::-moz-selection {
	background: #BDFF7B;
}

::selection {
	background: #BDFF7B;
}

/* Tools */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

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

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

/* font
-------------------------------*/

.fw-500 {
	font-weight: 500;
}

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

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

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

.mr-0 {
	margin-right: 0px !important;
}

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

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

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

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

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

.mr-5 {
	margin-right: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

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

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

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

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

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

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

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

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

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

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

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

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

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

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

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

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

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

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

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

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

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

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

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

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

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

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

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

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

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

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

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

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

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

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

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

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

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

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

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

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

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

.mt-75 {
	margin-top: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

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

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

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

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

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

.mt-85 {
	margin-top: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

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

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

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

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

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

.mt-95 {
	margin-top: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

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

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

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

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

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

.mt-260 {
	margin-top: 260px !important;
}

.mb-260 {
	margin-bottom: 260px !important;
}

.mr-260 {
	margin-right: 260px !important;
}

.ml-260 {
	margin-left: 260px !important;
}

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

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

.mt-290 {
	margin-top: 290px !important;
}

.mb-290 {
	margin-bottom: 290px !important;
}

.mr-290 {
	margin-right: 290px !important;
}

.ml-290 {
	margin-left: 290px !important;
}

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

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

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

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

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

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

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

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

/* padding
-------------------------------*/

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

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

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

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

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

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

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

.p-5 {
	padding: 5px !important;
}

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

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

.pr-5 {
	padding-right: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

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

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

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

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

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

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

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

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

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

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

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

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

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

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

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

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

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

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

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

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

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

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

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

.p-45 {
	padding: 45px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

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

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

.p-50 {
	padding: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

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

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

.p-55 {
	padding: 55px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

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

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

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

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

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

.p-65 {
	padding: 65px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

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

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

.p-70 {
	padding: 70px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

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

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

.p-75 {
	padding: 75px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

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

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

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

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

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

.p-85 {
	padding: 85px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pr-85 {
	padding-right: 85px !important;
}

.pl-85 {
	padding-left: 85px !important;
}

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

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

.p-90 {
	padding: 90px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

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

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

.p-95 {
	padding: 95px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pr-95 {
	padding-right: 95px !important;
}

.pl-95 {
	padding-left: 95px !important;
}

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

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

.p-100 {
	padding: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

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

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

.p-260 {
	padding: 260px !important;
}

.pt-260 {
	padding-top: 260px !important;
}

.pb-260 {
	padding-bottom: 260px !important;
}

.pr-260 {
	padding-right: 260px !important;
}

.pl-260 {
	padding-left: 260px !important;
}

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

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

.p-290 {
	padding: 290px !important;
}

.pt-290 {
	padding-top: 290px !important;
}

.pb-290 {
	padding-bottom: 290px !important;
}

.pr-290 {
	padding-right: 290px !important;
}

.pl-290 {
	padding-left: 290px !important;
}

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

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

/* gap
-------------------------------*/

.gap-0 {
	gap: 0px;
}

.gap-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-y-0 {
	row-gap: 0px;
}

.gap-5 {
	gap: 5px;
}

.gap-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-y-5 {
	row-gap: 5px;
}

.gap-10 {
	gap: 10px;
}

.gap-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-y-10 {
	row-gap: 10px;
}

.gap-15 {
	gap: 15px;
}

.gap-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-y-15 {
	row-gap: 15px;
}

.gap-20 {
	gap: 20px;
}

.gap-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-y-20 {
	row-gap: 20px;
}

.gap-25 {
	gap: 25px;
}

.gap-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-y-25 {
	row-gap: 25px;
}

.gap-30 {
	gap: 30px;
}

.gap-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-y-30 {
	row-gap: 30px;
}

.gap-35 {
	gap: 35px;
}

.gap-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-y-35 {
	row-gap: 35px;
}

.gap-40 {
	gap: 40px;
}

.gap-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-y-40 {
	row-gap: 40px;
}

.gap-45 {
	gap: 45px;
}

.gap-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-y-45 {
	row-gap: 45px;
}

.gap-50 {
	gap: 50px;
}

.gap-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-y-50 {
	row-gap: 50px;
}

.gap-55 {
	gap: 55px;
}

.gap-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-y-55 {
	row-gap: 55px;
}

.gap-60 {
	gap: 60px;
}

.gap-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-y-60 {
	row-gap: 60px;
}

.gap-65 {
	gap: 65px;
}

.gap-x-65 {
	-webkit-column-gap: 65px;
	-moz-column-gap: 65px;
	column-gap: 65px;
}

.gap-y-65 {
	row-gap: 65px;
}

.gap-70 {
	gap: 70px;
}

.gap-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-y-70 {
	row-gap: 70px;
}

.gap-75 {
	gap: 75px;
}

.gap-x-75 {
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px;
}

.gap-y-75 {
	row-gap: 75px;
}

.gap-80 {
	gap: 80px;
}

.gap-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-y-80 {
	row-gap: 80px;
}

.gap-85 {
	gap: 85px;
}

.gap-x-85 {
	-webkit-column-gap: 85px;
	-moz-column-gap: 85px;
	column-gap: 85px;
}

.gap-y-85 {
	row-gap: 85px;
}

.gap-90 {
	gap: 90px;
}

.gap-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-y-90 {
	row-gap: 90px;
}

.gap-95 {
	gap: 95px;
}

.gap-x-95 {
	-webkit-column-gap: 95px;
	-moz-column-gap: 95px;
	column-gap: 95px;
}

.gap-y-95 {
	row-gap: 95px;
}

.gap-100 {
	gap: 100px;
}

.gap-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-y-100 {
	row-gap: 100px;
}

.gap-260 {
	gap: 260px;
}

.gap-x-260 {
	-webkit-column-gap: 260px;
	-moz-column-gap: 260px;
	column-gap: 260px;
}

.gap-y-260 {
	row-gap: 260px;
}

.gap-290 {
	gap: 290px;
}

.gap-x-290 {
	-webkit-column-gap: 290px;
	-moz-column-gap: 290px;
	column-gap: 290px;
}

.gap-y-290 {
	row-gap: 290px;
}

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

.d-flex-between-center {
	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;
}

.d-flex-between-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* Layout */

.l-body {
	width: 100%;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	padding: 1.6rem 2rem;
	width: 100%;
	position: relative;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 4100;
	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;
}

.l-header::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 2rem);
	background: url(../img/bg_body.png) repeat left top/640px auto;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0)));
	-webkit-mask-image: linear-gradient(to bottom, #000 0, rgba(255, 255, 255, 0.98) calc(100% - 2rem), rgba(255, 255, 255, 0) 100%);
	mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0)));
	mask-image: linear-gradient(to bottom, #000 0, rgba(255, 255, 255, 0.98) calc(100% - 2rem), rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.l-navi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_body.png) repeat left top/640px auto;
}

.l-footer {
	padding: 6rem 0 2.5rem;
}

.l-footer--bt {
	border-top: 1px solid #172A88;
}

.l-wrapper {
	position: relative;
	width: var(--wrapper);
	margin-left: auto;
	margin-right: auto;
}

.l-float-2col__main {
	padding-bottom: 100px;
}

.offset-1 {
	margin-left: calc(var(--wrapper) / 12 * 1);
}

.offset-2 {
	margin-left: calc(var(--wrapper) / 12 * 2);
}

.offset-3 {
	margin-left: calc(var(--wrapper) / 12 * 3);
}

.offset-4 {
	margin-left: calc(var(--wrapper) / 12 * 4);
}

.offset-5 {
	margin-left: calc(var(--wrapper) / 12 * 5);
}

.offset-6 {
	margin-left: calc(var(--wrapper) / 12 * 6);
}

.offset-7 {
	margin-left: calc(var(--wrapper) / 12 * 7);
}

.offset-8 {
	margin-left: calc(var(--wrapper) / 12 * 8);
}

.offset-9 {
	margin-left: calc(var(--wrapper) / 12 * 9);
}

.offset-10 {
	margin-left: calc(var(--wrapper) / 12 * 10);
}

.offset-11 {
	margin-left: calc(var(--wrapper) / 12 * 11);
}

.offset-12 {
	margin-left: calc(var(--wrapper) / 12 * 12);
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-1 {
	width: calc(var(--wrapper) / 12 * 1);
}

.col-2 {
	width: calc(var(--wrapper) / 12 * 2);
}

.col-3 {
	width: calc(var(--wrapper) / 12 * 3);
}

.col-4 {
	width: calc(var(--wrapper) / 12 * 4);
}

.col-5 {
	width: calc(var(--wrapper) / 12 * 5);
}

.col-6 {
	width: calc(var(--wrapper) / 12 * 6);
}

.col-7 {
	width: calc(var(--wrapper) / 12 * 7);
}

.col-8 {
	width: calc(var(--wrapper) / 12 * 8);
}

.col-9 {
	width: calc(var(--wrapper) / 12 * 9);
}

.col-10 {
	width: calc(var(--wrapper) / 12 * 10);
}

.col-11 {
	width: calc(var(--wrapper) / 12 * 11);
}

.col-12 {
	width: calc(var(--wrapper) / 12 * 12);
}

.grid-1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-primary">見出し２です</p>
```
*/

.heading-primary {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.375;
	letter-spacing: 0.05em;
	margin-bottom: 1.25em;
}

/*
#styleguide
heading-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-secondary">見出し２です</p>
```
*/

.heading-secondary {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.375;
	margin-bottom: 0.714285em;
}

.heading-secondary--med {
	font-weight: 500;
}

.heading-secondary--bb {
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.5714em;
	margin-bottom: 1.42em;
	font-weight: 500;
}

/*
#styleguide
heading-tertiary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-tertiary">見出し２です</p>
```
*/

.heading-tertiary {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 12px;
}

.heading-sm {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.005em;
	line-height: 1.5;
	margin-bottom: 13px;
}

/*
#styleguide
text-base

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-base">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

.text-base {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.text-base--lh-sm {
	line-height: 1.75;
}

.text-base--sm {
	font-size: 1.4rem;
}

.text-base--xsm {
	font-size: 1.3rem;
}

.text-base p:not(:last-child),
.text-base ol:not(:last-child),
.text-base ul:not(:last-child) {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-lg

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-lg">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-lg {
	font-size: 1.8rem;
	line-height: 1.5;
}

.text-lg p,
.text-lg ol,
.text-lg ul {
	margin-bottom: 1.5em;
}

/*
#styleguide
text-sm

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-sm">小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです</p>
```
*/

.text-sm {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

/*
#styleguide
text-note

米印の下にテキストの回り込みが内容にします。
```
<p class="text-note">※テキストですテキストです。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。</p>
```
*/

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.text-note::before {
	content: "※";
}

.text-link {
	text-decoration: none;
}

.list__item {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding-left: 21px;
	text-indent: -21px;
}

.list__item:not(:last-child) {
	margin-bottom: 13px;
}

.list__item::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid currentColor;
	margin-right: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	margin-top: -0.3em;
}

.list-table {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding: 10px 4.1666666667%;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-table:nth-child(odd) {
	background: url(../img/bg_dark.png) repeat left top/100px auto;
	mix-blend-mode: multiply;
}

.list-table:nth-child(even) {
	background: rgba(255, 255, 255, 0.2);
}

.list-table__label {
	position: relative;
	font-weight: 700;
	margin-bottom: 5px;
	width: 8em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-table__content {
	position: relative;
}

.list-table__note {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	color: rgba(23, 42, 136, 0.6);
}

.list-2 {
	counter-reset: item;
}

.list-2__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding: 15px 0;
	border-top: 1px dashed #172A88;
}

.list-2__item:last-child {
	border-bottom: 1px dashed #172A88;
}

.list-2__item::before {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: counter(item);
	counter-increment: item;
	text-align: center;
	font-weight: 700;
	font-family: "Poppins", serif;
	line-height: 1;
	letter-spacing: 0;
	color: #172A88;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 2.8rem;
	height: 2.8rem;
	padding-left: 0.03em;
	background: #BDFF7B;
	border-radius: 50%;
	margin-right: 1rem;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.buttons-wrap--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	position: relative;
	background: #172A88;
	color: #FFF;
	border: 1px solid #172A88;
	padding: 1.428571em 1.142857em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0.4rem;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.05em;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.button-primary--sm {
	padding: 0.86em 2.4em;
	width: auto;
}

.button-primary--download::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.142857em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 2rem;
	height: 2rem;
	-webkit-mask: url(../img/icon_download.svg) no-repeat center/contain;
	mask: url(../img/icon_download.svg) no-repeat center/contain;
	background: currentColor;
}

.button-primary[disabled] {
	pointer-events: none;
	opacity: 0.2;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.button-secondary {
	background: blue;
	color: #FFF;
	border: none;
	padding: 0.5em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.button-tertiary {
	display: inline-block;
	color: rgba(23, 42, 136, 0.6);
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.button-tertiary::before {
	display: inline-block;
	content: "";
	background: url("../img/icon_arrow_right.svg") no-repeat center/contain;
	width: 12px;
	height: 12px;
	margin-right: 10px;
}

.color-light {
	opacity: 0.6;
}

.bg-dark {
	background: url(../img/bg_dark.png) repeat left top/100px auto;
	mix-blend-mode: multiply;
}

.color-error {
	color: #FF3F14;
}

.header-logo {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 9rem;
	pointer-events: auto;
	position: relative;
	z-index: 10;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.header-logo.is-small {
	width: 6.5rem;
}

.menu-btn {
	position: relative;
	background: none;
	border: none;
	display: block;
	padding: 0;
	z-index: 10;
}

.menu-btn__icon {
	display: block;
	position: relative;
	margin: 0 auto 0.4rem;
	width: 3.5rem;
	height: 10px;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 1px;
	background: currentColor;
	position: absolute;
	left: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.menu-btn__icon span:nth-child(1) {
	top: 0;
}

.menu-btn__icon span:nth-child(2) {
	bottom: 0;
}

.menu-btn__text {
	font: 400 1.2rem "Poppins", serif;
	letter-spacing: 0.04em;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.global-navi {
	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: 1em;
	width: 100%;
	height: 100%;
	letter-spacing: 0.05em;
	font-size: clamp(1.3rem, -0.0636363636rem + 3.6363636364vw, 1.5rem);
}

.global-navi__item--button {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.global-navi__item--button .global-navi__link {
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 1.8rem 0;
}

.global-navi__link {
	display: block;
	padding: 1.2rem 0;
	text-decoration: none;
	font-weight: 700;
}

.global-navi__link--blue {
	background: #172A88;
	color: #FFF;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	border-radius: 4px;
}

.global-navi__link--current span {
	display: block;
	background: #BDFF7B;
}

.footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2rem;
	letter-spacing: 0.05em;
}

.footer-link__item a {
	font-weight: 500;
}

.copyright {
	margin-top: 3rem;
	text-align: center;
	font: 400 1rem "Poppins", serif;
	letter-spacing: 0.05em;
}

.mainvisual {
	padding: 17vw 0 29vw;
	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;
}

.mainvisual__text {
	max-width: 816px;
	margin: 0 auto;
}

.mainvisual-posts {
	padding-top: 40px;
	padding-bottom: 100px;
	overflow: hidden;
}

.mainvisual-posts__swiper-wrap {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left: 1em !important;
	overflow: hidden;
	width: 100vw;
}

.mainvisual-posts__swiper {
	overflow: visible !important;
	width: calc(100% - 40px);
	padding-top: 50px !important;
}

.mainvisual-posts__swiper .swiper-slide:only-of-type {
	width: 100% !important;
	margin-right: 0 !important;
}

.mainvisual-posts__swiper:not(:has(.swiper-slide:nth-child(2))) {
	padding-top: 0 !important;
}

.mainvisual-posts__swiper .swiper-pagination .swiper-pagination-bullet {
	position: relative;
}

.mainvisual-posts__swiper .swiper-pagination .swiper-pagination-bullet svg {
	position: absolute;
	top: -3px;
	left: -3px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	stroke-dasharray: 0 44;
}

.mainvisual-posts__swiper .swiper-pagination .swiper-pagination-bullet-active svg {
	-webkit-animation: circle 5.7s linear;
	animation: circle 5.7s linear;
}

.mainvisual-posts__button {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.mainvisual-posts__button .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	position: static;
	text-align: left;
}

.mainvisual-posts__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.mainvisual-posts__navi .swiper-button-prev,
.mainvisual-posts__navi .swiper-button-next {
	position: static;
	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;
	margin-top: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #172A88;
}

.mainvisual-posts__navi .swiper-button-prev::after,
.mainvisual-posts__navi .swiper-button-next::after {
	content: "";
	width: 9px;
	height: 9px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.mainvisual-posts__navi .swiper-button-prev.swiper-button-lock,
.mainvisual-posts__navi .swiper-button-next.swiper-button-lock {
	display: none;
}

.mainvisual-posts__navi .swiper-button-prev::after {
	-webkit-transform: translateX(2px) rotate(-45deg);
	transform: translateX(2px) rotate(-45deg);
}

.mainvisual-posts__navi .swiper-button-next::after {
	-webkit-transform: translateX(-2px) rotate(135deg);
	transform: translateX(-2px) rotate(135deg);
}

.label-section {
	padding: 10px 0;
	border-bottom: 1px solid #172A88;
	margin-bottom: 20px;
	font: 600 1.2rem "Poppins", serif;
	line-height: 1.35;
	letter-spacing: 0.05em;
}

.section {
	padding-bottom: 100px;
}

.section-pt {
	padding-top: 100px;
}

.section-pt-sm {
	padding-top: 64px;
}

.section-border {
	position: relative;
	margin-top: 100px;
}

.section-border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #172A88;
}

.article-list-simple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px 16px;
	padding: 20px 0;
}

.article-list-simple:not(:last-child) {
	border-bottom: 1px dashed currentColor;
}

.article-list-simple__date {
	font: 600 1.4rem "Poppins", serif;
	letter-spacing: 0.05em;
}

.article-list-simple__cat {
	text-align: center;
}

.article-list-simple__title {
	padding-left: 4px;
	text-decoration: none;
	width: 100%;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.top-banners {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem;
	margin-top: 4rem;
}

.top-banners__item {
	display: block;
}

.page-link {
	border-bottom: 1px solid #172A88;
}

.page-link__item {
	border-top: 1px solid #172A88;
}

.page-link__content {
	padding: 1.5rem 2rem 5rem;
}

.faq {
	background: #ffffff;
	border-radius: 0.4rem;
}

.faq:not(:last-child) {
	margin-bottom: 1.5rem;
}

.faq__question button {
	position: relative;
	border: none;
	background: none;
	margin: 0;
	padding: 1rem 5rem 1rem 1.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.375;
	text-align: left;
	width: 100%;
}

.faq__question button span {
	font: 600 1.8rem "Poppins", serif;
	margin-right: 0.8rem;
}

.faq__question button .js-accordion-icon {
	border-radius: 50%;
	background-color: currentColor;
}

.faq__question button.is-opend img {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.faq__question img {
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3.5rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.faq__answer {
	border-top: 1px solid #172A88;
	padding: 1.8rem 1.8rem;
}

.figure-schedule {
	width: 100%;
}

.figure-schedule img {
	display: block;
	width: 100%;
}

.breadcrumb {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-align: right;
	margin-top: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: " [..]";
}

.breadcrumb__item {
	display: inline;
}

.breadcrumb__item:not(:last-child)::after {
	content: "/";
	padding: 0 0.5em 0 12px;
}

.page-head {
	padding: 4rem 0 2rem;
	border-bottom: 1px solid #172A88;
	margin-bottom: 60px;
}

.page-head__info {
	margin-top: 10px;
}

.page-title {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.375;
	letter-spacing: 0.05em;
}

.page-title-sm {
	font: 600 1.2rem "Poppins", serif;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding-left: 0.4em;
}

.mw_wp_form_confirm .form {
	width: calc(var(--wrapper) / 12 * 11);
	margin-left: auto;
	margin-right: auto;
}

.form__item:not(:last-child) {
	margin-bottom: 4rem;
}

.mw_wp_form_confirm .form__item:not(:last-child) {
	margin: 0;
}

.mw_wp_form_confirm .form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.72em 0;
	gap: 10px;
}

.mw_wp_form_confirm .form__item:not(:first-child) {
	border-top: 1px dashed #172A88;
}

.mw_wp_form_confirm .form__item:first-child {
	padding-top: 0;
}

.form__label {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.375;
	margin-bottom: 1.6rem;
}

.form__label span {
	color: #FF3F14;
	padding-left: 0.5em;
}

.mw_wp_form_confirm .form__label {
	padding: 0;
	margin: 9px 0 0;
}

.mw_wp_form_confirm .form__content {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.mw_wp_form_confirm .form__content--content {
	font-size: 1.6rem;
	margin-top: 8px;
	text-align: justify;
}

.form__content:has(.error) .input,
.form__content:has(.error) .textarea {
	border-color: #FF3F14;
}

.form__radio {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px 25px;
}

.form__radio .mwform-radio-field {
	margin: 0 !important;
}

.form__radio .mwform-radio-field input {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.form__radio .mwform-radio-field input + .mwform-radio-field-text {
	position: relative;
	padding-left: 25px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.form__radio .mwform-radio-field input + .mwform-radio-field-text::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	border: 2px solid #172A88;
	background: #ffffff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form__radio .mwform-radio-field input + .mwform-radio-field-text::after {
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #172A88;
	border-radius: 50%;
	opacity: 0;
}

.form__radio .mwform-radio-field input:checked + .mwform-radio-field-text::after {
	opacity: 1;
}

.form__button {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 4rem 0 2rem;
	gap: 30px;
}

.mw_wp_form_confirm .form__button {
	margin: 5.5rem 0 2rem;
}

.form .input,
.form .textarea {
	border: none;
	background: #ffffff;
	width: 100%;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.6em 0.89em;
	border: 1px solid #FFFFFF;
}

.form .input::-webkit-input-placeholder,
.form .textarea::-webkit-input-placeholder {
	color: #172A88;
	opacity: 0.2;
}

.form .input::-moz-placeholder,
.form .textarea::-moz-placeholder {
	color: #172A88;
	opacity: 0.2;
}

.form .input::-ms-input-placeholder,
.form .textarea::-ms-input-placeholder {
	color: #172A88;
	opacity: 0.2;
}

.form .input::placeholder,
.form .textarea::placeholder {
	color: #172A88;
	opacity: 0.2;
}

.form .input:focus,
.form .textarea:focus {
	border-color: currentColor;
}

.form .input--md {
	max-width: 500px;
}

.form .input--md2 {
	max-width: 600px;
}

.form .input--md3 {
	max-width: 700px;
}

.form .input--sm {
	max-width: 300px;
}

.form .input--error {
	border-color: #FF3F14;
	color: #FF3F14;
}

.form .textarea {
	height: 300px;
	resize: none;
}

.mw_wp_form .form .error {
	color: #FF3F14;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 1rem;
}

.mw_wp_form .form .error + .error {
	margin-top: 0.6rem;
}

.form .submit-btn {
	position: relative;
	border: 1px solid #172A88;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: url(../img/arrow_right.svg) no-repeat right 1.3em center/1.2em auto, #172A88;
	color: #ffffff;
	padding: 1.35em 5em 1.35em;
	margin: 0;
	text-align: left;
	border-radius: 0.4rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.form .submit-btn:hover {
	background-color: #000;
	border-color: #000;
}

.form .submit-btn--back {
	position: relative;
	background: none;
	color: #172A88;
	padding: 1.35em 1em 1.35em 3em;
	margin-left: 0;
	margin-right: auto;
	width: auto;
}

.form .submit-btn--back:hover {
	background: #000;
	color: #ffffff;
	border-color: #000;
}

.form .submit-btn--back::before {
	position: absolute;
	top: 50%;
	left: 1.3em;
	-webkit-transform: translateY(-50%) scale(-1, 1);
	transform: translateY(-50%) scale(-1, 1);
	content: "";
	width: 1.2em;
	height: 1.2em;
	display: block;
	-webkit-mask: url(../img/arrow_right.svg) no-repeat center/contain;
	mask: url(../img/arrow_right.svg) no-repeat center/contain;
	background: currentColor;
}

.pagination {
	position: relative;
	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: 5px;
	border-top: 1px solid #172A88;
	padding: 22px 20px;
	margin-top: 60px;
}

.pagination .page-numbers {
	position: relative;
	text-decoration: none;
	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: 36px;
	height: 11px;
	font-family: "Poppins", serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
}

.pagination .page-numbers.current {
	background: #BDFF7B;
}

.pagination .page-numbers.current::before {
	content: "";
	position: absolute;
	top: -22px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 21px;
	height: 21px;
	background: url(../img/bg_body.png) repeat left top/640px auto;
	border-radius: 50px;
}

.pagination .page-numbers.current::after {
	content: "";
	position: absolute;
	top: -22px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 9px;
	height: 9px;
	background: #172A88;
	border-radius: 50px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	display: none;
}

.pagination .page-numbers.dots {
	width: 11px;
}

.side-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #172A88;
	padding: 16px 0;
}

.side-navi__item {
	width: 50%;
	position: relative;
}

.side-navi__item a {
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 10px 20px;
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-decoration: underline;
	text-underline-offset: -0.9em;
	text-decoration-color: rgba(189, 255, 123, 0);
	text-decoration-thickness: 1em;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

.box {
	padding: 18px 4.1666666667%;
}

.judge-member-wrap:not(:last-child) {
	margin-bottom: 50px;
}

.judge-member-label {
	font-size: 1.3rem;
	line-height: 1.25;
	background: #FFF;
	letter-spacing: 0.05em;
	padding: 0.8rem;
	margin-bottom: 20px;
}

.judge-member-label--green {
	background: #BDFF7B;
}

.judge-member:not(:last-child) {
	margin-bottom: 40px;
}

.judge-member__image {
	width: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto 20px;
}

.judge-member__image img {
	display: block;
	width: 100%;
}

.judge-member__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 1.2rem;
	margin-bottom: 1.6rem;
}

.judge-member__name {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.judge-member__work {
	font-weight: 500;
	letter-spacing: 0.05em;
	color: rgba(23, 42, 136, 0.6);
}

.judge-member__description {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.apply-buttons-wrap {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.about-policy {
	margin-top: 24px;
}

.about-policy__heading {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 24px;
}

.about-policy__image {
	margin-top: 20px;
}

.grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.event-item {
	position: relative;
}

.event-item__category {
	position: absolute;
	top: 0;
	left: -1em;
	z-index: 10;
}

.event-item__thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 370/240;
	background: #FFF;
	overflow: hidden;
}

.event-item__thumb:has(.label-close) {
	background: url(../img/bg_noise.png);
}

.event-item__thumb:has(.label-close)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(225, 231, 232, 0.7);
}

.event-item__thumb:has(.label-close) img {
	mix-blend-mode: screen;
	-webkit-filter: saturate(0);
	filter: saturate(0);
}

.event-item__thumb img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.event-item__main {
	display: block;
	padding-top: 1rem;
	text-decoration: none;
}

.event-item__date {
	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;
}

.event-item__date span {
	font-family: "Poppins", serif;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
}

.event-item__date span + span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.event-item__date span + span::before {
	content: "";
	display: block;
	width: 0.8em;
	height: 1px;
	background: currentColor;
	margin: 0 0.2em;
}

.event-item__head {
	margin: 0.3em 0 0.5em;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.label-category {
	display: block;
	background: #FFF;
	border: 1px solid currentColor;
	padding: 0.4em 0.6em;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.label-status {
	position: absolute;
	bottom: -40px;
	right: -40px;
	width: 80px;
	aspect-ratio: 1/1;
	z-index: 10;
	background: #BDFF7B;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	will-change: transform;
}

.label-status span {
	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-transform: translateY(0.5em);
	transform: translateY(0.5em);
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.label-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.label-close span {
	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;
	height: 100%;
	padding: 1em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-size: 1.3rem;
}

.list-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 12px;
}

.list-tags__item {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.list-tags__item a {
	display: block;
	padding: 4px;
}

.post-navi {
	border-top: 1px solid #172A88;
	padding: 32px 0;
}

.post-navi__item:not(:last-child) {
	margin-bottom: 2rem;
}

.post-navi__head {
	display: block;
	margin-bottom: 0.8em;
	padding: 0 1.25em;
	font-family: "Poppins", serif;
	font-weight: 600;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.post-navi-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0.58em;
}

.post-navi-child--tags {
	padding: 0 1.5em;
}

.post-navi-child--tags .post-navi-child__item {
	width: auto;
	display: inline-block;
}

.post-navi-child__item {
	width: 50%;
}

.post-navi-child__item[aria-current] a:not(.post-navi-child__tag) {
	font-weight: 700;
}

.post-navi-child__item[aria-current] a:not(.post-navi-child__tag) span {
	background: #BDFF7B;
	display: block;
}

.post-navi-child__item a:not(.post-navi-child__tag) {
	letter-spacing: 0.05em;
	padding: 8px 20px;
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: currentColor;
	text-decoration: none;
}

.post-navi-child__item a[aria-current] {
	position: relative;
	font-weight: 700;
}

.post-navi-child__item a[aria-current]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 16px);
	display: block;
	background: #BDFF7B;
	z-index: -1;
}

.post-navi-child__tag {
	display: inline-block;
	padding: 8px 5px;
}

.article-list {
	padding: 3rem 0;
}

.article-list:not(:last-child) {
	border-bottom: 1px dashed #172A88;
}

.article-list:first-child {
	padding-top: 0;
}

.article-list:last-child {
	padding-bottom: 0;
}

.article-list__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0.8em;
}

.article-list__date {
	margin-right: 1.14em;
	font-family: "Poppins", serif;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.article-list__main {
	display: block;
	text-decoration: none;
}

.article-list__title {
	margin-bottom: 0.45em;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.article-list__text {
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: rgba(23, 42, 136, 0.6);
}

.post-head {
	margin-bottom: 40px;
}

.post-head__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.post-head__info--event {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-head__date {
	font: 500 2rem "Poppins", serif;
	letter-spacing: 0.05em;
	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;
}

.post-head__date span:not(:first-child) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-head__date span:not(:first-child)::before {
	content: "";
	display: block;
	width: 0.8em;
	height: 1px;
	background: currentColor;
	margin: 0 0.2em;
}

.post-title {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.post-title:not(:last-child) {
	margin-bottom: 40px;
}

.join-buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.join-buttons-wrap__item {
	width: 100%;
}

.event-head {
	position: relative;
	padding: 20px 10px;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
}

.event-head::before,
.event-head::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 6rem;
}

.event-head::before {
	top: 0;
	left: 0;
	border-top: 10px solid #BDFF7B;
	border-left: 10px solid #BDFF7B;
}

.event-head::after {
	right: 0;
	bottom: 0;
	border-bottom: 10px solid #BDFF7B;
	border-right: 10px solid #BDFF7B;
}

.event-head__main {
	font-size: 3.2rem;
	letter-spacing: 0.05em;
}

.event-head__main span {
	display: block;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}

.event-head__text {
	margin-top: 20px;
	font-size: 2rem;
	letter-spacing: 0.05em;
}

.card-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 4px solid #FFF;
}

.card-1__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
	width: 100%;
	padding: 20px;
	border-left: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	border-right: 4px solid #FFF;
}

.card-1__item--wide .card-1__image {
	width: 100%;
	max-width: none;
}

.card-1__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.card-1__head {
	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;
	gap: 12px;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.card-1__post {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: rgba(23, 42, 136, 0.6);
}

.card-1__text {
	font-size: 1.5rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.card-1__image {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	aspect-ratio: 3/4;
	margin-left: auto;
	margin-right: auto;
	max-width: 12rem;
}

.card-1__image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_photo.png) no-repeat center center/cover;
	mix-blend-mode: screen;
}

.card-1__image img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	-webkit-filter: saturate(0);
	filter: saturate(0);
}

.logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
}

.logo-list__item img {
	display: block;
}

.wp-content {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.wp-content > *:first-child {
	margin-top: 0;
}

.wp-content > figure,
.wp-content > div:not(.wp-block-lazyblock-button-file) {
	margin: 40px 0;
}

.wp-content .wp-block-lazyblock-button-file {
	margin-top: 18px;
	margin-bottom: 18px;
}

.wp-content p:not(:last-child) {
	margin-bottom: 24px;
}

.wp-content ol:not(:first-child),
.wp-content ul:not(:first-child) {
	margin-top: 36px;
}

.wp-content ol:not(:last-child),
.wp-content ul:not(:last-child) {
	margin-bottom: 36px;
}

.wp-content h2 {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	line-height: 1.375;
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.5714em;
	margin-bottom: 1em;
	font-weight: 500;
}

.wp-content h2:not(:first-child) {
	margin-top: 2.5em;
}

.wp-content h3 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1.375;
	margin: 64px 0 20px;
}

.wp-content h4 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.375;
	margin: 48px 0 12px;
}

.wp-content h5,
.wp-content h6 {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.375;
	margin: 36px 0 8px;
}

.wp-content a:not([class]) {
	text-decoration: underline;
}

.wp-content strong {
	background: linear-gradient(to top, #BDFF7B 10px, transparent 10px);
}

.wp-content em {
	font-style: italic;
}

.wp-content ul,
.wp-content ol {
	line-height: 1.5;
	padding: 5px 0;
}

.wp-content ul.wp-block-list li {
	position: relative;
	padding-left: 18px;
}

.wp-content ul.wp-block-list li:not(:last-child) {
	margin-bottom: 12px;
}

.wp-content ul.wp-block-list li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	border: 1px solid currentColor;
}

.wp-content ul.wp-block-list ul {
	margin-top: 15px;
}

.wp-content ol.wp-block-list {
	counter-reset: item;
}

.wp-content ol.wp-block-list li {
	position: relative;
	padding-left: 22px;
}

.wp-content ol.wp-block-list li:not(:last-child) {
	margin-bottom: 12px;
}

.wp-content ol.wp-block-list li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
	font: 600 1.7rem "Poppins", serif;
}

.wp-content ol.wp-block-list ol {
	margin-top: 15px;
}

.wp-content blockquote {
	display: block;
	padding: 20px 24px;
	border-left: 1px solid #172A88;
	background: rgba(255, 255, 255, 0.2);
	margin: 28px 0 28px 20px;
	font-size: 1.4rem;
}

.wp-content blockquote p {
	line-height: 1.75;
	color: rgba(23, 42, 136, 0.6);
}

.wp-content figure {
	width: 100%;
}

.wp-content img {
	display: block;
}

.wp-content figcaption {
	margin-top: 8px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 0;
	color: rgba(23, 42, 136, 0.6);
}

.wp-content iframe {
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 16/9;
}

.wp-content .wp-block-columns.is-layout-flex {
	gap: 32px;
}

.wp-content .button-download {
	position: relative;
	background: #172A88;
	border: none;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 16px 50px 16px 24px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 4px;
}

.wp-content .button-download::before {
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	-webkit-mask: url(../img/icon_download.svg) no-repeat center/contain;
	mask: url(../img/icon_download.svg) no-repeat center/contain;
	background: currentcolor;
}

.js-accordion-content {
	display: none;
}

/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */

@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") format("woff");
	font-weight: 400;
	font-style: normal;
}

: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;
	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 {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	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: 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: 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: 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: 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%;
	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;
}

/* Slide styles 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);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #172A88);
	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: #172A88;
}

.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 {
	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%);
	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-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-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);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-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-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: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	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;
	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;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-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 */

@media screen and (min-width: 680px) {

:root {
	--wrapper: calc(100vw - 80px);
}

a:not([class]):hover {
	text-decoration: none;
}

div[id].section-pt,
section[id].section-pt,
article[id].section-pt {
	scroll-margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

.mr-md-5 {
	margin-right: 5px !important;
}

.ml-md-5 {
	margin-left: 5px !important;
}

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

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

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

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

.mr-md-10 {
	margin-right: 10px !important;
}

.ml-md-10 {
	margin-left: 10px !important;
}

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

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

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

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

.mr-md-15 {
	margin-right: 15px !important;
}

.ml-md-15 {
	margin-left: 15px !important;
}

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

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

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

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

.mr-md-20 {
	margin-right: 20px !important;
}

.ml-md-20 {
	margin-left: 20px !important;
}

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

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

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

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

.mr-md-25 {
	margin-right: 25px !important;
}

.ml-md-25 {
	margin-left: 25px !important;
}

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

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

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

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

.mr-md-30 {
	margin-right: 30px !important;
}

.ml-md-30 {
	margin-left: 30px !important;
}

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

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

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

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

.mr-md-35 {
	margin-right: 35px !important;
}

.ml-md-35 {
	margin-left: 35px !important;
}

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

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

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

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

.mr-md-40 {
	margin-right: 40px !important;
}

.ml-md-40 {
	margin-left: 40px !important;
}

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

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

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

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

.mr-md-45 {
	margin-right: 45px !important;
}

.ml-md-45 {
	margin-left: 45px !important;
}

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

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

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

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

.mr-md-50 {
	margin-right: 50px !important;
}

.ml-md-50 {
	margin-left: 50px !important;
}

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

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

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

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

.mr-md-55 {
	margin-right: 55px !important;
}

.ml-md-55 {
	margin-left: 55px !important;
}

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

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

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

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

.mr-md-60 {
	margin-right: 60px !important;
}

.ml-md-60 {
	margin-left: 60px !important;
}

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

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

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

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

.mr-md-65 {
	margin-right: 65px !important;
}

.ml-md-65 {
	margin-left: 65px !important;
}

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

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

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

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

.mr-md-70 {
	margin-right: 70px !important;
}

.ml-md-70 {
	margin-left: 70px !important;
}

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

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

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

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

.mr-md-75 {
	margin-right: 75px !important;
}

.ml-md-75 {
	margin-left: 75px !important;
}

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

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

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

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

.mr-md-80 {
	margin-right: 80px !important;
}

.ml-md-80 {
	margin-left: 80px !important;
}

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

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

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

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

.mr-md-85 {
	margin-right: 85px !important;
}

.ml-md-85 {
	margin-left: 85px !important;
}

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

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

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

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

.mr-md-90 {
	margin-right: 90px !important;
}

.ml-md-90 {
	margin-left: 90px !important;
}

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

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

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

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

.mr-md-95 {
	margin-right: 95px !important;
}

.ml-md-95 {
	margin-left: 95px !important;
}

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

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

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

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

.mr-md-100 {
	margin-right: 100px !important;
}

.ml-md-100 {
	margin-left: 100px !important;
}

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

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

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

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

.mr-md-260 {
	margin-right: 260px !important;
}

.ml-md-260 {
	margin-left: 260px !important;
}

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

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

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

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

.mr-md-290 {
	margin-right: 290px !important;
}

.ml-md-290 {
	margin-left: 290px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-md-5 {
	padding-right: 5px !important;
}

.pl-md-5 {
	padding-left: 5px !important;
}

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

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

.p-md-10 {
	padding: 10px !important;
}

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

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

.pr-md-10 {
	padding-right: 10px !important;
}

.pl-md-10 {
	padding-left: 10px !important;
}

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

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

.p-md-15 {
	padding: 15px !important;
}

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

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

.pr-md-15 {
	padding-right: 15px !important;
}

.pl-md-15 {
	padding-left: 15px !important;
}

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

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

.p-md-20 {
	padding: 20px !important;
}

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

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

.pr-md-20 {
	padding-right: 20px !important;
}

.pl-md-20 {
	padding-left: 20px !important;
}

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

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

.p-md-25 {
	padding: 25px !important;
}

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

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

.pr-md-25 {
	padding-right: 25px !important;
}

.pl-md-25 {
	padding-left: 25px !important;
}

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

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

.p-md-30 {
	padding: 30px !important;
}

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

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

.pr-md-30 {
	padding-right: 30px !important;
}

.pl-md-30 {
	padding-left: 30px !important;
}

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

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

.p-md-35 {
	padding: 35px !important;
}

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

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

.pr-md-35 {
	padding-right: 35px !important;
}

.pl-md-35 {
	padding-left: 35px !important;
}

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

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

.p-md-40 {
	padding: 40px !important;
}

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

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

.pr-md-40 {
	padding-right: 40px !important;
}

.pl-md-40 {
	padding-left: 40px !important;
}

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

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

.p-md-45 {
	padding: 45px !important;
}

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

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

.pr-md-45 {
	padding-right: 45px !important;
}

.pl-md-45 {
	padding-left: 45px !important;
}

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

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

.p-md-50 {
	padding: 50px !important;
}

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

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

.pr-md-50 {
	padding-right: 50px !important;
}

.pl-md-50 {
	padding-left: 50px !important;
}

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

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

.p-md-55 {
	padding: 55px !important;
}

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

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

.pr-md-55 {
	padding-right: 55px !important;
}

.pl-md-55 {
	padding-left: 55px !important;
}

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

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

.p-md-60 {
	padding: 60px !important;
}

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

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

.pr-md-60 {
	padding-right: 60px !important;
}

.pl-md-60 {
	padding-left: 60px !important;
}

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

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

.p-md-65 {
	padding: 65px !important;
}

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

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

.pr-md-65 {
	padding-right: 65px !important;
}

.pl-md-65 {
	padding-left: 65px !important;
}

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

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

.p-md-70 {
	padding: 70px !important;
}

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

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

.pr-md-70 {
	padding-right: 70px !important;
}

.pl-md-70 {
	padding-left: 70px !important;
}

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

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

.p-md-75 {
	padding: 75px !important;
}

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

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

.pr-md-75 {
	padding-right: 75px !important;
}

.pl-md-75 {
	padding-left: 75px !important;
}

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

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

.p-md-80 {
	padding: 80px !important;
}

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

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

.pr-md-80 {
	padding-right: 80px !important;
}

.pl-md-80 {
	padding-left: 80px !important;
}

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

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

.p-md-85 {
	padding: 85px !important;
}

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

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

.pr-md-85 {
	padding-right: 85px !important;
}

.pl-md-85 {
	padding-left: 85px !important;
}

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

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

.p-md-90 {
	padding: 90px !important;
}

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

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

.pr-md-90 {
	padding-right: 90px !important;
}

.pl-md-90 {
	padding-left: 90px !important;
}

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

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

.p-md-95 {
	padding: 95px !important;
}

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

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

.pr-md-95 {
	padding-right: 95px !important;
}

.pl-md-95 {
	padding-left: 95px !important;
}

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

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

.p-md-100 {
	padding: 100px !important;
}

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

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

.pr-md-100 {
	padding-right: 100px !important;
}

.pl-md-100 {
	padding-left: 100px !important;
}

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

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

.p-md-260 {
	padding: 260px !important;
}

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

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

.pr-md-260 {
	padding-right: 260px !important;
}

.pl-md-260 {
	padding-left: 260px !important;
}

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

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

.p-md-290 {
	padding: 290px !important;
}

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

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

.pr-md-290 {
	padding-right: 290px !important;
}

.pl-md-290 {
	padding-left: 290px !important;
}

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

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

.gap-md-0 {
	gap: 0px;
}

.gap-md-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-md-y-0 {
	row-gap: 0px;
}

.gap-md-5 {
	gap: 5px;
}

.gap-md-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-md-y-5 {
	row-gap: 5px;
}

.gap-md-10 {
	gap: 10px;
}

.gap-md-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-md-y-10 {
	row-gap: 10px;
}

.gap-md-15 {
	gap: 15px;
}

.gap-md-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-md-y-15 {
	row-gap: 15px;
}

.gap-md-20 {
	gap: 20px;
}

.gap-md-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-md-y-20 {
	row-gap: 20px;
}

.gap-md-25 {
	gap: 25px;
}

.gap-md-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-md-y-25 {
	row-gap: 25px;
}

.gap-md-30 {
	gap: 30px;
}

.gap-md-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-md-y-30 {
	row-gap: 30px;
}

.gap-md-35 {
	gap: 35px;
}

.gap-md-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-md-y-35 {
	row-gap: 35px;
}

.gap-md-40 {
	gap: 40px;
}

.gap-md-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-md-y-40 {
	row-gap: 40px;
}

.gap-md-45 {
	gap: 45px;
}

.gap-md-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-md-y-45 {
	row-gap: 45px;
}

.gap-md-50 {
	gap: 50px;
}

.gap-md-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-md-y-50 {
	row-gap: 50px;
}

.gap-md-55 {
	gap: 55px;
}

.gap-md-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-md-y-55 {
	row-gap: 55px;
}

.gap-md-60 {
	gap: 60px;
}

.gap-md-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-md-y-60 {
	row-gap: 60px;
}

.gap-md-65 {
	gap: 65px;
}

.gap-md-x-65 {
	-webkit-column-gap: 65px;
	-moz-column-gap: 65px;
	column-gap: 65px;
}

.gap-md-y-65 {
	row-gap: 65px;
}

.gap-md-70 {
	gap: 70px;
}

.gap-md-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-md-y-70 {
	row-gap: 70px;
}

.gap-md-75 {
	gap: 75px;
}

.gap-md-x-75 {
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px;
}

.gap-md-y-75 {
	row-gap: 75px;
}

.gap-md-80 {
	gap: 80px;
}

.gap-md-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-md-y-80 {
	row-gap: 80px;
}

.gap-md-85 {
	gap: 85px;
}

.gap-md-x-85 {
	-webkit-column-gap: 85px;
	-moz-column-gap: 85px;
	column-gap: 85px;
}

.gap-md-y-85 {
	row-gap: 85px;
}

.gap-md-90 {
	gap: 90px;
}

.gap-md-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-md-y-90 {
	row-gap: 90px;
}

.gap-md-95 {
	gap: 95px;
}

.gap-md-x-95 {
	-webkit-column-gap: 95px;
	-moz-column-gap: 95px;
	column-gap: 95px;
}

.gap-md-y-95 {
	row-gap: 95px;
}

.gap-md-100 {
	gap: 100px;
}

.gap-md-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-md-y-100 {
	row-gap: 100px;
}

.gap-md-260 {
	gap: 260px;
}

.gap-md-x-260 {
	-webkit-column-gap: 260px;
	-moz-column-gap: 260px;
	column-gap: 260px;
}

.gap-md-y-260 {
	row-gap: 260px;
}

.gap-md-290 {
	gap: 290px;
}

.gap-md-x-290 {
	-webkit-column-gap: 290px;
	-moz-column-gap: 290px;
	column-gap: 290px;
}

.gap-md-y-290 {
	row-gap: 290px;
}

.l-header::before {
	height: 16rem;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(60%, rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0)));
	-webkit-mask-image: linear-gradient(to bottom, #000 0, rgba(255, 255, 255, 0.98) 60%, rgba(255, 255, 255, 0) 100%);
	mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(60%, rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0)));
	mask-image: linear-gradient(to bottom, #000 0, rgba(255, 255, 255, 0.98) 60%, rgba(255, 255, 255, 0) 100%);
}

.l-header {
	position: fixed;
	padding: 2.4rem;
}

.l-footer {
	padding: 12rem 0 5rem;
}

.offset-md-1 {
	margin-left: calc(var(--wrapper) / 12 * 1);
}

.offset-md-2 {
	margin-left: calc(var(--wrapper) / 12 * 2);
}

.offset-md-3 {
	margin-left: calc(var(--wrapper) / 12 * 3);
}

.offset-md-4 {
	margin-left: calc(var(--wrapper) / 12 * 4);
}

.offset-md-5 {
	margin-left: calc(var(--wrapper) / 12 * 5);
}

.offset-md-6 {
	margin-left: calc(var(--wrapper) / 12 * 6);
}

.offset-md-7 {
	margin-left: calc(var(--wrapper) / 12 * 7);
}

.offset-md-8 {
	margin-left: calc(var(--wrapper) / 12 * 8);
}

.offset-md-9 {
	margin-left: calc(var(--wrapper) / 12 * 9);
}

.offset-md-10 {
	margin-left: calc(var(--wrapper) / 12 * 10);
}

.offset-md-11 {
	margin-left: calc(var(--wrapper) / 12 * 11);
}

.offset-md-12 {
	margin-left: calc(var(--wrapper) / 12 * 12);
}

.col-md-1 {
	width: calc(var(--wrapper) / 12 * 1);
}

.col-md-2 {
	width: calc(var(--wrapper) / 12 * 2);
}

.col-md-3 {
	width: calc(var(--wrapper) / 12 * 3);
}

.col-md-4 {
	width: calc(var(--wrapper) / 12 * 4);
}

.col-md-5 {
	width: calc(var(--wrapper) / 12 * 5);
}

.col-md-6 {
	width: calc(var(--wrapper) / 12 * 6);
}

.col-md-7 {
	width: calc(var(--wrapper) / 12 * 7);
}

.col-md-8 {
	width: calc(var(--wrapper) / 12 * 8);
}

.col-md-9 {
	width: calc(var(--wrapper) / 12 * 9);
}

.col-md-10 {
	width: calc(var(--wrapper) / 12 * 10);
}

.col-md-11 {
	width: calc(var(--wrapper) / 12 * 11);
}

.col-md-12 {
	width: calc(var(--wrapper) / 12 * 12);
}

.grid-md-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.heading-primary {
	font-size: 3.6rem;
}

.heading-secondary {
	font-size: 2.8rem;
}

.heading-secondary--pl-0 {
	padding-left: 0;
}

.heading-tertiary {
	font-size: 2rem;
	padding-left: calc(var(--wrapper) / 12 * 0.5);
}

.text-base {
	font-size: 1.8rem;
}

.text-base--sm {
	font-size: 1.6rem;
}

.text-base--xsm {
	font-size: 1.5rem;
}

.text-base p:not(:last-child),
.text-base ol:not(:last-child),
.text-base ul:not(:last-child) {
	margin-bottom: 2.222222em;
}

.text-lg {
	font-size: 2rem;
}

.text-link {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.text-link:hover {
	color: rgba(23, 42, 136, 0.5);
}

.list__item {
	font-size: 1.8rem;
}

.list-table {
	padding: 14px 13px 13px;
}

.list-table__label {
	margin-bottom: 0;
	width: 9em;
}

.list-2__item::before {
	margin-right: 16px;
}

.button-primary {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary:hover {
	background: #000;
	border-color: #000;
}

.button-tertiary:hover {
	text-decoration: none;
}

.header-logo {
	width: 13.2rem;
}

.header-logo.is-small {
	width: 9.9rem;
}

.global-navi__item--button .global-navi__link {
	width: 100%;
	padding: 1.2rem 2rem;
}

.global-navi__link {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.global-navi__link:hover {
	color: rgba(23, 42, 136, 0.5);
}

.footer {
	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: 0 2rem;
}

.footer-link {
	gap: 2.8rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-link__item a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-link__item a:hover {
	text-decoration: none;
	color: rgba(23, 42, 136, 0.5);
}

.copyright {
	margin-top: 0;
	text-align: left;
}

.mainvisual {
	min-height: 100svh;
	padding: 130px 0;
}

.mainvisual-posts {
	padding-top: 180px;
	padding-bottom: 120px;
}

.mainvisual-posts__swiper-wrap {
	left: -1em;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: calc(50% + 50vw + 1em);
}

.mainvisual-posts__swiper {
	width: calc(100% - 40px);
	max-width: 1400px;
	padding-top: 60px !important;
	margin-left: 0 !important;
}

.mainvisual-posts__navi .swiper-button-prev,
.mainvisual-posts__navi .swiper-button-next {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual-posts__navi .swiper-button-prev:hover,
.mainvisual-posts__navi .swiper-button-next:hover {
	background: #000;
}

.label-section {
	margin-bottom: 40px;
}

.article-list-simple-wrap {
	display: grid;
	grid-template-columns: auto auto 1fr;
}

.article-list-simple {
	padding: 0;
	display: grid;
	grid-template-columns: subgrid;
	grid-column: 1/-1;
	gap: 16px;
}

.article-list-simple__title {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.8rem;
	padding: 38px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-list-simple__title:hover {
	opacity: 0.6;
}

.top-banners {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 8rem;
}

.top-banners__item {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.top-banners__item:hover {
	opacity: 0.6;
}

.page-link__content {
	padding: 3.6rem 2rem 9.8rem;
}

.faq:not(:last-child) {
	margin-bottom: 2.8rem;
}

.faq__question button {
	font-size: 2rem;
	padding: 1.35rem 7rem 1.35rem 2.4rem;
}

.faq__question button:hover .js-accordion-icon {
	background: #000;
}

.faq__question button span {
	font-size: 2.6rem;
	margin-right: 1.2rem;
}

.faq__question img {
	width: 4.6rem;
}

.faq__answer {
	padding: 2.5rem 2.8rem;
}

.breadcrumb {
	margin-top: 0;
}

.page-head {
	padding: 18.8rem 0 3.8rem;
	margin-bottom: 100px;
}

.page-head__info {
	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;
}

.page-title {
	font-size: 5.6rem;
}

.mw_wp_form_confirm .form__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 0;
}

.mw_wp_form_confirm .form__item .col-12.col-lg-10.offset-lg-1 {
	width: 200px;
	margin-left: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mw_wp_form_confirm .form__item .col-11.col-lg-8.mx-auto {
	width: calc(100% - 200px);
}

.form__label {
	padding-left: 75px;
}

.mw_wp_form_confirm .form__content {
	font-size: 1.8rem;
}

.mw_wp_form_confirm .form__content--content {
	font-size: 1.5rem;
}

.form__radio {
	gap: 15px 40px;
}

.form__radio .mwform-radio-field input + .mwform-radio-field-text {
	padding-left: 28px;
	font-size: 1.8rem;
}

.form__radio .mwform-radio-field input + .mwform-radio-field-text::before {
	width: 20px;
	height: 20px;
}

.form__radio .mwform-radio-field input + .mwform-radio-field-text::after {
	left: 5px;
}

.form__button {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

.form .input,
.form .textarea {
	font-size: 1.8rem;
}

.form .submit-btn {
	margin-left: auto;
	padding: 1.35em 3.57em 1.35em 1.35em;
	width: auto;
}

.form .submit-btn--back {
	padding: 1.35em 1.35em 1.35em 3.57em;
	margin-left: 0;
}

.pagination {
	gap: 8px;
	margin-top: 113px;
}

.pagination .page-numbers:not(.prev,
.next,
.current,
.dots) {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagination .page-numbers:not(.prev,
.next,
.current,
.dots):hover {
	opacity: 0.6;
}

.side-navi__item a {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.side-navi__item a:hover {
	color: rgba(23, 42, 136, 0.5);
}

.box {
	padding: 28px 32px;
}

.judge-member-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.judge-member-wrap:not(:last-child) {
	margin-bottom: 36px;
}

.judge-member-label {
	text-align: center;
	width: 3rem;
	height: 100%;
	margin-bottom: 0;
}

.judge-member:not(:last-child) {
	margin-bottom: 12px;
}

.judge-member {
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
}

.judge-member__image {
	margin: 0;
}

.judge-member__name {
	font-size: 2.2rem;
}

.judge-member__description {
	font-size: 1.6rem;
}

.apply-buttons-wrap {
	grid-template-columns: repeat(auto-fill, minmax(33.2rem, 1fr));
}

.about-policy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-policy__content {
	margin-top: 31px;
	width: 55%;
}

.about-policy__image {
	width: 40%;
}

.grid-md-3col {
	grid-template-columns: repeat(3, 1fr);
}

.event-item__thumb:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.event-item__thumb img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.event-item__main {
	padding-top: 2rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.event-item__main:hover {
	opacity: 0.6;
}

.event-item__date span {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.event-item__date span + span::before {
	width: 2em;
	margin: 0 0.57em;
}

.event-item__head {
	font-size: 2rem;
}

.label-category {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.label-category:hover {
	background: #172A88;
	color: #FFF;
}

.label-status {
	bottom: -57.5px;
	right: -57.5px;
	width: 113px;
}

.label-status span {
	-webkit-transform: translateY(1em);
	transform: translateY(1em);
	font-size: 1.3rem;
}

.label-close span {
	font-size: 1.4rem;
}

.post-navi-child__item a:not(.post-navi-child__tag) {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-navi-child__item a:not(.post-navi-child__tag):hover {
	color: rgba(23, 42, 136, 0.5);
}

.post-navi-child__tag {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-navi-child__tag:hover {
	color: rgba(23, 42, 136, 0.5);
	text-decoration: none;
}

.article-list {
	padding: 4rem 0;
}

.article-list__info {
	margin-bottom: 1.2em;
}

.article-list__main {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.article-list__main:hover {
	opacity: 0.6;
}

.article-list__title {
	font-size: 2.4rem;
}

.post-head {
	margin-bottom: 50px;
}

.post-head__date span:not(:first-child)::before {
	width: 2em;
	margin: 0 0.57em;
}

.post-title {
	font-size: 3.6rem;
}

.join-buttons-wrap {
	gap: 40px 20px;
}

.join-buttons-wrap__item {
	width: calc((100% - 20px) / 2);
}

.join-buttons-wrap__item--wide {
	width: 100%;
	max-width: 500px;
}

.event-head {
	padding: 36px 20px;
}

.event-head::before,
.event-head::after {
	width: 50px;
	height: 12.8rem;
}

.event-head::before {
	border-top: 20px solid #BDFF7B;
	border-left: 20px solid #BDFF7B;
}

.event-head::after {
	border-bottom: 20px solid #BDFF7B;
	border-right: 20px solid #BDFF7B;
}

.event-head__main {
	font-size: 6.4rem;
}

.event-head__main span {
	font-size: 2.8rem;
}

.event-head__text {
	font-size: 2.8rem;
}

.card-1__item {
	padding: 28px;
	width: 50%;
}

.card-1__item:not(:first-child):nth-child(2n+1) {
	border-left: none;
}

.card-1__item--wide {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.card-1__item--wide .card-1__head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-1__item--wide .card-1__post {
	line-height: 1;
}

.card-1__item--wide .card-1__image {
	max-width: 15rem;
}

.card-1__image {
	margin-right: 0;
}

.wp-content h2 {
	font-size: 2.8rem;
}

.wp-content h3 {
	font-size: 2.6rem;
}

.wp-content h4 {
	font-size: 2rem;
}

.wp-content h5,
.wp-content h6 {
	font-size: 1.8rem;
}

.wp-content .button-download {
	padding: 16px 136px 16px 24px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.wp-content .button-download:hover {
	background: #000;
}

}

@media screen and (min-width: 1000px) {

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

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

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

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

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

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

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

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

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

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

.mr-lg-5 {
	margin-right: 5px !important;
}

.ml-lg-5 {
	margin-left: 5px !important;
}

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

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

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

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

.mr-lg-10 {
	margin-right: 10px !important;
}

.ml-lg-10 {
	margin-left: 10px !important;
}

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

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

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

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

.mr-lg-15 {
	margin-right: 15px !important;
}

.ml-lg-15 {
	margin-left: 15px !important;
}

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

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

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

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

.mr-lg-20 {
	margin-right: 20px !important;
}

.ml-lg-20 {
	margin-left: 20px !important;
}

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

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

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

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

.mr-lg-25 {
	margin-right: 25px !important;
}

.ml-lg-25 {
	margin-left: 25px !important;
}

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

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

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

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

.mr-lg-30 {
	margin-right: 30px !important;
}

.ml-lg-30 {
	margin-left: 30px !important;
}

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

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

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

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

.mr-lg-35 {
	margin-right: 35px !important;
}

.ml-lg-35 {
	margin-left: 35px !important;
}

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

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

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

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

.mr-lg-40 {
	margin-right: 40px !important;
}

.ml-lg-40 {
	margin-left: 40px !important;
}

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

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

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

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

.mr-lg-45 {
	margin-right: 45px !important;
}

.ml-lg-45 {
	margin-left: 45px !important;
}

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

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

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

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

.mr-lg-50 {
	margin-right: 50px !important;
}

.ml-lg-50 {
	margin-left: 50px !important;
}

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

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

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

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

.mr-lg-55 {
	margin-right: 55px !important;
}

.ml-lg-55 {
	margin-left: 55px !important;
}

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

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

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

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

.mr-lg-60 {
	margin-right: 60px !important;
}

.ml-lg-60 {
	margin-left: 60px !important;
}

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

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

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

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

.mr-lg-65 {
	margin-right: 65px !important;
}

.ml-lg-65 {
	margin-left: 65px !important;
}

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

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

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

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

.mr-lg-70 {
	margin-right: 70px !important;
}

.ml-lg-70 {
	margin-left: 70px !important;
}

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

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

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

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

.mr-lg-75 {
	margin-right: 75px !important;
}

.ml-lg-75 {
	margin-left: 75px !important;
}

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

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

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

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

.mr-lg-80 {
	margin-right: 80px !important;
}

.ml-lg-80 {
	margin-left: 80px !important;
}

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

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

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

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

.mr-lg-85 {
	margin-right: 85px !important;
}

.ml-lg-85 {
	margin-left: 85px !important;
}

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

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

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

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

.mr-lg-90 {
	margin-right: 90px !important;
}

.ml-lg-90 {
	margin-left: 90px !important;
}

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

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

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

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

.mr-lg-95 {
	margin-right: 95px !important;
}

.ml-lg-95 {
	margin-left: 95px !important;
}

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

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

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

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

.mr-lg-100 {
	margin-right: 100px !important;
}

.ml-lg-100 {
	margin-left: 100px !important;
}

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

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

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

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

.mr-lg-260 {
	margin-right: 260px !important;
}

.ml-lg-260 {
	margin-left: 260px !important;
}

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

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

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

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

.mr-lg-290 {
	margin-right: 290px !important;
}

.ml-lg-290 {
	margin-left: 290px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-lg-5 {
	padding: 5px !important;
}

.pt-lg-5 {
	padding-top: 5px !important;
}

.pb-lg-5 {
	padding-bottom: 5px !important;
}

.pr-lg-5 {
	padding-right: 5px !important;
}

.pl-lg-5 {
	padding-left: 5px !important;
}

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

.py-lg-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.p-lg-10 {
	padding: 10px !important;
}

.pt-lg-10 {
	padding-top: 10px !important;
}

.pb-lg-10 {
	padding-bottom: 10px !important;
}

.pr-lg-10 {
	padding-right: 10px !important;
}

.pl-lg-10 {
	padding-left: 10px !important;
}

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

.py-lg-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.p-lg-15 {
	padding: 15px !important;
}

.pt-lg-15 {
	padding-top: 15px !important;
}

.pb-lg-15 {
	padding-bottom: 15px !important;
}

.pr-lg-15 {
	padding-right: 15px !important;
}

.pl-lg-15 {
	padding-left: 15px !important;
}

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

.py-lg-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.p-lg-20 {
	padding: 20px !important;
}

.pt-lg-20 {
	padding-top: 20px !important;
}

.pb-lg-20 {
	padding-bottom: 20px !important;
}

.pr-lg-20 {
	padding-right: 20px !important;
}

.pl-lg-20 {
	padding-left: 20px !important;
}

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

.py-lg-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p-lg-25 {
	padding: 25px !important;
}

.pt-lg-25 {
	padding-top: 25px !important;
}

.pb-lg-25 {
	padding-bottom: 25px !important;
}

.pr-lg-25 {
	padding-right: 25px !important;
}

.pl-lg-25 {
	padding-left: 25px !important;
}

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

.py-lg-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.p-lg-30 {
	padding: 30px !important;
}

.pt-lg-30 {
	padding-top: 30px !important;
}

.pb-lg-30 {
	padding-bottom: 30px !important;
}

.pr-lg-30 {
	padding-right: 30px !important;
}

.pl-lg-30 {
	padding-left: 30px !important;
}

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

.py-lg-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-lg-35 {
	padding: 35px !important;
}

.pt-lg-35 {
	padding-top: 35px !important;
}

.pb-lg-35 {
	padding-bottom: 35px !important;
}

.pr-lg-35 {
	padding-right: 35px !important;
}

.pl-lg-35 {
	padding-left: 35px !important;
}

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

.py-lg-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.p-lg-40 {
	padding: 40px !important;
}

.pt-lg-40 {
	padding-top: 40px !important;
}

.pb-lg-40 {
	padding-bottom: 40px !important;
}

.pr-lg-40 {
	padding-right: 40px !important;
}

.pl-lg-40 {
	padding-left: 40px !important;
}

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

.py-lg-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.p-lg-45 {
	padding: 45px !important;
}

.pt-lg-45 {
	padding-top: 45px !important;
}

.pb-lg-45 {
	padding-bottom: 45px !important;
}

.pr-lg-45 {
	padding-right: 45px !important;
}

.pl-lg-45 {
	padding-left: 45px !important;
}

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

.py-lg-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.p-lg-50 {
	padding: 50px !important;
}

.pt-lg-50 {
	padding-top: 50px !important;
}

.pb-lg-50 {
	padding-bottom: 50px !important;
}

.pr-lg-50 {
	padding-right: 50px !important;
}

.pl-lg-50 {
	padding-left: 50px !important;
}

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

.py-lg-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.p-lg-55 {
	padding: 55px !important;
}

.pt-lg-55 {
	padding-top: 55px !important;
}

.pb-lg-55 {
	padding-bottom: 55px !important;
}

.pr-lg-55 {
	padding-right: 55px !important;
}

.pl-lg-55 {
	padding-left: 55px !important;
}

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

.py-lg-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.p-lg-60 {
	padding: 60px !important;
}

.pt-lg-60 {
	padding-top: 60px !important;
}

.pb-lg-60 {
	padding-bottom: 60px !important;
}

.pr-lg-60 {
	padding-right: 60px !important;
}

.pl-lg-60 {
	padding-left: 60px !important;
}

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

.py-lg-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p-lg-65 {
	padding: 65px !important;
}

.pt-lg-65 {
	padding-top: 65px !important;
}

.pb-lg-65 {
	padding-bottom: 65px !important;
}

.pr-lg-65 {
	padding-right: 65px !important;
}

.pl-lg-65 {
	padding-left: 65px !important;
}

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

.py-lg-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.p-lg-70 {
	padding: 70px !important;
}

.pt-lg-70 {
	padding-top: 70px !important;
}

.pb-lg-70 {
	padding-bottom: 70px !important;
}

.pr-lg-70 {
	padding-right: 70px !important;
}

.pl-lg-70 {
	padding-left: 70px !important;
}

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

.py-lg-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.p-lg-75 {
	padding: 75px !important;
}

.pt-lg-75 {
	padding-top: 75px !important;
}

.pb-lg-75 {
	padding-bottom: 75px !important;
}

.pr-lg-75 {
	padding-right: 75px !important;
}

.pl-lg-75 {
	padding-left: 75px !important;
}

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

.py-lg-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.p-lg-80 {
	padding: 80px !important;
}

.pt-lg-80 {
	padding-top: 80px !important;
}

.pb-lg-80 {
	padding-bottom: 80px !important;
}

.pr-lg-80 {
	padding-right: 80px !important;
}

.pl-lg-80 {
	padding-left: 80px !important;
}

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

.py-lg-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.p-lg-85 {
	padding: 85px !important;
}

.pt-lg-85 {
	padding-top: 85px !important;
}

.pb-lg-85 {
	padding-bottom: 85px !important;
}

.pr-lg-85 {
	padding-right: 85px !important;
}

.pl-lg-85 {
	padding-left: 85px !important;
}

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

.py-lg-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.p-lg-90 {
	padding: 90px !important;
}

.pt-lg-90 {
	padding-top: 90px !important;
}

.pb-lg-90 {
	padding-bottom: 90px !important;
}

.pr-lg-90 {
	padding-right: 90px !important;
}

.pl-lg-90 {
	padding-left: 90px !important;
}

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

.py-lg-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.p-lg-95 {
	padding: 95px !important;
}

.pt-lg-95 {
	padding-top: 95px !important;
}

.pb-lg-95 {
	padding-bottom: 95px !important;
}

.pr-lg-95 {
	padding-right: 95px !important;
}

.pl-lg-95 {
	padding-left: 95px !important;
}

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

.py-lg-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.p-lg-100 {
	padding: 100px !important;
}

.pt-lg-100 {
	padding-top: 100px !important;
}

.pb-lg-100 {
	padding-bottom: 100px !important;
}

.pr-lg-100 {
	padding-right: 100px !important;
}

.pl-lg-100 {
	padding-left: 100px !important;
}

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

.py-lg-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.p-lg-260 {
	padding: 260px !important;
}

.pt-lg-260 {
	padding-top: 260px !important;
}

.pb-lg-260 {
	padding-bottom: 260px !important;
}

.pr-lg-260 {
	padding-right: 260px !important;
}

.pl-lg-260 {
	padding-left: 260px !important;
}

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

.py-lg-260 {
	padding-top: 260px !important;
	padding-bottom: 260px !important;
}

.p-lg-290 {
	padding: 290px !important;
}

.pt-lg-290 {
	padding-top: 290px !important;
}

.pb-lg-290 {
	padding-bottom: 290px !important;
}

.pr-lg-290 {
	padding-right: 290px !important;
}

.pl-lg-290 {
	padding-left: 290px !important;
}

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

.py-lg-290 {
	padding-top: 290px !important;
	padding-bottom: 290px !important;
}

.gap-lg-0 {
	gap: 0px;
}

.gap-lg-x-0 {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.gap-lg-y-0 {
	row-gap: 0px;
}

.gap-lg-5 {
	gap: 5px;
}

.gap-lg-x-5 {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.gap-lg-y-5 {
	row-gap: 5px;
}

.gap-lg-10 {
	gap: 10px;
}

.gap-lg-x-10 {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-lg-y-10 {
	row-gap: 10px;
}

.gap-lg-15 {
	gap: 15px;
}

.gap-lg-x-15 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.gap-lg-y-15 {
	row-gap: 15px;
}

.gap-lg-20 {
	gap: 20px;
}

.gap-lg-x-20 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-lg-y-20 {
	row-gap: 20px;
}

.gap-lg-25 {
	gap: 25px;
}

.gap-lg-x-25 {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-lg-y-25 {
	row-gap: 25px;
}

.gap-lg-30 {
	gap: 30px;
}

.gap-lg-x-30 {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-lg-y-30 {
	row-gap: 30px;
}

.gap-lg-35 {
	gap: 35px;
}

.gap-lg-x-35 {
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.gap-lg-y-35 {
	row-gap: 35px;
}

.gap-lg-40 {
	gap: 40px;
}

.gap-lg-x-40 {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-lg-y-40 {
	row-gap: 40px;
}

.gap-lg-45 {
	gap: 45px;
}

.gap-lg-x-45 {
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.gap-lg-y-45 {
	row-gap: 45px;
}

.gap-lg-50 {
	gap: 50px;
}

.gap-lg-x-50 {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.gap-lg-y-50 {
	row-gap: 50px;
}

.gap-lg-55 {
	gap: 55px;
}

.gap-lg-x-55 {
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

.gap-lg-y-55 {
	row-gap: 55px;
}

.gap-lg-60 {
	gap: 60px;
}

.gap-lg-x-60 {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.gap-lg-y-60 {
	row-gap: 60px;
}

.gap-lg-65 {
	gap: 65px;
}

.gap-lg-x-65 {
	-webkit-column-gap: 65px;
	-moz-column-gap: 65px;
	column-gap: 65px;
}

.gap-lg-y-65 {
	row-gap: 65px;
}

.gap-lg-70 {
	gap: 70px;
}

.gap-lg-x-70 {
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
}

.gap-lg-y-70 {
	row-gap: 70px;
}

.gap-lg-75 {
	gap: 75px;
}

.gap-lg-x-75 {
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px;
}

.gap-lg-y-75 {
	row-gap: 75px;
}

.gap-lg-80 {
	gap: 80px;
}

.gap-lg-x-80 {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-lg-y-80 {
	row-gap: 80px;
}

.gap-lg-85 {
	gap: 85px;
}

.gap-lg-x-85 {
	-webkit-column-gap: 85px;
	-moz-column-gap: 85px;
	column-gap: 85px;
}

.gap-lg-y-85 {
	row-gap: 85px;
}

.gap-lg-90 {
	gap: 90px;
}

.gap-lg-x-90 {
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.gap-lg-y-90 {
	row-gap: 90px;
}

.gap-lg-95 {
	gap: 95px;
}

.gap-lg-x-95 {
	-webkit-column-gap: 95px;
	-moz-column-gap: 95px;
	column-gap: 95px;
}

.gap-lg-y-95 {
	row-gap: 95px;
}

.gap-lg-100 {
	gap: 100px;
}

.gap-lg-x-100 {
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.gap-lg-y-100 {
	row-gap: 100px;
}

.gap-lg-260 {
	gap: 260px;
}

.gap-lg-x-260 {
	-webkit-column-gap: 260px;
	-moz-column-gap: 260px;
	column-gap: 260px;
}

.gap-lg-y-260 {
	row-gap: 260px;
}

.gap-lg-290 {
	gap: 290px;
}

.gap-lg-x-290 {
	-webkit-column-gap: 290px;
	-moz-column-gap: 290px;
	column-gap: 290px;
}

.gap-lg-y-290 {
	row-gap: 290px;
}

.l-navi {
	padding: 0;
	display: block;
	position: relative;
	width: auto;
	height: auto;
	background: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 3.2rem;
}

.l-wrapper {
	width: var(--wrapper);
}

.l-float-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.l-float-2col--row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.l-float-2col__side__inner {
	position: sticky;
	top: 80px;
	right: 0;
	height: calc(100vh - 80px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-float-2col__main {
	border-right: 1px solid #172A88;
}

.offset-lg-1 {
	margin-left: calc(var(--wrapper) / 12 * 1);
}

.offset-lg-2 {
	margin-left: calc(var(--wrapper) / 12 * 2);
}

.offset-lg-3 {
	margin-left: calc(var(--wrapper) / 12 * 3);
}

.offset-lg-4 {
	margin-left: calc(var(--wrapper) / 12 * 4);
}

.offset-lg-5 {
	margin-left: calc(var(--wrapper) / 12 * 5);
}

.offset-lg-6 {
	margin-left: calc(var(--wrapper) / 12 * 6);
}

.offset-lg-7 {
	margin-left: calc(var(--wrapper) / 12 * 7);
}

.offset-lg-8 {
	margin-left: calc(var(--wrapper) / 12 * 8);
}

.offset-lg-9 {
	margin-left: calc(var(--wrapper) / 12 * 9);
}

.offset-lg-10 {
	margin-left: calc(var(--wrapper) / 12 * 10);
}

.offset-lg-11 {
	margin-left: calc(var(--wrapper) / 12 * 11);
}

.offset-lg-12 {
	margin-left: calc(var(--wrapper) / 12 * 12);
}

.col-lg-1 {
	width: calc(var(--wrapper) / 12 * 1);
}

.col-lg-2 {
	width: calc(var(--wrapper) / 12 * 2);
}

.col-lg-3 {
	width: calc(var(--wrapper) / 12 * 3);
}

.col-lg-4 {
	width: calc(var(--wrapper) / 12 * 4);
}

.col-lg-5 {
	width: calc(var(--wrapper) / 12 * 5);
}

.col-lg-6 {
	width: calc(var(--wrapper) / 12 * 6);
}

.col-lg-7 {
	width: calc(var(--wrapper) / 12 * 7);
}

.col-lg-8 {
	width: calc(var(--wrapper) / 12 * 8);
}

.col-lg-9 {
	width: calc(var(--wrapper) / 12 * 9);
}

.col-lg-10 {
	width: calc(var(--wrapper) / 12 * 10);
}

.col-lg-11 {
	width: calc(var(--wrapper) / 12 * 11);
}

.col-lg-12 {
	width: calc(var(--wrapper) / 12 * 12);
}

.heading-secondary {
	padding-left: 50px;
}

.heading-secondary--pl-0 {
	padding-left: 0;
}

.heading-tertiary {
	padding-left: 75px;
}

.list-table__label {
	width: 11.7em;
}

.menu-btn {
	display: none;
}

.global-navi {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 3.2rem;
	width: auto;
	height: auto;
	font-size: 1.4rem;
}

.global-navi__link--blue {
	padding-left: 2rem;
	padding-right: 2rem;
}

.global-navi__link--blue:hover {
	background: #000;
	color: #FFF;
}

.section-border::before {
	width: calc(100% - 40px);
}

.page-link__item:nth-child(odd) {
	border-right: 1px solid #172A88;
}

.page-link__item:nth-child(odd) .page-link__content {
	padding-left: 0;
}

.page-link__item:nth-child(even) .page-link__content {
	padding-right: 0;
}

.figure-schedule {
	width: 97.3%;
	margin-left: auto;
	margin-right: 0;
	-webkit-transform: translateX(0.8rem);
	transform: translateX(0.8rem);
}

.mw_wp_form_confirm .form {
	max-width: calc(var(--wrapper) / 12 * 8);
}

.side-navi {
	display: block;
	padding: 84px 0;
	border-bottom: none;
}

.side-navi__item {
	width: 100%;
}

.side-navi__item.is-current::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 23px;
	height: 23px;
	background: url(../img/bg_body.png) repeat left top/640px auto;
	border-radius: 50px;
}

.side-navi__item.is-current::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 11px;
	height: 11px;
	background: #172A88;
	border-radius: 50px;
}

.side-navi__item.is-current a {
	text-decoration-color: #BDFF7B;
}

.judge-member-label {
	margin-left: 50px;
}

.post-navi {
	display: block;
	padding: 63px 0;
	border-top: none;
}

.post-navi__item:not(:last-child) {
	margin-bottom: 6.4rem;
}

.post-navi-child {
	display: block;
}

.post-navi-child__item {
	width: 100%;
}

}

@media screen and (min-width: 1000px) and (max-width: 1250px) {

.judge-member__main {
	padding-left: 20px;
}

}

@media screen and (min-width: 1480px) {

:root {
	--wrapper: 1400px;
}

}

@media screen and (max-width: 679px) {

.text-sp-left {
	text-align: left;
}

.text-sp-center {
	text-align: center;
}

.text-sp-right {
	text-align: right;
}

}

@-webkit-keyframes circle {

0% {
	stroke-dasharray: 0 44;
}

100% {
	stroke-dasharray: 44 44;
}

}

@keyframes circle {

0% {
	stroke-dasharray: 0 44;
}

100% {
	stroke-dasharray: 44 44;
}

}

@-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);
}

}

