@charset "UTF-8";
/*
 * Easing
 * https://easings.net/
 */
:root {
  --color-base: #00479d;
  --color-red: #e60012;
  --color-dark: #101a22;
  --color-white: #fff;
  --color-black: #1c1c1c;
  --color-blue: #00479d;
  --color-blue2: #3b82c5;
  --color-blue3: #eaf6fd;
  --color-blue4: #2ea7e0;
  --color-purple: #7057a3;
  --color-green: #41b25d;
  --color-green2: #c0dda3;
  --color-orange: #f18e38;
  --color-orange2: #eb614b;
  --color-orange3: #fcd697;
  --color-font-dark: #1c1c1c;
  --color-font-white: #fff;
  --color-bg-base: #eaf6fd;
  --color-bg-dark: #101a22;
  --color-bg-gray: rgba(0, 0, 0, 0.04);
  --color-border-gray: rgba(0, 0, 0, 0.15);
  --color-border-light-gray: rgba(0, 0, 0, 0.07);
  --color-border-white: rgba(255, 255, 255, 0.1);
  --color-link: inherit;
  --color-link-hover: inherit;
  --color-button: #605e58;
  --color-button-hover: #000;
  --color-facebook: #5aa8df;
  --color-instagram: #1a1a1a;
  --color-twitter: #3b5998;
  --color-line: #00c600;
  --font-size-body-xl: 1.25rem;
  --font-size-body-lg: 1.125rem;
  --font-size-body-base: 1rem;
  --font-size-body-sm: 0.875rem;
  --font-size-body-xs: 0.75rem;
  --font-size-body-2xs: 0.6875rem;
  --font-size-body-3xs: 0.625rem;
  --font-size-heading-5xl: 4.5rem;
  --font-size-heading-4xl: 4rem;
  --font-size-heading-3xl: 3.5rem;
  --font-size-heading-2xl: 3rem;
  --font-size-heading-xl: 2.5rem;
  --font-size-heading-lg: 2rem;
  --font-size-heading-base: 1.5rem;
  --font-size-heading-sm: 1.25rem;
  --font-size-heading-xs: 1.125rem;
  --font-size-heading-2xs: 1rem;
  --font-size-heading-3xs: 0.875rem;
  --font-weight-normal: 400;
  --font-weight-semimedium: 450;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-base: var(--font-weight-semimedium);
  --line-height-body-base: 1.8;
  --line-height-heading-2xl: 1.8;
  --line-height-heading-xl: 1.7;
  --line-height-heading-lg: 1.6;
  --line-height-heading-base: 1.5;
  --line-height-heading-sm: 1.4;
  --line-height-heading-xs: 1.3;
  --line-height-heading-eng: 1;
  --letter-spacing-heading: 0.03em;
  --letter-spacing-xxl: 0.12em;
  --letter-spacing-xl: 0.01em;
  --letter-spacing-lg: 0.08em;
  --letter-spacing-md: 0.05em;
  --letter-spacing-sm: 0.03em;
  --letter-spacing-xs: 0.01em;
  --letter-spacing-no: 0;
  --letter-spacing-eng: -0.028em;
  --letter-spacing-base: var(--letter-spacing-md);
  --font-family-main: "Poppins", "Noto Sans JP", hiragino-kaku-gothic-pron, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", yugothic, meiryo, sans-serif;
  --font-family-mincho: "Shippori Mincho B1", serif;
  --font-family-eng: "Shippori Mincho B1", serif;
  --font-family-eng-2: "Akshar", sans-serif;
  --max-width: 105rem;
  --site-padding: 8.3333333333vw;
  --space-step: 0.25rem;
  --space-section-xl: 18.75rem;
  --space-section-lg: 13.75rem;
  --space-section-md: 10rem;
  --space-section-sm: 7.5rem;
  --space-section-xs: 5rem;
  --space-section-2xs: 4rem;
  --space-section-3xs: 3rem;
  --space-element-3xl: 7.5rem;
  --space-element-2xl: 6rem;
  --space-element-xl: 5rem;
  --space-element-lg: 4rem;
  --space-element-md: 3rem;
  --space-element-sm: 2rem;
  --space-element-xs: 1.5rem;
  --space-element-2xs: 1rem;
  --space-element-3xs: 0.75rem;
  --space-element-4xs: 0.5rem;
  --gap-5xl: 5rem;
  --gap-4xl: 4.5rem;
  --gap-3xl: 4rem;
  --gap-2xl: 3.5rem;
  --gap-xl: 3rem;
  --gap-lg: 2.5rem;
  --gap-md: 2rem;
  --gap-sm: 1.5rem;
  --gap-xs: 1rem;
  --gap-2xs: 0.5rem;
  --header-height: 7.5rem;
  --header-padding: 2.5rem;
  --ease: 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79);
}

@media screen and (max-width: 767px) {
  :root {
    --font-size-body-xl: 1.125rem;
    --font-size-body-lg: 1rem;
    --font-size-body-base: 0.875rem;
    --font-size-body-sm: 0.75rem;
    --font-size-body-xs: 0.6875rem;
    --font-size-body-2xs: 0.625rem;
    --font-size-body-3xs: 0.625rem;
    --font-size-heading-5xl: 4rem;
    --font-size-heading-4xl: 3.5rem;
    --font-size-heading-3xl: 3rem;
    --font-size-heading-2xl: 2.5rem;
    --font-size-heading-xl: 2rem;
    --font-size-heading-lg: 1.5rem;
    --font-size-heading-base: 1.25rem;
    --font-size-heading-sm: 1.125rem;
    --font-size-heading-xs: 1rem;
    --font-size-heading-2xs: 0.875rem;
    --font-size-heading-3xs: 0.8125rem;
    --site-padding: 6.6666666667vw;
    --space-section-xl: 7.5rem;
    --space-section-lg: 6.25rem;
    --space-section-md: 5rem;
    --space-section-sm: 4rem;
    --space-section-xs: 3rem;
    --space-section-2xs: 2.5rem;
    --space-section-3xs: 2rem;
    --header-height: 4rem;
    --header-padding: 1rem;
  }
  :root.is-header-hide {
    --header-height: 4rem;
  }
}
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 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;
  appearance: none;
}

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

[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

html {
  font-size: calc(7px + 0.625vw);
}

html.is-header-search-open,
html.is-megamenu-open,
html.is-modal-show,
html.is-side-nav-open {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
body {
  box-sizing: border-box;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  background-color: #f8f5f1;
  font-family: var(--font-family-main);
  font-size: var(--font-size-body-sm);
  font-weight: var(--font-weight-normal);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  line-height: var(--line-height-body-base);
  color: #383838;
  letter-spacing: var(--letter-spacing-base);
  word-wrap: break-word;
  white-space: normal;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.is-unscroll body {
  overflow: hidden;
}

.has-scroll-smooth body {
  height: 100%;
  overflow: hidden;
}

body.is-invert {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-medium);
}

a {
  color: currentcolor;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: currentcolor;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none !important;
}

blockquote {
  margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.l-container {
  width: 100%;
  padding-right: var(--site-padding);
  padding-left: var(--site-padding);
  margin: 0 auto;
}

.l-container__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-link-anim-2,
  .c-list li a,
  .c-text a {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor)) 0 100%/100% 1px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0 100%/100% 1px no-repeat;
    -webkit-transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    will-change: background-size;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-list li a:hover,
  .c-list li a:hover a,
  .c-text a:hover,
  .c-text a:hover a,
  a:hover .c-list li a,
  a:hover .c-text a {
    background-position: 100% 100%;
    background-size: 0 1px;
  }
}
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--gutter-y) * -1);
  margin-right: calc(var(--gutter-x) / -2);
  margin-left: calc(var(--gutter-x) / -2);
  --gutter-x: 3.2rem;
  --gutter-y: 5.6rem;
}

@media screen and (max-width: 1024px) {
  .l-flex {
    --gutter-x: 2.4rem;
    --gutter-y: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-flex {
    --gutter-x: 1.6rem;
    --gutter-y: 4rem;
  }
}
.l-flex > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) / 2);
  padding-left: calc(var(--gutter-x) / 2);
  margin-top: var(--gutter-y);
}

.l-flex__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

@media screen and (max-width: 767px) {
  .l-flex__col > :first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-flex__col:first-child > :first-child {
    margin-top: 0;
  }
}
.-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

.l-flex__col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.l-flex__col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.l-flex__col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.l-flex__col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.l-flex__col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.l-flex__col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.l-flex__col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.l-flex__col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1499px) {
  .-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .-offset-lg-0 {
    margin-left: 0;
  }
  .-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .-offset-lg-3 {
    margin-left: 25%;
  }
  .-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .-offset-lg-6 {
    margin-left: 50%;
  }
  .-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .-offset-lg-9 {
    margin-left: 75%;
  }
  .-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .-g-lg-0,
  .-gx-lg-0 {
    --gutter-x: 0;
  }
  .-g-lg-0,
  .-gy-lg-0 {
    --gutter-y: 0;
  }
  .-g-lg-1,
  .-gx-lg-1 {
    --gutter-x: 1rem;
  }
  .-g-lg-1,
  .-gy-lg-1 {
    --gutter-y: 1rem;
  }
  .-g-lg-2,
  .-gx-lg-2 {
    --gutter-x: 2rem;
  }
  .-g-lg-2,
  .-gy-lg-2 {
    --gutter-y: 2rem;
  }
  .-g-lg-3,
  .-gx-lg-3 {
    --gutter-x: 3rem;
  }
  .-g-lg-3,
  .-gy-lg-3 {
    --gutter-y: 3rem;
  }
  .-g-lg-4,
  .-gx-lg-4 {
    --gutter-x: 4rem;
  }
  .-g-lg-4,
  .-gy-lg-4 {
    --gutter-y: 4rem;
  }
  .-g-lg-5,
  .-gx-lg-5 {
    --gutter-x: 5rem;
  }
  .-g-lg-5,
  .-gy-lg-5 {
    --gutter-y: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .-offset-md-0 {
    margin-left: 0;
  }
  .-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .-offset-md-3 {
    margin-left: 25%;
  }
  .-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .-offset-md-6 {
    margin-left: 50%;
  }
  .-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .-offset-md-9 {
    margin-left: 75%;
  }
  .-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .-g-md-0,
  .-gx-md-0 {
    --gutter-x: 0;
  }
  .-g-md-0,
  .-gy-md-0 {
    --gutter-y: 0;
  }
  .-g-md-1,
  .-gx-md-1 {
    --gutter-x: 1rem;
  }
  .-g-md-1,
  .-gy-md-1 {
    --gutter-y: 1rem;
  }
  .-g-md-2,
  .-gx-md-2 {
    --gutter-x: 2rem;
  }
  .-g-md-2,
  .-gy-md-2 {
    --gutter-y: 2rem;
  }
  .-g-md-3,
  .-gx-md-3 {
    --gutter-x: 3rem;
  }
  .-g-md-3,
  .-gy-md-3 {
    --gutter-y: 3rem;
  }
  .-g-md-4,
  .-gx-md-4 {
    --gutter-x: 4rem;
  }
  .-g-md-4,
  .-gy-md-4 {
    --gutter-y: 4rem;
  }
  .-g-md-5,
  .-gx-md-5 {
    --gutter-x: 5rem;
  }
  .-g-md-5,
  .-gy-md-5 {
    --gutter-y: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .-offset-sm-0 {
    margin-left: 0;
  }
  .-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .-offset-sm-3 {
    margin-left: 25%;
  }
  .-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .-offset-sm-6 {
    margin-left: 50%;
  }
  .-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .-offset-sm-9 {
    margin-left: 75%;
  }
  .-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .-g,
  .-gy {
    --gutter-y: 3rem;
  }
  .-g-sm-0,
  .-gx-sm-0 {
    --gutter-x: 0;
  }
  .-g-sm-0,
  .-gy-sm-0 {
    --gutter-y: 0;
  }
  .-g-sm-1,
  .-gx-sm-1 {
    --gutter-x: 1rem;
  }
  .-g-sm-1,
  .-gy-sm-1 {
    --gutter-y: 1rem;
  }
  .-g-sm-2,
  .-gx-sm-2 {
    --gutter-x: 2rem;
  }
  .-g-sm-2,
  .-gy-sm-2 {
    --gutter-y: 2rem;
  }
  .-g-sm-3,
  .-gx-sm-3 {
    --gutter-x: 3rem;
  }
  .-g-sm-3,
  .-gy-sm-3 {
    --gutter-y: 3rem;
  }
  .-g-sm-4,
  .-gx-sm-4 {
    --gutter-x: 4rem;
  }
  .-g-sm-4,
  .-gy-sm-4 {
    --gutter-y: 4rem;
  }
  .-g-sm-5,
  .-gx-sm-5 {
    --gutter-x: 5rem;
  }
  .-g-sm-5,
  .-gy-sm-5 {
    --gutter-y: 5rem;
  }
}
.-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

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

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

@media screen and (max-width: 1499px) {
  .-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 1024px) {
  .-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .-flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .-flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
.c-section[data-bg=gray] {
  background: var(--color-bg-gray);
}

.c-section[data-pt=none] {
  padding-top: 0;
}

.c-section[data-pb=none] {
  padding-bottom: 0;
}

.c-section[data-pt="2xs"] {
  padding-top: var(--space-section-2xs);
}

.c-section[data-pt=xs] {
  padding-top: var(--space-section-xs);
}

.c-section[data-pt=sm] {
  padding-top: var(--space-section-sm);
}

.c-section[data-pt=md] {
  padding-top: var(--space-section-md);
}

.c-section[data-pt=lg] {
  padding-top: var(--space-section-lg);
}

.c-section[data-pb="2xs"] {
  padding-bottom: var(--space-section-2xs);
}

.c-section[data-pb=xs] {
  padding-bottom: var(--space-section-xs);
}

.c-section[data-pb=sm] {
  padding-bottom: var(--space-section-sm);
}

.c-section[data-pb=md] {
  padding-bottom: var(--space-section-md);
}

.c-section[data-pb=lg] {
  padding-bottom: var(--space-section-lg);
}

.c-section[data-border=top] {
  border-top: solid 1px var(--color-border-gray);
}

.c-section > :first-child {
  margin-top: 0 !important;
}

.c-section__inner {
  overflow: visible;
}

.c-section__header {
  overflow: visible;
}

.c-section__body {
  overflow: visible;
}

.c-section__footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-section__footer-row {
    display: block;
  }
}
[class*=" c-heading-"][data-color=green],
[class^=c-heading-][data-color=green],
[data-color=green] [class*=" c-heading-"] {
  color: var(--color-base);
}

.c-heading {
  position: relative;
  padding-bottom: var(--space-element-sm);
  font-size: var(--font-size-heading-base);
  font-family: var(--font-family-mincho);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading-base);
  letter-spacing: var(--letter-spacing-base);
}
@media screen and (min-width: 768px) {
  .c-heading {
    padding-bottom: var(--space-element-xl);
  }
}

.c-heading[data-style=dot]:before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0.25em;
  height: 0.25em;
  background-color: #c74105;
  border-radius: 100%;
}

.c-heading[data-lang=en] {
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-eng);
}

.c-heading[data-size="2xl"] {
  font-size: var(--font-size-heading-2xl);
  line-height: var(--line-height-heading-sm);
}

.c-heading[data-size=xl] {
  font-size: var(--font-size-heading-xl);
  line-height: var(--line-height-heading-sm);
}

.c-heading[data-size=lg] {
  font-size: var(--font-size-heading-lg);
  line-height: var(--line-height-heading-sm);
}

.c-heading[data-size=md] {
  font-size: var(--font-size-heading-base);
  line-height: var(--line-height-heading-base);
}

.c-heading[data-size=sm] {
  font-size: var(--font-size-heading-sm);
  line-height: var(--line-height-heading-base);
}

.c-heading[data-size=xs] {
  font-size: var(--font-size-heading-xs);
  line-height: var(--line-height-heading-lg);
}

.c-heading[data-size="2xs"] {
  font-size: var(--font-size-heading-2xs);
  line-height: var(--line-height-heading-lg);
}

.c-heading[data-size="3xs"] {
  font-size: var(--font-size-heading-3xs);
  line-height: var(--line-height-heading-lg);
}

.c-heading[data-sm-size="4xs"] {
  font-size: var(--font-size-heading-4xs);
  line-height: var(--line-height-heading-lg);
}

@media screen and (max-width: 767px) {
  .c-heading[data-sm-size="2xl"] {
    font-size: var(--font-size-heading-2xl);
    line-height: var(--line-height-heading-sm);
  }
  .c-heading[data-sm-size=xl] {
    font-size: var(--font-size-heading-xl);
    line-height: var(--line-height-heading-sm);
  }
  .c-heading[data-sm-size=lg] {
    font-size: var(--font-size-heading-lg);
    line-height: var(--line-height-heading-sm);
  }
  .c-heading[data-sm-size=md] {
    font-size: var(--font-size-heading-base);
    line-height: var(--line-height-heading-base);
  }
  .c-heading[data-sm-size=sm] {
    font-size: var(--font-size-heading-sm);
    line-height: var(--line-height-heading-base);
  }
  .c-heading[data-sm-size=xs] {
    font-size: var(--font-size-heading-xs);
    line-height: var(--line-height-heading-lg);
  }
  .c-heading[data-sm-size="2xs"] {
    font-size: var(--font-size-heading-2xs);
    line-height: var(--line-height-heading-lg);
  }
  .c-heading[data-sm-size="3xs"] {
    font-size: var(--font-size-heading-3xs);
    line-height: var(--line-height-heading-lg);
  }
  .c-heading[data-sm-size="4xs"] {
    font-size: var(--font-size-heading-4xs);
    line-height: var(--line-height-heading-lg);
  }
}
.c-heading-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 5rem;
}

.c-heading-set[data-margin-none] {
  margin-bottom: 0;
}

.c-heading-set[data-mb=none] {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-heading-set {
    margin-bottom: 3.5rem;
  }
}
.c-heading-set__main {
  display: block;
  font-family: var(--font-family-eng);
  font-size: 5.5rem;
  font-weight: var(--font-weight-medium);
  line-height: 1;
  letter-spacing: var(--letter-spacing-eng);
}

.c-heading-set__main[data-lang=jp] {
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-base);
}

[data-color=white] .c-heading-set__main {
  color: #fff;
}

[data-size=sm] .c-heading-set__main {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .c-heading-set__main {
    font-size: 2.5rem;
    letter-spacing: var(--letter-spacing-eng);
  }
  [data-size=sm] .c-heading-set__main {
    font-size: 2rem;
  }
}
.c-heading-set__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
}

.c-heading-set__sub:before {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background-color: var(--color-orange);
  border-radius: 100%;
}

[data-color=white] .c-heading-set__sub {
  color: #fff;
}

[data-dot=black] .c-heading-set__sub:before {
  background-color: var(--color-black);
}

[data-dot=white] .c-heading-set__sub:before {
  background-color: var(--color-white);
}

@media screen and (max-width: 767px) {
  .c-heading-set__sub {
    font-size: 0.75rem;
  }
}
.c-heading-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-heading-section:before {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background-color: var(--color-orange);
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .c-heading-section {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
}
.c-heading-section__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-heading-section__label {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.c-heading-section__label-main {
  font-family: var(--font-family-eng);
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  letter-spacing: var(--letter-spacing-eng);
}

@media screen and (max-width: 767px) {
  .c-heading-section__label-main {
    font-size: 0.6875rem;
  }
}
.c-heading-section__label-sub {
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-left: solid 1px var(--color-border-gray);
}

@media screen and (max-width: 767px) {
  .c-heading-section__label-sub {
    padding-left: 0.5rem;
    font-size: 0.8125rem;
  }
}
.c-heading-level2 {
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-heading-sm);
  letter-spacing: var(--letter-spacing-heading);
  position: relative;
  padding-top: 3rem;
  margin-top: var(--space-section-md);
  margin-bottom: var(--space-element-xl);
  border-top: solid 2px var(--color-border-gray);
}

.c-heading-level2:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 7.5rem;
  height: 2px;
  content: "";
  background-color: var(--color-base);
}

@media screen and (max-width: 1024px) {
  .c-heading-level2 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-level2 {
    padding-top: 2rem;
  }
}
.c-heading-level3 {
  font-size: var(--font-size-heading-base);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-heading-base);
  letter-spacing: var(--letter-spacing-heading);
  position: relative;
  padding: 0.625rem 0 0.625rem 1.25rem;
  margin-top: var(--space-element-lg);
  margin-bottom: var(--space-element-sm);
  border-bottom: solid 1px var(--color-border-gray);
  border-left: solid 2px var(--color-base);
}

.c-heading-level3 > :first-child {
  margin-top: 0;
}

.c-heading-level3 + * {
  margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {
  .c-heading-level3 {
    padding: 0.5rem 0 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-level3 {
    padding: 0.375rem 0 0.375rem 0.75rem;
  }
}
.c-heading-level4 {
  font-size: var(--font-size-heading-sm);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-heading-lg);
  letter-spacing: var(--letter-spacing-heading);
  margin-top: var(--space-element-md);
  margin-bottom: var(--space-element-2xs);
}

.c-heading-level4 > :first-child {
  margin-top: 0;
}

.c-heading-level4 + * {
  margin-top: 0 !important;
}

.c-heading-level4[data-type=box] {
  padding: 0.5rem 1rem;
  background-color: var(--color-bg-gray);
  border: solid 1px var(--color-border-gray);
}

@media screen and (max-width: 1024px) {
  .c-heading-level4[data-type=box] {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-level4[data-type=box] {
    padding: 0.375rem 0.75rem;
  }
}
.c-heading-level5 {
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-heading-lg);
  letter-spacing: var(--letter-spacing-heading);
  margin-top: var(--space-element-md);
  margin-bottom: var(--space-element-2xs);
}

.c-heading-level5 > :first-child {
  margin-top: 0;
}

.c-heading-level5 + * {
  margin-top: 0 !important;
}

.c-heading-level6 {
  font-size: var(--font-size-heading-2xs);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-heading-xl);
  letter-spacing: var(--letter-spacing-heading);
  margin-top: var(--space-element-md);
  margin-bottom: var(--space-element-3xs);
}

.c-heading-level6 > :first-child {
  margin-top: 0;
}

.c-heading-level6 + * {
  margin-top: 0 !important;
}

.c-text {
  font-size: var(--font-size-body-base);
  text-align: justify;
}

.c-text[data-mt] {
  margin-top: 1.6em;
}

.is-en .c-text {
  text-align: left;
}

.c-text[data-font=main] {
  font-family: var(--font-family-main);
}

.c-text[data-font=eng] {
  font-family: var(--font-family-eng);
}

.c-text[data-size=xl] {
  font-size: var(--font-size-body-xl);
}

.c-text[data-size=lg] {
  font-size: var(--font-size-body-lg);
}

.c-text[data-size=sm] {
  font-size: var(--font-size-body-sm);
}

.c-text[data-size=xs] {
  font-size: var(--font-size-body-xs);
}

@media screen and (max-width: 767px) {
  .c-text[data-sm-size=xl] {
    font-size: var(--font-size-body-xl);
  }
  .c-text[data-sm-size=lg] {
    font-size: var(--font-size-body-lg);
  }
  .c-text[data-sm-size=sm] {
    font-size: var(--font-size-body-sm);
  }
  .c-text[data-sm-size=xs] {
    font-size: var(--font-size-body-xs);
  }
}
.c-list {
  position: relative;
}

.c-list[data-size=xl] {
  font-size: var(--font-size-body-xl);
}

.c-list[data-size=lg] {
  font-size: var(--font-size-body-lg);
}

.c-list[data-size=sm] {
  font-size: var(--font-size-body-sm);
}

.c-list[data-size=xs] {
  font-size: var(--font-size-body-xs);
}

.c-list[data-size="2xs"] {
  font-size: var(--font-size-body-2xs);
}

.c-list[data-size="3xs"] {
  font-size: var(--font-size-body-3xs);
}

.c-list[data-mt] {
  margin-top: 1.6em;
}

.c-list li {
  position: relative;
  margin-top: 0.25rem;
  text-align: justify;
}

.is-en .c-list li {
  text-align: left;
}

.c-list ol,
.c-list ul {
  padding: 0.5rem 0 1rem 1.25rem;
}

.c-list[data-type=disc] > li {
  padding-left: 1rem;
}

.c-list[data-type=disc] > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: bold;
  color: var(--color-base);
  content: "・";
}

[data-type=num],
ol.c-list {
  padding-left: 2.2em;
  list-style: outside;
  list-style-type: decimal;
}

[data-type=num] ol,
ol.c-list ol {
  counter-reset: circle 0;
}

[data-type=num] ul,
ol.c-list ul {
  list-style: none;
  list-style-type: none;
}

[data-type=num] ul li,
ol.c-list ul li {
  padding-left: 1rem;
}

[data-type=num] ul li:before,
ol.c-list ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: bold;
  color: var(--color-base);
  content: "・";
}

[data-type=num] ol > li,
ol.c-list ol > li {
  padding-left: 2rem;
}

[data-type=num] ol > li:before,
ol.c-list ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "(" counter(circle) ")";
  counter-increment: circle 1;
}

.c-thumb img {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media (hover: hover) and (pointer: fine) {
  .c-thumb:hover img,
  a:hover .c-thumb img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.c-img {
  overflow: hidden;
  border-radius: 0.625rem;
}

.c-img img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}

.c-img[data-border] {
  background-color: #fff;
  border: solid 1px var(--color-border-gray);
}

.c-img[data-aspect-ratio="3/2"] {
  aspect-ratio: 3/2;
}

.c-img[data-aspect-ratio="3/2"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-img[data-aspect-ratio="16/9"] {
  aspect-ratio: 16/9;
}

.c-img[data-aspect-ratio="16/9"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .c-img {
    border-radius: 0.375rem;
  }
  .c-img img {
    border-radius: 0.375rem;
  }
}
.c-img__caption {
  font-size: var(--font-size-body-sm);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-body-base);
  letter-spacing: var(--letter-spacing-base);
  margin-top: var(--space-element-3xs);
}

.c-cv__button-arrow {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.c-cv__button-arrow-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.c-cv__button-arrow-inner svg {
  fill: currentcolor;
}

@media (hover: hover) and (pointer: fine) {
  a:hover .c-cv__button-arrow-inner svg {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  a[data-direction=reverse]:hover .c-cv__button-arrow-inner svg {
    -webkit-animation: backward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation: backward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  a:hover .c-cv__button-arrow-inner [data-direction=reverse] svg {
    -webkit-animation: backward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation: backward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  a[data-direction=diagonal]:hover .c-cv__button-arrow-inner svg {
    -webkit-animation: diagonal 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation: diagonal 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  a:hover .c-cv__button-arrow-inner[data-direction=diagonal] svg {
    -webkit-animation: diagonal 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation: diagonal 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
.c-cv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-cv__bg img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-btn {
  text-align: center;
}
.c-btn a {
  position: relative;
  display: block;
  padding-block: var(--space-element-sm);
  padding-inline: var(--space-element-md);
  border: 1px solid #d1d1d1;
  font-size: var(--font-size-heading-xs);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    display: inline-block;
    padding-block: var(--space-element-sm);
    padding-inline: var(--space-element-xl);
  }
}
.c-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  background: url(../img/arrow.webp) no-repeat 0 0/contain;
  width: 1.4rem;
  aspect-ratio: 1;
  transition: var(--ease);
}
@media screen and (min-width: 768px) {
  .c-btn a::after {
    width: 1.6rem;
  }
}
.c-btn a:hover::after {
  right: 1rem;
}
.c-btn-large {
  font-size: var(--font-size-heading-base);
}

.u-color-orange {
  color: var(--color-orange);
}

.u-color-white {
  color: var(--color-white);
}

.u-color-base {
  color: var(--color-base);
}

.u-w-full {
  width: 100% !important;
}

.u-font-eng {
  font-family: var(--font-family-eng);
}

.u-font-bold {
  font-weight: bold;
}

.u-object-cover {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.u-object-contain {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

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

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

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

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

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

.u-text-center {
  text-align: center !important;
}

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

.u-object-left {
  -o-object-position: left center !important;
  object-position: left center !important;
}

.u-object-right {
  -o-object-position: right center !important;
  object-position: right center !important;
}

.u-object-top {
  -o-object-position: top center !important;
  object-position: top center !important;
}

.u-object-bottom {
  -o-object-position: bottom center !important;
  object-position: bottom center !important;
}

.u-overflow-visible {
  overflow: visible;
}

.u-youtube {
  width: 100%;
}

.u-youtube iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
}

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .u-md-none {
    display: none !important;
  }
  .u-md-block {
    display: block !important;
  }
  .u-md-inline {
    display: inline !important;
  }
  .u-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sm-none {
    display: none !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
}
.u-sp-block {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block;
  }
}
.u-sp-tablet-block {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-sp-tablet-block {
    display: block;
  }
}
.u-pc-block {
  display: block;
}

@media screen and (max-width: 1024px) {
  .u-pc-block {
    display: none;
  }
}
.u-pc-tablet-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-pc-tablet-block {
    display: none;
  }
}
.u-tablet-block {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-tablet-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-tablet-block {
    display: none;
  }
}
.u-sp-inline {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-sp-tablet-inline {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .u-sp-tablet-inline {
    display: inline !important;
  }
}
.u-pc-inline {
  display: inline !important;
}

@media screen and (max-width: 1024px) {
  .u-pc-inline {
    display: none !important;
  }
}
.u-pc-tablet-inline {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .u-pc-tablet-inline {
    display: none !important;
  }
}
.u-tablet-inline {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-tablet-inline {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .u-tablet-inline {
    display: none;
  }
}
.u-sp-inlineblock {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}
.u-sp-tablet-inlineblock {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-sp-tablet-inlineblock {
    display: inline-block;
  }
}
.u-pc-inlineblock {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .u-pc-inlineblock {
    display: none;
  }
}
.u-pc-tablet-inlineblock {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-pc-tablet-inlineblock {
    display: none;
  }
}
.u-tablet-inlineblock {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-tablet-inlineblock {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .u-tablet-inlineblock {
    display: none;
  }
}
.u-mt-0 {
  margin-top: 0rem;
}

.u-mt-4 {
  margin-top: 0.25rem;
}

.u-mt-8 {
  margin-top: 0.5rem;
}

.u-mt-12 {
  margin-top: 0.75rem;
}

.u-mt-16 {
  margin-top: 1rem;
}

.u-mt-20 {
  margin-top: 1.25rem;
}

.u-mt-24 {
  margin-top: 1.5rem;
}

.u-mt-28 {
  margin-top: 1.75rem;
}

.u-mt-32 {
  margin-top: 2rem;
}

.u-mt-36 {
  margin-top: 2.25rem;
}

.u-mt-40 {
  margin-top: 2.5rem;
}

.u-mt-44 {
  margin-top: 2.75rem;
}

.u-mt-48 {
  margin-top: 3rem;
}

.u-mt-52 {
  margin-top: 3.25rem;
}

.u-mt-56 {
  margin-top: 3.5rem;
}

.u-mt-60 {
  margin-top: 3.75rem;
}

.u-mt-64 {
  margin-top: 4rem;
}

.u-mt-68 {
  margin-top: 4.25rem;
}

.u-mt-72 {
  margin-top: 4.5rem;
}

.u-mt-76 {
  margin-top: 4.75rem;
}

.u-mt-80 {
  margin-top: 5rem;
}

.u-mt-84 {
  margin-top: 5.25rem;
}

.u-mt-88 {
  margin-top: 5.5rem;
}

.u-mt-92 {
  margin-top: 5.75rem;
}

.u-mt-96 {
  margin-top: 6rem;
}

.u-mt-100 {
  margin-top: 6.25rem;
}

.u-ml-0 {
  margin-left: 0rem;
}

.u-ml-4 {
  margin-left: 0.25rem;
}

.u-ml-8 {
  margin-left: 0.5rem;
}

.u-ml-12 {
  margin-left: 0.75rem;
}

.u-ml-16 {
  margin-left: 1rem;
}

.u-ml-20 {
  margin-left: 1.25rem;
}

.u-ml-24 {
  margin-left: 1.5rem;
}

.u-ml-28 {
  margin-left: 1.75rem;
}

.u-ml-32 {
  margin-left: 2rem;
}

.u-ml-36 {
  margin-left: 2.25rem;
}

.u-ml-40 {
  margin-left: 2.5rem;
}

.u-ml-44 {
  margin-left: 2.75rem;
}

.u-ml-48 {
  margin-left: 3rem;
}

.u-ml-52 {
  margin-left: 3.25rem;
}

.u-ml-56 {
  margin-left: 3.5rem;
}

.u-ml-60 {
  margin-left: 3.75rem;
}

.u-ml-64 {
  margin-left: 4rem;
}

.u-ml-68 {
  margin-left: 4.25rem;
}

.u-ml-72 {
  margin-left: 4.5rem;
}

.u-ml-76 {
  margin-left: 4.75rem;
}

.u-ml-80 {
  margin-left: 5rem;
}

.u-ml-84 {
  margin-left: 5.25rem;
}

.u-ml-88 {
  margin-left: 5.5rem;
}

.u-ml-92 {
  margin-left: 5.75rem;
}

.u-ml-96 {
  margin-left: 6rem;
}

.u-ml-100 {
  margin-left: 6.25rem;
}

.u-mr-0 {
  margin-right: 0rem;
}

.u-mr-4 {
  margin-right: 0.25rem;
}

.u-mr-8 {
  margin-right: 0.5rem;
}

.u-mr-12 {
  margin-right: 0.75rem;
}

.u-mr-16 {
  margin-right: 1rem;
}

.u-mr-20 {
  margin-right: 1.25rem;
}

.u-mr-24 {
  margin-right: 1.5rem;
}

.u-mr-28 {
  margin-right: 1.75rem;
}

.u-mr-32 {
  margin-right: 2rem;
}

.u-mr-36 {
  margin-right: 2.25rem;
}

.u-mr-40 {
  margin-right: 2.5rem;
}

.u-mr-44 {
  margin-right: 2.75rem;
}

.u-mr-48 {
  margin-right: 3rem;
}

.u-mr-52 {
  margin-right: 3.25rem;
}

.u-mr-56 {
  margin-right: 3.5rem;
}

.u-mr-60 {
  margin-right: 3.75rem;
}

.u-mr-64 {
  margin-right: 4rem;
}

.u-mr-68 {
  margin-right: 4.25rem;
}

.u-mr-72 {
  margin-right: 4.5rem;
}

.u-mr-76 {
  margin-right: 4.75rem;
}

.u-mr-80 {
  margin-right: 5rem;
}

.u-mr-84 {
  margin-right: 5.25rem;
}

.u-mr-88 {
  margin-right: 5.5rem;
}

.u-mr-92 {
  margin-right: 5.75rem;
}

.u-mr-96 {
  margin-right: 6rem;
}

.u-mr-100 {
  margin-right: 6.25rem;
}

.u-mb-0 {
  margin-bottom: 0rem;
}

.u-mb-4 {
  margin-bottom: 0.25rem;
}

.u-mb-8 {
  margin-bottom: 0.5rem;
}

.u-mb-12 {
  margin-bottom: 0.75rem;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mb-20 {
  margin-bottom: 1.25rem;
}

.u-mb-24 {
  margin-bottom: 1.5rem;
}

.u-mb-28 {
  margin-bottom: 1.75rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mb-36 {
  margin-bottom: 2.25rem;
}

.u-mb-40 {
  margin-bottom: 2.5rem;
}

.u-mb-44 {
  margin-bottom: 2.75rem;
}

.u-mb-48 {
  margin-bottom: 3rem;
}

.u-mb-52 {
  margin-bottom: 3.25rem;
}

.u-mb-56 {
  margin-bottom: 3.5rem;
}

.u-mb-60 {
  margin-bottom: 3.75rem;
}

.u-mb-64 {
  margin-bottom: 4rem;
}

.u-mb-68 {
  margin-bottom: 4.25rem;
}

.u-mb-72 {
  margin-bottom: 4.5rem;
}

.u-mb-76 {
  margin-bottom: 4.75rem;
}

.u-mb-80 {
  margin-bottom: 5rem;
}

.u-mb-84 {
  margin-bottom: 5.25rem;
}

.u-mb-88 {
  margin-bottom: 5.5rem;
}

.u-mb-92 {
  margin-bottom: 5.75rem;
}

.u-mb-96 {
  margin-bottom: 6rem;
}

.u-mb-100 {
  margin-bottom: 6.25rem;
}

.u-mx-0 {
  margin: 0 0rem;
}

.u-mx-4 {
  margin: 0 0.25rem;
}

.u-mx-8 {
  margin: 0 0.5rem;
}

.u-mx-12 {
  margin: 0 0.75rem;
}

.u-mx-16 {
  margin: 0 1rem;
}

.u-mx-20 {
  margin: 0 1.25rem;
}

.u-mx-24 {
  margin: 0 1.5rem;
}

.u-mx-28 {
  margin: 0 1.75rem;
}

.u-mx-32 {
  margin: 0 2rem;
}

.u-mx-36 {
  margin: 0 2.25rem;
}

.u-mx-40 {
  margin: 0 2.5rem;
}

.u-mx-44 {
  margin: 0 2.75rem;
}

.u-mx-48 {
  margin: 0 3rem;
}

.u-mx-52 {
  margin: 0 3.25rem;
}

.u-mx-56 {
  margin: 0 3.5rem;
}

.u-mx-60 {
  margin: 0 3.75rem;
}

.u-mx-64 {
  margin: 0 4rem;
}

.u-mx-68 {
  margin: 0 4.25rem;
}

.u-mx-72 {
  margin: 0 4.5rem;
}

.u-mx-76 {
  margin: 0 4.75rem;
}

.u-mx-80 {
  margin: 0 5rem;
}

.u-mx-84 {
  margin: 0 5.25rem;
}

.u-mx-88 {
  margin: 0 5.5rem;
}

.u-mx-92 {
  margin: 0 5.75rem;
}

.u-mx-96 {
  margin: 0 6rem;
}

.u-mx-100 {
  margin: 0 6.25rem;
}

.u-my-0 {
  margin: 0rem 0;
}

.u-my-4 {
  margin: 0.25rem 0;
}

.u-my-8 {
  margin: 0.5rem 0;
}

.u-my-12 {
  margin: 0.75rem 0;
}

.u-my-16 {
  margin: 1rem 0;
}

.u-my-20 {
  margin: 1.25rem 0;
}

.u-my-24 {
  margin: 1.5rem 0;
}

.u-my-28 {
  margin: 1.75rem 0;
}

.u-my-32 {
  margin: 2rem 0;
}

.u-my-36 {
  margin: 2.25rem 0;
}

.u-my-40 {
  margin: 2.5rem 0;
}

.u-my-44 {
  margin: 2.75rem 0;
}

.u-my-48 {
  margin: 3rem 0;
}

.u-my-52 {
  margin: 3.25rem 0;
}

.u-my-56 {
  margin: 3.5rem 0;
}

.u-my-60 {
  margin: 3.75rem 0;
}

.u-my-64 {
  margin: 4rem 0;
}

.u-my-68 {
  margin: 4.25rem 0;
}

.u-my-72 {
  margin: 4.5rem 0;
}

.u-my-76 {
  margin: 4.75rem 0;
}

.u-my-80 {
  margin: 5rem 0;
}

.u-my-84 {
  margin: 5.25rem 0;
}

.u-my-88 {
  margin: 5.5rem 0;
}

.u-my-92 {
  margin: 5.75rem 0;
}

.u-my-96 {
  margin: 6rem 0;
}

.u-my-100 {
  margin: 6.25rem 0;
}

.u-pt-0 {
  padding-top: 0rem;
}

.u-pt-4 {
  padding-top: 0.25rem;
}

.u-pt-8 {
  padding-top: 0.5rem;
}

.u-pt-12 {
  padding-top: 0.75rem;
}

.u-pt-16 {
  padding-top: 1rem;
}

.u-pt-20 {
  padding-top: 1.25rem;
}

.u-pt-24 {
  padding-top: 1.5rem;
}

.u-pt-28 {
  padding-top: 1.75rem;
}

.u-pt-32 {
  padding-top: 2rem;
}

.u-pt-36 {
  padding-top: 2.25rem;
}

.u-pt-40 {
  padding-top: 2.5rem;
}

.u-pt-44 {
  padding-top: 2.75rem;
}

.u-pt-48 {
  padding-top: 3rem;
}

.u-pt-52 {
  padding-top: 3.25rem;
}

.u-pt-56 {
  padding-top: 3.5rem;
}

.u-pt-60 {
  padding-top: 3.75rem;
}

.u-pt-64 {
  padding-top: 4rem;
}

.u-pt-68 {
  padding-top: 4.25rem;
}

.u-pt-72 {
  padding-top: 4.5rem;
}

.u-pt-76 {
  padding-top: 4.75rem;
}

.u-pt-80 {
  padding-top: 5rem;
}

.u-pt-84 {
  padding-top: 5.25rem;
}

.u-pt-88 {
  padding-top: 5.5rem;
}

.u-pt-92 {
  padding-top: 5.75rem;
}

.u-pt-96 {
  padding-top: 6rem;
}

.u-pt-100 {
  padding-top: 6.25rem;
}

.u-pl-0 {
  padding-left: 0rem;
}

.u-pl-4 {
  padding-left: 0.25rem;
}

.u-pl-8 {
  padding-left: 0.5rem;
}

.u-pl-12 {
  padding-left: 0.75rem;
}

.u-pl-16 {
  padding-left: 1rem;
}

.u-pl-20 {
  padding-left: 1.25rem;
}

.u-pl-24 {
  padding-left: 1.5rem;
}

.u-pl-28 {
  padding-left: 1.75rem;
}

.u-pl-32 {
  padding-left: 2rem;
}

.u-pl-36 {
  padding-left: 2.25rem;
}

.u-pl-40 {
  padding-left: 2.5rem;
}

.u-pl-44 {
  padding-left: 2.75rem;
}

.u-pl-48 {
  padding-left: 3rem;
}

.u-pl-52 {
  padding-left: 3.25rem;
}

.u-pl-56 {
  padding-left: 3.5rem;
}

.u-pl-60 {
  padding-left: 3.75rem;
}

.u-pl-64 {
  padding-left: 4rem;
}

.u-pl-68 {
  padding-left: 4.25rem;
}

.u-pl-72 {
  padding-left: 4.5rem;
}

.u-pl-76 {
  padding-left: 4.75rem;
}

.u-pl-80 {
  padding-left: 5rem;
}

.u-pl-84 {
  padding-left: 5.25rem;
}

.u-pl-88 {
  padding-left: 5.5rem;
}

.u-pl-92 {
  padding-left: 5.75rem;
}

.u-pl-96 {
  padding-left: 6rem;
}

.u-pl-100 {
  padding-left: 6.25rem;
}

.u-pr-0 {
  padding-right: 0rem;
}

.u-pr-4 {
  padding-right: 0.25rem;
}

.u-pr-8 {
  padding-right: 0.5rem;
}

.u-pr-12 {
  padding-right: 0.75rem;
}

.u-pr-16 {
  padding-right: 1rem;
}

.u-pr-20 {
  padding-right: 1.25rem;
}

.u-pr-24 {
  padding-right: 1.5rem;
}

.u-pr-28 {
  padding-right: 1.75rem;
}

.u-pr-32 {
  padding-right: 2rem;
}

.u-pr-36 {
  padding-right: 2.25rem;
}

.u-pr-40 {
  padding-right: 2.5rem;
}

.u-pr-44 {
  padding-right: 2.75rem;
}

.u-pr-48 {
  padding-right: 3rem;
}

.u-pr-52 {
  padding-right: 3.25rem;
}

.u-pr-56 {
  padding-right: 3.5rem;
}

.u-pr-60 {
  padding-right: 3.75rem;
}

.u-pr-64 {
  padding-right: 4rem;
}

.u-pr-68 {
  padding-right: 4.25rem;
}

.u-pr-72 {
  padding-right: 4.5rem;
}

.u-pr-76 {
  padding-right: 4.75rem;
}

.u-pr-80 {
  padding-right: 5rem;
}

.u-pr-84 {
  padding-right: 5.25rem;
}

.u-pr-88 {
  padding-right: 5.5rem;
}

.u-pr-92 {
  padding-right: 5.75rem;
}

.u-pr-96 {
  padding-right: 6rem;
}

.u-pr-100 {
  padding-right: 6.25rem;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pb-4 {
  padding-bottom: 0.25rem;
}

.u-pb-8 {
  padding-bottom: 0.5rem;
}

.u-pb-12 {
  padding-bottom: 0.75rem;
}

.u-pb-16 {
  padding-bottom: 1rem;
}

.u-pb-20 {
  padding-bottom: 1.25rem;
}

.u-pb-24 {
  padding-bottom: 1.5rem;
}

.u-pb-28 {
  padding-bottom: 1.75rem;
}

.u-pb-32 {
  padding-bottom: 2rem;
}

.u-pb-36 {
  padding-bottom: 2.25rem;
}

.u-pb-40 {
  padding-bottom: 2.5rem;
}

.u-pb-44 {
  padding-bottom: 2.75rem;
}

.u-pb-48 {
  padding-bottom: 3rem;
}

.u-pb-52 {
  padding-bottom: 3.25rem;
}

.u-pb-56 {
  padding-bottom: 3.5rem;
}

.u-pb-60 {
  padding-bottom: 3.75rem;
}

.u-pb-64 {
  padding-bottom: 4rem;
}

.u-pb-68 {
  padding-bottom: 4.25rem;
}

.u-pb-72 {
  padding-bottom: 4.5rem;
}

.u-pb-76 {
  padding-bottom: 4.75rem;
}

.u-pb-80 {
  padding-bottom: 5rem;
}

.u-pb-84 {
  padding-bottom: 5.25rem;
}

.u-pb-88 {
  padding-bottom: 5.5rem;
}

.u-pb-92 {
  padding-bottom: 5.75rem;
}

.u-pb-96 {
  padding-bottom: 6rem;
}

.u-pb-100 {
  padding-bottom: 6.25rem;
}

.u-px-0 {
  padding: 0 0rem;
}

.u-px-4 {
  padding: 0 0.25rem;
}

.u-px-8 {
  padding: 0 0.5rem;
}

.u-px-12 {
  padding: 0 0.75rem;
}

.u-px-16 {
  padding: 0 1rem;
}

.u-px-20 {
  padding: 0 1.25rem;
}

.u-px-24 {
  padding: 0 1.5rem;
}

.u-px-28 {
  padding: 0 1.75rem;
}

.u-px-32 {
  padding: 0 2rem;
}

.u-px-36 {
  padding: 0 2.25rem;
}

.u-px-40 {
  padding: 0 2.5rem;
}

.u-px-44 {
  padding: 0 2.75rem;
}

.u-px-48 {
  padding: 0 3rem;
}

.u-px-52 {
  padding: 0 3.25rem;
}

.u-px-56 {
  padding: 0 3.5rem;
}

.u-px-60 {
  padding: 0 3.75rem;
}

.u-px-64 {
  padding: 0 4rem;
}

.u-px-68 {
  padding: 0 4.25rem;
}

.u-px-72 {
  padding: 0 4.5rem;
}

.u-px-76 {
  padding: 0 4.75rem;
}

.u-px-80 {
  padding: 0 5rem;
}

.u-px-84 {
  padding: 0 5.25rem;
}

.u-px-88 {
  padding: 0 5.5rem;
}

.u-px-92 {
  padding: 0 5.75rem;
}

.u-px-96 {
  padding: 0 6rem;
}

.u-px-100 {
  padding: 0 6.25rem;
}

.u-py-0 {
  padding: 0rem 0;
}

.u-py-4 {
  padding: 0.25rem 0;
}

.u-py-8 {
  padding: 0.5rem 0;
}

.u-py-12 {
  padding: 0.75rem 0;
}

.u-py-16 {
  padding: 1rem 0;
}

.u-py-20 {
  padding: 1.25rem 0;
}

.u-py-24 {
  padding: 1.5rem 0;
}

.u-py-28 {
  padding: 1.75rem 0;
}

.u-py-32 {
  padding: 2rem 0;
}

.u-py-36 {
  padding: 2.25rem 0;
}

.u-py-40 {
  padding: 2.5rem 0;
}

.u-py-44 {
  padding: 2.75rem 0;
}

.u-py-48 {
  padding: 3rem 0;
}

.u-py-52 {
  padding: 3.25rem 0;
}

.u-py-56 {
  padding: 3.5rem 0;
}

.u-py-60 {
  padding: 3.75rem 0;
}

.u-py-64 {
  padding: 4rem 0;
}

.u-py-68 {
  padding: 4.25rem 0;
}

.u-py-72 {
  padding: 4.5rem 0;
}

.u-py-76 {
  padding: 4.75rem 0;
}

.u-py-80 {
  padding: 5rem 0;
}

.u-py-84 {
  padding: 5.25rem 0;
}

.u-py-88 {
  padding: 5.5rem 0;
}

.u-py-92 {
  padding: 5.75rem 0;
}

.u-py-96 {
  padding: 6rem 0;
}

.u-py-100 {
  padding: 6.25rem 0;
}

@media screen and (max-width: 1024px) {
  .u-md-mt-0 {
    margin-top: 0rem;
  }
  .u-md-mt-4 {
    margin-top: 0.25rem;
  }
  .u-md-mt-8 {
    margin-top: 0.5rem;
  }
  .u-md-mt-12 {
    margin-top: 0.75rem;
  }
  .u-md-mt-16 {
    margin-top: 1rem;
  }
  .u-md-mt-20 {
    margin-top: 1.25rem;
  }
  .u-md-mt-24 {
    margin-top: 1.5rem;
  }
  .u-md-mt-28 {
    margin-top: 1.75rem;
  }
  .u-md-mt-32 {
    margin-top: 2rem;
  }
  .u-md-mt-36 {
    margin-top: 2.25rem;
  }
  .u-md-mt-40 {
    margin-top: 2.5rem;
  }
  .u-md-mt-44 {
    margin-top: 2.75rem;
  }
  .u-md-mt-48 {
    margin-top: 3rem;
  }
  .u-md-mt-52 {
    margin-top: 3.25rem;
  }
  .u-md-mt-56 {
    margin-top: 3.5rem;
  }
  .u-md-mt-60 {
    margin-top: 3.75rem;
  }
  .u-md-mt-64 {
    margin-top: 4rem;
  }
  .u-md-mt-68 {
    margin-top: 4.25rem;
  }
  .u-md-mt-72 {
    margin-top: 4.5rem;
  }
  .u-md-mt-76 {
    margin-top: 4.75rem;
  }
  .u-md-mt-80 {
    margin-top: 5rem;
  }
  .u-md-mt-84 {
    margin-top: 5.25rem;
  }
  .u-md-mt-88 {
    margin-top: 5.5rem;
  }
  .u-md-mt-92 {
    margin-top: 5.75rem;
  }
  .u-md-mt-96 {
    margin-top: 6rem;
  }
  .u-md-mt-100 {
    margin-top: 6.25rem;
  }
  .u-md-ml-0 {
    margin-left: 0rem;
  }
  .u-md-ml-4 {
    margin-left: 0.25rem;
  }
  .u-md-ml-8 {
    margin-left: 0.5rem;
  }
  .u-md-ml-12 {
    margin-left: 0.75rem;
  }
  .u-md-ml-16 {
    margin-left: 1rem;
  }
  .u-md-ml-20 {
    margin-left: 1.25rem;
  }
  .u-md-ml-24 {
    margin-left: 1.5rem;
  }
  .u-md-ml-28 {
    margin-left: 1.75rem;
  }
  .u-md-ml-32 {
    margin-left: 2rem;
  }
  .u-md-ml-36 {
    margin-left: 2.25rem;
  }
  .u-md-ml-40 {
    margin-left: 2.5rem;
  }
  .u-md-ml-44 {
    margin-left: 2.75rem;
  }
  .u-md-ml-48 {
    margin-left: 3rem;
  }
  .u-md-ml-52 {
    margin-left: 3.25rem;
  }
  .u-md-ml-56 {
    margin-left: 3.5rem;
  }
  .u-md-ml-60 {
    margin-left: 3.75rem;
  }
  .u-md-ml-64 {
    margin-left: 4rem;
  }
  .u-md-ml-68 {
    margin-left: 4.25rem;
  }
  .u-md-ml-72 {
    margin-left: 4.5rem;
  }
  .u-md-ml-76 {
    margin-left: 4.75rem;
  }
  .u-md-ml-80 {
    margin-left: 5rem;
  }
  .u-md-ml-84 {
    margin-left: 5.25rem;
  }
  .u-md-ml-88 {
    margin-left: 5.5rem;
  }
  .u-md-ml-92 {
    margin-left: 5.75rem;
  }
  .u-md-ml-96 {
    margin-left: 6rem;
  }
  .u-md-ml-100 {
    margin-left: 6.25rem;
  }
  .u-md-mr-0 {
    margin-right: 0rem;
  }
  .u-md-mr-4 {
    margin-right: 0.25rem;
  }
  .u-md-mr-8 {
    margin-right: 0.5rem;
  }
  .u-md-mr-12 {
    margin-right: 0.75rem;
  }
  .u-md-mr-16 {
    margin-right: 1rem;
  }
  .u-md-mr-20 {
    margin-right: 1.25rem;
  }
  .u-md-mr-24 {
    margin-right: 1.5rem;
  }
  .u-md-mr-28 {
    margin-right: 1.75rem;
  }
  .u-md-mr-32 {
    margin-right: 2rem;
  }
  .u-md-mr-36 {
    margin-right: 2.25rem;
  }
  .u-md-mr-40 {
    margin-right: 2.5rem;
  }
  .u-md-mr-44 {
    margin-right: 2.75rem;
  }
  .u-md-mr-48 {
    margin-right: 3rem;
  }
  .u-md-mr-52 {
    margin-right: 3.25rem;
  }
  .u-md-mr-56 {
    margin-right: 3.5rem;
  }
  .u-md-mr-60 {
    margin-right: 3.75rem;
  }
  .u-md-mr-64 {
    margin-right: 4rem;
  }
  .u-md-mr-68 {
    margin-right: 4.25rem;
  }
  .u-md-mr-72 {
    margin-right: 4.5rem;
  }
  .u-md-mr-76 {
    margin-right: 4.75rem;
  }
  .u-md-mr-80 {
    margin-right: 5rem;
  }
  .u-md-mr-84 {
    margin-right: 5.25rem;
  }
  .u-md-mr-88 {
    margin-right: 5.5rem;
  }
  .u-md-mr-92 {
    margin-right: 5.75rem;
  }
  .u-md-mr-96 {
    margin-right: 6rem;
  }
  .u-md-mr-100 {
    margin-right: 6.25rem;
  }
  .u-md-mb-0 {
    margin-bottom: 0rem;
  }
  .u-md-mb-4 {
    margin-bottom: 0.25rem;
  }
  .u-md-mb-8 {
    margin-bottom: 0.5rem;
  }
  .u-md-mb-12 {
    margin-bottom: 0.75rem;
  }
  .u-md-mb-16 {
    margin-bottom: 1rem;
  }
  .u-md-mb-20 {
    margin-bottom: 1.25rem;
  }
  .u-md-mb-24 {
    margin-bottom: 1.5rem;
  }
  .u-md-mb-28 {
    margin-bottom: 1.75rem;
  }
  .u-md-mb-32 {
    margin-bottom: 2rem;
  }
  .u-md-mb-36 {
    margin-bottom: 2.25rem;
  }
  .u-md-mb-40 {
    margin-bottom: 2.5rem;
  }
  .u-md-mb-44 {
    margin-bottom: 2.75rem;
  }
  .u-md-mb-48 {
    margin-bottom: 3rem;
  }
  .u-md-mb-52 {
    margin-bottom: 3.25rem;
  }
  .u-md-mb-56 {
    margin-bottom: 3.5rem;
  }
  .u-md-mb-60 {
    margin-bottom: 3.75rem;
  }
  .u-md-mb-64 {
    margin-bottom: 4rem;
  }
  .u-md-mb-68 {
    margin-bottom: 4.25rem;
  }
  .u-md-mb-72 {
    margin-bottom: 4.5rem;
  }
  .u-md-mb-76 {
    margin-bottom: 4.75rem;
  }
  .u-md-mb-80 {
    margin-bottom: 5rem;
  }
  .u-md-mb-84 {
    margin-bottom: 5.25rem;
  }
  .u-md-mb-88 {
    margin-bottom: 5.5rem;
  }
  .u-md-mb-92 {
    margin-bottom: 5.75rem;
  }
  .u-md-mb-96 {
    margin-bottom: 6rem;
  }
  .u-md-mb-100 {
    margin-bottom: 6.25rem;
  }
  .u-md-mx-0 {
    margin: 0 0rem;
  }
  .u-md-mx-4 {
    margin: 0 0.25rem;
  }
  .u-md-mx-8 {
    margin: 0 0.5rem;
  }
  .u-md-mx-12 {
    margin: 0 0.75rem;
  }
  .u-md-mx-16 {
    margin: 0 1rem;
  }
  .u-md-mx-20 {
    margin: 0 1.25rem;
  }
  .u-md-mx-24 {
    margin: 0 1.5rem;
  }
  .u-md-mx-28 {
    margin: 0 1.75rem;
  }
  .u-md-mx-32 {
    margin: 0 2rem;
  }
  .u-md-mx-36 {
    margin: 0 2.25rem;
  }
  .u-md-mx-40 {
    margin: 0 2.5rem;
  }
  .u-md-mx-44 {
    margin: 0 2.75rem;
  }
  .u-md-mx-48 {
    margin: 0 3rem;
  }
  .u-md-mx-52 {
    margin: 0 3.25rem;
  }
  .u-md-mx-56 {
    margin: 0 3.5rem;
  }
  .u-md-mx-60 {
    margin: 0 3.75rem;
  }
  .u-md-mx-64 {
    margin: 0 4rem;
  }
  .u-md-mx-68 {
    margin: 0 4.25rem;
  }
  .u-md-mx-72 {
    margin: 0 4.5rem;
  }
  .u-md-mx-76 {
    margin: 0 4.75rem;
  }
  .u-md-mx-80 {
    margin: 0 5rem;
  }
  .u-md-mx-84 {
    margin: 0 5.25rem;
  }
  .u-md-mx-88 {
    margin: 0 5.5rem;
  }
  .u-md-mx-92 {
    margin: 0 5.75rem;
  }
  .u-md-mx-96 {
    margin: 0 6rem;
  }
  .u-md-mx-100 {
    margin: 0 6.25rem;
  }
  .u-md-my-0 {
    margin: 0rem 0;
  }
  .u-md-my-4 {
    margin: 0.25rem 0;
  }
  .u-md-my-8 {
    margin: 0.5rem 0;
  }
  .u-md-my-12 {
    margin: 0.75rem 0;
  }
  .u-md-my-16 {
    margin: 1rem 0;
  }
  .u-md-my-20 {
    margin: 1.25rem 0;
  }
  .u-md-my-24 {
    margin: 1.5rem 0;
  }
  .u-md-my-28 {
    margin: 1.75rem 0;
  }
  .u-md-my-32 {
    margin: 2rem 0;
  }
  .u-md-my-36 {
    margin: 2.25rem 0;
  }
  .u-md-my-40 {
    margin: 2.5rem 0;
  }
  .u-md-my-44 {
    margin: 2.75rem 0;
  }
  .u-md-my-48 {
    margin: 3rem 0;
  }
  .u-md-my-52 {
    margin: 3.25rem 0;
  }
  .u-md-my-56 {
    margin: 3.5rem 0;
  }
  .u-md-my-60 {
    margin: 3.75rem 0;
  }
  .u-md-my-64 {
    margin: 4rem 0;
  }
  .u-md-my-68 {
    margin: 4.25rem 0;
  }
  .u-md-my-72 {
    margin: 4.5rem 0;
  }
  .u-md-my-76 {
    margin: 4.75rem 0;
  }
  .u-md-my-80 {
    margin: 5rem 0;
  }
  .u-md-my-84 {
    margin: 5.25rem 0;
  }
  .u-md-my-88 {
    margin: 5.5rem 0;
  }
  .u-md-my-92 {
    margin: 5.75rem 0;
  }
  .u-md-my-96 {
    margin: 6rem 0;
  }
  .u-md-my-100 {
    margin: 6.25rem 0;
  }
  .u-md-pt-0 {
    padding-top: 0rem;
  }
  .u-md-pt-4 {
    padding-top: 0.25rem;
  }
  .u-md-pt-8 {
    padding-top: 0.5rem;
  }
  .u-md-pt-12 {
    padding-top: 0.75rem;
  }
  .u-md-pt-16 {
    padding-top: 1rem;
  }
  .u-md-pt-20 {
    padding-top: 1.25rem;
  }
  .u-md-pt-24 {
    padding-top: 1.5rem;
  }
  .u-md-pt-28 {
    padding-top: 1.75rem;
  }
  .u-md-pt-32 {
    padding-top: 2rem;
  }
  .u-md-pt-36 {
    padding-top: 2.25rem;
  }
  .u-md-pt-40 {
    padding-top: 2.5rem;
  }
  .u-md-pt-44 {
    padding-top: 2.75rem;
  }
  .u-md-pt-48 {
    padding-top: 3rem;
  }
  .u-md-pt-52 {
    padding-top: 3.25rem;
  }
  .u-md-pt-56 {
    padding-top: 3.5rem;
  }
  .u-md-pt-60 {
    padding-top: 3.75rem;
  }
  .u-md-pt-64 {
    padding-top: 4rem;
  }
  .u-md-pt-68 {
    padding-top: 4.25rem;
  }
  .u-md-pt-72 {
    padding-top: 4.5rem;
  }
  .u-md-pt-76 {
    padding-top: 4.75rem;
  }
  .u-md-pt-80 {
    padding-top: 5rem;
  }
  .u-md-pt-84 {
    padding-top: 5.25rem;
  }
  .u-md-pt-88 {
    padding-top: 5.5rem;
  }
  .u-md-pt-92 {
    padding-top: 5.75rem;
  }
  .u-md-pt-96 {
    padding-top: 6rem;
  }
  .u-md-pt-100 {
    padding-top: 6.25rem;
  }
  .u-md-pl-0 {
    padding-left: 0rem;
  }
  .u-md-pl-4 {
    padding-left: 0.25rem;
  }
  .u-md-pl-8 {
    padding-left: 0.5rem;
  }
  .u-md-pl-12 {
    padding-left: 0.75rem;
  }
  .u-md-pl-16 {
    padding-left: 1rem;
  }
  .u-md-pl-20 {
    padding-left: 1.25rem;
  }
  .u-md-pl-24 {
    padding-left: 1.5rem;
  }
  .u-md-pl-28 {
    padding-left: 1.75rem;
  }
  .u-md-pl-32 {
    padding-left: 2rem;
  }
  .u-md-pl-36 {
    padding-left: 2.25rem;
  }
  .u-md-pl-40 {
    padding-left: 2.5rem;
  }
  .u-md-pl-44 {
    padding-left: 2.75rem;
  }
  .u-md-pl-48 {
    padding-left: 3rem;
  }
  .u-md-pl-52 {
    padding-left: 3.25rem;
  }
  .u-md-pl-56 {
    padding-left: 3.5rem;
  }
  .u-md-pl-60 {
    padding-left: 3.75rem;
  }
  .u-md-pl-64 {
    padding-left: 4rem;
  }
  .u-md-pl-68 {
    padding-left: 4.25rem;
  }
  .u-md-pl-72 {
    padding-left: 4.5rem;
  }
  .u-md-pl-76 {
    padding-left: 4.75rem;
  }
  .u-md-pl-80 {
    padding-left: 5rem;
  }
  .u-md-pl-84 {
    padding-left: 5.25rem;
  }
  .u-md-pl-88 {
    padding-left: 5.5rem;
  }
  .u-md-pl-92 {
    padding-left: 5.75rem;
  }
  .u-md-pl-96 {
    padding-left: 6rem;
  }
  .u-md-pl-100 {
    padding-left: 6.25rem;
  }
  .u-md-pr-0 {
    padding-right: 0rem;
  }
  .u-md-pr-4 {
    padding-right: 0.25rem;
  }
  .u-md-pr-8 {
    padding-right: 0.5rem;
  }
  .u-md-pr-12 {
    padding-right: 0.75rem;
  }
  .u-md-pr-16 {
    padding-right: 1rem;
  }
  .u-md-pr-20 {
    padding-right: 1.25rem;
  }
  .u-md-pr-24 {
    padding-right: 1.5rem;
  }
  .u-md-pr-28 {
    padding-right: 1.75rem;
  }
  .u-md-pr-32 {
    padding-right: 2rem;
  }
  .u-md-pr-36 {
    padding-right: 2.25rem;
  }
  .u-md-pr-40 {
    padding-right: 2.5rem;
  }
  .u-md-pr-44 {
    padding-right: 2.75rem;
  }
  .u-md-pr-48 {
    padding-right: 3rem;
  }
  .u-md-pr-52 {
    padding-right: 3.25rem;
  }
  .u-md-pr-56 {
    padding-right: 3.5rem;
  }
  .u-md-pr-60 {
    padding-right: 3.75rem;
  }
  .u-md-pr-64 {
    padding-right: 4rem;
  }
  .u-md-pr-68 {
    padding-right: 4.25rem;
  }
  .u-md-pr-72 {
    padding-right: 4.5rem;
  }
  .u-md-pr-76 {
    padding-right: 4.75rem;
  }
  .u-md-pr-80 {
    padding-right: 5rem;
  }
  .u-md-pr-84 {
    padding-right: 5.25rem;
  }
  .u-md-pr-88 {
    padding-right: 5.5rem;
  }
  .u-md-pr-92 {
    padding-right: 5.75rem;
  }
  .u-md-pr-96 {
    padding-right: 6rem;
  }
  .u-md-pr-100 {
    padding-right: 6.25rem;
  }
  .u-md-pb-0 {
    padding-bottom: 0rem;
  }
  .u-md-pb-4 {
    padding-bottom: 0.25rem;
  }
  .u-md-pb-8 {
    padding-bottom: 0.5rem;
  }
  .u-md-pb-12 {
    padding-bottom: 0.75rem;
  }
  .u-md-pb-16 {
    padding-bottom: 1rem;
  }
  .u-md-pb-20 {
    padding-bottom: 1.25rem;
  }
  .u-md-pb-24 {
    padding-bottom: 1.5rem;
  }
  .u-md-pb-28 {
    padding-bottom: 1.75rem;
  }
  .u-md-pb-32 {
    padding-bottom: 2rem;
  }
  .u-md-pb-36 {
    padding-bottom: 2.25rem;
  }
  .u-md-pb-40 {
    padding-bottom: 2.5rem;
  }
  .u-md-pb-44 {
    padding-bottom: 2.75rem;
  }
  .u-md-pb-48 {
    padding-bottom: 3rem;
  }
  .u-md-pb-52 {
    padding-bottom: 3.25rem;
  }
  .u-md-pb-56 {
    padding-bottom: 3.5rem;
  }
  .u-md-pb-60 {
    padding-bottom: 3.75rem;
  }
  .u-md-pb-64 {
    padding-bottom: 4rem;
  }
  .u-md-pb-68 {
    padding-bottom: 4.25rem;
  }
  .u-md-pb-72 {
    padding-bottom: 4.5rem;
  }
  .u-md-pb-76 {
    padding-bottom: 4.75rem;
  }
  .u-md-pb-80 {
    padding-bottom: 5rem;
  }
  .u-md-pb-84 {
    padding-bottom: 5.25rem;
  }
  .u-md-pb-88 {
    padding-bottom: 5.5rem;
  }
  .u-md-pb-92 {
    padding-bottom: 5.75rem;
  }
  .u-md-pb-96 {
    padding-bottom: 6rem;
  }
  .u-md-pb-100 {
    padding-bottom: 6.25rem;
  }
  .u-md-px-0 {
    padding: 0 0rem;
  }
  .u-md-px-4 {
    padding: 0 0.25rem;
  }
  .u-md-px-8 {
    padding: 0 0.5rem;
  }
  .u-md-px-12 {
    padding: 0 0.75rem;
  }
  .u-md-px-16 {
    padding: 0 1rem;
  }
  .u-md-px-20 {
    padding: 0 1.25rem;
  }
  .u-md-px-24 {
    padding: 0 1.5rem;
  }
  .u-md-px-28 {
    padding: 0 1.75rem;
  }
  .u-md-px-32 {
    padding: 0 2rem;
  }
  .u-md-px-36 {
    padding: 0 2.25rem;
  }
  .u-md-px-40 {
    padding: 0 2.5rem;
  }
  .u-md-px-44 {
    padding: 0 2.75rem;
  }
  .u-md-px-48 {
    padding: 0 3rem;
  }
  .u-md-px-52 {
    padding: 0 3.25rem;
  }
  .u-md-px-56 {
    padding: 0 3.5rem;
  }
  .u-md-px-60 {
    padding: 0 3.75rem;
  }
  .u-md-px-64 {
    padding: 0 4rem;
  }
  .u-md-px-68 {
    padding: 0 4.25rem;
  }
  .u-md-px-72 {
    padding: 0 4.5rem;
  }
  .u-md-px-76 {
    padding: 0 4.75rem;
  }
  .u-md-px-80 {
    padding: 0 5rem;
  }
  .u-md-px-84 {
    padding: 0 5.25rem;
  }
  .u-md-px-88 {
    padding: 0 5.5rem;
  }
  .u-md-px-92 {
    padding: 0 5.75rem;
  }
  .u-md-px-96 {
    padding: 0 6rem;
  }
  .u-md-px-100 {
    padding: 0 6.25rem;
  }
  .u-md-py-0 {
    padding: 0rem 0;
  }
  .u-md-py-4 {
    padding: 0.25rem 0;
  }
  .u-md-py-8 {
    padding: 0.5rem 0;
  }
  .u-md-py-12 {
    padding: 0.75rem 0;
  }
  .u-md-py-16 {
    padding: 1rem 0;
  }
  .u-md-py-20 {
    padding: 1.25rem 0;
  }
  .u-md-py-24 {
    padding: 1.5rem 0;
  }
  .u-md-py-28 {
    padding: 1.75rem 0;
  }
  .u-md-py-32 {
    padding: 2rem 0;
  }
  .u-md-py-36 {
    padding: 2.25rem 0;
  }
  .u-md-py-40 {
    padding: 2.5rem 0;
  }
  .u-md-py-44 {
    padding: 2.75rem 0;
  }
  .u-md-py-48 {
    padding: 3rem 0;
  }
  .u-md-py-52 {
    padding: 3.25rem 0;
  }
  .u-md-py-56 {
    padding: 3.5rem 0;
  }
  .u-md-py-60 {
    padding: 3.75rem 0;
  }
  .u-md-py-64 {
    padding: 4rem 0;
  }
  .u-md-py-68 {
    padding: 4.25rem 0;
  }
  .u-md-py-72 {
    padding: 4.5rem 0;
  }
  .u-md-py-76 {
    padding: 4.75rem 0;
  }
  .u-md-py-80 {
    padding: 5rem 0;
  }
  .u-md-py-84 {
    padding: 5.25rem 0;
  }
  .u-md-py-88 {
    padding: 5.5rem 0;
  }
  .u-md-py-92 {
    padding: 5.75rem 0;
  }
  .u-md-py-96 {
    padding: 6rem 0;
  }
  .u-md-py-100 {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .u-sm-mt-0 {
    margin-top: 0rem;
  }
  .u-sm-mt-4 {
    margin-top: 0.25rem;
  }
  .u-sm-mt-8 {
    margin-top: 0.5rem;
  }
  .u-sm-mt-12 {
    margin-top: 0.75rem;
  }
  .u-sm-mt-16 {
    margin-top: 1rem;
  }
  .u-sm-mt-20 {
    margin-top: 1.25rem;
  }
  .u-sm-mt-24 {
    margin-top: 1.5rem;
  }
  .u-sm-mt-28 {
    margin-top: 1.75rem;
  }
  .u-sm-mt-32 {
    margin-top: 2rem;
  }
  .u-sm-mt-36 {
    margin-top: 2.25rem;
  }
  .u-sm-mt-40 {
    margin-top: 2.5rem;
  }
  .u-sm-mt-44 {
    margin-top: 2.75rem;
  }
  .u-sm-mt-48 {
    margin-top: 3rem;
  }
  .u-sm-mt-52 {
    margin-top: 3.25rem;
  }
  .u-sm-mt-56 {
    margin-top: 3.5rem;
  }
  .u-sm-mt-60 {
    margin-top: 3.75rem;
  }
  .u-sm-mt-64 {
    margin-top: 4rem;
  }
  .u-sm-mt-68 {
    margin-top: 4.25rem;
  }
  .u-sm-mt-72 {
    margin-top: 4.5rem;
  }
  .u-sm-mt-76 {
    margin-top: 4.75rem;
  }
  .u-sm-mt-80 {
    margin-top: 5rem;
  }
  .u-sm-mt-84 {
    margin-top: 5.25rem;
  }
  .u-sm-mt-88 {
    margin-top: 5.5rem;
  }
  .u-sm-mt-92 {
    margin-top: 5.75rem;
  }
  .u-sm-mt-96 {
    margin-top: 6rem;
  }
  .u-sm-mt-100 {
    margin-top: 6.25rem;
  }
  .u-sm-ml-0 {
    margin-left: 0rem;
  }
  .u-sm-ml-4 {
    margin-left: 0.25rem;
  }
  .u-sm-ml-8 {
    margin-left: 0.5rem;
  }
  .u-sm-ml-12 {
    margin-left: 0.75rem;
  }
  .u-sm-ml-16 {
    margin-left: 1rem;
  }
  .u-sm-ml-20 {
    margin-left: 1.25rem;
  }
  .u-sm-ml-24 {
    margin-left: 1.5rem;
  }
  .u-sm-ml-28 {
    margin-left: 1.75rem;
  }
  .u-sm-ml-32 {
    margin-left: 2rem;
  }
  .u-sm-ml-36 {
    margin-left: 2.25rem;
  }
  .u-sm-ml-40 {
    margin-left: 2.5rem;
  }
  .u-sm-ml-44 {
    margin-left: 2.75rem;
  }
  .u-sm-ml-48 {
    margin-left: 3rem;
  }
  .u-sm-ml-52 {
    margin-left: 3.25rem;
  }
  .u-sm-ml-56 {
    margin-left: 3.5rem;
  }
  .u-sm-ml-60 {
    margin-left: 3.75rem;
  }
  .u-sm-ml-64 {
    margin-left: 4rem;
  }
  .u-sm-ml-68 {
    margin-left: 4.25rem;
  }
  .u-sm-ml-72 {
    margin-left: 4.5rem;
  }
  .u-sm-ml-76 {
    margin-left: 4.75rem;
  }
  .u-sm-ml-80 {
    margin-left: 5rem;
  }
  .u-sm-ml-84 {
    margin-left: 5.25rem;
  }
  .u-sm-ml-88 {
    margin-left: 5.5rem;
  }
  .u-sm-ml-92 {
    margin-left: 5.75rem;
  }
  .u-sm-ml-96 {
    margin-left: 6rem;
  }
  .u-sm-ml-100 {
    margin-left: 6.25rem;
  }
  .u-sm-mr-0 {
    margin-right: 0rem;
  }
  .u-sm-mr-4 {
    margin-right: 0.25rem;
  }
  .u-sm-mr-8 {
    margin-right: 0.5rem;
  }
  .u-sm-mr-12 {
    margin-right: 0.75rem;
  }
  .u-sm-mr-16 {
    margin-right: 1rem;
  }
  .u-sm-mr-20 {
    margin-right: 1.25rem;
  }
  .u-sm-mr-24 {
    margin-right: 1.5rem;
  }
  .u-sm-mr-28 {
    margin-right: 1.75rem;
  }
  .u-sm-mr-32 {
    margin-right: 2rem;
  }
  .u-sm-mr-36 {
    margin-right: 2.25rem;
  }
  .u-sm-mr-40 {
    margin-right: 2.5rem;
  }
  .u-sm-mr-44 {
    margin-right: 2.75rem;
  }
  .u-sm-mr-48 {
    margin-right: 3rem;
  }
  .u-sm-mr-52 {
    margin-right: 3.25rem;
  }
  .u-sm-mr-56 {
    margin-right: 3.5rem;
  }
  .u-sm-mr-60 {
    margin-right: 3.75rem;
  }
  .u-sm-mr-64 {
    margin-right: 4rem;
  }
  .u-sm-mr-68 {
    margin-right: 4.25rem;
  }
  .u-sm-mr-72 {
    margin-right: 4.5rem;
  }
  .u-sm-mr-76 {
    margin-right: 4.75rem;
  }
  .u-sm-mr-80 {
    margin-right: 5rem;
  }
  .u-sm-mr-84 {
    margin-right: 5.25rem;
  }
  .u-sm-mr-88 {
    margin-right: 5.5rem;
  }
  .u-sm-mr-92 {
    margin-right: 5.75rem;
  }
  .u-sm-mr-96 {
    margin-right: 6rem;
  }
  .u-sm-mr-100 {
    margin-right: 6.25rem;
  }
  .u-sm-mb-0 {
    margin-bottom: 0rem;
  }
  .u-sm-mb-4 {
    margin-bottom: 0.25rem;
  }
  .u-sm-mb-8 {
    margin-bottom: 0.5rem;
  }
  .u-sm-mb-12 {
    margin-bottom: 0.75rem;
  }
  .u-sm-mb-16 {
    margin-bottom: 1rem;
  }
  .u-sm-mb-20 {
    margin-bottom: 1.25rem;
  }
  .u-sm-mb-24 {
    margin-bottom: 1.5rem;
  }
  .u-sm-mb-28 {
    margin-bottom: 1.75rem;
  }
  .u-sm-mb-32 {
    margin-bottom: 2rem;
  }
  .u-sm-mb-36 {
    margin-bottom: 2.25rem;
  }
  .u-sm-mb-40 {
    margin-bottom: 2.5rem;
  }
  .u-sm-mb-44 {
    margin-bottom: 2.75rem;
  }
  .u-sm-mb-48 {
    margin-bottom: 3rem;
  }
  .u-sm-mb-52 {
    margin-bottom: 3.25rem;
  }
  .u-sm-mb-56 {
    margin-bottom: 3.5rem;
  }
  .u-sm-mb-60 {
    margin-bottom: 3.75rem;
  }
  .u-sm-mb-64 {
    margin-bottom: 4rem;
  }
  .u-sm-mb-68 {
    margin-bottom: 4.25rem;
  }
  .u-sm-mb-72 {
    margin-bottom: 4.5rem;
  }
  .u-sm-mb-76 {
    margin-bottom: 4.75rem;
  }
  .u-sm-mb-80 {
    margin-bottom: 5rem;
  }
  .u-sm-mb-84 {
    margin-bottom: 5.25rem;
  }
  .u-sm-mb-88 {
    margin-bottom: 5.5rem;
  }
  .u-sm-mb-92 {
    margin-bottom: 5.75rem;
  }
  .u-sm-mb-96 {
    margin-bottom: 6rem;
  }
  .u-sm-mb-100 {
    margin-bottom: 6.25rem;
  }
  .u-sm-mx-0 {
    margin: 0 0rem;
  }
  .u-sm-mx-4 {
    margin: 0 0.25rem;
  }
  .u-sm-mx-8 {
    margin: 0 0.5rem;
  }
  .u-sm-mx-12 {
    margin: 0 0.75rem;
  }
  .u-sm-mx-16 {
    margin: 0 1rem;
  }
  .u-sm-mx-20 {
    margin: 0 1.25rem;
  }
  .u-sm-mx-24 {
    margin: 0 1.5rem;
  }
  .u-sm-mx-28 {
    margin: 0 1.75rem;
  }
  .u-sm-mx-32 {
    margin: 0 2rem;
  }
  .u-sm-mx-36 {
    margin: 0 2.25rem;
  }
  .u-sm-mx-40 {
    margin: 0 2.5rem;
  }
  .u-sm-mx-44 {
    margin: 0 2.75rem;
  }
  .u-sm-mx-48 {
    margin: 0 3rem;
  }
  .u-sm-mx-52 {
    margin: 0 3.25rem;
  }
  .u-sm-mx-56 {
    margin: 0 3.5rem;
  }
  .u-sm-mx-60 {
    margin: 0 3.75rem;
  }
  .u-sm-mx-64 {
    margin: 0 4rem;
  }
  .u-sm-mx-68 {
    margin: 0 4.25rem;
  }
  .u-sm-mx-72 {
    margin: 0 4.5rem;
  }
  .u-sm-mx-76 {
    margin: 0 4.75rem;
  }
  .u-sm-mx-80 {
    margin: 0 5rem;
  }
  .u-sm-mx-84 {
    margin: 0 5.25rem;
  }
  .u-sm-mx-88 {
    margin: 0 5.5rem;
  }
  .u-sm-mx-92 {
    margin: 0 5.75rem;
  }
  .u-sm-mx-96 {
    margin: 0 6rem;
  }
  .u-sm-mx-100 {
    margin: 0 6.25rem;
  }
  .u-sm-my-0 {
    margin: 0rem 0;
  }
  .u-sm-my-4 {
    margin: 0.25rem 0;
  }
  .u-sm-my-8 {
    margin: 0.5rem 0;
  }
  .u-sm-my-12 {
    margin: 0.75rem 0;
  }
  .u-sm-my-16 {
    margin: 1rem 0;
  }
  .u-sm-my-20 {
    margin: 1.25rem 0;
  }
  .u-sm-my-24 {
    margin: 1.5rem 0;
  }
  .u-sm-my-28 {
    margin: 1.75rem 0;
  }
  .u-sm-my-32 {
    margin: 2rem 0;
  }
  .u-sm-my-36 {
    margin: 2.25rem 0;
  }
  .u-sm-my-40 {
    margin: 2.5rem 0;
  }
  .u-sm-my-44 {
    margin: 2.75rem 0;
  }
  .u-sm-my-48 {
    margin: 3rem 0;
  }
  .u-sm-my-52 {
    margin: 3.25rem 0;
  }
  .u-sm-my-56 {
    margin: 3.5rem 0;
  }
  .u-sm-my-60 {
    margin: 3.75rem 0;
  }
  .u-sm-my-64 {
    margin: 4rem 0;
  }
  .u-sm-my-68 {
    margin: 4.25rem 0;
  }
  .u-sm-my-72 {
    margin: 4.5rem 0;
  }
  .u-sm-my-76 {
    margin: 4.75rem 0;
  }
  .u-sm-my-80 {
    margin: 5rem 0;
  }
  .u-sm-my-84 {
    margin: 5.25rem 0;
  }
  .u-sm-my-88 {
    margin: 5.5rem 0;
  }
  .u-sm-my-92 {
    margin: 5.75rem 0;
  }
  .u-sm-my-96 {
    margin: 6rem 0;
  }
  .u-sm-my-100 {
    margin: 6.25rem 0;
  }
  .u-sm-pt-0 {
    padding-top: 0rem;
  }
  .u-sm-pt-4 {
    padding-top: 0.25rem;
  }
  .u-sm-pt-8 {
    padding-top: 0.5rem;
  }
  .u-sm-pt-12 {
    padding-top: 0.75rem;
  }
  .u-sm-pt-16 {
    padding-top: 1rem;
  }
  .u-sm-pt-20 {
    padding-top: 1.25rem;
  }
  .u-sm-pt-24 {
    padding-top: 1.5rem;
  }
  .u-sm-pt-28 {
    padding-top: 1.75rem;
  }
  .u-sm-pt-32 {
    padding-top: 2rem;
  }
  .u-sm-pt-36 {
    padding-top: 2.25rem;
  }
  .u-sm-pt-40 {
    padding-top: 2.5rem;
  }
  .u-sm-pt-44 {
    padding-top: 2.75rem;
  }
  .u-sm-pt-48 {
    padding-top: 3rem;
  }
  .u-sm-pt-52 {
    padding-top: 3.25rem;
  }
  .u-sm-pt-56 {
    padding-top: 3.5rem;
  }
  .u-sm-pt-60 {
    padding-top: 3.75rem;
  }
  .u-sm-pt-64 {
    padding-top: 4rem;
  }
  .u-sm-pt-68 {
    padding-top: 4.25rem;
  }
  .u-sm-pt-72 {
    padding-top: 4.5rem;
  }
  .u-sm-pt-76 {
    padding-top: 4.75rem;
  }
  .u-sm-pt-80 {
    padding-top: 5rem;
  }
  .u-sm-pt-84 {
    padding-top: 5.25rem;
  }
  .u-sm-pt-88 {
    padding-top: 5.5rem;
  }
  .u-sm-pt-92 {
    padding-top: 5.75rem;
  }
  .u-sm-pt-96 {
    padding-top: 6rem;
  }
  .u-sm-pt-100 {
    padding-top: 6.25rem;
  }
  .u-sm-pl-0 {
    padding-left: 0rem;
  }
  .u-sm-pl-4 {
    padding-left: 0.25rem;
  }
  .u-sm-pl-8 {
    padding-left: 0.5rem;
  }
  .u-sm-pl-12 {
    padding-left: 0.75rem;
  }
  .u-sm-pl-16 {
    padding-left: 1rem;
  }
  .u-sm-pl-20 {
    padding-left: 1.25rem;
  }
  .u-sm-pl-24 {
    padding-left: 1.5rem;
  }
  .u-sm-pl-28 {
    padding-left: 1.75rem;
  }
  .u-sm-pl-32 {
    padding-left: 2rem;
  }
  .u-sm-pl-36 {
    padding-left: 2.25rem;
  }
  .u-sm-pl-40 {
    padding-left: 2.5rem;
  }
  .u-sm-pl-44 {
    padding-left: 2.75rem;
  }
  .u-sm-pl-48 {
    padding-left: 3rem;
  }
  .u-sm-pl-52 {
    padding-left: 3.25rem;
  }
  .u-sm-pl-56 {
    padding-left: 3.5rem;
  }
  .u-sm-pl-60 {
    padding-left: 3.75rem;
  }
  .u-sm-pl-64 {
    padding-left: 4rem;
  }
  .u-sm-pl-68 {
    padding-left: 4.25rem;
  }
  .u-sm-pl-72 {
    padding-left: 4.5rem;
  }
  .u-sm-pl-76 {
    padding-left: 4.75rem;
  }
  .u-sm-pl-80 {
    padding-left: 5rem;
  }
  .u-sm-pl-84 {
    padding-left: 5.25rem;
  }
  .u-sm-pl-88 {
    padding-left: 5.5rem;
  }
  .u-sm-pl-92 {
    padding-left: 5.75rem;
  }
  .u-sm-pl-96 {
    padding-left: 6rem;
  }
  .u-sm-pl-100 {
    padding-left: 6.25rem;
  }
  .u-sm-pr-0 {
    padding-right: 0rem;
  }
  .u-sm-pr-4 {
    padding-right: 0.25rem;
  }
  .u-sm-pr-8 {
    padding-right: 0.5rem;
  }
  .u-sm-pr-12 {
    padding-right: 0.75rem;
  }
  .u-sm-pr-16 {
    padding-right: 1rem;
  }
  .u-sm-pr-20 {
    padding-right: 1.25rem;
  }
  .u-sm-pr-24 {
    padding-right: 1.5rem;
  }
  .u-sm-pr-28 {
    padding-right: 1.75rem;
  }
  .u-sm-pr-32 {
    padding-right: 2rem;
  }
  .u-sm-pr-36 {
    padding-right: 2.25rem;
  }
  .u-sm-pr-40 {
    padding-right: 2.5rem;
  }
  .u-sm-pr-44 {
    padding-right: 2.75rem;
  }
  .u-sm-pr-48 {
    padding-right: 3rem;
  }
  .u-sm-pr-52 {
    padding-right: 3.25rem;
  }
  .u-sm-pr-56 {
    padding-right: 3.5rem;
  }
  .u-sm-pr-60 {
    padding-right: 3.75rem;
  }
  .u-sm-pr-64 {
    padding-right: 4rem;
  }
  .u-sm-pr-68 {
    padding-right: 4.25rem;
  }
  .u-sm-pr-72 {
    padding-right: 4.5rem;
  }
  .u-sm-pr-76 {
    padding-right: 4.75rem;
  }
  .u-sm-pr-80 {
    padding-right: 5rem;
  }
  .u-sm-pr-84 {
    padding-right: 5.25rem;
  }
  .u-sm-pr-88 {
    padding-right: 5.5rem;
  }
  .u-sm-pr-92 {
    padding-right: 5.75rem;
  }
  .u-sm-pr-96 {
    padding-right: 6rem;
  }
  .u-sm-pr-100 {
    padding-right: 6.25rem;
  }
  .u-sm-pb-0 {
    padding-bottom: 0rem;
  }
  .u-sm-pb-4 {
    padding-bottom: 0.25rem;
  }
  .u-sm-pb-8 {
    padding-bottom: 0.5rem;
  }
  .u-sm-pb-12 {
    padding-bottom: 0.75rem;
  }
  .u-sm-pb-16 {
    padding-bottom: 1rem;
  }
  .u-sm-pb-20 {
    padding-bottom: 1.25rem;
  }
  .u-sm-pb-24 {
    padding-bottom: 1.5rem;
  }
  .u-sm-pb-28 {
    padding-bottom: 1.75rem;
  }
  .u-sm-pb-32 {
    padding-bottom: 2rem;
  }
  .u-sm-pb-36 {
    padding-bottom: 2.25rem;
  }
  .u-sm-pb-40 {
    padding-bottom: 2.5rem;
  }
  .u-sm-pb-44 {
    padding-bottom: 2.75rem;
  }
  .u-sm-pb-48 {
    padding-bottom: 3rem;
  }
  .u-sm-pb-52 {
    padding-bottom: 3.25rem;
  }
  .u-sm-pb-56 {
    padding-bottom: 3.5rem;
  }
  .u-sm-pb-60 {
    padding-bottom: 3.75rem;
  }
  .u-sm-pb-64 {
    padding-bottom: 4rem;
  }
  .u-sm-pb-68 {
    padding-bottom: 4.25rem;
  }
  .u-sm-pb-72 {
    padding-bottom: 4.5rem;
  }
  .u-sm-pb-76 {
    padding-bottom: 4.75rem;
  }
  .u-sm-pb-80 {
    padding-bottom: 5rem;
  }
  .u-sm-pb-84 {
    padding-bottom: 5.25rem;
  }
  .u-sm-pb-88 {
    padding-bottom: 5.5rem;
  }
  .u-sm-pb-92 {
    padding-bottom: 5.75rem;
  }
  .u-sm-pb-96 {
    padding-bottom: 6rem;
  }
  .u-sm-pb-100 {
    padding-bottom: 6.25rem;
  }
  .u-sm-px-0 {
    padding: 0 0rem;
  }
  .u-sm-px-4 {
    padding: 0 0.25rem;
  }
  .u-sm-px-8 {
    padding: 0 0.5rem;
  }
  .u-sm-px-12 {
    padding: 0 0.75rem;
  }
  .u-sm-px-16 {
    padding: 0 1rem;
  }
  .u-sm-px-20 {
    padding: 0 1.25rem;
  }
  .u-sm-px-24 {
    padding: 0 1.5rem;
  }
  .u-sm-px-28 {
    padding: 0 1.75rem;
  }
  .u-sm-px-32 {
    padding: 0 2rem;
  }
  .u-sm-px-36 {
    padding: 0 2.25rem;
  }
  .u-sm-px-40 {
    padding: 0 2.5rem;
  }
  .u-sm-px-44 {
    padding: 0 2.75rem;
  }
  .u-sm-px-48 {
    padding: 0 3rem;
  }
  .u-sm-px-52 {
    padding: 0 3.25rem;
  }
  .u-sm-px-56 {
    padding: 0 3.5rem;
  }
  .u-sm-px-60 {
    padding: 0 3.75rem;
  }
  .u-sm-px-64 {
    padding: 0 4rem;
  }
  .u-sm-px-68 {
    padding: 0 4.25rem;
  }
  .u-sm-px-72 {
    padding: 0 4.5rem;
  }
  .u-sm-px-76 {
    padding: 0 4.75rem;
  }
  .u-sm-px-80 {
    padding: 0 5rem;
  }
  .u-sm-px-84 {
    padding: 0 5.25rem;
  }
  .u-sm-px-88 {
    padding: 0 5.5rem;
  }
  .u-sm-px-92 {
    padding: 0 5.75rem;
  }
  .u-sm-px-96 {
    padding: 0 6rem;
  }
  .u-sm-px-100 {
    padding: 0 6.25rem;
  }
  .u-sm-py-0 {
    padding: 0rem 0;
  }
  .u-sm-py-4 {
    padding: 0.25rem 0;
  }
  .u-sm-py-8 {
    padding: 0.5rem 0;
  }
  .u-sm-py-12 {
    padding: 0.75rem 0;
  }
  .u-sm-py-16 {
    padding: 1rem 0;
  }
  .u-sm-py-20 {
    padding: 1.25rem 0;
  }
  .u-sm-py-24 {
    padding: 1.5rem 0;
  }
  .u-sm-py-28 {
    padding: 1.75rem 0;
  }
  .u-sm-py-32 {
    padding: 2rem 0;
  }
  .u-sm-py-36 {
    padding: 2.25rem 0;
  }
  .u-sm-py-40 {
    padding: 2.5rem 0;
  }
  .u-sm-py-44 {
    padding: 2.75rem 0;
  }
  .u-sm-py-48 {
    padding: 3rem 0;
  }
  .u-sm-py-52 {
    padding: 3.25rem 0;
  }
  .u-sm-py-56 {
    padding: 3.5rem 0;
  }
  .u-sm-py-60 {
    padding: 3.75rem 0;
  }
  .u-sm-py-64 {
    padding: 4rem 0;
  }
  .u-sm-py-68 {
    padding: 4.25rem 0;
  }
  .u-sm-py-72 {
    padding: 4.5rem 0;
  }
  .u-sm-py-76 {
    padding: 4.75rem 0;
  }
  .u-sm-py-80 {
    padding: 5rem 0;
  }
  .u-sm-py-84 {
    padding: 5.25rem 0;
  }
  .u-sm-py-88 {
    padding: 5.5rem 0;
  }
  .u-sm-py-92 {
    padding: 5.75rem 0;
  }
  .u-sm-py-96 {
    padding: 6rem 0;
  }
  .u-sm-py-100 {
    padding: 6.25rem 0;
  }
}
.u-mt-2xl {
  margin-top: var(--space-element-2xl) !important;
}

.u-mt-xl {
  margin-top: var(--space-element-xl) !important;
}

.u-mt-lg {
  margin-top: var(--space-element-lg) !important;
}

.u-mt-md {
  margin-top: var(--space-element-md) !important;
}

.u-mt-sm {
  margin-top: var(--space-element-sm) !important;
}

.u-mt-xs {
  margin-top: var(--space-element-xs) !important;
}

.u-mt-2xs {
  margin-top: var(--space-element-2xs) !important;
}

.u-mt-3xs {
  margin-top: var(--space-element-3xs) !important;
}

.u-mt-4xs {
  margin-top: var(--space-element-4xs) !important;
}

.u-mb-xl {
  margin-bottom: var(--space-element-xl) !important;
}

.u-mb-lg {
  margin-bottom: var(--space-element-lg) !important;
}

.u-mb-md {
  margin-bottom: var(--space-element-md) !important;
}

.u-mb-sm {
  margin-bottom: var(--space-element-sm) !important;
}

.u-mb-xs {
  margin-bottom: var(--space-element-xs) !important;
}

.u-mb-2xs {
  margin-bottom: var(--space-element-2xs) !important;
}

.u-mb-3xs {
  margin-bottom: var(--space-element-3xs) !important;
}

.u-mb-4xs {
  margin-bottom: var(--space-element-4xs) !important;
}

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

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

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1005;
}
.header .inner .nav {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  height: 100vh;
  width: 50vw;
  padding: 10vh 7.5vw 10vh 7.5vw;
  background-color: #101a22;
  transform: translate(0, 0) rotate(0.001deg);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1);
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  z-index: 11;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .inner .nav {
    width: 35vw;
    padding: 10vh 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .header .inner .nav {
    width: 25vw;
    padding: 15vh 5vw 10vh 5vw;
  }
}
.header .inner .nav.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.header .inner .nav .main-nav {
  position: relative;
  width: 100%;
}
.header .inner .nav .main-nav .nav-item {
  position: relative;
  padding: max(1.5rem, 1vw) 0;
  transform: translate3d(5rem, 0, 0) rotate(0.001deg);
  transition: 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.header .inner .nav .main-nav .nav-item a {
  position: relative;
  font-size: var(--font-size-body-base);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .header .inner .nav .main-nav .nav-item a:hover {
    opacity: 0.7;
  }
}
.header .inner .nav .main-nav .nav-item-sub {
  padding-top: 0;
  padding-left: 1rem;
}
.header .inner .nav .main-nav .nav-item-sub a {
  font-size: var(--font-size-body-sm);
}
.header .inner .nav .main-nav .nav-item:first-child {
  display: none;
}
.header .inner .nav.active .main-nav .nav-item:nth-child(1) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
}
.header .inner .nav.active .main-nav .nav-item:nth-child(2) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.03s;
}
.header .inner .nav.active .main-nav .nav-item:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.06s;
}
.header .inner .nav.active .main-nav .nav-item:nth-child(4) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.09s;
}
.header .inner .nav.active .main-nav .nav-item:nth-child(5) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.12s;
}
.header .inner .nav.active .main-nav .nav-item:nth-child(6) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.15s;
}
.header .inner .nav.active .main-nav .nav-item:nth-child(7) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.18s;
}
.header .inner .nav.active .main-nav .nav-item:nth-child(8) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.21s;
}
.header .inner .nav.active .main-nav .nav-item:nth-child(9) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.24s;
}
.header .inner .nav.active .sub-nav .nav-item:nth-child(1) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.09s;
}
.header .inner .nav.active .sub-nav .nav-item:nth-child(2) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.12s;
}

.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: #c74105;
  border: none;
  cursor: pointer;
  z-index: 1003;
  transition: var(--ease);
}
@media screen and (min-width: 768px) {
  .hamburger {
    top: 40px;
    right: 40px;
  }
}
.hamburger-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 1.6rem;
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
}
.hamburger-icon span {
  display: block;
  background-color: var(--color-white);
  transition: var(--ease);
  width: 1.4rem;
  height: 1px;
  margin: 0.25rem 0;
}
.hamburger.active {
  background-color: var(--color-white);
}
.hamburger.active .hamburger-icon span {
  background-color: #101a22;
}
.hamburger.active .hamburger-icon span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 4px, 0) rotate(45deg);
  transform: translate3d(0, 4px, 0) rotate(45deg);
}
.hamburger.active .hamburger-icon span:nth-of-type(2) {
  -webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
  transform: translate3d(0, -4px, 0) rotate(-45deg);
}

.nav-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blackop5);
  backdrop-filter: blur(5px);
  z-index: 1000;
}

.lang {
  position: fixed;
  top: 26px;
  right: 80px;
  display: flex;
  justify-content: center;
  z-index: 5;
  width: 20px;
  height: 20px;
  z-index: 1006;
}
@media screen and (min-width: 768px) {
  .lang {
    top: 55px;
    right: 113px;
  }
}
.lang-menu {
  position: absolute;
  top: calc(100% + 1rem);
  width: 10rem;
  padding: 1rem 2rem;
  background-color: #101a22;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6.5px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: top 0s 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .lang-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
.lang-menu-open {
  opacity: 1;
  visibility: visible;
}
.lang-menu ul li {
  border-top: 1px solid var(--whiteop);
}
.lang-menu ul li:first-child {
  border-top: none;
}
.lang-menu ul li a {
  display: block;
  padding-block: 0.25rem;
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lang-menu ul li a:hover {
    opacity: 0.7;
  }
}
.lang-show {
  opacity: 1;
}
.lang-global {
  cursor: pointer;
}
.lang-global-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19.995'%3E%3Cpath fill='%23fff' d='M9.998 0h-.034a10 10 0 0 0 0 20h.034a10 10 0 1 0 0-20m8.661 9.325h-3.734a19 19 0 0 0-.471-3.663 14.6 14.6 0 0 0 2.389-1.009 8.6 8.6 0 0 1 1.816 4.672m-9.334 0H6.354a17 17 0 0 1 .423-3.321 14.6 14.6 0 0 0 2.548.341Zm0 1.346v2.975a14.7 14.7 0 0 0-2.547.341 17 17 0 0 1-.423-3.317Zm1.346 0h2.946a17 17 0 0 1-.423 3.312 14.4 14.4 0 0 0-2.523-.336Zm0-1.346v-2.98a14.7 14.7 0 0 0 2.523-.336 17 17 0 0 1 .423 3.317Zm5.254-5.667a13 13 0 0 1-1.826.745 10 10 0 0 0-1.274-2.62 8.7 8.7 0 0 1 3.1 1.875m-3.1 1.091a13.5 13.5 0 0 1-2.163.288V1.509a5.82 5.82 0 0 1 2.171 3.24Zm-3.5-3.259v3.542a13.3 13.3 0 0 1-2.187-.293A5.82 5.82 0 0 1 9.325 1.49m-2.192.308a10 10 0 0 0-1.264 2.6 14 14 0 0 1-1.8-.74 8.6 8.6 0 0 1 3.064-1.86m-3.985 2.86a14.4 14.4 0 0 0 2.365 1 18 18 0 0 0-.471 3.663h-3.7a8.57 8.57 0 0 1 1.806-4.663m-1.812 6.013h3.7a19 19 0 0 0 .471 3.663 15 15 0 0 0-2.365 1 8.6 8.6 0 0 1-1.806-4.663m2.725 5.667a13.5 13.5 0 0 1 1.807-.74 10 10 0 0 0 1.264 2.605 8.8 8.8 0 0 1-3.07-1.866Zm3.076-1.086a13.4 13.4 0 0 1 2.187-.293v3.546a5.8 5.8 0 0 1-2.186-3.254Zm3.533 3.235v-3.534a13.5 13.5 0 0 1 2.163.288 5.82 5.82 0 0 1-2.162 3.245Zm2.163-.274a10 10 0 0 0 1.274-2.62 13 13 0 0 1 1.826.75 8.8 8.8 0 0 1-3.1 1.869Zm4.013-2.874a14.6 14.6 0 0 0-2.388-1.014 19 19 0 0 0 .471-3.658h3.73a8.57 8.57 0 0 1-1.812 4.671Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.lang-global-icon-change {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19.995'%3E%3Cpath fill='%23101a22' d='M9.998 0h-.034a10 10 0 0 0 0 20h.034a10 10 0 1 0 0-20m8.661 9.325h-3.734a19 19 0 0 0-.471-3.663 14.6 14.6 0 0 0 2.389-1.009 8.6 8.6 0 0 1 1.816 4.672m-9.334 0H6.354a17 17 0 0 1 .423-3.321 14.6 14.6 0 0 0 2.548.341Zm0 1.346v2.975a14.7 14.7 0 0 0-2.547.341 17 17 0 0 1-.423-3.317Zm1.346 0h2.946a17 17 0 0 1-.423 3.312 14.4 14.4 0 0 0-2.523-.336Zm0-1.346v-2.98a14.7 14.7 0 0 0 2.523-.336 17 17 0 0 1 .423 3.317Zm5.254-5.667a13 13 0 0 1-1.826.745 10 10 0 0 0-1.274-2.62 8.7 8.7 0 0 1 3.1 1.875m-3.1 1.091a13.5 13.5 0 0 1-2.163.288V1.509a5.82 5.82 0 0 1 2.171 3.24Zm-3.5-3.259v3.542a13.3 13.3 0 0 1-2.187-.293A5.82 5.82 0 0 1 9.325 1.49m-2.192.308a10 10 0 0 0-1.264 2.6 14 14 0 0 1-1.8-.74 8.6 8.6 0 0 1 3.064-1.86m-3.985 2.86a14.4 14.4 0 0 0 2.365 1 18 18 0 0 0-.471 3.663h-3.7a8.57 8.57 0 0 1 1.806-4.663m-1.812 6.013h3.7a19 19 0 0 0 .471 3.663 15 15 0 0 0-2.365 1 8.6 8.6 0 0 1-1.806-4.663m2.725 5.667a13.5 13.5 0 0 1 1.807-.74 10 10 0 0 0 1.264 2.605 8.8 8.8 0 0 1-3.07-1.866Zm3.076-1.086a13.4 13.4 0 0 1 2.187-.293v3.546a5.8 5.8 0 0 1-2.186-3.254Zm3.533 3.235v-3.534a13.5 13.5 0 0 1 2.163.288 5.82 5.82 0 0 1-2.162 3.245Zm2.163-.274a10 10 0 0 0 1.274-2.62 13 13 0 0 1 1.826.75 8.8 8.8 0 0 1-3.1 1.869Zm4.013-2.874a14.6 14.6 0 0 0-2.388-1.014 19 19 0 0 0 .471-3.658h3.73a8.57 8.57 0 0 1-1.812 4.671Z'/%3E%3C/svg%3E");
}

main {
  overflow-x: hidden;
}

.js-blur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.8s ease 0.8s;
  transition-delay: 0.8s;
}

.js-blur.act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.js-text span {
  display: inline-block;
}

@keyframes heroZoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.fv {
  position: relative;
  width: 100%;
  height: 100svh;
}
.fv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.kv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.kv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv-logo {
    width: 90%;
    margin-inline: auto;
  }
}
.kv-logo img {
  filter: drop-shadow(0 0 5px #000);
}
@media screen and (max-width: 767px) {
  .kv-logo img {
    width: 100%;
    height: auto;
  }
}
.kv .swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.kv .swiper-container .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.kv .swiper-container .swiper-slide-active .swiper-img,
.kv .swiper-container .swiper-slide-duplicate-active .swiper-img,
.kv .swiper-container .swiper-slide-prev .swiper-img {
  -webkit-animation: heroZoom 8s linear 0s;
  animation: heroZoom 8s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.kv .swiper-container .swiper-img {
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.kv .swiper-pagination {
  color: transparent;
  z-index: 2;
}
.kv .swiper-pagination-bullet {
  background: var(--color-white);
}
.kv .swiper-pagination-bullet:hover {
  cursor: pointer;
}
.kv .swiper-pagination-bullet-active {
  background: var(--color-white);
}

.c-text-marker {
  display: inline;
  background: linear-gradient(transparent 60%, #fff462 0%);
}
.c-text-marker-pink {
  display: inline;
  background: linear-gradient(transparent 60%, #f19ec2 0%);
}

iframe[src*="www.google.com/maps/embed"] {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  iframe[src*="www.google.com/maps/embed"] {
    aspect-ratio: 4/2;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.section-title {
  position: absolute;
  top: 2rem;
}
@media screen and (max-width: 767px) {
  .section-title {
    left: 1.5rem;
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
  }
}
@media screen and (min-width: 768px) {
  .section-title {
    right: 0;
  }
}
.section-title p {
  font-family: var(--font-family-mincho);
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .section-title p {
    padding-top: 0.5rem;
    writing-mode: vertical-rl;
  }
}
.section-title-icon {
  display: block;
  width: 0.85rem;
  aspect-ratio: 1;
  background: linear-gradient(45deg, #daaf08 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #daaf08 90% 100%);
  background-size: 800% 400%;
  border-radius: 3px;
  animation: gradient 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.c-section {
  position: relative;
  padding-inline: var(--space-section-3xs);
  padding-block: var(--space-section-sm);
}
@media screen and (min-width: 768px) {
  .c-section {
    padding-inline: var(--space-section-sm);
  }
}
.c-section-border {
  border-top: 1px solid #d1d1d1;
}

.about {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-body {
    width: 60%;
    margin-inline: auto;
  }
}
.about-text {
  line-height: 2.2;
}
.about-text p + p {
  padding-top: var(--space-element-xs);
}

.vt h3 {
  padding-bottom: 3rem;
}

.u-frame {
  aspect-ratio: 100/56;
}
.u-frame iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heritage-box {
  position: relative;
  margin-inline: auto;
  padding-block: var(--space-section-xs);
}
.heritage-box:not(:first-of-type) {
  border-top: 1px solid #e5e5e5;
}
.heritage-box:first-of-type {
  padding-top: 0;
}
.heritage-box:last-of-type {
  padding-bottom: 0;
}
.heritage-block {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .heritage-block {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .heritage-block {
    align-items: center;
    gap: 3rem;
  }
}
.heritage-kv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .heritage-kv {
    width: 60%;
  }
}
.heritage-body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .heritage-body {
    padding-top: var(--space-element-xs);
  }
}
@media screen and (min-width: 768px) {
  .heritage-body {
    flex: 1 0 0;
  }
}
.heritage-heading {
  font-family: var(--font-family-mincho);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-heading-lg);
}
@media screen and (min-width: 768px) {
  .heritage-heading {
    font-size: var(--font-size-heading-xl);
  }
}
.heritage-spec {
  padding-top: var(--space-element-xs);
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .heritage-spec {
    padding-top: var(--space-element-sm);
  }
}
.heritage-text {
  padding-top: var(--space-element-xs);
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .heritage-text {
    padding-top: var(--space-element-sm);
  }
}
.heritage-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .heritage-image {
    gap: 3rem;
  }
}
.heritage-image-item {
  position: relative;
  width: 100%;
  height: 50vw;
}
@media screen and (min-width: 768px) {
  .heritage-image-item {
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .heritage-movie {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .heritage-movie {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .heritage-order .heritage-kv {
    order: 2;
  }
}
.survey {
  text-align: center;
}
.survey-text {
  padding-block: var(--space-element-xs);
}
.survey-body {
  margin-inline: auto;
}

.banner {
  position: relative;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-sm);
  width: calc(100% - 3rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .banner {
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 20rem);
  }
}
.banner-item a {
  display: block;
  padding: 2.5rem 0.5rem;
  display: block;
  border: 1px solid #e5e5e5;
  text-align: center;
  transition: all 0.4;
}
@media screen and (min-width: 768px) {
  .banner-item a {
    padding: 2.5rem 0.5rem;
  }
}
.banner-item a:hover {
  opacity: 0.7;
}

.bunka {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--gap-sm);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .bunka {
    width: calc(100% - 20rem);
  }
}
.bunka p {
  font-size: var(--font-size-body-xs);
}
@media screen and (max-width: 767px) {
  .bunka p {
    text-align: center;
  }
}

.footer {
  background-color: #c74105;
  margin-top: var(--space-section-sm);
  padding-block: var(--space-section-2xs);
  text-align: center;
}
.footer-copyright {
  font-size: var(--font-size-body-2xs);
  color: var(--color-white);
}

.prlximg__viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80%;
}

.prlximg__target {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 120%;
}

.link a {
  display: inline-flex;
  position: relative;
  padding-block: clamp(1.5rem, 0.833rem + 0.868vw, 2.5rem);
  padding-left: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  padding-right: clamp(3.5rem, 2.167rem + 1.736vw, 5.5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: var(--font-size-body-lg);
  font-weight: var(--font-weight-medium);
}
.link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1vw;
  transform: translateY(-50%);
  display: block;
  width: 1.071rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='7'%3E%3Cpath fill='%23101a22' d='M.001 3.062h13.335L10.918.612 11.544 0l3.454 3.5L11.544 7l-.6-.612 2.4-2.45H.001Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--ease);
}
.link a:hover::after {
  right: 0;
}

.page-language {
  background-color: #000;
}

.language {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-inline: auto;
  height: 100vh;
}

.language-inner {
  width: 30rem;
  text-align: center;
}

.language-inner p {
  font-size: var(--font-size-heading-base);
  font-weight: var(--font-semibold);
  color: var(--color-white);
}

.language-inner span {
  font-size: var(--font-size-heading-base);
  font-weight: var(--font-semibold);
  color: var(--color-white);
  letter-spacing: 1rem;
}

.language-btn li {
  margin-top: 1.5rem;
}

.language-btn li a {
  position: relative;
  display: block;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid var(--white);
  font-size: var(--font-size-body-xl);
  font-weight: var(--font-semibold);
  color: #000;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .language-btn li a {
    padding: 2rem;
  }
}/*# sourceMappingURL=style.css.map */