@charset "UTF-8";
/*
 * Easing
 * https://easings.net/
 */
.next {
  font-size: initial;
}

:root {
  --color-base: #00479d;
  --color-red: #e60012;
  --color-dark: #312b2a;
  --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: #312b2a;
  --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-eng: "Poppins", sans-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-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-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;
}

@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;
    --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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  font-family: var(--font-family-main);
  font-size: var(--font-size-body-base);
  font-weight: var(--font-weight-base);
  -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: var(--color-font-dark);
  letter-spacing: var(--letter-spacing-base);
  word-wrap: break-word;
  white-space: normal;
  vertical-align: baseline;
  background-color: var(--color-bg-base);
  -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 {
  padding-top: var(--space-section-md);
}

.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 {
  font-size: var(--font-size-heading-base);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-heading-base);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-base);
}

.c-heading[data-style=dot] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4em;
  -moz-column-gap: 0.4em;
  column-gap: 0.4em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-heading[data-style=dot]: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%;
}

.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;
}

.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;
}

.next {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #c7d5ed calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #c7d5ed calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.next-head {
  font-size: var(--font-size-heading-2xl);
}
.next .l-container {
  width: 100%;
  padding-right: var(--site-padding);
  padding-left: var(--site-padding);
  margin: 0 auto;
}
.next .infomation {
  margin-top: var(--space-section-md);
  background-color: var(--color-base);
}
.next .infomation-heading {
  padding-bottom: var(--space-element-sm);
  color: var(--color-white);
}
.next .infomation-heading-sub {
  padding-bottom: var(--space-element-2xs);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .next .infomation-block {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .next .infomation-block-item:first-child {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .next .infomation-block-item:last-child {
    margin-top: var(--space-element-xs);
  }
}
@media screen and (min-width: 768px) {
  .next .infomation-block-item:last-child {
    width: 60%;
  }
}
.next .infomation-time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.next .infomation-time th,
.next .infomation-time td {
  padding: var(--space-element-2xs);
  background-color: var(--color-white);
  font-size: var(--font-size-body-base);
  text-align: center;
  color: var(--color-base);
}
.next .infomation-price {
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .next .infomation-price {
    min-width: 550px;
  }
}
@media screen and (min-width: 768px) {
  .next .infomation-price {
    width: 100%;
  }
}
.next .infomation-price th,
.next .infomation-price td {
  background-color: var(--color-white);
  font-size: var(--font-size-body-base);
  text-align: center;
  color: var(--color-base);
  vertical-align: middle;
}
.next .infomation-price thead th {
  padding: var(--space-element-2xs);
}
.next .infomation-price tbody td {
  padding: var(--space-element-3xs);
}
.next .infomation-price .bg-green td {
  background-color: var(--color-green2);
}
.next .infomation-price .bg-orange td {
  background-color: var(--color-orange3);
}

.timetable {
  position: relative;
}
@media screen and (max-width: 767px) {
  .timetable {
    padding-top: 20rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .timetable {
    width: calc(100% - var(--container-margin));
    margin-left: var(--container-margin);
    margin-top: -15rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .timetable {
    padding-top: 20rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .timetable {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .timetable .container {
    width: 100%;
  }
}
.timetable-table {
  width: 100%;
}
.timetable-table-box {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.timetable-table-box::-webkit-scrollbar {
  height: 8px;
}
.timetable-table-box::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 9999px;
}
.timetable-table-box::-webkit-scrollbar-track {
  background-color: transparent;
}
.timetable-table-box table {
  border-collapse: separate;
  min-width: 1583px;
}
.timetable-table-box table thead th:first-child,
.timetable-table-box table tbody th {
  width: 130px !important;
}
@media screen and (min-width: 768px) {
  .timetable-table-box table thead th:first-child,
  .timetable-table-box table tbody th {
    width: 203px !important;
  }
}
.timetable-table-box table .bg-purple {
  background-color: var(--color-purple);
  color: var(--color-white);
}
.timetable-table-box table .bg-green {
  background-color: var(--color-green);
  color: var(--color-white);
}
.timetable-table-box table .bg-orange {
  background-color: var(--color-orange);
  color: var(--color-white);
}
.timetable-table-box table .bg-orange2 {
  background-color: var(--color-orange2);
  color: var(--color-white);
}
.timetable-table-box table .bg-blue2 {
  background-color: var(--color-blue2);
  color: var(--color-white);
}
.timetable-table-box table thead tr th {
  position: relative;
  height: 60px;
  font-size: var(--font-size-body-base);
  background-color: var(--color-white);
  font-weight: var(--font-weight-semibold);
  vertical-align: middle;
  color: var(--color-base);
  text-align: center;
}
.timetable-table-box table thead tr th .comments {
  position: relative;
  width: 100%;
  height: 100%;
}
.timetable-table-box table thead tr th .comments span {
  position: absolute;
}
.timetable-table-box table thead tr th .comments span:first-child {
  bottom: 0.5vw;
  left: 1vw;
}
.timetable-table-box table thead tr th .comments span:last-child {
  top: 0.5vw;
  right: 1vw;
}
.timetable-table-box table thead tr th:first-child {
  position: sticky !important;
  top: 0;
  left: 0;
  border-left: none;
  z-index: 101;
}
.timetable-table-box table thead tr th .time {
  align-items: center;
  display: flex;
}
.timetable-table-box table thead tr th .time span {
  margin-left: 49px;
}
.timetable-table-box table thead tr th .time span:nth-child(1) {
  margin-left: 20px;
}
.timetable-table-box table tbody {
  color: #000;
}
.timetable-table-box table tbody tr:nth-child(odd), .timetable-table-box table tbody tr:nth-child(odd) td:after {
  background-color: #f9f9f9;
}
.timetable-table-box table tbody tr:nth-child(even), .timetable-table-box table tbody tr:nth-child(even) td:after {
  background-color: #fff;
}
.timetable-table-box table tbody th {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
  background: none;
  z-index: 101;
  font-size: var(--font-size-body-base);
  font-weight: var(--bold);
  line-height: 1.4;
  padding: 15px 5px 15px 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .timetable-table-box table tbody th {
    padding: 20px 5px 20px 20px;
  }
}
.timetable-table-box table tbody th small {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: 0;
}
.timetable-table-box table tbody th .ls0 {
  letter-spacing: 0;
}
.timetable-table-box table tbody td {
  position: relative;
  width: 90px !important;
}
.timetable-table-box table tbody td .bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background-color: #7cd0e3;
}
.timetable-table-box table tbody td .bar-1 {
  width: 116px;
}
@media screen and (min-width: 768px) {
  .timetable-table-box table tbody td .bar-1 {
    width: 109px;
  }
}
.timetable-table-box table tbody td .bar-2 {
  width: 234px;
}
@media screen and (min-width: 768px) {
  .timetable-table-box table tbody td .bar-2 {
    width: 220px;
  }
}
.timetable-table-box table tbody td .bar-3 {
  width: 351px;
}
@media screen and (min-width: 768px) {
  .timetable-table-box table tbody td .bar-3 {
    width: 332px;
  }
}
.timetable-table-box table tbody td .bar-purple {
  background-color: var(--color-purple);
}
.timetable-table-box table tbody td .bar-green {
  background-color: var(--color-green);
}
.timetable-table-box table tbody td .bar-orange2 {
  background-color: var(--color-orange2);
}
.timetable-table-box table tbody td .bar-orange {
  background-color: var(--color-orange);
}
.timetable-table-box table tbody td .bar-blue2 {
  background-color: var(--color-blue2);
}
.timetable-table-box table tbody td .bar p {
  font-size: var(--font-size-body-3xs);
  font-weight: var(--semibold);
  color: var(--color-white);
  line-height: 1;
}
.timetable-table-scroll {
  padding-bottom: 1rem;
  color: var(--color-white);
}
@media screen and (min-width: 1853px) {
  .timetable-table-scroll {
    display: none;
  }
}
.timetable-student {
  position: absolute;
  top: 5rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .timetable-student {
    top: 10rem;
  }
}
.timetable-student img {
  max-width: 30rem;
}
.timetable .list-note {
  margin-top: 1rem;
}

.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%);
}

.case-lead {
  padding-top: var(--space-element-3xs);
  padding-bottom: var(--space-element-xs);
  font-weight: var(--font-weight-semibold);
  color: var(--color-base);
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .case-lead {
    font-size: var(--font-size-body-lg);
  }
}
.case-lead span {
  color: #ec6d65;
}
.case-list {
  margin-top: var(--space-element-xs);
}
@media screen and (min-width: 768px) {
  .case-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-lg);
  }
}
.case-list li {
  position: relative;
  padding: var(--space-element-xs);
  background-color: var(--color-white);
  color: var(--color-base);
}
@media screen and (min-width: 768px) {
  .case-list li {
    padding: var(--space-element-sm);
  }
}
@media screen and (max-width: 767px) {
  .case-list li:nth-child(n+2) {
    margin-top: var(--space-element-xs);
  }
}
.case-list-label {
  position: absolute;
  top: -1rem;
  left: -1rem;
  display: inline-flex;
  padding: var(--space-element-4xs);
  background-color: var(--color-blue4);
  border-radius: 9999rem;
  font-size: var(--font-size-body-base);
  color: var(--color-white);
}
.case-list-body {
  display: flex;
  gap: var(--space-element-2xs);
  padding-top: var(--space-element-xs);
}
.case-list-icon {
  width: 7.125rem;
}
.case-list-header {
  flex: 1;
}
.case-list-speech {
  position: relative;
  margin-left: 2rem;
  padding: var(--space-element-2xs);
  background-color: var(--color-bg-base);
  border-radius: 2rem;
}
.case-list-speech::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  width: 0.7rem;
  height: 0.5rem;
  bottom: 0;
  background-color: var(--color-bg-base);
  border-radius: 50%;
}
.case-list-speech::after {
  content: "";
  position: absolute;
  left: -0.25rem;
  width: 1.2rem;
  height: 1rem;
  bottom: 0.5rem;
  background-color: var(--color-bg-base);
  border-radius: 50%;
}
.case-list-speech-text {
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-heading-xs);
}
.case-list-body2 {
  display: flex;
  align-items: center;
  gap: var(--space-element-2xs);
  padding-bottom: var(--space-element-xs);
}
.case-list-icon2 {
  width: 5.125rem;
}
.case-list-header2 {
  flex: 1;
}
.case-list-block {
  padding-block: var(--space-element-xs);
}
.case-list-block:nth-of-type(4), .case-list-block:nth-of-type(5) {
  background-image: linear-gradient(to right, var(--color-base) 2px, transparent 2px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.case-list-block:last-of-type {
  padding-bottom: 0;
}
.case-list-heading {
  margin-bottom: 0.75rem;
  color: var(--color-base);
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
}
.case-list-heading span {
  background-color: var(--color-blue3);
}
.case-list-person {
  padding-top: var(--space-element-2xs);
  color: var(--color-base);
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
}
@media screen and (min-width: 768px) {
  .case-list-person {
    font-size: var(--font-size-body-xl);
  }
}
@media screen and (min-width: 768px) {
  .case-list-person {
    font-size: var(--font-size-body-lg);
  }
}
.case-list-person span {
  background-color: var(--color-blue3);
}

.cycle-heading span {
  color: #ec6d65;
}
.cycle-heading-sub {
  margin-top: var(--space-element-2xs);
  color: var(--color-white);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
}
.cycle-heading-sub span {
  background-color: var(--color-base);
}
.cycle-heading-sub2 {
  color: var(--color-white);
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
}
.cycle-heading-sub2 span {
  padding: var(--space-element-4xs);
  background-color: var(--color-base);
}
.cycle-spiral {
  text-align: center;
}
.cycle-block {
  margin-top: var(--space-section-xs);
}
@media screen and (min-width: 1025px) {
  .cycle-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cycle-block-item:nth-child(n+2) {
    margin-top: var(--space-element-xs);
  }
}
.cycle-flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: var(--space-element-2xs);
  background-color: var(--color-white);
  color: var(--color-base);
}
.cycle-flow:nth-of-type(n + 2) {
  margin-top: var(--space-element-2xs);
}
.cycle-flow-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cycle-flow-head {
    width: 16rem;
    padding: var(--space-element-2xs);
  }
}
@media screen and (min-width: 1025px) {
  .cycle-flow-head {
    width: 8rem;
  }
}
.cycle-flow-head::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  border: 1rem solid transparent;
  border-top: 1rem solid #555;
}
.cycle-flow-head p {
  font-weight: var(--font-weight-semibold);
}
.cycle-flow-head-pink {
  background-color: #f7cade;
}
.cycle-flow-head-pink::before {
  border-top-color: #f7cade;
}
.cycle-flow-head-pink2 {
  background-color: #f09abf;
}
.cycle-flow-head-pink2::before {
  border-top-color: #f09abf;
}
.cycle-flow-head-blue {
  background-color: #abb7dd;
}
.cycle-flow-head-blue::before {
  border-top-color: #abb7dd;
}
.cycle-flow-head-blue2 {
  background-color: #a0ceef;
}
.cycle-flow-head-blue2::before {
  display: none;
}
.cycle-flow-text {
  flex: 1 0 0;
  padding: var(--space-element-2xs);
}
@media screen and (min-width: 768px) {
  .cycle-flow-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .cycle-flow-text-left {
    width: 14rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .cycle-flow-text-left {
    width: 8rem;
  }
}
.cycle-flow-text-left p {
  font-weight: var(--font-weight-semibold);
}
@media screen and (max-width: 767px) {
  .cycle-flow-text-left p {
    padding-bottom: var(--space-element-3xs);
  }
}
.cycle-flow-text-right {
  position: relative;
  flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .cycle-flow-text-right {
    padding-top: var(--space-element-3xs);
    background-image: linear-gradient(to right, var(--color-base) 2px, transparent 2px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media screen and (min-width: 768px) {
  .cycle-flow-text-right {
    background-image: linear-gradient(to bottom, var(--color-base) 2px, transparent 2px);
    background-size: 1px 10px;
    background-repeat: repeat-y;
    background-position: left top;
  }
}
@media screen and (min-width: 768px) {
  .cycle-flow-text-right {
    padding-left: var(--space-element-2xs);
  }
}
@media screen and (min-width: 1025px) {
  .cycle-flow-text-right {
    padding-left: var(--space-element-2xs);
  }
}
.cycle-flow-text-right ul li {
  position: relative;
  padding-left: var(--space-element-3xs);
}
.cycle-flow-text-right ul li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 0.25em;
  height: 0.25em;
  background-color: var(--color-base);
  border-radius: 100%;
}

.role-block {
  background-color: var(--color-base);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .role-block {
    display: grid;
    grid-template-columns: 24% auto auto auto;
    align-items: stretch;
  }
}
.role-block-item:first-child {
  display: flex;
  align-items: flex-end;
  background-color: var(--color-white);
}
.role-block-item:first-child img {
  width: 40%;
}
.role-block-item:first-child p {
  width: 60%;
  padding: var(--space-element-xs);
}
.role-block-item:nth-child(n+2) {
  display: flex;
  align-items: center;
  padding-block: var(--space-element-2xs);
  padding-inline: var(--space-element-2xs);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .role-block-item:nth-child(n+2) {
    margin-block: var(--space-element-xs);
    padding-inline: var(--space-element-xs);
  }
}
@media screen and (max-width: 767px) {
  .role-block-item:nth-child(n+3) {
    background-image: linear-gradient(to right, var(--color-white) 2px, transparent 2px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media screen and (min-width: 768px) {
  .role-block-item:nth-child(n+3) {
    background-image: linear-gradient(to bottom, var(--color-white) 2px, transparent 2px);
    background-size: 1px 10px;
    background-repeat: repeat-y;
    background-position: left top;
  }
}
.role-heading {
  padding-bottom: var(--space-element-2xs);
}
@media screen and (min-width: 768px) {
  .role-heading {
    padding-bottom: var(--space-element-xs);
  }
}
.role-heading-sub {
  padding-bottom: var(--space-element-4xs);
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
}

.feature-heading span {
  color: #ec6d65;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .feature-heading span {
    font-size: 4rem;
  }
}
.feature-lead {
  padding-top: var(--space-element-3xs);
  padding-bottom: var(--space-element-xs);
  font-weight: var(--font-weight-semibold);
  color: var(--color-base);
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .feature-lead {
    font-size: var(--font-size-body-lg);
  }
}
.feature-lead span {
  color: #ec6d65;
}
.feature-block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature-block {
    background-color: var(--color-base);
  }
}
@media screen and (min-width: 768px) {
  .feature-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--color-white);
  }
}
.feature-block-heading {
  padding-bottom: var(--space-element-2xs);
  font-size: var(--font-size-body-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--color-base);
  line-height: 1.5;
  text-align: center;
}
.feature-block-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature-block-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature-block-item {
  position: relative;
  padding: var(--space-element-2xs);
}
@media screen and (min-width: 768px) {
  .feature-block-item {
    padding: var(--space-element-sm);
  }
}
@media screen and (max-width: 767px) {
  .feature-block-item:first-child {
    background-color: var(--color-white);
  }
}
.feature-block-item:last-child {
  background-color: var(--color-base);
}
.feature-block-item:last-child .feature-block-heading {
  color: var(--color-white);
}
.feature-block-item-list {
  margin-top: var(--space-element-2xs);
  color: var(--color-base);
  text-align: center;
}
.feature-block-item-list li {
  padding-bottom: var(--space-element-2xs);
}
.feature-block-item-list li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-element-2xs);
  background-color: var(--color-white);
  border: 1px solid var(--color-base);
  font-weight: var(--font-weight-semibold);
  color: var(--color-base);
}
@media screen and (min-width: 768px) {
  .feature-block-item-list li h4 {
    border: 2px solid var(--color-base);
  }
}
.feature-block-item-list li h4 span {
  padding-right: var(--space-element-2xs);
  color: var(--color-orange2);
  line-height: 1;
}
.feature-block-item-list-text {
  color: var(--color-white);
}
.feature-block-text {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-inline: var(--space-element-sm);
}
.feature-block-text-item {
  position: relative;
  text-align: center;
}
.feature-block-text-item:nth-child(1), .feature-block-text-item:nth-child(3) {
  width: 40%;
  padding: var(--space-element-sm);
}
.feature-block-text-item:nth-child(1) p, .feature-block-text-item:nth-child(3) p {
  font-size: var(--font-size-body-xl);
  font-weight: var(--font-weight-semibold);
}
.feature-block-text-item:nth-child(1) span, .feature-block-text-item:nth-child(3) span {
  font-size: var(--font-size-body-xs);
}
.feature-block-text-item:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-base);
}
.feature-block-text-item:nth-child(3) {
  color: var(--color-white);
}
.feature-block-text-item:nth-child(2) {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-block-text-item:nth-child(2) p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--space-element-xs);
  background-color: var(--color-white);
  border: 2px solid var(--color-base);
  font-size: var(--font-size-body-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--color-base);
}
.feature-block-text-item:nth-child(2) p span {
  padding-right: var(--space-element-2xs);
  font-size: 2rem;
  color: var(--color-orange2);
}
.feature-block-text-item-line {
  background-image: linear-gradient(to right, var(--color-base) 2px, transparent 2px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.feature-block-text-item-line2 {
  background-image: linear-gradient(to right, var(--color-white) 2px, transparent 2px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

.kv {
  position: relative;
}
.kv-logo {
  position: absolute;
  top: 5vw;
  left: 5vw;
}
@media screen and (max-width: 767px) {
  .kv-logo {
    width: 9.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .kv-logo {
    top: 4vw;
    left: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .kv-logo {
    top: 2vw;
    left: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .kv-copy {
    position: absolute;
    top: 10vw;
    left: 5vw;
  }
}
.kv-lead {
  font-size: var(--font-size-heading-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-heading-sm);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .kv-lead {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .kv-lead {
    font-size: var(--font-size-heading-lg);
    color: var(--color-base);
  }
}
.kv-sitename {
  font-size: var(--font-size-heading-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-heading-sm);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .kv-sitename {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .kv-sitename {
    color: var(--color-base);
    font-size: var(--font-size-heading-2xl);
  }
}
.kv-text {
  font-size: var(--font-size-body-base);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .kv-text {
    padding-top: var(--space-element-2xs);
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .kv-text {
    color: var(--color-base);
  }
}
.kv-school {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/curve-sp.svg) no-repeat center 0/cover;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv-school {
    background: url(../img/curve.svg) no-repeat center 0/cover;
  }
}
.kv-school::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-base);
}
.kv-school-copy {
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-heading-sm);
  color: var(--color-base);
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .kv-school-copy {
    font-size: var(--font-size-heading-lg);
  }
}
.kv-school-name {
  font-size: var(--font-size-heading-2xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-heading-sm);
  color: var(--color-white);
  text-shadow: 3px 3px 0 var(--color-base), -1px -1px 0 var(--color-base), 1px -1px 0 var(--color-base), -1px 1px 0 var(--color-base), 1px 1px 0 var(--color-base);
}
@media screen and (min-width: 768px) {
  .kv-school-name {
    font-size: var(--font-size-heading-5xl);
  }
}

.learn {
  padding-block: var(--space-section-2xs);
  background-color: var(--color-base);
}
.learn-heading {
  align-items: center;
  display: flex;
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
}
@media screen and (max-width: 767px) {
  .learn-heading {
    padding-top: var(--space-element-sm);
  }
}
.learn-heading::before, .learn-heading::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: var(--color-white);
}
.learn-heading::before {
  margin-right: var(--space-element-2xs);
}
.learn-heading::after {
  margin-left: var(--space-element-2xs);
}
.learn-block {
  margin-top: var(--space-element-sm);
}
@media screen and (min-width: 768px) {
  .learn-block {
    display: grid;
    gap: var(--gap-md);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .learn-block {
    grid-template-columns: repeat(4, 1fr);
  }
}
.learn-block-item {
  padding: var(--space-element-xs);
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .learn-block-item:nth-child(n+2) {
    margin-top: var(--space-element-2xs);
  }
}
.learn-block-item p {
  padding-bottom: var(--space-element-2xs);
  font-weight: var(--font-weight-semibold);
  color: var(--color-base);
  text-align: center;
}
.learn-block-item p span {
  font-weight: var(--font-weight-bold);
}
.learn-lead {
  padding-top: var(--space-element-xs);
  font-size: var(--font-size-body-lg);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .learn-lead {
    font-size: var(--font-size-body-xl);
  }
}

.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}

.cta-block {
  display: flex;
  justify-content: center;
}
.cta-copy span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-copy span {
    display: inline-flex;
  }
}
.cta-copy span::before, .cta-copy span::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3.5rem;
  width: 0.1rem;
  background-color: var(--color-base);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cta-copy span::before, .cta-copy span::after {
    height: 1.5rem;
  }
}
.cta-copy span::before {
  left: -1rem;
  transform: rotate(-20deg);
}
.cta-copy span::after {
  right: -1rem;
  transform: rotate(20deg);
}
.cta-copy-white span::before, .cta-copy-white span::after {
  background-color: var(--color-white);
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  -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%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20rem;
  padding: 2.25rem 2.5rem 2.25rem 3rem;
  border-radius: 9999rem;
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: background-color;
}
.c-button-grade {
  position: absolute;
  top: -0.5em;
  left: 0.5em;
  background-color: var(--color-base);
  border: 1px solid var(--color-white);
  border-radius: 9999rem;
}
.c-button-grade em {
  padding: 0 1rem;
  font-style: normal;
  font-size: 0.785rem;
  font-weight: var(--font-weight-semibold);
}
@media screen and (min-width: 768px) {
  .c-button-grade em {
    font-size: 1rem;
  }
}

.c-button[data-width="100%"] {
  width: 100%;
  min-width: initial;
}

.c-button[data-color=white] {
  color: var(--color-base);
  background-color: var(--color-white);
}

.c-button[data-color=red] {
  color: var(--color-white);
  background-color: var(--color-red);
  border: 2px solid var(--color-red);
}

@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    color: var(--color-white);
    background-color: var(--color-red);
  }
  .c-button:hover em {
    color: var(--color-white);
  }
  .c-button:hover .c-button__icon::before {
    background-color: var(--color-red);
  }
  .c-button[data-color=red]:hover {
    color: var(--color-red);
    background-color: var(--color-white);
  }
  .c-button:hover:after,
  a:hover .c-button:after {
    -webkit-animation: left-in 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation: left-in 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .c-button[data-hover=darkorange]:hover,
  a:hover .c-button[data-hover=darkorange] {
    background-color: var(--color-orange-hover);
  }
  .c-button[data-direction=reverse]:hover:after,
  a:hover .c-button[data-direction=reverse]:after {
    -webkit-animation: left-out 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation: left-out 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    width: 100%;
    min-width: initial;
    padding: 1.875rem 1rem 1.875rem 1.5rem;
  }
}
.c-button__label {
  position: relative;
  width: 100%;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-button__label p {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-button__label p {
    font-size: 2.4rem;
  }
}
.c-button__label span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-button__label span {
    font-size: 1.4rem;
  }
}

.c-button__label[data-lang=en] {
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .c-button__label {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button__label:hover,
  a:hover .c-button__label {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}
.c-button__icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.5rem;
  padding-left: 1.5rem;
  overflow: hidden;
}

.c-button__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.2rem;
  height: 1rem;
  clip-path: polygon(0 0, 0% 100%, 80% 50%);
  background-color: var(--color-white);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__icon:before {
    width: 1.625rem;
    height: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .c-button__icon {
    height: 1.125rem;
    padding-left: 1rem;
  }
}
.footer-heading {
  padding-bottom: var(--space-element-2xs);
}
.footer-block {
  margin-bottom: var(--space-element-lg);
}
@media screen and (min-width: 768px) {
  .footer-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-address {
    width: 50%;
    display: grid;
    grid-template-columns: 33% auto;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-address-item:last-child {
    margin-top: var(--space-element-2xs);
  }
}
.footer-address-item img {
  border-radius: 0.5rem;
}
.footer-address-item-inner {
  padding: var(--space-element-2xs);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
}
.footer-map {
  border: 2px solid var(--color-base);
}
@media screen and (max-width: 767px) {
  .footer-map {
    margin-top: var(--space-element-2xs);
  }
}
@media screen and (min-width: 768px) {
  .footer-map {
    width: 45%;
  }
}
.footer-access li {
  position: relative;
  padding-left: 0.75rem;
}
.footer-access li::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid var(--color-base);
}
@media screen and (min-width: 768px) {
  .footer-access li::before {
    width: 10px;
    height: 10px;
  }
}
.footer-tel {
  padding-top: var(--space-element-4xs);
}
.footer-copyright {
  margin-top: 5rem;
  padding-block: 2.5rem;
  background-color: var(--color-base);
  border-top: 1px solid var(--color-base);
}
.footer-copyright a {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.footer-copyright a:hover {
  text-decoration: none;
}

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;
  }
}/*# sourceMappingURL=style.css.map */