@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@keyframes show {
  0% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes hide {
  0% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
html {
  height: 100%;
}
html.is-fixed {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

body {
  position: relative;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #313131;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  display: block;
  color: #743C3C;
  transition: 0.3s;
}
a:hover {
  color: #E89728;
}
a.is-external::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.5 11.5' fill='inherit'%3E%3Cpath d='M9.25,5.83a.5.5,0,0,0-.5.5v3.5a.68.68,0,0,1-.67.67H1.67a.63.63,0,0,1-.47-.2A.63.63,0,0,1,1,9.83V3.42A.63.63,0,0,1,1.2,3a.63.63,0,0,1,.47-.2h3.5a.5.5,0,0,0,0-1H1.67A1.67,1.67,0,0,0,0,3.42V9.83A1.67,1.67,0,0,0,1.67,11.5H8.08A1.67,1.67,0,0,0,9.75,9.83V6.33A.5.5,0,0,0,9.25,5.83Z'/%3E%3Cpath d='M11.46.31a.36.36,0,0,0-.11-.16A.36.36,0,0,0,11.19,0,.43.43,0,0,0,11,0H7.5A.5.5,0,0,0,7,.5a.5.5,0,0,0,.5.5H9.79L4.23,6.56a.5.5,0,0,0,.71.71L10.5,1.71V4a.5.5,0,0,0,1,0V.5A.43.43,0,0,0,11.46.31Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
  transform: translateY(-0.13em);
}
a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

svg,
img,
embed,
object,
iframe {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: bold;
}

.block {
  max-width: 100%;
}
.block:not(:first-of-type) {
  margin-top: 24px;
}

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

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

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

@media screen and (max-width: 1400px) {
  .m-0-lg {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-0-lg-over {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .m-0-md {
    margin: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .m-0-md-over {
    margin: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .m-0-sm {
    margin: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .m-0-sm-over {
    margin: 0 !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .mt-0-lg {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .mt-0-lg-over {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-0-md {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-0-md-over {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-0-sm {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-0-sm-over {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .mr-0-lg {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .mr-0-lg-over {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-0-md {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-0-md-over {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-0-sm {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-0-sm-over {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .mb-0-lg {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .mb-0-lg-over {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-0-md {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-0-md-over {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-0-sm {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-0-sm-over {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .ml-0-lg {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .ml-0-lg-over {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-0-md {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-0-md-over {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-0-sm {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-0-sm-over {
    margin-left: 0 !important;
  }
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 1400px) {
  .mx-0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .mx-0-lg-over {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-0-md-over {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-0-sm-over {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1400px) {
  .my-0-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .my-0-lg-over {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .my-0-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .my-0-md-over {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .my-0-sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .my-0-sm-over {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .m-1-lg {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-1-lg-over {
    margin: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-1-md {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-1-md-over {
    margin: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-1-sm {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-1-sm-over {
    margin: 1rem !important;
  }
}
.mt-1 {
  margin-top: 1rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .mt-1-lg {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mt-1-lg-over {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-1-md {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-1-md-over {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-1-sm {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-1-sm-over {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mr-1-lg {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mr-1-lg-over {
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-1-md {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-1-md-over {
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-1-sm {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-1-sm-over {
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mb-1-lg {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mb-1-lg-over {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-1-md {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-1-md-over {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-1-sm {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-1-sm-over {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .ml-1-lg {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .ml-1-lg-over {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-1-md {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-1-md-over {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-1-sm {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-1-sm-over {
    margin-left: 1rem !important;
  }
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

@media screen and (max-width: 1400px) {
  .mx-1-lg {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mx-1-lg-over {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-1-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-1-md-over {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-1-sm {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-1-sm-over {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 1400px) {
  .my-1-lg {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .my-1-lg-over {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-1-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-1-md-over {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-1-sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-1-sm-over {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .m-2-lg {
    margin: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-2-lg-over {
    margin: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-2-md {
    margin: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-2-md-over {
    margin: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-2-sm {
    margin: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-2-sm-over {
    margin: 2rem !important;
  }
}
.mt-2 {
  margin-top: 2rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .mt-2-lg {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mt-2-lg-over {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-2-md {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-2-md-over {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-2-sm {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-2-sm-over {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mr-2-lg {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mr-2-lg-over {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-2-md {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-2-md-over {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-2-sm {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-2-sm-over {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mb-2-lg {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mb-2-lg-over {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-2-md {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-2-md-over {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-2-sm {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-2-sm-over {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .ml-2-lg {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .ml-2-lg-over {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-2-md {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-2-md-over {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-2-sm {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-2-sm-over {
    margin-left: 2rem !important;
  }
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

@media screen and (max-width: 1400px) {
  .mx-2-lg {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mx-2-lg-over {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-2-md {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-2-md-over {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-2-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-2-sm-over {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 1400px) {
  .my-2-lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .my-2-lg-over {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-2-md {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-2-md-over {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-2-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-2-sm-over {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .m-3-lg {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-3-lg-over {
    margin: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-3-md {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-3-md-over {
    margin: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-3-sm {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-3-sm-over {
    margin: 3rem !important;
  }
}
.mt-3 {
  margin-top: 3rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .mt-3-lg {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mt-3-lg-over {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-3-md {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-3-md-over {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-3-sm {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-3-sm-over {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mr-3-lg {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mr-3-lg-over {
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-3-md {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-3-md-over {
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-3-sm {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-3-sm-over {
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mb-3-lg {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mb-3-lg-over {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-3-md {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-3-md-over {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-3-sm {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-3-sm-over {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .ml-3-lg {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .ml-3-lg-over {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-3-md {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-3-md-over {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-3-sm {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-3-sm-over {
    margin-left: 3rem !important;
  }
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

@media screen and (max-width: 1400px) {
  .mx-3-lg {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mx-3-lg-over {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-3-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-3-md-over {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-3-sm {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-3-sm-over {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 1400px) {
  .my-3-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .my-3-lg-over {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-3-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-3-md-over {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-3-sm {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-3-sm-over {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .m-4-lg {
    margin: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-4-lg-over {
    margin: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-4-md {
    margin: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-4-md-over {
    margin: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-4-sm {
    margin: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-4-sm-over {
    margin: 4rem !important;
  }
}
.mt-4 {
  margin-top: 4rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .mt-4-lg {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mt-4-lg-over {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-4-md {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-4-md-over {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-4-sm {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-4-sm-over {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mr-4-lg {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mr-4-lg-over {
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-4-md {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-4-md-over {
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-4-sm {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-4-sm-over {
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mb-4-lg {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mb-4-lg-over {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-4-md {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-4-md-over {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-4-sm {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-4-sm-over {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .ml-4-lg {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .ml-4-lg-over {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-4-md {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-4-md-over {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-4-sm {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-4-sm-over {
    margin-left: 4rem !important;
  }
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

@media screen and (max-width: 1400px) {
  .mx-4-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mx-4-lg-over {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-4-md {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-4-md-over {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-4-sm {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-4-sm-over {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

@media screen and (max-width: 1400px) {
  .my-4-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .my-4-lg-over {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-4-md {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-4-md-over {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-4-sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-4-sm-over {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .m-5-lg {
    margin: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-5-lg-over {
    margin: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-5-md {
    margin: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-5-md-over {
    margin: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-5-sm {
    margin: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-5-sm-over {
    margin: 5rem !important;
  }
}
.mt-5 {
  margin-top: 5rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .mt-5-lg {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mt-5-lg-over {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-5-md {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-5-md-over {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-5-sm {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-5-sm-over {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mr-5-lg {
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mr-5-lg-over {
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-5-md {
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-5-md-over {
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-5-sm {
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-5-sm-over {
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mb-5-lg {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mb-5-lg-over {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-5-md {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-5-md-over {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-5-sm {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-5-sm-over {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .ml-5-lg {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .ml-5-lg-over {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-5-md {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-5-md-over {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-5-sm {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-5-sm-over {
    margin-left: 5rem !important;
  }
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

@media screen and (max-width: 1400px) {
  .mx-5-lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mx-5-lg-over {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-5-md {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-5-md-over {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-5-sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-5-sm-over {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 1400px) {
  .my-5-lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .my-5-lg-over {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-5-md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-5-md-over {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-5-sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-5-sm-over {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .m-6-lg {
    margin: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-6-lg-over {
    margin: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-6-md {
    margin: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-6-md-over {
    margin: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-6-sm {
    margin: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-6-sm-over {
    margin: 6rem !important;
  }
}
.mt-6 {
  margin-top: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

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

.ml-6 {
  margin-left: 6rem !important;
}

@media screen and (max-width: 1400px) {
  .mt-6-lg {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mt-6-lg-over {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-6-md {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-6-md-over {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-6-sm {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-6-sm-over {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mr-6-lg {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mr-6-lg-over {
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-6-md {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-6-md-over {
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-6-sm {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-6-sm-over {
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .mb-6-lg {
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mb-6-lg-over {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-6-md {
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-6-md-over {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-6-sm {
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-6-sm-over {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .ml-6-lg {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .ml-6-lg-over {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-6-md {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-6-md-over {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-6-sm {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-6-sm-over {
    margin-left: 6rem !important;
  }
}
.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

@media screen and (max-width: 1400px) {
  .mx-6-lg {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .mx-6-lg-over {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-6-md {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-6-md-over {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-6-sm {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-6-sm-over {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

@media screen and (max-width: 1400px) {
  .my-6-lg {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .my-6-lg-over {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-6-md {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-6-md-over {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-6-sm {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-6-sm-over {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .m-auto-lg {
    margin: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-auto-lg-over {
    margin: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .m-auto-md {
    margin: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .m-auto-md-over {
    margin: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .m-auto-sm {
    margin: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .m-auto-sm-over {
    margin: auto !important;
  }
}
.mt-auto {
  margin-top: auto !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .mt-auto-lg {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .mt-auto-lg-over {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-auto-md {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-auto-md-over {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-auto-sm {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-auto-sm-over {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  .mr-auto-lg {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .mr-auto-lg-over {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-auto-md {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-auto-md-over {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-auto-sm {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-auto-sm-over {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  .mb-auto-lg {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .mb-auto-lg-over {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-auto-md {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-auto-md-over {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-auto-sm {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-auto-sm-over {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  .ml-auto-lg {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .ml-auto-lg-over {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-auto-md {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-auto-md-over {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-auto-sm {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-auto-sm-over {
    margin-left: auto !important;
  }
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 1400px) {
  .mx-auto-lg {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .mx-auto-lg-over {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-auto-md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-auto-md-over {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-auto-sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-auto-sm-over {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media screen and (max-width: 1400px) {
  .my-auto-lg {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .my-auto-lg-over {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .my-auto-md {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .my-auto-md-over {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .my-auto-sm {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .my-auto-sm-over {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

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

@media screen and (max-width: 1400px) {
  .p-0-lg {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-0-lg-over {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-0-md {
    padding: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .p-0-md-over {
    padding: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .p-0-sm {
    padding: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .p-0-sm-over {
    padding: 0 !important;
  }
}
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .pt-0-lg {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .pt-0-lg-over {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-0-md {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-0-md-over {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-0-sm {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-0-sm-over {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .pr-0-lg {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .pr-0-lg-over {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-0-md {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-0-md-over {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-0-sm {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-0-sm-over {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .pb-0-lg {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .pb-0-lg-over {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-0-md {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-0-md-over {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-0-sm {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-0-sm-over {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .pl-0-lg {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .pl-0-lg-over {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-0-md {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-0-md-over {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-0-sm {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-0-sm-over {
    padding-left: 0 !important;
  }
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 1400px) {
  .px-0-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .px-0-lg-over {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .px-0-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .px-0-md-over {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .px-0-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .px-0-sm-over {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1400px) {
  .py-0-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .py-0-lg-over {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .py-0-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .py-0-md-over {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .py-0-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .py-0-sm-over {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .p-1-lg {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-1-lg-over {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-1-md {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-1-md-over {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-1-sm {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-1-sm-over {
    padding: 1rem !important;
  }
}
.pt-1 {
  padding-top: 1rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .pt-1-lg {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pt-1-lg-over {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-1-md {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-1-md-over {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-1-sm {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-1-sm-over {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pr-1-lg {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pr-1-lg-over {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-1-md {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-1-md-over {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-1-sm {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-1-sm-over {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pb-1-lg {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pb-1-lg-over {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-1-md {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-1-md-over {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-1-sm {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-1-sm-over {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pl-1-lg {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pl-1-lg-over {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-1-md {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-1-md-over {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-1-sm {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-1-sm-over {
    padding-left: 1rem !important;
  }
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media screen and (max-width: 1400px) {
  .px-1-lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .px-1-lg-over {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-1-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-1-md-over {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-1-sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-1-sm-over {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media screen and (max-width: 1400px) {
  .py-1-lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .py-1-lg-over {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-1-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-1-md-over {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-1-sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-1-sm-over {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .p-2-lg {
    padding: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-2-lg-over {
    padding: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-2-md {
    padding: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-2-md-over {
    padding: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-2-sm {
    padding: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-2-sm-over {
    padding: 2rem !important;
  }
}
.pt-2 {
  padding-top: 2rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .pt-2-lg {
    padding-top: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pt-2-lg-over {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-2-md {
    padding-top: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-2-md-over {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-2-sm {
    padding-top: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-2-sm-over {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pr-2-lg {
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pr-2-lg-over {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-2-md {
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-2-md-over {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-2-sm {
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-2-sm-over {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pb-2-lg {
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pb-2-lg-over {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-2-md {
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-2-md-over {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-2-sm {
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-2-sm-over {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pl-2-lg {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pl-2-lg-over {
    padding-left: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-2-md {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-2-md-over {
    padding-left: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-2-sm {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-2-sm-over {
    padding-left: 2rem !important;
  }
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media screen and (max-width: 1400px) {
  .px-2-lg {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .px-2-lg-over {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-2-md {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-2-md-over {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-2-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-2-sm-over {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

@media screen and (max-width: 1400px) {
  .py-2-lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .py-2-lg-over {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-2-md {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-2-md-over {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-2-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-2-sm-over {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .p-3-lg {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-3-lg-over {
    padding: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-3-md {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-3-md-over {
    padding: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-3-sm {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-3-sm-over {
    padding: 3rem !important;
  }
}
.pt-3 {
  padding-top: 3rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .pt-3-lg {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pt-3-lg-over {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-3-md {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-3-md-over {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-3-sm {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-3-sm-over {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pr-3-lg {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pr-3-lg-over {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-3-md {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-3-md-over {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-3-sm {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-3-sm-over {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pb-3-lg {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pb-3-lg-over {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-3-md {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-3-md-over {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-3-sm {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-3-sm-over {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pl-3-lg {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pl-3-lg-over {
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-3-md {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-3-md-over {
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-3-sm {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-3-sm-over {
    padding-left: 3rem !important;
  }
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

@media screen and (max-width: 1400px) {
  .px-3-lg {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .px-3-lg-over {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-3-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-3-md-over {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-3-sm {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-3-sm-over {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media screen and (max-width: 1400px) {
  .py-3-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .py-3-lg-over {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-3-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-3-md-over {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-3-sm {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-3-sm-over {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .p-4-lg {
    padding: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-4-lg-over {
    padding: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-4-md {
    padding: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-4-md-over {
    padding: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-4-sm {
    padding: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-4-sm-over {
    padding: 4rem !important;
  }
}
.pt-4 {
  padding-top: 4rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .pt-4-lg {
    padding-top: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pt-4-lg-over {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-4-md {
    padding-top: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-4-md-over {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-4-sm {
    padding-top: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-4-sm-over {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pr-4-lg {
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pr-4-lg-over {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-4-md {
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-4-md-over {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-4-sm {
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-4-sm-over {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pb-4-lg {
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pb-4-lg-over {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-4-md {
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-4-md-over {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-4-sm {
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-4-sm-over {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pl-4-lg {
    padding-left: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pl-4-lg-over {
    padding-left: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-4-md {
    padding-left: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-4-md-over {
    padding-left: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-4-sm {
    padding-left: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-4-sm-over {
    padding-left: 4rem !important;
  }
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

@media screen and (max-width: 1400px) {
  .px-4-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .px-4-lg-over {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-4-md {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-4-md-over {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-4-sm {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-4-sm-over {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media screen and (max-width: 1400px) {
  .py-4-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .py-4-lg-over {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-4-md {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-4-md-over {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-4-sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-4-sm-over {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .p-5-lg {
    padding: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-5-lg-over {
    padding: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-5-md {
    padding: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-5-md-over {
    padding: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-5-sm {
    padding: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-5-sm-over {
    padding: 5rem !important;
  }
}
.pt-5 {
  padding-top: 5rem !important;
}

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

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

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

@media screen and (max-width: 1400px) {
  .pt-5-lg {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pt-5-lg-over {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-5-md {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-5-md-over {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-5-sm {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-5-sm-over {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pr-5-lg {
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pr-5-lg-over {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-5-md {
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-5-md-over {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-5-sm {
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-5-sm-over {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pb-5-lg {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pb-5-lg-over {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-5-md {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-5-md-over {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-5-sm {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-5-sm-over {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pl-5-lg {
    padding-left: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pl-5-lg-over {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-5-md {
    padding-left: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-5-md-over {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-5-sm {
    padding-left: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-5-sm-over {
    padding-left: 5rem !important;
  }
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

@media screen and (max-width: 1400px) {
  .px-5-lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .px-5-lg-over {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-5-md {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-5-md-over {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-5-sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-5-sm-over {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media screen and (max-width: 1400px) {
  .py-5-lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .py-5-lg-over {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-5-md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-5-md-over {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-5-sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-5-sm-over {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .p-6-lg {
    padding: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-6-lg-over {
    padding: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-6-md {
    padding: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-6-md-over {
    padding: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-6-sm {
    padding: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-6-sm-over {
    padding: 6rem !important;
  }
}
.pt-6 {
  padding-top: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

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

.pl-6 {
  padding-left: 6rem !important;
}

@media screen and (max-width: 1400px) {
  .pt-6-lg {
    padding-top: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pt-6-lg-over {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-6-md {
    padding-top: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-6-md-over {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-6-sm {
    padding-top: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-6-sm-over {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pr-6-lg {
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pr-6-lg-over {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-6-md {
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-6-md-over {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-6-sm {
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-6-sm-over {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pb-6-lg {
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pb-6-lg-over {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-6-md {
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-6-md-over {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-6-sm {
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-6-sm-over {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .pl-6-lg {
    padding-left: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .pl-6-lg-over {
    padding-left: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-6-md {
    padding-left: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-6-md-over {
    padding-left: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-6-sm {
    padding-left: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-6-sm-over {
    padding-left: 6rem !important;
  }
}
.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

@media screen and (max-width: 1400px) {
  .px-6-lg {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .px-6-lg-over {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-6-md {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-6-md-over {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-6-sm {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-6-sm-over {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

@media screen and (max-width: 1400px) {
  .py-6-lg {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .py-6-lg-over {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-6-md {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-6-md-over {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-6-sm {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-6-sm-over {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .p-auto-lg {
    padding: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-auto-lg-over {
    padding: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .p-auto-md {
    padding: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .p-auto-md-over {
    padding: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .p-auto-sm {
    padding: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .p-auto-sm-over {
    padding: auto !important;
  }
}
.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

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

.pl-auto {
  padding-left: auto !important;
}

@media screen and (max-width: 1400px) {
  .pt-auto-lg {
    padding-top: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .pt-auto-lg-over {
    padding-top: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-auto-md {
    padding-top: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-auto-md-over {
    padding-top: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-auto-sm {
    padding-top: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-auto-sm-over {
    padding-top: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  .pr-auto-lg {
    padding-right: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .pr-auto-lg-over {
    padding-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-auto-md {
    padding-right: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-auto-md-over {
    padding-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-auto-sm {
    padding-right: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-auto-sm-over {
    padding-right: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  .pb-auto-lg {
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .pb-auto-lg-over {
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-auto-md {
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-auto-md-over {
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-auto-sm {
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-auto-sm-over {
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  .pl-auto-lg {
    padding-left: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .pl-auto-lg-over {
    padding-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-auto-md {
    padding-left: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-auto-md-over {
    padding-left: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-auto-sm {
    padding-left: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-auto-sm-over {
    padding-left: auto !important;
  }
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

@media screen and (max-width: 1400px) {
  .px-auto-lg {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .px-auto-lg-over {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .px-auto-md {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .px-auto-md-over {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .px-auto-sm {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .px-auto-sm-over {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

@media screen and (max-width: 1400px) {
  .py-auto-lg {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .py-auto-lg-over {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .py-auto-md {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .py-auto-md-over {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .py-auto-sm {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .py-auto-sm-over {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
.text-centered {
  text-align: center !important;
}

.text-justified {
  text-align: justify !important;
}

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

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

@media screen and (max-width: 1400px) {
  .text-centered-lg {
    text-align: center !important;
  }
}
@media screen and (min-width: 1401px) {
  .text-centered-lg-over {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .text-centered-md {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) {
  .text-centered-md-over {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  .text-centered-sm {
    text-align: center !important;
  }
}
@media screen and (min-width: 481px) {
  .text-centered-sm-over {
    text-align: center !important;
  }
}
@media screen and (max-width: 1400px) {
  .text-justified-lg {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1401px) {
  .text-justified-lg-over {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .text-justified-md {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) {
  .text-justified-md-over {
    text-align: justify !important;
  }
}
@media screen and (max-width: 480px) {
  .text-justified-sm {
    text-align: justify !important;
  }
}
@media screen and (min-width: 481px) {
  .text-justified-sm-over {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1400px) {
  .text-left-lg {
    text-align: left !important;
  }
}
@media screen and (min-width: 1401px) {
  .text-left-lg-over {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) {
  .text-left-md-over {
    text-align: left !important;
  }
}
@media screen and (max-width: 480px) {
  .text-left-sm {
    text-align: left !important;
  }
}
@media screen and (min-width: 481px) {
  .text-left-sm-over {
    text-align: left !important;
  }
}
@media screen and (max-width: 1400px) {
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (min-width: 1401px) {
  .text-right-lg-over {
    text-align: right !important;
  }
}
@media screen and (max-width: 768px) {
  .text-right-md {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) {
  .text-right-md-over {
    text-align: right !important;
  }
}
@media screen and (max-width: 480px) {
  .text-right-sm {
    text-align: right !important;
  }
}
@media screen and (min-width: 481px) {
  .text-right-sm-over {
    text-align: right !important;
  }
}
.fz-1 {
  font-size: 45px;
}

.fz-2 {
  font-size: 36px;
}

.fz-3 {
  font-size: 31.5px;
}

.fz-4 {
  font-size: 27px;
}

.fz-5 {
  font-size: 22.5px;
}

.fz-6 {
  font-size: 18px;
}

.fz-small {
  font-size: 13.5px;
}

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

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

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

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

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

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

@media screen and (max-width: 1400px) {
  .d-block-lg {
    display: block !important;
  }
}
@media screen and (min-width: 1401px) {
  .d-block-lg-over {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-block-md {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-block-md-over {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .d-block-sm {
    display: block !important;
  }
}
@media screen and (min-width: 481px) {
  .d-block-sm-over {
    display: block !important;
  }
}
@media screen and (max-width: 1400px) {
  .d-flex-lg {
    display: flex !important;
  }
}
@media screen and (min-width: 1401px) {
  .d-flex-lg-over {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .d-flex-md {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) {
  .d-flex-md-over {
    display: flex !important;
  }
}
@media screen and (max-width: 480px) {
  .d-flex-sm {
    display: flex !important;
  }
}
@media screen and (min-width: 481px) {
  .d-flex-sm-over {
    display: flex !important;
  }
}
@media screen and (max-width: 1400px) {
  .d-inline-lg {
    display: inline !important;
  }
}
@media screen and (min-width: 1401px) {
  .d-inline-lg-over {
    display: inline !important;
  }
}
@media screen and (max-width: 768px) {
  .d-inline-md {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) {
  .d-inline-md-over {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  .d-inline-sm {
    display: inline !important;
  }
}
@media screen and (min-width: 481px) {
  .d-inline-sm-over {
    display: inline !important;
  }
}
@media screen and (max-width: 1400px) {
  .d-inline-block-lg {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1401px) {
  .d-inline-block-lg-over {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-inline-block-md {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-inline-block-md-over {
    display: inline-block !important;
  }
}
@media screen and (max-width: 480px) {
  .d-inline-block-sm {
    display: inline-block !important;
  }
}
@media screen and (min-width: 481px) {
  .d-inline-block-sm-over {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1400px) {
  .d-inline-flex-lg {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1401px) {
  .d-inline-flex-lg-over {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 768px) {
  .d-inline-flex-md {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) {
  .d-inline-flex-md-over {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 480px) {
  .d-inline-flex-sm {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 481px) {
  .d-inline-flex-sm-over {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1400px) {
  .d-none-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1401px) {
  .d-none-lg-over {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .d-none-md {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .d-none-md-over {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .d-none-sm {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .d-none-sm-over {
    display: none !important;
  }
}
.text-main {
  color: #6EC126;
}

.text-sub {
  color: #E3F5C6;
}

.text-accent {
  color: #FF6E6E;
}

.text-primary {
  color: #6EC126;
}

.text-secondary {
  color: #E3F5C6;
}

.text-success {
  color: #012F5E;
}

.text-danger {
  color: #e81818;
}

.text-warning {
  color: #FFF563;
}

.text-info {
  color: #012F5E;
}

.text-light {
  color: #f8f8f8;
}

.text-dark {
  color: #444;
}

.text-transparent {
  color: transparent;
}

.text-text {
  color: #313131;
}

.text-vio {
  color: #C09BDE;
}

.text-sky {
  color: #9BDADE;
}

.text-grn {
  color: #A9D97A;
}

.text-yel {
  color: #F0DF84;
}

.text-red {
  color: #E78692;
}

.text-org {
  color: #ECBA9D;
}

.text-pnk {
  color: #FFD8D8;
}

.text-blk {
  color: #111;
}

.text-gry {
  color: #E6E6E6;
}

.text-whe {
  color: #fff;
}

.bg-main {
  background-color: #6EC126;
}

.bg-sub {
  background-color: #E3F5C6;
}

.bg-accent {
  background-color: #FF6E6E;
}

.bg-primary {
  background-color: #6EC126;
}

.bg-secondary {
  background-color: #E3F5C6;
}

.bg-success {
  background-color: #012F5E;
}

.bg-danger {
  background-color: #e81818;
}

.bg-warning {
  background-color: #FFF563;
}

.bg-info {
  background-color: #012F5E;
}

.bg-light {
  background-color: #f8f8f8;
}

.bg-dark {
  background-color: #444;
}

.bg-transparent {
  background-color: transparent;
}

.bg-text {
  background-color: #313131;
}

.bg-vio {
  background-color: #C09BDE;
}

.bg-sky {
  background-color: #9BDADE;
}

.bg-grn {
  background-color: #A9D97A;
}

.bg-yel {
  background-color: #F0DF84;
}

.bg-red {
  background-color: #E78692;
}

.bg-org {
  background-color: #ECBA9D;
}

.bg-pnk {
  background-color: #FFD8D8;
}

.bg-blk {
  background-color: #111;
}

.bg-gry {
  background-color: #E6E6E6;
}

.bg-whe {
  background-color: #fff;
}

.l-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-height: 100%;
  transition: 0.3s;
}
.l-wrapper.has-sidebar {
  min-height: 100%;
  padding-left: 310px;
}
.l-wrapper.has-sidebar.is-sidebar-collapsed {
  padding-left: 50px;
}
.l-wrapper.has-sidebar .l-sidebar {
  display: flex;
}
.l-wrapper .l-header {
  grid-area: 1/1/2/2;
}
.l-wrapper .l-main {
  grid-area: 2/1/3/2;
}
.l-wrapper .l-footer {
  grid-area: 3/1/4/2;
}

.l-main {
  height: 100%;
  background: #E3F5C6;
}
.l-main__content {
  padding: 24px 0;
}

.l-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .l-container {
    padding: 0 24px;
  }
}
.l-container.is-wide {
  max-width: 1680px;
}
@media screen and (max-width: 1680px) {
  .l-container.is-wide {
    padding: 0 24px;
  }
}
.l-container.is-fluid {
  max-width: 100%;
  padding: 0 24px;
}

.l-container.is-wide.height-zero {
  max-height: 0;
}

.l-header {
  height: 70px;
  border-bottom: 1px solid #D8D8D8;
}
.l-header.-apply-page {
  height: auto;
}
.l-header.-apply-page .l-header__container {
  padding: 24px 0;
}
.l-header__container {
  display: flex;
  align-items: center;
  max-width: 1400px;
  height: 100%;
  padding: 10px 0;
  margin: 0 auto;
}
.l-header__container.is-fluid {
  width: 100%;
  padding: 10px 24px;
}
.l-header-logo {
  width: 270px;
  margin-right: 20px;
}
.l-header-logo__link {
  width: 100%;
}
.l-header__user {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  margin-left: auto;
}
.l-header__user .user-avatar {
  grid-area: 1/1/3/2;
  align-self: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.l-header__user .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.l-header__user .user-name {
  grid-area: 1/2/2/3;
  line-height: 1.5;
}
.l-header__user .user-company {
  grid-area: 2/2/3/3;
  color: #AEB3BB;
  line-height: 1.4;
}
.l-header-company__logo {
  margin-bottom: 12px;
}
.l-header-company__name {
  font-size: 24px;
}
.l-header-company__url {
  font-size: 20px;
  line-height: 1.4;
}

.l-footer {
  height: 50px;
  background: #fff;
  margin: auto 0 0 0;
}
.l-footer__container {
  display: flex;
  align-items: center;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.l-footer__container.is-fluid {
  width: 100%;
  padding: 0 24px;
}

.l-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  width: 310px;
  height: 100%;
  background: #fff;
  box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}
.l-sidebar.is-collapsed {
  width: 50px;
}
.l-sidebar.is-collapsed.is-fixed-open {
  width: 310px;
  min-height: 100%;
}
.l-sidebar.is-collapsed.is-fixed-open .l-sidebar-nav__link p {
  display: block;
}
.l-sidebar.is-collapsed.is-fixed-open .l-sidebar__btn p {
  margin-left: auto;
}
.l-sidebar.is-collapsed.is-fixed-open .l-sidebar__btn p:nth-of-type(1) {
  display: none;
}
.l-sidebar.is-collapsed.is-fixed-open .l-sidebar__btn p:nth-of-type(2) {
  display: block;
}
.l-sidebar.is-collapsed.is-fixed-open .l-sidebar__btn .bi:nth-of-type(1) {
  display: none;
}
.l-sidebar.is-collapsed.is-fixed-open .l-sidebar__btn .bi:nth-of-type(2) {
  display: block;
}
.l-sidebar.is-collapsed .l-sidebar-nav__link p {
  animation: hide 0.3s forwards;
}
.l-sidebar.is-collapsed .l-sidebar__btn p {
  width: 0;
  animation: hide 0.3s forwards;
}
.l-sidebar.is-collapsed .l-sidebar__btn .bi:nth-of-type(1) {
  display: none;
}
.l-sidebar.is-collapsed .l-sidebar__btn .bi:nth-of-type(2) {
  display: block;
}
.l-sidebar__header {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 12px 20px;
}
.l-sidebar-nav__item {
  border-bottom: 1px solid #fff;
}
.l-sidebar-nav__link {
  display: flex;
  align-items: center;
  min-height: 50px;
  background: #E6E6E6;
  color: inherit;
  font-size: 15px;
  padding: 0 16px;
}
.l-sidebar-nav__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.l-sidebar-nav__link .bi {
  flex: none;
  margin-right: 8px;
}
.l-sidebar-nav__link.is-current {
  background: #6EC126;
  color: #fff;
}
.l-sidebar-nav__link p {
  white-space: nowrap;
  transition: 0.3s;
}
.l-sidebar__footer {
  margin-top: auto;
}
.l-sidebar__btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #bbb;
  padding: 0 20px;
}
.l-sidebar__btn p {
  white-space: nowrap;
  margin-left: auto;
  transition: 0.3s;
}
.l-sidebar__btn .bi:nth-of-type(2) {
  display: none;
}

.c-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 72px;
  border-radius: 5em;
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
  color: #e81818;
  font-weight: bold;
  font-size: clamp(18px, 15.1035781544px + 0.0037664783 * 100vw, 20px);
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 56px;
    font-size: 16px;
    padding: 0 1em;
  }
}
.c-button:hover {
  opacity: 0.9;
  text-decoration: none;
}
.c-button.is-danger {
  background: #e81818;
  color: #fff;
}
.c-button small {
  line-height: 1;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-button small {
    font-size: 10px;
  }
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  background: #fff;
  border-bottom: 1px solid #D8D8D8;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 11px;
  }
}
.c-breadcrumb__item:not(:last-of-type) {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item:not(:last-of-type) {
    margin-right: 6px;
  }
}
.c-breadcrumb__item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.49 11' fill='%232E2F38'%3E%3Cpath d='M.84,10.87l5.48-5a.49.49,0,0,0,0-.74L.84.13A.5.5,0,0,0,.16.87L5.25,5.5.16,10.13a.5.5,0,1,0,.68.74Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item:not(:last-of-type)::after {
    width: 5px;
    height: 8px;
    margin-left: 6px;
  }
}
.c-panel {
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.1);
}
.c-panel.is-bordered {
  border: 1px solid #D8D8D8;
  box-shadow: none;
}
.c-panel.no-shadow {
  box-shadow: none;
}

.c-table {
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-table {
    font-size: 12px;
  }
}
.c-table.is-striped tbody tr:nth-child(even) th, .c-table.is-striped tbody tr:nth-child(even) td {
  background: #f8f8f8;
}
.c-table.is-striped tbody th {
  background: none;
}
.c-table.is-bordered tbody tr:first-child > *:first-child {
  border-radius: 10px 0 0 0;
}
.c-table.is-bordered tbody tr:first-child > *:last-child {
  border-radius: 0 10px 0 0;
}
.c-table__container--scrollable {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-table tbody tr:first-child th, .c-table tbody tr:first-child td {
  border-top: 1px solid #D8D8D8;
}
.c-table tbody th, .c-table tbody td {
  border-bottom: 1px solid #D8D8D8;
  padding: 0.75em 0.8em;
}
@media screen and (max-width: 768px) {
  .c-table tbody th, .c-table tbody td {
    padding: 0.5em;
  }
}
.c-table tbody th {
  background: #f8f8f8;
  border-right: 1px solid #D8D8D8;
  font-weight: normal;
  white-space: nowrap;
}

header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  transition: 0.3s;
}
header.is-scrolled {
  transform: translateY(-30px);
}
@media screen and (max-width: 1400px) {
  header.is-scrolled {
    transform: translateY(-24px);
  }
}
header.is-scrolled::before {
  content: none;
}
header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background-image: url(../images/slash_line.png);
  background-size: contain;
  background-position: left;
  background-repeat: repeat-x;
  z-index: 99;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  header::before {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  header::before {
    height: 20px;
  }
}
header .header__conteiner {
  display: flex;
  align-items: center;
  padding-top: 30px;
  width: 100%;
}
header .header-logo {
  flex: none;
  width: 8.9285714286%;
  max-width: 150px;
}
@media screen and (max-width: 1000px) {
  header .header-logo {
    width: 30%;
    max-width: 100px;
    z-index: 99;
  }
}
@media screen and (max-width: 768px) {
  header .header-logo {
    width: 22%;
    max-width: 80px;
  }
}
header .header-nav {
  flex: 1;
  margin-left: 5%;
}
@media screen and (max-width: 1000px) {
  header .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: 100svh;
    height: 100%;
    background: #fff;
    overflow: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    z-index: 98;
    transition: 0.3s;
  }
}
header .header-nav.is-open {
  opacity: 1;
  visibility: visible;
}
header .header-nav__list {
  display: flex;
  align-items: center;
  gap: 0 2vw;
}
@media screen and (max-width: 1000px) {
  header .header-nav__list {
    flex-direction: column;
    gap: 0;
    height: 100%;
    padding: 120px 0;
  }
}
header .header-nav__item {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  header .header-nav__item {
    margin-bottom: 20px;
  }
}
header .header-nav__item:last-child {
  width: 17.5595238095%;
  max-width: 295px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  header .header-nav__item:last-child {
    width: 80%;
    padding-bottom: 60px;
    margin: 10% auto 0;
  }
}
header .header-nav__item:last-child a {
  pointer-events: none;
}
header .header-nav__link {
  font-size: clamp(13px, -3.7391304348px + 0.016722408 * 100vw, 18px);
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  header .header-nav__link {
    font-size: 16px;
  }
}
header .header-nav__link.is-closed {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-self: center;
  pointer-events: none;
}
header .header-nav__link.is-closed::after {
  content: "じゅんびちゅう";
  display: inline-block;
  background: #888;
  border-radius: 3em;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 0.2rem 0.75rem;
}
@media screen and (max-width: 768px) {
  header .header-nav__link br {
    display: none;
  }
}
header .header__btn {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 0;
  outline: none;
  box-shadow: none;
  margin-left: auto;
  transition: 0.3s;
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  header .header__btn {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  header .header__btn {
    width: 40px;
    height: 40px;
  }
}
header .header__btn.is-active span {
  opacity: 0;
}
header .header__btn.is-active span:nth-child(2) {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
}
header .header__btn.is-active span:nth-child(3) {
  opacity: 1;
  transform: translateY(0) rotate(-45deg);
}
header .header__btn span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #743C3C;
  opacity: 1;
  transform-origin: center;
  transition: 0.3s;
}
header .header__btn span:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 15px));
}
header .header__btn span:nth-child(3) {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 15px));
}

.mv {
  margin-bottom: 40px;
  padding-top: 28px;
  /* 初期のpadding-topを28pxに設定 */
}
.mv .mv-contents {
  position: relative;
  max-width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .mv .mv-contents {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .mv .mv-contents {
    max-width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .mv .mv-contents {
    max-width: 100%;
  }
}
.mv .mv-slider {
  width: 74%;
  margin-left: 0;
}
@media screen and (max-width: 1400px) {
  .mv .mv-slider {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .mv .mv-slider {
    width: 80%;
  }
}
.mv .mv-deco {
  position: absolute;
  z-index: 1;
}
.mv .shape01 {
  left: 26%;
  bottom: 2%;
  width: 3.3333333333%;
}
.mv .shape02 {
  left: 67%;
  bottom: 2%;
  width: 3.5714285714%;
}
.mv .shape03 {
  left: 84%;
  bottom: 15%;
  width: 2.5%;
}
.mv .shape04 {
  left: 53%;
  top: 0;
  width: 2.380952381%;
}
.mv .shape05 {
  left: 66%;
  top: 18%;
  width: 2.7083333333%;
}
.mv .shape06 {
  top: 13%;
  left: 83%;
  width: 2.1428571429%;
}
.mv .note01 {
  top: 12%;
  left: 90%;
  width: 4.5535714286%;
}
.mv .note02 {
  top: 81%;
  left: 67%;
  width: 4.1666666667%;
}
.mv .note03 {
  top: 6%;
  left: 67%;
  width: 3.3928571429%;
}
.mv .note04 {
  left: 4%;
  top: 82%;
  width: 3.2738095238%;
}
.mv .kid01 {
  bottom: -1%;
  left: 54%;
  width: 10.744047619%;
}
.mv .kid02 {
  bottom: -2%;
  left: 72%;
  width: 10.3869047619%;
}
.mv .kid03 {
  top: 5%;
  left: 73%;
  width: 6.5773809524%;
}
.mv .kid04 {
  bottom: -1%;
  left: 6%;
  width: 16.1011904762%;
}
.mv .kid05 {
  top: 3%;
  left: 57%;
  width: 7.7380952381%;
}
.mv .kid06 {
  bottom: 4%;
  left: 88%;
  width: 8.8392857143%;
}
.mv .mv-logo {
  position: absolute;
  top: 50%;
  right: 0;
  width: 35%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .mv .mv-logo {
    width: 48%;
  }
}
.mv .mv__date {
  display: none;
}
@media screen and (max-width: 480px) {
  .mv .mv__date {
    display: block;
    width: 80%;
    max-width: 303px;
    margin: 24px auto 0;
  }
}

.spend {
  padding: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .spend {
    background: #f8f8f8;
    padding: 24px 0;
  }
}
.spend .title {
  font-size: 32px;
  text-align: center;
  color: #743C3C;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .spend .title {
    font-size: 16px;
    margin-bottom: 0.8em;
  }
}
.spend__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .spend__list {
    width: 100%;
    gap: 16px;
  }
}
.spend__list .c-button {
  min-width: 300px;
}
@media screen and (max-width: 480px) {
  .spend__list .c-button {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .spend__item {
    width: 100%;
  }
}

.news {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 40px 0;
  }
}
.news .title {
  position: relative;
  background: #ea6a21;
  border-radius: 20px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .news .title {
    font-size: 24px;
  }
}
.news .title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ea6a21;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
}
.news .title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .news .title br {
    display: block;
  }
}
.news__list {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .news__list {
    flex-direction: column;
  }
}
.news__list.is-column {
  flex-direction: column;
}
.news__list.is-column .news__item {
  border-bottom: 0;
}
.news__list.is-column .news__item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
.news__item {
  flex: 1;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .news__item {
    border-bottom: 0;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .news__item:last-child {
    border-bottom: 1px solid #C6C6C6;
  }
}
.news__item .date {
  font-size: 14px;
  color: #8E8E8E;
  margin-bottom: 1em;
}
.news__item a {
  display: inline-block;
  text-decoration: underline;
}
.news .news-bottom {
  text-align: center;
  margin-top: 48px;
}
.news .news-bottom__link {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .news .news-bottom__link {
    font-size: 18px;
  }
}
.news .news-bottom__link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.439 23.522' fill='%23E89728'%3E%3Cpath d='M26.866,77.121l-9.8,9.8a1.955,1.955,0,0,1-2.77,0,1.959,1.959,0,0,1,0-2.772L20.753,77.7H1.962a1.96,1.96,0,0,1,0-3.92H20.753L14.3,67.321a1.96,1.96,0,0,1,2.772-2.772l9.8,9.8A1.962,1.962,0,0,1,26.866,77.121Z' transform='translate(-0.002 -63.975)'/%3E%3C/svg%3E");
}
.news .news-bottom__link::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 0.9em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.439 23.522' fill='%23743c3c'%3E%3Cpath d='M26.866,77.121l-9.8,9.8a1.955,1.955,0,0,1-2.77,0,1.959,1.959,0,0,1,0-2.772L20.753,77.7H1.962a1.96,1.96,0,0,1,0-3.92H20.753L14.3,67.321a1.96,1.96,0,0,1,2.772-2.772l9.8,9.8A1.962,1.962,0,0,1,26.866,77.121Z' transform='translate(-0.002 -63.975)'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: 12px;
  transition: 0.3s;
}

@keyframes loopPrimary {
  0% {
    left: 0;
  }
  to {
    left: -120%;
  }
}
@keyframes loopSecondary {
  0% {
    left: 120%;
  }
  to {
    left: 0;
  }
}
.loop {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.loop .slash-line {
  position: absolute;
  display: block;
  width: 33%;
  height: 26px;
  background-image: url(../images/slash_line.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .loop .slash-line {
    width: 40%;
    height: 20px;
    background-size: cover;
  }
}
.loop .slash-line:nth-last-of-type(1) {
  left: 0;
  top: 8%;
}
.loop .slash-line:nth-of-type(2) {
  right: 0;
  bottom: 8%;
}
.loop .loop-scroll {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/560;
}
.loop .loop-scroll__list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 120%;
  height: 100%;
  animation: loopPrimary 24s linear infinite;
}
.loop .loop-scroll__list.is-secondary {
  animation: loopSecondary 24s linear infinite;
}
.loop .loop-scroll__item {
  flex: 1;
  margin-right: 1%;
  transform: translateY(-3%);
}
.loop .loop-scroll__item:nth-child(odd) {
  transform: translateY(7%);
}
.loop .swiper-slide {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .loop .swiper-slide {
    margin: 0 10px;
  }
}
.loop .swiper-slide:nth-child(odd) {
  transform: translateY(12%);
}
.loop .swiper-slide img {
  width: auto;
}

.about {
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}
.about .title {
  font-size: 36px;
  text-align: center;
  color: #743C3C;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .about .title {
    font-size: 28px;
  }
}
.about .title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .about .title br {
    display: block;
  }
}
.about .desc {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .about .desc {
    padding: 0;
  }
}
.about .desc .area-1 {
  background: #fbd2de;
}
.about .desc .area-2 {
  background: #d7eed0;
}
.about .desc .area-3 {
  background: #fde2c1;
}
.about .desc .area-4 {
  background: #f5f5ba;
}
.about .note {
  position: relative;
  background: #f8f8f8;
  border-radius: 10px;
  color: #444;
  margin-top: 40px;
  padding: 40px;
  overflow: hidden;
}
.about .note::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 10px;
  height: calc(100% - 20px);
  background: #ed5a82;
  border-radius: 5px;
  transform: translateY(-50%);
}
.about .note h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.about__map {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about__map {
    margin-top: 24px;
  }
}
.about__map .map {
  width: 100%;
}
.about__map .here {
  position: absolute;
  top: 8%;
  right: 5%;
  width: 60%;
}
.about__area-wrap {
  padding: 0 25px;
}
.about__area-inner {
  margin: 50px auto;
  border: 2px solid #743C3C;
  border-radius: 4px;
  padding: 50px 0;
}
.about__area-inner .title {
  font-size: 36px;
  text-align: center;
  color: #743C3C;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .about__area-inner .title {
    font-size: 28px;
  }
}
.about__area-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px calc(4% / 3);
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .about__area-inner ul {
    width: 90%;
    gap: 10px 2%;
  }
}
.about__area-inner a {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .about__area-inner a {
    padding: 10px 17px;
  }
}
@media screen and (max-width: 485px) {
  .about__area-inner a {
    padding: 10px 5px;
  }
}
.about__area-inner li {
  width: 24%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__area-inner li {
    width: 49%;
  }
}
.about__area-inner li:nth-child(n+5) {
  /* margin-top: 20px; */
}
@media screen and (max-width: 485px) {
  .about__area-inner li {
    width: 49%;
  }
  .about__area-inner li:nth-child(n+3) {
    /* margin-top: 10px; */
  }
}
.about__area-inner .area-01 {
  color: #118A3B;
  border-color: #118A3B;
}
.about__area-inner .area-01:hover {
  background-color: #118A3B;
  color: white;
}
.about__area-inner .area-02 {
  color: #5D8C34;
  border-color: #5D8C34;
}
.about__area-inner .area-02:hover {
  background-color: #5D8C34;
  color: white;
}
.about__area-inner .area-03 {
  color: #3069B2;
  border-color: #3069B2;
}
.about__area-inner .area-03:hover {
  background-color: #3069B2;
  color: white;
}
.about__area-inner .area-04 {
  color: #554562;
  border-color: #554562;
}
.about__area-inner .area-04:hover {
  background-color: #554562;
  color: white;
}
.about__area-inner .area-05 {
  color: #46B035;
  border-color: #46B035;
}
.about__area-inner .area-05:hover {
  background-color: #46B035;
  color: white;
}
.about__area-inner .area-06 {
  color: #46B035;
}
.about__area-inner .area-06:hover {
  background-color: #46B035;
  color: white;
}
.about__area-inner .area-07 {
  color: #395C8B;
}
.about__area-inner .area-07:hover {
  background-color: #395C8B;
  color: white;
}
.about__area-inner .area-08 {
  color: #39864E;
}
.about__area-inner .area-08:hover {
  background-color: #39864E;
  color: white;
}

.sponsor {
  margin-bottom: 80px;
}
.sponsor .title {
  font-size: 36px;
  text-align: center;
  color: #743C3C;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .sponsor .title {
    font-size: 28px;
  }
}
.sponsor .title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sponsor .title br {
    display: block;
  }
}
.sponsor .desc {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sponsor .desc {
    margin-bottom: 24px;
  }
}
.sponsor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.3333333333%;
}
@media screen and (max-width: 768px) {
  .sponsor__list {
    gap: 0 1.3333333333%;
  }
}
@media screen and (max-width: 480px) {
  .sponsor__list {
    gap: 0 2%;
  }
}
/*250620_added*/
.sponsor__item2 {
  flex-basis: 49%;
  border: 1px solid #743C3C;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sponsor__item2 {
    flex-basis: 49%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .sponsor__item2 {
    flex-basis: 99%;
    margin-bottom: 4px;
  }
}
/*250620_added*/
.sponsor__item {
  flex-basis: 24%;
  border: 1px solid #743C3C;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sponsor__item {
    flex-basis: 24%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .sponsor__item {
    flex-basis: 49%;
    margin-bottom: 4px;
  }
}
.sponsor__link {
  display: flex;
}
.sponsor__link:hover {
  opacity: 0.7;
}
.sponsor__link.no-link {
  pointer-events: none;
}
.sponsor hr {
  border: 0;
  border-top: 1px dashed #999;
  margin: 12px 0 24px;
}
.sponsor small {
  color: #666;
}

.archive {
  margin-bottom: 80px;
}
.archive .title {
  font-size: 36px;
  text-align: center;
  color: #743C3C;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .archive .title {
    font-size: 28px;
  }
}
.archive__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .archive__list {
    gap: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .archive__list {
    gap: 10px 0;
  }
}
.archive__item {
  width: 430px;
  border: 1px solid #743C3C;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .archive__item {
    width: 100%;
  }
}
.archive__link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 3% 5%;
}
.archive__link:hover {
  opacity: 0.7;
}
.archive__link i {
  flex: none;
  max-width: clamp(60px, 5vw, 90px);
}
.archive__link span {
  font-weight: bold;
  font-size: clamp(16px, 2vw, 30px);
  margin: auto;
}
.archive__link small {
  margin: 0 4px;
}

footer {
  position: relative;
  padding-top: 30px;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 20px;
  }
}
footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background-image: url(../images/slash_line.png);
  background-size: contain;
  background-position: left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  footer::before {
    height: 20px;
  }
}
footer .footer-nav {
  font-size: clamp(14px, 0.6086956522px + 0.0133779264 * 100vw, 18px);
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  footer .footer-nav {
    display: none;
  }
}
footer .footer-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 150px;
}
footer .footer-nav__item {
  text-align: center;
  line-height: 1.6;
}
footer .footer-nav__link.is-closed {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-self: center;
  pointer-events: none;
}
footer .footer-nav__link.is-closed::after {
  content: "じゅんびちゅう";
  display: inline-block;
  background: #888;
  border-radius: 3em;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 0.2rem 0.75rem;
}
footer .footer-address {
  display: block;
  background: #f7f6f3;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  footer .footer-address {
    background: none;
    padding: 40px 0 0;
  }
}
footer .footer-address__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  footer .footer-address__title {
    font-size: 20px;
  }
}
footer .footer-address__table {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer-address__table {
    font-size: 12px;
  }
}
footer .footer-address__table caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  footer .footer-address__table caption span {
    display: inline-block;
  }
}
footer .footer-address__table tbody {
  display: inherit;
  margin: 0 auto;
}
footer .footer-address__table th {
  text-align: right;
  font-weight: normal;
}
footer .footer-address__table th::after {
  content: "：";
  display: inline-block;
}
footer .footer-address__table td {
  text-align: left;
}
footer .pagetop-btn {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-color: #fff;
  border: 3px #743C3C solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-decoration: none;
  position: fixed;
  right: 3%;
  bottom: 9%;
  opacity: 0;
  visibility: hidden;
  z-index: 98;
  transition: 0.3s;
}
footer .pagetop-btn:hover {
  opacity: 0.6;
}
footer .pagetop-btn.is-show {
  opacity: 1;
  visibility: visible;
}
footer .pagetop-btn span {
  display: block;
  color: #743C3C;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  footer .pagetop-btn {
    width: 70px;
    height: 70px;
    font-size: 13px;
    bottom: 3%;
  }
  footer .pagetop-btn img {
    width: 20px;
  }
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-bottom-nav {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  footer .footer-bottom-nav {
    font-size: 12px;
  }
}
footer .footer-bottom-nav__list {
  display: flex;
}
footer .footer-bottom-nav__item {
  display: flex;
  align-items: center;
}
footer .footer-bottom-nav__item:last-child::after {
  display: none;
}
footer .footer-bottom-nav__item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #743C3C;
  margin: 0 1.5em;
}
footer .footer-bottom .copy {
  font-size: 12px;
  color: #743C3C;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .copy {
    font-size: 10px;
    text-align: center;
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-bottom .copy {
    font-size: 8px;
  }
}

.accessibility {
  padding: 90px 0;
}
.accessibility .title {
  position: relative;
  background: #ea6a21;
  border-radius: 20px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .accessibility .title {
    font-size: 24px;
  }
}
.accessibility .title::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ea6a21;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
}
.accessibility .title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .accessibility .title br {
    display: block;
  }
}
.accessibility dl {
  margin-top: 48px;
}
.accessibility dl dt {
  font-size: 24px;
}

.policy {
  padding: 90px 0;
}
.policy .title {
  position: relative;
  background: #ea6a21;
  border-radius: 20px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .policy .title {
    font-size: 24px;
  }
}
.policy .title::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ea6a21;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
}
.policy .title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .policy .title br {
    display: block;
  }
}

.qa {
  padding: 90px 0;
}
.qa .title {
  position: relative;
  background: #ea6a21;
  border-radius: 20px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .qa .title {
    font-size: 24px;
  }
}
.qa .title::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ea6a21;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
}
.qa .title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .qa .title br {
    display: block;
  }
}
.qa .subtitle {
  font-size: 36px;
  text-align: center;
  color: #743C3C;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .qa .subtitle {
    font-size: 22px;
    margin-bottom: 0.8em;
  }
}
.qa__list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .qa__list {
    margin-bottom: 40px;
  }
}
.qa__item {
  line-height: 1.6;
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .qa__item {
    font-size: 14px;
    line-height: 1.4;
  }
}
.qa__item .ques {
  display: flex;
  background: #7bcdff;
}
.qa__item .ques dt {
  flex: none;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .qa__item .ques dt {
    padding: 0.75rem;
  }
}
.qa__item .ques dd {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .qa__item .ques dd {
    padding: 0.75rem;
  }
}
.qa__item .ans {
  display: flex;
  background: #ffb341;
}
.qa__item .ans dt {
  flex: none;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .qa__item .ans dt {
    padding: 0.75rem;
  }
}
.qa__item .ans dd {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .qa__item .ans dd {
    padding: 0.75rem;
  }
}

.gacha {
  padding-top: 20px;
}
.gacha p {
  font-size: 36px;
  line-height: 1.6;
  color: #743C3C;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gacha p {
    font-size: 22px;
  }
}

.alert .gacha p {
  color: #FFF563;
  font-size: 30px !important;
}
@media screen and (max-width: 768px) {
  .alert .gacha p {
    font-size: 16px !important;
  }
}

.program {
  padding: 90px 0;
  counter-reset: number;
}
.program .alert {
  background: #e6392a;
  border: 10px solid #e62413;
  border-radius: 20px;
  color: #fff;
  padding: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .program .alert {
    border-width: 4px;
    padding: 20px;
  }
}
.program .alert p {
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .program .alert p {
    font-size: 12px;
  }
}
.program .alert p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .program .alert p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.program .alert b {
  font-size: 150%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .program .alert b {
    font-size: 130%;
  }
}
.program .buttons {
  padding-top: 32px;
}
.program .buttons__title {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .program .buttons__title {
    font-size: 13px;
  }
}
.program .buttons__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .program .buttons__list {
    width: 100%;
    gap: 16px;
  }
}
.program .buttons__list .c-button {
  min-width: 300px;
}
@media screen and (max-width: 480px) {
  .program .buttons__list .c-button {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .program .buttons__item {
    width: 100%;
  }
}
.program .title {
  position: relative;
  background: #ea6a21;
  border-radius: 20px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .program .title {
    font-size: 24px;
  }
}
.program .title::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ea6a21;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
}
.program .title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .program .title br {
    display: block;
  }
}
.program .title small {
  display: block;
  font-size: 50%;
}
@media screen and (max-width: 768px) {
  .program .title small {
    font-size: 12px;
  }
}
.program__caption {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  margin: 24px 0 16px;
}
@media screen and (max-width: 768px) {
  .program__caption {
    font-size: 14px;
    gap: 10px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .program__caption {
    font-size: 11px;
  }
}
.program .stock__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .program .stock__list {
    gap: 8px;
    justify-content: center;
  }
}
.program .stock__list.is-closed {
  display: none;
}
.program .stock__list .stock__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.program .stock__list .stock__item small {
  color: #e6392a;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .program .stock__list .stock__item small {
    font-size: 9px;
  }
}
.program__schedule {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .program__schedule dt {
    font-weight: normal;
    margin-left: auto;
  }
}
.schedule__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .schedule__list {
    gap: 4px;
  }
}
.schedule__list .schedule__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.schedule__list .day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.05em;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .schedule__list .day {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.schedule__list .day.sat {
  background: #1dd2d1;
}
.schedule__list .day.sun {
  background: #ff5997;
}
.schedule__list .day small {
  font-size: 10px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .schedule__list .day small {
    font-size: 8px;
  }
}

.program__block {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .program__block {
    width: 100%;
  }
}
.program__block:not(:last-of-type) {
  margin-bottom: 60px;
}
.program__block:nth-of-type(1) .program__item {
  background: #63d883;
}
.program__block:nth-of-type(2) .program__item {
  background: #fa5c7b;
}
.program__block h3 {
  font-size: 36px;
  text-align: center;
  color: #743C3C;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .program__block h3 {
    font-size: 28px;
  }
}
.program__block h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .program__block h3 br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .program__list {
    margin-left: -12px;
  }
}
.program__list.is-closed .status {
  display: none !important;
}
.program__list.no-link a {
  pointer-events: none;
}
.program__item {
  counter-increment: number;
  display: flex;
  margin-bottom: 10px;
}
.program__item .status {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background: #fff;
  font-style: normal;
  color: #fff;
  letter-spacing: normal;
}
.program__item .status::after {
  content: "◎";
  color: #ff5997;
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .program__item .status {
    width: 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .program__item .status {
    width: 24px;
    font-size: 12px;
  }
}
.program__item .status.is-few::after {
  content: "○";
}
.program__item .status.is-none::after {
  content: "×";
}
.program__item .number {
  flex: none;
  align-self: center;
  width: 64px;
  text-align: center;
  color: #fff;
  letter-spacing: normal;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .program__item .number {
    width: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .program__item .number {
    width: 40px;
    font-size: 12px;
  }
}
.program__item .number::before {
  content: "No.";
}
.program__item .number::after {
  content: counter(number);
}
.program__item .schedule {
  display: flex;
  align-items: center;
  width: 100px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .program__item .schedule {
    width: auto;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 768px) {
  .program__item .schedule .schedule__list {
    flex-direction: column;
  }
}
.program__item dl {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  padding: 1rem;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .program__item dl {
    padding: 0.5rem;
    padding-left: 0;
  }
}
.program__item dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program__item dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .program__item dl dt {
    font-size: 13px;
  }
}
.program__item dl dt .stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-weight: normal;
  font-style: normal;
  font-size: 120%;
  color: #ff5997;
  margin: 0 8px 0 0;
}
.program__item dl dt a + .stock {
  margin: 0 0 0 8px;
}
.program__item dl dd {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .program__item dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .program__item dl dd {
    font-size: 11px;
  }
}
.map .title {
  position: relative;
  background: #ea6a21;
  border-radius: 20px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .map .title {
    font-size: 24px;
  }
}
.map .title::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ea6a21;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
}
.map .title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .map .title br {
    display: block;
  }
}
.map .title small {
  display: block;
  font-size: 50%;
}
@media screen and (max-width: 768px) {
  .map .title small {
    font-size: 12px;
  }
}
.map .soon {
  display: grid;
  place-content: center;
  background: #eee;
  border-radius: 20px;
  padding: 5rem 1rem;
}

.map-nav__list {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 480px) {
  .map-nav__list {
    gap: 1px;
  }
}
.map-nav__item {
  flex: 1;
}
.map-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 20px 20px 0 0;
  border: 3px solid #e89728;
  background: rgba(232, 151, 40, 0.1);
  border-bottom: 0;
  text-align: center;
  line-height: 1.2;
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .map-nav__link {
    border-radius: 10px 10px 0 0;
    border-width: 2px;
    font-size: 12px;
    padding: 1rem 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .map-nav__link {
    padding: 0.5rem 0.2rem;
  }
}
.map-nav__link.-category1 {
  border-color: #da5d4c;
  background: rgba(218, 93, 76, 0.1);
}
.map-nav__link.-category1:hover {
  color: #da5d4c;
}
.map-nav__link.-category1.is-current {
  background: #da5d4c;
  color: #fff;
}
.map-nav__link.-category2 {
  border-color: #608fed;
  background: rgba(96, 143, 237, 0.1);
}
.map-nav__link.-category2:hover {
  color: #608fed;
}
.map-nav__link.-category2.is-current {
  background: #608fed;
  color: #fff;
}
.map-nav__link.-category3 {
  border-color: #6ca671;
  background: rgba(108, 166, 113, 0.1);
}
.map-nav__link.-category3:hover {
  color: #6ca671;
}
.map-nav__link.-category3.is-current {
  background: #6ca671;
  color: #fff;
}
.map-nav__link.is-current {
  background: #E89728;
  color: #fff;
  pointer-events: none;
}
.map-nav__link[disabled] {
  pointer-events: none;
}
.map-nav__link.is-closed {
  pointer-events: none;
  border-color: #ccc;
  background: #ddd;
  color: #999;
}
.map-nav__link.is-closed span::after {
  content: "じゅんびちゅう";
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .map-nav__link.is-closed span::after {
    font-size: 10px;
  }
}
.map-nav__link small {
  display: block;
  line-height: 1.2;
}

.map-content {
  position: relative;
  width: 100%;
  height: 70vh;
  border: 3px solid #e89728;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .map-content {
    border-radius: 0 0 10px 10px;
    border-width: 2px;
  }
}
.map-content.mapBorder-1 {
  border-color: #da5d4c;
}
.map-content.mapBorder-2 {
  border-color: #608fed;
}
.map-content.mapBorder-3 {
  border-color: #6ca671;
}

.gm-style .gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}

.pinContent {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .pinContent {
    font-size: 12px;
  }
}

.pinContent__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pinContent__body {
  margin-top: 10px;
}

.pinContent__category {
  border-radius: 4px;
  padding: 3px 8px;
  color: #F0F0F0;
}

.pinContent__category1 {
  background: #da5d4c;
}
.pinContent__category1 + .pinContent__headtext {
  color: #da5d4c;
}

.pinContent__category2 {
  background: #608fed;
}
.pinContent__category2 + .pinContent__headtext {
  color: #608fed;
}

.pinContent__category3 {
  background: #6ca671;
}
.pinContent__category3 + .pinContent__headtext {
  color: #6ca671;
}

.pinContent__venue {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .pinContent__venue {
    font-size: 14px;
  }
}

.pinContent-program {
  margin-top: 12px;
}
.pinContent-program .program-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  line-height: 1.4;
  margin-top: 4px;
}

.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

@media screen and (max-width: 480px) {
  .gm-style .gm-style-iw-c {
    max-width: calc(100vw - 48px - 48px) !important;
  }
}

.category-section {
  margin: 60px 0;
}
.category-section.category-1 h2 {
  background: #cb6453;
}
.category-section.category-1 .area-section h3 {
  color: #b44837;
  border-bottom: 5px solid #f2d8d4;
}
.category-section.category-1 .event-item {
  border-color: #cb6453;
}
.category-section.category-1 .event-item-header h4 {
  color: #b44837;
}
.category-section.category-2 h2 {
  background: #6a8ee6;
}
.category-section.category-2 .area-section h3 {
  color: #3e6ddf;
  border-bottom: 5px solid #d7e1f8;
}
.category-section.category-2 .event-item {
  border-color: #6a8ee6;
}
.category-section.category-2 .event-item-header h4 {
  color: #3e6ddf;
}
.category-section.category-3 h2 {
  background: #79a476;
}
.category-section.category-3 .area-section h3 {
  color: #5f8b5c;
  border-bottom: 5px solid #dce7db;
}
.category-section.category-3 .event-item {
  border-color: #79a476;
}
.category-section.category-3 .event-item-header h4 {
  color: #5f8b5c;
}
.category-section h2 {
  border-radius: 20px 20px 0 0;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  padding: 20px 24px;
}
@media screen and (max-width: 768px) {
  .category-section h2 {
    font-size: 20px;
    padding: 16px 20px;
  }
}
.category-section .area-section {
  margin: 36px 0;
}
.category-section .area-section h3 {
  font-weight: normal;
  font-size: 24px;
  padding: 0 0 8px 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .category-section .area-section h3 {
    font-size: 20px;
  }
}
.category-section .event-item {
  border: 2px solid #ddd;
  padding: 24px 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .category-section .event-item {
    padding: 16px;
    margin-bottom: 20px;
  }
}
.category-section .event-item-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .category-section .event-item-header {
    gap: 8px;
    flex-wrap: wrap;
  }
}
.category-section .event-item-header svg {
  flex: none;
  width: 36px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .category-section .event-item-header svg {
    width: 30px;
    height: 40px;
  }
}
.category-section .event-item-header h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .category-section .event-item-header h4 {
    max-width: calc(100% - 30px - 8px);
    font-size: 16px;
  }
}
.category-section .event-list-program {
  margin-top: 20px;
}
.category-section .event-list-program h5 {
  font-weight: normal;
  color: #743C3C;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .category-section .event-list-program h5 {
    font-size: 14px;
  }
}
.category-section .program-item {
  display: flex;
  gap: 8px;
  background: #FCEFD8;
  line-height: 1.4;
  padding: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .category-section .program-item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 40px 1fr;
    padding: 8px;
  }
}
.category-section .program-item .program-no {
  flex: none;
  display: grid;
  place-content: center;
  width: 50px;
  background: #EEAA2C;
  color: #fff;
  font-size: 13px;
  padding: 4px;
  margin: -12px 0 -12px -12px;
}
@media screen and (max-width: 768px) {
  .category-section .program-item .program-no {
    grid-area: 1/1/3/2;
    font-size: 12px;
    margin: -8px 0 -8px -8px;
  }
}
.category-section .program-item .program-name {
  align-self: center;
  font-size: 14px;
  color: #743C3C;
}
@media screen and (max-width: 768px) {
  .category-section .program-item .program-name {
    grid-area: 1/2/2/3;
    font-size: 12px;
  }
}
.category-section .program-item .program-url {
  flex: none;
  align-self: center;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .category-section .program-item .program-url {
    grid-area: 2/2/3/3;
  }
}
.category-section .program-item .program-url a {
  background: #EEAA2C;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  padding: 3px 6px;
}
@media screen and (max-width: 768px) {
  .category-section .program-item .program-url a {
    font-size: 11px;
  }
}
.category-section .facility-types {
  display: flex;
  gap: 2px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .category-section .facility-types {
    width: 100%;
    margin: 0;
  }
}
.category-section .facility-types .facility-type {
  flex: none;
  background: #bbb;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 4px;
}
@media screen and (max-width: 768px) {
  .category-section .facility-types .facility-type {
    font-size: 10px;
    padding: 2px 4px;
  }
}
.category-section .facility-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 40px;
}
@media screen and (max-width: 768px) {
  .category-section .facility-info {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}
.category-section .facility-info .facility-info__item {
  display: grid;
  grid-template-columns: 5.25em 1fr;
  line-height: 1.4;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .category-section .facility-info .facility-info__item {
    font-size: 12px;
  }
}
.category-section .facility-info .facility-info__item dt {
  display: flex;
  font-weight: normal;
  margin: 0;
}
.category-section .facility-info .facility-info__item dt::after {
  content: "：";
  display: inline-block;
  margin-left: auto;
}
.category-section .facility-info .facility-info__item dd {
  font-weight: normal;
  margin: 0;
}
.category-section .facility-info a {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .category-section .facility-info a {
    font-size: 12px;
  }
}
