@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.l-gmogroup_footer {
  width: 100%;
  background-color: var(--color-white);
  padding-bottom: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-gmogroup_footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-gmogroup_footer__wrapper {
  width: 100%;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}
.l-gmogroup_footer__heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-gmogroup_footer__heading {
    max-width: 230px;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-gmogroup_footer__heading {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-gmogroup_footer__logo {
  width: 100%;
  max-width: 230px;
}
.l-gmogroup_footer__sns-list {
  width: 100%;
  max-width: 50px;
  display: flex;
  align-items: center;
}
.l-gmogroup_footer__sns-list__item:not(:first-child) {
  margin-left: 10px;
}
.l-gmogroup_footer__sns-list__link {
  width: 20px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-gmogroup_footer__sns-list__link:hover {
    opacity: 0.8;
  }
}
.l-gmogroup_footer__sns-list__img {
  max-width: 100%;
  height: auto;
}
.l-gmogroup_footer .gmoGroupSecurity {
  margin-top: 20px;
}
.l-gmogroup_footer .gmoGroupSecurity_box {
  max-width: 1096px;
}
.l-gmogroup_footer #gmosecuritytag + .l-gmogroup_footer__bnr {
  margin-top: 40px;
}
.l-gmogroup_footer__bnr {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.l-gmogroup_footer__bnr__item {
  max-width: 100px;
}

@media screen and (min-width: 769px) {
  .l-global-footer {
    min-width: 1280px;
  }
}
.l-global-footer__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-global-footer__inner {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-global-footer__inner {
    max-width: 1176px;
    min-width: 1176px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
  }
}
.l-global-footer-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-global-footer-list {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .l-global-footer-list {
    justify-content: space-between;
  }
}
.l-global-footer-list__item {
  width: 100px;
  height: 50px;
  flex-shrink: 0;
}
.l-global-footer__banner {
  max-width: 234px;
}
@media screen and (max-width: 768px) {
  .l-global-footer__banner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
}

/* ▼▼▼▼▼▼ Component BUTTON STYLE　▼▼▼▼▼▼ */
/* 共通設定 */
.c-button {
  /* 各色 */
  /* 各サイズ */
}
.c-button:disabled, .c-button.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.c-button__color-primary {
  width: 100%;
  background-color: var(--color-button-primary);
  border: 1px solid var(--color-button-primary);
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-button__color-primary:hover {
    background-color: var(--color-blue-004);
  }
}
.c-button__color-secondary {
  width: 100%;
  background-color: var(--color-button-white);
  border: 1px solid var(--color-button-secondary);
  color: var(--color-button-secondary);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-button__color-secondary:hover {
    background-color: var(--color-blue-009);
    border: 1px solid var(--color-blue-004);
    color: var(--color-blue-004);
  }
}
.c-button__color-specially {
  width: 100%;
  background-color: transparent;
  border: 0px solid transparent;
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(270deg, var(--color-button-specially-001) 0%, var(--color-button-specially-002) 25%, var(--color-button-specially-002) 50%, var(--color-button-specially-001) 100%);
  background-position: 0% 50%;
  background-size: 200% auto;
}
@media (any-hover: hover) {
  .c-button__color-specially:hover {
    background-position: 100% 50%;
  }
}
.c-button__color-normal {
  width: 100%;
  background-color: var(--color-button-normal);
  border: 1px solid var(--color-button-normal);
  color: var(--color-rich-black);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-button__color-normal:hover {
    background-color: var(--color-gray-002);
  }
}
.c-button__size-m {
  max-width: 240px;
  font-size: 1.6rem;
  letter-spacing: -0.04rem;
  padding: 16px;
}
.c-button__size-s {
  max-width: 120px;
  font-size: 1.6rem;
  letter-spacing: -0.04rem;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .c-button__size-xs {
    max-width: 64px;
    font-size: 1.4rem;
    letter-spacing: -0.04rem;
    padding: 6px 2px;
  }
}
@media screen and (min-width: 769px) {
  .c-button__size-xs {
    max-width: 80px;
    font-size: 1.4rem;
    letter-spacing: -0.04rem;
    padding: 8px 4px;
  }
}

/* ▲▲▲▲▲▲ Component BUTTON STYLE　▲▲▲▲▲▲ */
.c-table {
  width: 100%;
  border: 1px solid var(--color-base-border);
  border-radius: 4px;
  overflow: hidden;
}
.c-table__row {
  width: 100%;
}
.c-table__row + .c-table__row {
  border-top: 1px solid var(--color-base-border);
}
.c-table dt, .c-table dd {
  width: 100%;
  color: var(--color-rich-black);
  line-height: 1.5;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-table dt, .c-table dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-table dt, .c-table dd {
    font-size: 1.6rem;
  }
}
.c-table dt {
  background-color: var(--color-white-001);
}
@media screen and (max-width: 768px) {
  .c-table dt {
    border-bottom: 1px solid var(--color-base-border);
  }
}
@media screen and (min-width: 769px) {
  .c-table dt {
    max-width: 200px;
    border-right: 1px solid var(--color-base-border);
  }
}
@media screen and (min-width: 769px) {
  .c-table dd {
    max-width: calc(100% - 200px);
  }
}

.c-notes {
  color: var(--color-rich-black);
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
  z-index: 0;
}
.c-notes::before {
  content: "※";
  font-size: 1.2rem;
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* ▼▼▼▼▼▼ Component Parts POPUP STYLE　▼▼▼▼▼▼ */
.p-popup {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.p-popup__bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-overlay);
  transition: opacity 0.6s ease;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 98;
}
.p-popup__close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-popup__close {
    right: 16px;
    top: -32px;
  }
}
@media screen and (min-width: 769px) {
  .p-popup__close {
    right: 0;
    top: -34px;
  }
}
@media screen and (max-width: 768px) {
  .p-popup__close.small {
    right: 0;
  }
}
.p-popup__box:not(.small) {
  width: 100%;
  opacity: 0;
  background-color: var(--color-white);
  z-index: 1001;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform-origin: bottom center;
}
@media screen and (max-width: 768px) {
  .p-popup__box:not(.small) {
    max-height: calc(100% - 40px);
    height: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-popup__box:not(.small) {
    border-radius: 16px;
    max-width: 880px;
    height: 70vh;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    position: relative;
  }
}
.p-popup__box.small {
  width: 100%;
  opacity: 0;
  background-color: var(--color-white);
  z-index: 1001;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform-origin: bottom center;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-popup__box.small {
    max-width: calc(100% - 32px);
    height: auto;
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 80px;
    inset: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-popup__box.small {
    border-radius: 16px;
    max-width: 600px;
    height: fit-content;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
  }
}
.p-popup.is-visible {
  z-index: 999999;
  height: 100%;
  width: 100%;
  transform: none;
}
.p-popup.is-visible > .p-popup__bg {
  opacity: 1;
  height: 100%;
}
.p-popup.is-visible > .p-popup__box {
  opacity: 1;
  translate: 0 0;
}
.p-popup:not(.is-visible) {
  z-index: -1000;
}
.p-popup:not(.is-visible) > .p-popup__bg {
  opacity: 0;
}
.p-popup:not(.is-visible) > .p-popup__box {
  opacity: 0;
  translate: 0 150px;
}

/* ▲▲▲▲▲▲ Component Parts POPUP STYLE　▲▲▲▲▲▲ */
.u-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-flex-md {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-lg {
    display: flex;
  }
}
.u-flex-align_items-baseline {
  align-items: baseline;
  align-self: auto;
}
@media screen and (max-width: 768px) {
  .u-flex-align_items-baseline-md {
    align-items: baseline;
    align-self: auto;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-align_items-baseline-lg {
    align-items: baseline;
    align-self: auto;
  }
}
.u-flex-align_items-stretch {
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .u-flex-align_items-stretch-md {
    align-items: stretch;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-align_items-stretch-lg {
    align-items: stretch;
  }
}
.u-flex-align_items-end {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .u-flex-align_items-end-md {
    align-items: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-align_items-end-lg {
    align-items: flex-end;
  }
}
.u-flex-align_items-center {
  align-items: center;
  align-self: auto;
}
@media screen and (max-width: 768px) {
  .u-flex-align_items-center-md {
    align-items: center;
    align-self: auto;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-align_items-center-lg {
    align-items: center;
    align-self: auto;
  }
}
.u-flex-justify-center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .u-flex-justify-center-md {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-justify-center-lg {
    justify-content: center;
  }
}
.u-flex-justify-spacebetween {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .u-flex-justify-spacebetween-md {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-justify-spacebetween-lg {
    justify-content: space-between;
  }
}
.u-flex-justify-end {
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .u-flex-justify-end-md {
    justify-content: end;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-justify-end-lg {
    justify-content: end;
  }
}
.u-flex-column {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .u-flex-column-md {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-column-lg {
    flex-direction: column;
  }
}
.u-flex-reserve {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .u-flex-reserve-md {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-reserve-lg {
    flex-direction: row-reverse;
  }
}
.u-flex-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 360) {
  .u-flex-wrap-xs {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .u-flex-wrap-md {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-wrap-lg {
    flex-wrap: wrap;
  }
}
.u-flex-col {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .u-flex-col-md {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-col-lg {
    flex-direction: column;
  }
}
.u-flex-row {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .u-flex-row-md {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .u-flex-row-lg {
    flex-direction: row;
  }
}
.u-flex-shrink-0 {
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  :root .u-for-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :root .u-for-pc {
    display: none;
  }
}

.u-fn {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.u-fm {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.u-fb {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.u-fs10 {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .u-fs10-md {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs10-lg {
    font-size: 1rem;
  }
}

.u-fs12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .u-fs12-md {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs12-lg {
    font-size: 1.2rem;
  }
}

.u-fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .u-fs14-md {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs14-lg {
    font-size: 1.4rem;
  }
}

.u-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .u-fs16-md {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs16-lg {
    font-size: 1.6rem;
  }
}

.u-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .u-fs18-md {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs18-lg {
    font-size: 1.8rem;
  }
}

.u-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .u-fs20-md {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs20-lg {
    font-size: 2rem;
  }
}

.u-fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .u-fs22-md {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs22-lg {
    font-size: 2.2rem;
  }
}

.u-fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .u-fs24-md {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs24-lg {
    font-size: 2.4rem;
  }
}

.u-fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .u-fs26-md {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs26-lg {
    font-size: 2.6rem;
  }
}

.u-fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .u-fs28-md {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs28-lg {
    font-size: 2.8rem;
  }
}

.u-fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .u-fs30-md {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs30-lg {
    font-size: 3rem;
  }
}

.u-fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .u-fs32-md {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs32-lg {
    font-size: 3.2rem;
  }
}

.u-fs34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .u-fs34-md {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs34-lg {
    font-size: 3.4rem;
  }
}

.u-fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .u-fs36-md {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs36-lg {
    font-size: 3.6rem;
  }
}

.u-fs38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .u-fs38-md {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs38-lg {
    font-size: 3.8rem;
  }
}

.u-fs40 {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .u-fs40-md {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs40-lg {
    font-size: 4rem;
  }
}

.u-fs42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .u-fs42-md {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs42-lg {
    font-size: 4.2rem;
  }
}

.u-fs44 {
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .u-fs44-md {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs44-lg {
    font-size: 4.4rem;
  }
}

.u-fs46 {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .u-fs46-md {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs46-lg {
    font-size: 4.6rem;
  }
}

.u-fs48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .u-fs48-md {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs48-lg {
    font-size: 4.8rem;
  }
}

.u-fs50 {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .u-fs50-md {
    font-size: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs50-lg {
    font-size: 5rem;
  }
}

:root {
  --width1: 1px;
  --width2: 2px;
  --width3: 3px;
  --width4: 4px;
}

.u-bsl {
  border-style: solid;
}
.u-bbsl {
  border-bottom-style: solid;
}
.u-blsl {
  border-left-style: solid;
}
.u-brsl {
  border-right-style: solid;
}
.u-btsl {
  border-top-style: solid;
}
.u-bw1 {
  border-width: var(--width1);
}
.u-bw2 {
  border-width: var(--width2);
}
.u-bw3 {
  border-width: var(--width3);
}
.u-bw4 {
  border-width: var(--width4);
}
.u-bbw1 {
  border-bottom-width: var(--width1);
}
.u-bbw2 {
  border-bottom-width: var(--width2);
}
.u-bbw3 {
  border-bottom-width: var(--width3);
}
.u-bbw4 {
  border-bottom-width: var(--width4);
}
.u-blw1 {
  border-left-width: var(--width1);
}
.u-blw2 {
  border-left-width: var(--width2);
}
.u-blw3 {
  border-left-width: var(--width3);
}
.u-blw4 {
  border-left-width: var(--width4);
}
.u-brw1 {
  border-right-width: var(--width1);
}
.u-brw2 {
  border-right-width: var(--width2);
}
.u-brw3 {
  border-right-width: var(--width3);
}
.u-brw4 {
  border-right-width: var(--width4);
}
.u-btw1 {
  border-top-width: var(--width1);
}
.u-btw2 {
  border-top-width: var(--width2);
}
.u-btw3 {
  border-top-width: var(--width3);
}
.u-btw4 {
  border-top-width: var(--width4);
}
.u-bcr-wh {
  border-color: var(--color-white);
}
.u-bcr-gr {
  border-color: var(--color-base-border);
}
.u-bcr-bl {
  border-color: var(--color-rich-black);
}
.u-bcr-sb {
  border-color: var(--color-blue-005);
}
.u-bcr-lb {
  border-color: var(--color-blue-004);
}
.u-bbcr-wh {
  border-bottom-color: var(--color-white);
}
.u-bbcr-gr {
  border-bottom-color: var(--color-base-border);
}
.u-bbcr-bl {
  border-bottom-color: var(--color-rich-black);
}
.u-bbcr-sb {
  border-bottom-color: var(--color-blue-005);
}
.u-bbcr-lb {
  border-color: var(--color-blue-004);
}
.u-blcr-wh {
  border-left-color: var(--color-white);
}
.u-blcr-gr {
  border-left-color: var(--color-base-border);
}
.u-blcr-bl {
  border-left-color: var(--color-rich-black);
}
.u-blcr-sb {
  border-left-color: var(--color-blue-005);
}
.u-blcr-lb {
  border-color: var(--color-blue-004);
}
.u-brcr-wh {
  border-right-color: var(--color-white);
}
.u-brcr-gr {
  border-right-color: var(--color-base-border);
}
.u-brcr-bl {
  border-right-color: var(--color-rich-black);
}
.u-brcr-sb {
  border-right-color: var(--color-blue-005);
}
.u-brcr-lb {
  border-color: var(--color-blue-004);
}
.u-btcr-wh {
  border-top-color: var(--color-white);
}
.u-btcr-gr {
  border-top-color: var(--color-base-border);
}
.u-btcr-bl {
  border-top-color: var(--color-rich-black);
}
.u-btcr-sb {
  border-top-color: var(--color-blue-005);
}
.u-btcr-lb {
  border-color: var(--color-blue-004);
}
.u-br2 {
  border-radius: 2px;
}
.u-br4 {
  border-radius: 4px;
}
.u-br6 {
  border-radius: 6px;
}
.u-br8 {
  border-radius: 8px;
}
.u-br100 {
  border-radius: 100vh;
}

.u-scroll {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .u-scroll_bar {
    padding-bottom: 4px !important;
    padding-right: 4px !important;
    padding-top: 4px !important;
  }
}
.u-scroll__wrap {
  height: 100%;
  overflow: auto;
  overscroll-behavior-block: contain;
  scrollbar-width: auto;
  scrollbar-color: var(--color-gray-002) var(--color-white-002);
}
.u-scroll__wrap::-webkit-scrollbar {
  background-color: var(--color-white-002);
  border-radius: 100vh;
  width: 5px;
  height: 5px;
}
.u-scroll__wrap::-webkit-scrollbar-track {
  background-color: var(--color-white-002);
  border-radius: 100vh;
}
.u-scroll__wrap::-webkit-scrollbar-thumb {
  background-color: var(--color-gray-002);
  border: 5px solid var(--color-white-002);
  border-radius: 100vh;
  border-left: 0;
  border-right: 0;
}
.u-scroll-none {
  scrollbar-width: none;
}
.u-scroll-none::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.u-scroll-none::-webkit-scrollbar-thumb {
  border: 0 solid var(--color-white-002);
}

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

.u-mb2 {
  margin-bottom: 2px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb14 {
  margin-bottom: 14px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb18 {
  margin-bottom: 18px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb22 {
  margin-bottom: 22px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb26 {
  margin-bottom: 26px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb34 {
  margin-bottom: 34px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb38 {
  margin-bottom: 38px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb42 {
  margin-bottom: 42px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb46 {
  margin-bottom: 46px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb54 {
  margin-bottom: 54px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb126 {
  margin-bottom: 126px;
}

.u-mb160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .u-mb0-md {
    margin-bottom: 0px !important;
  }
  .u-mb2-md {
    margin-bottom: 2px;
  }
  .u-mb4-md {
    margin-bottom: 4px;
  }
  .u-mb6-md {
    margin-bottom: 6px;
  }
  .u-mb8-md {
    margin-bottom: 8px;
  }
  .u-mb10-md {
    margin-bottom: 10px;
  }
  .u-mb12-md {
    margin-bottom: 12px;
  }
  .u-mb14-md {
    margin-bottom: 14px;
  }
  .u-mb16-md {
    margin-bottom: 16px;
  }
  .u-mb18-md {
    margin-bottom: 18px;
  }
  .u-mb20-md {
    margin-bottom: 20px;
  }
  .u-mb22-md {
    margin-bottom: 22px;
  }
  .u-mb24-md {
    margin-bottom: 24px;
  }
  .u-mb26-md {
    margin-bottom: 26px;
  }
  .u-mb28-md {
    margin-bottom: 28px;
  }
  .u-mb30-md {
    margin-bottom: 30px;
  }
  .u-mb32-md {
    margin-bottom: 32px;
  }
  .u-mb34-md {
    margin-bottom: 34px;
  }
  .u-mb36-md {
    margin-bottom: 36px;
  }
  .u-mb38-md {
    margin-bottom: 38px;
  }
  .u-mb40-md {
    margin-bottom: 40px;
  }
  .u-mb42-md {
    margin-bottom: 42px;
  }
  .u-mb44-md {
    margin-bottom: 44px;
  }
  .u-mb46-md {
    margin-bottom: 46px;
  }
  .u-mb48-md {
    margin-bottom: 48px;
  }
  .u-mb50-md {
    margin-bottom: 50px;
  }
  .u-mb52-md {
    margin-bottom: 52px;
  }
  .u-mb54-md {
    margin-bottom: 54px;
  }
  .u-mb56-md {
    margin-bottom: 56px;
  }
  .u-mb64-md {
    margin-bottom: 64px;
  }
  .u-mb72-md {
    margin-bottom: 72px;
  }
  .u-mb80-md {
    margin-bottom: 80px;
  }
  .u-mb88-md {
    margin-bottom: 88px;
  }
  .u-mb96-md {
    margin-bottom: 96px;
  }
  .u-mb100-md {
    margin-bottom: 100px;
  }
  .u-mb120-md {
    margin-bottom: 120px;
  }
  .u-mb126-md {
    margin-bottom: 126px;
  }
  .u-mb160-md {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-mb0-lg {
    margin-bottom: 0px !important;
  }
  .u-mb2-lg {
    margin-bottom: 2px;
  }
  .u-mb4-lg {
    margin-bottom: 4px;
  }
  .u-mb6-lg {
    margin-bottom: 6px;
  }
  .u-mb8-lg {
    margin-bottom: 8px;
  }
  .u-mb10-lg {
    margin-bottom: 10px;
  }
  .u-mb12-lg {
    margin-bottom: 12px;
  }
  .u-mb14-lg {
    margin-bottom: 14px;
  }
  .u-mb16-lg {
    margin-bottom: 16px;
  }
  .u-mb18-lg {
    margin-bottom: 18px;
  }
  .u-mb20-lg {
    margin-bottom: 20px;
  }
  .u-mb22-lg {
    margin-bottom: 22px;
  }
  .u-mb24-lg {
    margin-bottom: 24px;
  }
  .u-mb26-lg {
    margin-bottom: 26px;
  }
  .u-mb28-lg {
    margin-bottom: 28px;
  }
  .u-mb30-lg {
    margin-bottom: 30px;
  }
  .u-mb32-lg {
    margin-bottom: 32px;
  }
  .u-mb34-lg {
    margin-bottom: 34px;
  }
  .u-mb36-lg {
    margin-bottom: 36px;
  }
  .u-mb38-lg {
    margin-bottom: 38px;
  }
  .u-mb40-lg {
    margin-bottom: 40px;
  }
  .u-mb42-lg {
    margin-bottom: 42px;
  }
  .u-mb44-lg {
    margin-bottom: 44px;
  }
  .u-mb46-lg {
    margin-bottom: 46px;
  }
  .u-mb48-lg {
    margin-bottom: 48px;
  }
  .u-mb50-lg {
    margin-bottom: 50px;
  }
  .u-mb52-lg {
    margin-bottom: 52px;
  }
  .u-mb54-lg {
    margin-bottom: 54px;
  }
  .u-mb56-lg {
    margin-bottom: 56px;
  }
  .u-mb64-lg {
    margin-bottom: 64px;
  }
  .u-mb72-lg {
    margin-bottom: 72px;
  }
  .u-mb80-lg {
    margin-bottom: 80px;
  }
  .u-mb88-lg {
    margin-bottom: 88px;
  }
  .u-mb96-lg {
    margin-bottom: 96px;
  }
  .u-mb100-lg {
    margin-bottom: 100px;
  }
  .u-mb120-lg {
    margin-bottom: 120px;
  }
  .u-mb126-lg {
    margin-bottom: 126px;
  }
  .u-mb160-lg {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-mb0-xl {
    margin-bottom: 0px !important;
  }
  .u-mb2-xl {
    margin-bottom: 2px;
  }
  .u-mb4-xl {
    margin-bottom: 4px;
  }
  .u-mb6-xl {
    margin-bottom: 6px;
  }
  .u-mb8-xl {
    margin-bottom: 8px;
  }
  .u-mb10-xl {
    margin-bottom: 10px;
  }
  .u-mb12-xl {
    margin-bottom: 12px;
  }
  .u-mb14-xl {
    margin-bottom: 14px;
  }
  .u-mb16-xl {
    margin-bottom: 16px;
  }
  .u-mb18-xl {
    margin-bottom: 18px;
  }
  .u-mb20-xl {
    margin-bottom: 20px;
  }
  .u-mb22-xl {
    margin-bottom: 22px;
  }
  .u-mb24-xl {
    margin-bottom: 24px;
  }
  .u-mb26-xl {
    margin-bottom: 26px;
  }
  .u-mb28-xl {
    margin-bottom: 28px;
  }
  .u-mb30-xl {
    margin-bottom: 30px;
  }
  .u-mb32-xl {
    margin-bottom: 32px;
  }
  .u-mb34-xl {
    margin-bottom: 34px;
  }
  .u-mb36-xl {
    margin-bottom: 36px;
  }
  .u-mb38-xl {
    margin-bottom: 38px;
  }
  .u-mb40-xl {
    margin-bottom: 40px;
  }
  .u-mb42-xl {
    margin-bottom: 42px;
  }
  .u-mb44-xl {
    margin-bottom: 44px;
  }
  .u-mb46-xl {
    margin-bottom: 46px;
  }
  .u-mb48-xl {
    margin-bottom: 48px;
  }
  .u-mb50-xl {
    margin-bottom: 50px;
  }
  .u-mb52-xl {
    margin-bottom: 52px;
  }
  .u-mb54-xl {
    margin-bottom: 54px;
  }
  .u-mb56-xl {
    margin-bottom: 56px;
  }
  .u-mb64-xl {
    margin-bottom: 64px;
  }
  .u-mb72-xl {
    margin-bottom: 72px;
  }
  .u-mb80-xl {
    margin-bottom: 80px;
  }
  .u-mb88-xl {
    margin-bottom: 88px;
  }
  .u-mb96-xl {
    margin-bottom: 96px;
  }
  .u-mb100-xl {
    margin-bottom: 100px;
  }
  .u-mb120-xl {
    margin-bottom: 120px;
  }
  .u-mb126-xl {
    margin-bottom: 126px;
  }
  .u-mb160-xl {
    margin-bottom: 160px;
  }
}
.u-ml0 {
  margin-left: 0px !important;
}

.u-ml2 {
  margin-left: 2px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml6 {
  margin-left: 6px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml14 {
  margin-left: 14px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml18 {
  margin-left: 18px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml22 {
  margin-left: 22px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml26 {
  margin-left: 26px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml34 {
  margin-left: 34px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml38 {
  margin-left: 38px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml42 {
  margin-left: 42px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml46 {
  margin-left: 46px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml54 {
  margin-left: 54px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-ml120 {
  margin-left: 120px;
}

.u-ml126 {
  margin-left: 126px;
}

.u-ml160 {
  margin-left: 160px;
}

@media screen and (max-width: 768px) {
  .u-ml0-md {
    margin-left: 0px !important;
  }
  .u-ml2-md {
    margin-left: 2px;
  }
  .u-ml4-md {
    margin-left: 4px;
  }
  .u-ml6-md {
    margin-left: 6px;
  }
  .u-ml8-md {
    margin-left: 8px;
  }
  .u-ml10-md {
    margin-left: 10px;
  }
  .u-ml12-md {
    margin-left: 12px;
  }
  .u-ml14-md {
    margin-left: 14px;
  }
  .u-ml16-md {
    margin-left: 16px;
  }
  .u-ml18-md {
    margin-left: 18px;
  }
  .u-ml20-md {
    margin-left: 20px;
  }
  .u-ml22-md {
    margin-left: 22px;
  }
  .u-ml24-md {
    margin-left: 24px;
  }
  .u-ml26-md {
    margin-left: 26px;
  }
  .u-ml28-md {
    margin-left: 28px;
  }
  .u-ml30-md {
    margin-left: 30px;
  }
  .u-ml32-md {
    margin-left: 32px;
  }
  .u-ml34-md {
    margin-left: 34px;
  }
  .u-ml36-md {
    margin-left: 36px;
  }
  .u-ml38-md {
    margin-left: 38px;
  }
  .u-ml40-md {
    margin-left: 40px;
  }
  .u-ml42-md {
    margin-left: 42px;
  }
  .u-ml44-md {
    margin-left: 44px;
  }
  .u-ml46-md {
    margin-left: 46px;
  }
  .u-ml48-md {
    margin-left: 48px;
  }
  .u-ml50-md {
    margin-left: 50px;
  }
  .u-ml52-md {
    margin-left: 52px;
  }
  .u-ml54-md {
    margin-left: 54px;
  }
  .u-ml56-md {
    margin-left: 56px;
  }
  .u-ml64-md {
    margin-left: 64px;
  }
  .u-ml72-md {
    margin-left: 72px;
  }
  .u-ml80-md {
    margin-left: 80px;
  }
  .u-ml88-md {
    margin-left: 88px;
  }
  .u-ml96-md {
    margin-left: 96px;
  }
  .u-ml100-md {
    margin-left: 100px;
  }
  .u-ml120-md {
    margin-left: 120px;
  }
  .u-ml126-md {
    margin-left: 126px;
  }
  .u-ml160-md {
    margin-left: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-ml0-lg {
    margin-left: 0px !important;
  }
  .u-ml2-lg {
    margin-left: 2px;
  }
  .u-ml4-lg {
    margin-left: 4px;
  }
  .u-ml6-lg {
    margin-left: 6px;
  }
  .u-ml8-lg {
    margin-left: 8px;
  }
  .u-ml10-lg {
    margin-left: 10px;
  }
  .u-ml12-lg {
    margin-left: 12px;
  }
  .u-ml14-lg {
    margin-left: 14px;
  }
  .u-ml16-lg {
    margin-left: 16px;
  }
  .u-ml18-lg {
    margin-left: 18px;
  }
  .u-ml20-lg {
    margin-left: 20px;
  }
  .u-ml22-lg {
    margin-left: 22px;
  }
  .u-ml24-lg {
    margin-left: 24px;
  }
  .u-ml26-lg {
    margin-left: 26px;
  }
  .u-ml28-lg {
    margin-left: 28px;
  }
  .u-ml30-lg {
    margin-left: 30px;
  }
  .u-ml32-lg {
    margin-left: 32px;
  }
  .u-ml34-lg {
    margin-left: 34px;
  }
  .u-ml36-lg {
    margin-left: 36px;
  }
  .u-ml38-lg {
    margin-left: 38px;
  }
  .u-ml40-lg {
    margin-left: 40px;
  }
  .u-ml42-lg {
    margin-left: 42px;
  }
  .u-ml44-lg {
    margin-left: 44px;
  }
  .u-ml46-lg {
    margin-left: 46px;
  }
  .u-ml48-lg {
    margin-left: 48px;
  }
  .u-ml50-lg {
    margin-left: 50px;
  }
  .u-ml52-lg {
    margin-left: 52px;
  }
  .u-ml54-lg {
    margin-left: 54px;
  }
  .u-ml56-lg {
    margin-left: 56px;
  }
  .u-ml64-lg {
    margin-left: 64px;
  }
  .u-ml72-lg {
    margin-left: 72px;
  }
  .u-ml80-lg {
    margin-left: 80px;
  }
  .u-ml88-lg {
    margin-left: 88px;
  }
  .u-ml96-lg {
    margin-left: 96px;
  }
  .u-ml100-lg {
    margin-left: 100px;
  }
  .u-ml120-lg {
    margin-left: 120px;
  }
  .u-ml126-lg {
    margin-left: 126px;
  }
  .u-ml160-lg {
    margin-left: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-ml0-xl {
    margin-left: 0px !important;
  }
  .u-ml2-xl {
    margin-left: 2px;
  }
  .u-ml4-xl {
    margin-left: 4px;
  }
  .u-ml6-xl {
    margin-left: 6px;
  }
  .u-ml8-xl {
    margin-left: 8px;
  }
  .u-ml10-xl {
    margin-left: 10px;
  }
  .u-ml12-xl {
    margin-left: 12px;
  }
  .u-ml14-xl {
    margin-left: 14px;
  }
  .u-ml16-xl {
    margin-left: 16px;
  }
  .u-ml18-xl {
    margin-left: 18px;
  }
  .u-ml20-xl {
    margin-left: 20px;
  }
  .u-ml22-xl {
    margin-left: 22px;
  }
  .u-ml24-xl {
    margin-left: 24px;
  }
  .u-ml26-xl {
    margin-left: 26px;
  }
  .u-ml28-xl {
    margin-left: 28px;
  }
  .u-ml30-xl {
    margin-left: 30px;
  }
  .u-ml32-xl {
    margin-left: 32px;
  }
  .u-ml34-xl {
    margin-left: 34px;
  }
  .u-ml36-xl {
    margin-left: 36px;
  }
  .u-ml38-xl {
    margin-left: 38px;
  }
  .u-ml40-xl {
    margin-left: 40px;
  }
  .u-ml42-xl {
    margin-left: 42px;
  }
  .u-ml44-xl {
    margin-left: 44px;
  }
  .u-ml46-xl {
    margin-left: 46px;
  }
  .u-ml48-xl {
    margin-left: 48px;
  }
  .u-ml50-xl {
    margin-left: 50px;
  }
  .u-ml52-xl {
    margin-left: 52px;
  }
  .u-ml54-xl {
    margin-left: 54px;
  }
  .u-ml56-xl {
    margin-left: 56px;
  }
  .u-ml64-xl {
    margin-left: 64px;
  }
  .u-ml72-xl {
    margin-left: 72px;
  }
  .u-ml80-xl {
    margin-left: 80px;
  }
  .u-ml88-xl {
    margin-left: 88px;
  }
  .u-ml96-xl {
    margin-left: 96px;
  }
  .u-ml100-xl {
    margin-left: 100px;
  }
  .u-ml120-xl {
    margin-left: 120px;
  }
  .u-ml126-xl {
    margin-left: 126px;
  }
  .u-ml160-xl {
    margin-left: 160px;
  }
}
.u-mr0 {
  margin-right: 0px !important;
}

.u-mr2 {
  margin-right: 2px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr6 {
  margin-right: 6px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr14 {
  margin-right: 14px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr18 {
  margin-right: 18px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr22 {
  margin-right: 22px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr26 {
  margin-right: 26px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr34 {
  margin-right: 34px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr38 {
  margin-right: 38px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr42 {
  margin-right: 42px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr46 {
  margin-right: 46px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr54 {
  margin-right: 54px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mr120 {
  margin-right: 120px;
}

.u-mr126 {
  margin-right: 126px;
}

.u-mr160 {
  margin-right: 160px;
}

@media screen and (max-width: 768px) {
  .u-mr0-md {
    margin-right: 0px !important;
  }
  .u-mr2-md {
    margin-right: 2px;
  }
  .u-mr4-md {
    margin-right: 4px;
  }
  .u-mr6-md {
    margin-right: 6px;
  }
  .u-mr8-md {
    margin-right: 8px;
  }
  .u-mr10-md {
    margin-right: 10px;
  }
  .u-mr12-md {
    margin-right: 12px;
  }
  .u-mr14-md {
    margin-right: 14px;
  }
  .u-mr16-md {
    margin-right: 16px;
  }
  .u-mr18-md {
    margin-right: 18px;
  }
  .u-mr20-md {
    margin-right: 20px;
  }
  .u-mr22-md {
    margin-right: 22px;
  }
  .u-mr24-md {
    margin-right: 24px;
  }
  .u-mr26-md {
    margin-right: 26px;
  }
  .u-mr28-md {
    margin-right: 28px;
  }
  .u-mr30-md {
    margin-right: 30px;
  }
  .u-mr32-md {
    margin-right: 32px;
  }
  .u-mr34-md {
    margin-right: 34px;
  }
  .u-mr36-md {
    margin-right: 36px;
  }
  .u-mr38-md {
    margin-right: 38px;
  }
  .u-mr40-md {
    margin-right: 40px;
  }
  .u-mr42-md {
    margin-right: 42px;
  }
  .u-mr44-md {
    margin-right: 44px;
  }
  .u-mr46-md {
    margin-right: 46px;
  }
  .u-mr48-md {
    margin-right: 48px;
  }
  .u-mr50-md {
    margin-right: 50px;
  }
  .u-mr52-md {
    margin-right: 52px;
  }
  .u-mr54-md {
    margin-right: 54px;
  }
  .u-mr56-md {
    margin-right: 56px;
  }
  .u-mr64-md {
    margin-right: 64px;
  }
  .u-mr72-md {
    margin-right: 72px;
  }
  .u-mr80-md {
    margin-right: 80px;
  }
  .u-mr88-md {
    margin-right: 88px;
  }
  .u-mr96-md {
    margin-right: 96px;
  }
  .u-mr100-md {
    margin-right: 100px;
  }
  .u-mr120-md {
    margin-right: 120px;
  }
  .u-mr126-md {
    margin-right: 126px;
  }
  .u-mr160-md {
    margin-right: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-mr0-lg {
    margin-right: 0px !important;
  }
  .u-mr2-lg {
    margin-right: 2px;
  }
  .u-mr4-lg {
    margin-right: 4px;
  }
  .u-mr6-lg {
    margin-right: 6px;
  }
  .u-mr8-lg {
    margin-right: 8px;
  }
  .u-mr10-lg {
    margin-right: 10px;
  }
  .u-mr12-lg {
    margin-right: 12px;
  }
  .u-mr14-lg {
    margin-right: 14px;
  }
  .u-mr16-lg {
    margin-right: 16px;
  }
  .u-mr18-lg {
    margin-right: 18px;
  }
  .u-mr20-lg {
    margin-right: 20px;
  }
  .u-mr22-lg {
    margin-right: 22px;
  }
  .u-mr24-lg {
    margin-right: 24px;
  }
  .u-mr26-lg {
    margin-right: 26px;
  }
  .u-mr28-lg {
    margin-right: 28px;
  }
  .u-mr30-lg {
    margin-right: 30px;
  }
  .u-mr32-lg {
    margin-right: 32px;
  }
  .u-mr34-lg {
    margin-right: 34px;
  }
  .u-mr36-lg {
    margin-right: 36px;
  }
  .u-mr38-lg {
    margin-right: 38px;
  }
  .u-mr40-lg {
    margin-right: 40px;
  }
  .u-mr42-lg {
    margin-right: 42px;
  }
  .u-mr44-lg {
    margin-right: 44px;
  }
  .u-mr46-lg {
    margin-right: 46px;
  }
  .u-mr48-lg {
    margin-right: 48px;
  }
  .u-mr50-lg {
    margin-right: 50px;
  }
  .u-mr52-lg {
    margin-right: 52px;
  }
  .u-mr54-lg {
    margin-right: 54px;
  }
  .u-mr56-lg {
    margin-right: 56px;
  }
  .u-mr64-lg {
    margin-right: 64px;
  }
  .u-mr72-lg {
    margin-right: 72px;
  }
  .u-mr80-lg {
    margin-right: 80px;
  }
  .u-mr88-lg {
    margin-right: 88px;
  }
  .u-mr96-lg {
    margin-right: 96px;
  }
  .u-mr100-lg {
    margin-right: 100px;
  }
  .u-mr120-lg {
    margin-right: 120px;
  }
  .u-mr126-lg {
    margin-right: 126px;
  }
  .u-mr160-lg {
    margin-right: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-mr0-xl {
    margin-right: 0px !important;
  }
  .u-mr2-xl {
    margin-right: 2px;
  }
  .u-mr4-xl {
    margin-right: 4px;
  }
  .u-mr6-xl {
    margin-right: 6px;
  }
  .u-mr8-xl {
    margin-right: 8px;
  }
  .u-mr10-xl {
    margin-right: 10px;
  }
  .u-mr12-xl {
    margin-right: 12px;
  }
  .u-mr14-xl {
    margin-right: 14px;
  }
  .u-mr16-xl {
    margin-right: 16px;
  }
  .u-mr18-xl {
    margin-right: 18px;
  }
  .u-mr20-xl {
    margin-right: 20px;
  }
  .u-mr22-xl {
    margin-right: 22px;
  }
  .u-mr24-xl {
    margin-right: 24px;
  }
  .u-mr26-xl {
    margin-right: 26px;
  }
  .u-mr28-xl {
    margin-right: 28px;
  }
  .u-mr30-xl {
    margin-right: 30px;
  }
  .u-mr32-xl {
    margin-right: 32px;
  }
  .u-mr34-xl {
    margin-right: 34px;
  }
  .u-mr36-xl {
    margin-right: 36px;
  }
  .u-mr38-xl {
    margin-right: 38px;
  }
  .u-mr40-xl {
    margin-right: 40px;
  }
  .u-mr42-xl {
    margin-right: 42px;
  }
  .u-mr44-xl {
    margin-right: 44px;
  }
  .u-mr46-xl {
    margin-right: 46px;
  }
  .u-mr48-xl {
    margin-right: 48px;
  }
  .u-mr50-xl {
    margin-right: 50px;
  }
  .u-mr52-xl {
    margin-right: 52px;
  }
  .u-mr54-xl {
    margin-right: 54px;
  }
  .u-mr56-xl {
    margin-right: 56px;
  }
  .u-mr64-xl {
    margin-right: 64px;
  }
  .u-mr72-xl {
    margin-right: 72px;
  }
  .u-mr80-xl {
    margin-right: 80px;
  }
  .u-mr88-xl {
    margin-right: 88px;
  }
  .u-mr96-xl {
    margin-right: 96px;
  }
  .u-mr100-xl {
    margin-right: 100px;
  }
  .u-mr120-xl {
    margin-right: 120px;
  }
  .u-mr126-xl {
    margin-right: 126px;
  }
  .u-mr160-xl {
    margin-right: 160px;
  }
}
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt2 {
  margin-top: 2px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt6 {
  margin-top: 6px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt14 {
  margin-top: 14px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt18 {
  margin-top: 18px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt22 {
  margin-top: 22px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt26 {
  margin-top: 26px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt34 {
  margin-top: 34px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt38 {
  margin-top: 38px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt42 {
  margin-top: 42px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt46 {
  margin-top: 46px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt54 {
  margin-top: 54px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt126 {
  margin-top: 126px;
}

.u-mt160 {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .u-mt0-md {
    margin-top: 0px !important;
  }
  .u-mt2-md {
    margin-top: 2px;
  }
  .u-mt4-md {
    margin-top: 4px;
  }
  .u-mt6-md {
    margin-top: 6px;
  }
  .u-mt8-md {
    margin-top: 8px;
  }
  .u-mt10-md {
    margin-top: 10px;
  }
  .u-mt12-md {
    margin-top: 12px;
  }
  .u-mt14-md {
    margin-top: 14px;
  }
  .u-mt16-md {
    margin-top: 16px;
  }
  .u-mt18-md {
    margin-top: 18px;
  }
  .u-mt20-md {
    margin-top: 20px;
  }
  .u-mt22-md {
    margin-top: 22px;
  }
  .u-mt24-md {
    margin-top: 24px;
  }
  .u-mt26-md {
    margin-top: 26px;
  }
  .u-mt28-md {
    margin-top: 28px;
  }
  .u-mt30-md {
    margin-top: 30px;
  }
  .u-mt32-md {
    margin-top: 32px;
  }
  .u-mt34-md {
    margin-top: 34px;
  }
  .u-mt36-md {
    margin-top: 36px;
  }
  .u-mt38-md {
    margin-top: 38px;
  }
  .u-mt40-md {
    margin-top: 40px;
  }
  .u-mt42-md {
    margin-top: 42px;
  }
  .u-mt44-md {
    margin-top: 44px;
  }
  .u-mt46-md {
    margin-top: 46px;
  }
  .u-mt48-md {
    margin-top: 48px;
  }
  .u-mt50-md {
    margin-top: 50px;
  }
  .u-mt52-md {
    margin-top: 52px;
  }
  .u-mt54-md {
    margin-top: 54px;
  }
  .u-mt56-md {
    margin-top: 56px;
  }
  .u-mt64-md {
    margin-top: 64px;
  }
  .u-mt72-md {
    margin-top: 72px;
  }
  .u-mt80-md {
    margin-top: 80px;
  }
  .u-mt88-md {
    margin-top: 88px;
  }
  .u-mt96-md {
    margin-top: 96px;
  }
  .u-mt100-md {
    margin-top: 100px;
  }
  .u-mt120-md {
    margin-top: 120px;
  }
  .u-mt126-md {
    margin-top: 126px;
  }
  .u-mt160-md {
    margin-top: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-mt0-lg {
    margin-top: 0px !important;
  }
  .u-mt2-lg {
    margin-top: 2px;
  }
  .u-mt4-lg {
    margin-top: 4px;
  }
  .u-mt6-lg {
    margin-top: 6px;
  }
  .u-mt8-lg {
    margin-top: 8px;
  }
  .u-mt10-lg {
    margin-top: 10px;
  }
  .u-mt12-lg {
    margin-top: 12px;
  }
  .u-mt14-lg {
    margin-top: 14px;
  }
  .u-mt16-lg {
    margin-top: 16px;
  }
  .u-mt18-lg {
    margin-top: 18px;
  }
  .u-mt20-lg {
    margin-top: 20px;
  }
  .u-mt22-lg {
    margin-top: 22px;
  }
  .u-mt24-lg {
    margin-top: 24px;
  }
  .u-mt26-lg {
    margin-top: 26px;
  }
  .u-mt28-lg {
    margin-top: 28px;
  }
  .u-mt30-lg {
    margin-top: 30px;
  }
  .u-mt32-lg {
    margin-top: 32px;
  }
  .u-mt34-lg {
    margin-top: 34px;
  }
  .u-mt36-lg {
    margin-top: 36px;
  }
  .u-mt38-lg {
    margin-top: 38px;
  }
  .u-mt40-lg {
    margin-top: 40px;
  }
  .u-mt42-lg {
    margin-top: 42px;
  }
  .u-mt44-lg {
    margin-top: 44px;
  }
  .u-mt46-lg {
    margin-top: 46px;
  }
  .u-mt48-lg {
    margin-top: 48px;
  }
  .u-mt50-lg {
    margin-top: 50px;
  }
  .u-mt52-lg {
    margin-top: 52px;
  }
  .u-mt54-lg {
    margin-top: 54px;
  }
  .u-mt56-lg {
    margin-top: 56px;
  }
  .u-mt64-lg {
    margin-top: 64px;
  }
  .u-mt72-lg {
    margin-top: 72px;
  }
  .u-mt80-lg {
    margin-top: 80px;
  }
  .u-mt88-lg {
    margin-top: 88px;
  }
  .u-mt96-lg {
    margin-top: 96px;
  }
  .u-mt100-lg {
    margin-top: 100px;
  }
  .u-mt120-lg {
    margin-top: 120px;
  }
  .u-mt126-lg {
    margin-top: 126px;
  }
  .u-mt160-lg {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-mt0-xl {
    margin-top: 0px !important;
  }
  .u-mt2-xl {
    margin-top: 2px;
  }
  .u-mt4-xl {
    margin-top: 4px;
  }
  .u-mt6-xl {
    margin-top: 6px;
  }
  .u-mt8-xl {
    margin-top: 8px;
  }
  .u-mt10-xl {
    margin-top: 10px;
  }
  .u-mt12-xl {
    margin-top: 12px;
  }
  .u-mt14-xl {
    margin-top: 14px;
  }
  .u-mt16-xl {
    margin-top: 16px;
  }
  .u-mt18-xl {
    margin-top: 18px;
  }
  .u-mt20-xl {
    margin-top: 20px;
  }
  .u-mt22-xl {
    margin-top: 22px;
  }
  .u-mt24-xl {
    margin-top: 24px;
  }
  .u-mt26-xl {
    margin-top: 26px;
  }
  .u-mt28-xl {
    margin-top: 28px;
  }
  .u-mt30-xl {
    margin-top: 30px;
  }
  .u-mt32-xl {
    margin-top: 32px;
  }
  .u-mt34-xl {
    margin-top: 34px;
  }
  .u-mt36-xl {
    margin-top: 36px;
  }
  .u-mt38-xl {
    margin-top: 38px;
  }
  .u-mt40-xl {
    margin-top: 40px;
  }
  .u-mt42-xl {
    margin-top: 42px;
  }
  .u-mt44-xl {
    margin-top: 44px;
  }
  .u-mt46-xl {
    margin-top: 46px;
  }
  .u-mt48-xl {
    margin-top: 48px;
  }
  .u-mt50-xl {
    margin-top: 50px;
  }
  .u-mt52-xl {
    margin-top: 52px;
  }
  .u-mt54-xl {
    margin-top: 54px;
  }
  .u-mt56-xl {
    margin-top: 56px;
  }
  .u-mt64-xl {
    margin-top: 64px;
  }
  .u-mt72-xl {
    margin-top: 72px;
  }
  .u-mt80-xl {
    margin-top: 80px;
  }
  .u-mt88-xl {
    margin-top: 88px;
  }
  .u-mt96-xl {
    margin-top: 96px;
  }
  .u-mt100-xl {
    margin-top: 100px;
  }
  .u-mt120-xl {
    margin-top: 120px;
  }
  .u-mt126-xl {
    margin-top: 126px;
  }
  .u-mt160-xl {
    margin-top: 160px;
  }
}
.u-ml-auto {
  margin-left: auto;
}

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

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .u-mlr-auto-md {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .u-mlr-auto-lg {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.u-pb2 {
  padding-bottom: 2px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb6 {
  padding-bottom: 6px;
}

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb12 {
  padding-bottom: 12px;
}

.u-pb14 {
  padding-bottom: 14px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb18 {
  padding-bottom: 18px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb22 {
  padding-bottom: 22px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb26 {
  padding-bottom: 26px;
}

.u-pb28 {
  padding-bottom: 28px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb34 {
  padding-bottom: 34px;
}

.u-pb36 {
  padding-bottom: 36px;
}

.u-pb38 {
  padding-bottom: 38px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb42 {
  padding-bottom: 42px;
}

.u-pb44 {
  padding-bottom: 44px;
}

.u-pb46 {
  padding-bottom: 46px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb52 {
  padding-bottom: 52px;
}

.u-pb54 {
  padding-bottom: 54px;
}

.u-pb56 {
  padding-bottom: 56px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb88 {
  padding-bottom: 88px;
}

.u-pb96 {
  padding-bottom: 96px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pb120 {
  padding-bottom: 120px;
}

.u-pb126 {
  padding-bottom: 126px;
}

.u-pb160 {
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .u-pb0-md {
    padding-bottom: 0px !important;
  }
  .u-pb2-md {
    padding-bottom: 2px;
  }
  .u-pb4-md {
    padding-bottom: 4px;
  }
  .u-pb6-md {
    padding-bottom: 6px;
  }
  .u-pb8-md {
    padding-bottom: 8px;
  }
  .u-pb10-md {
    padding-bottom: 10px;
  }
  .u-pb12-md {
    padding-bottom: 12px;
  }
  .u-pb14-md {
    padding-bottom: 14px;
  }
  .u-pb16-md {
    padding-bottom: 16px;
  }
  .u-pb18-md {
    padding-bottom: 18px;
  }
  .u-pb20-md {
    padding-bottom: 20px;
  }
  .u-pb22-md {
    padding-bottom: 22px;
  }
  .u-pb24-md {
    padding-bottom: 24px;
  }
  .u-pb26-md {
    padding-bottom: 26px;
  }
  .u-pb28-md {
    padding-bottom: 28px;
  }
  .u-pb30-md {
    padding-bottom: 30px;
  }
  .u-pb32-md {
    padding-bottom: 32px;
  }
  .u-pb34-md {
    padding-bottom: 34px;
  }
  .u-pb36-md {
    padding-bottom: 36px;
  }
  .u-pb38-md {
    padding-bottom: 38px;
  }
  .u-pb40-md {
    padding-bottom: 40px;
  }
  .u-pb42-md {
    padding-bottom: 42px;
  }
  .u-pb44-md {
    padding-bottom: 44px;
  }
  .u-pb46-md {
    padding-bottom: 46px;
  }
  .u-pb48-md {
    padding-bottom: 48px;
  }
  .u-pb50-md {
    padding-bottom: 50px;
  }
  .u-pb52-md {
    padding-bottom: 52px;
  }
  .u-pb54-md {
    padding-bottom: 54px;
  }
  .u-pb56-md {
    padding-bottom: 56px;
  }
  .u-pb64-md {
    padding-bottom: 64px;
  }
  .u-pb72-md {
    padding-bottom: 72px;
  }
  .u-pb80-md {
    padding-bottom: 80px;
  }
  .u-pb88-md {
    padding-bottom: 88px;
  }
  .u-pb96-md {
    padding-bottom: 96px;
  }
  .u-pb100-md {
    padding-bottom: 100px;
  }
  .u-pb120-md {
    padding-bottom: 120px;
  }
  .u-pb126-md {
    padding-bottom: 126px;
  }
  .u-pb160-md {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-pb0-lg {
    padding-bottom: 0px !important;
  }
  .u-pb2-lg {
    padding-bottom: 2px;
  }
  .u-pb4-lg {
    padding-bottom: 4px;
  }
  .u-pb6-lg {
    padding-bottom: 6px;
  }
  .u-pb8-lg {
    padding-bottom: 8px;
  }
  .u-pb10-lg {
    padding-bottom: 10px;
  }
  .u-pb12-lg {
    padding-bottom: 12px;
  }
  .u-pb14-lg {
    padding-bottom: 14px;
  }
  .u-pb16-lg {
    padding-bottom: 16px;
  }
  .u-pb18-lg {
    padding-bottom: 18px;
  }
  .u-pb20-lg {
    padding-bottom: 20px;
  }
  .u-pb22-lg {
    padding-bottom: 22px;
  }
  .u-pb24-lg {
    padding-bottom: 24px;
  }
  .u-pb26-lg {
    padding-bottom: 26px;
  }
  .u-pb28-lg {
    padding-bottom: 28px;
  }
  .u-pb30-lg {
    padding-bottom: 30px;
  }
  .u-pb32-lg {
    padding-bottom: 32px;
  }
  .u-pb34-lg {
    padding-bottom: 34px;
  }
  .u-pb36-lg {
    padding-bottom: 36px;
  }
  .u-pb38-lg {
    padding-bottom: 38px;
  }
  .u-pb40-lg {
    padding-bottom: 40px;
  }
  .u-pb42-lg {
    padding-bottom: 42px;
  }
  .u-pb44-lg {
    padding-bottom: 44px;
  }
  .u-pb46-lg {
    padding-bottom: 46px;
  }
  .u-pb48-lg {
    padding-bottom: 48px;
  }
  .u-pb50-lg {
    padding-bottom: 50px;
  }
  .u-pb52-lg {
    padding-bottom: 52px;
  }
  .u-pb54-lg {
    padding-bottom: 54px;
  }
  .u-pb56-lg {
    padding-bottom: 56px;
  }
  .u-pb64-lg {
    padding-bottom: 64px;
  }
  .u-pb72-lg {
    padding-bottom: 72px;
  }
  .u-pb80-lg {
    padding-bottom: 80px;
  }
  .u-pb88-lg {
    padding-bottom: 88px;
  }
  .u-pb96-lg {
    padding-bottom: 96px;
  }
  .u-pb100-lg {
    padding-bottom: 100px;
  }
  .u-pb120-lg {
    padding-bottom: 120px;
  }
  .u-pb126-lg {
    padding-bottom: 126px;
  }
  .u-pb160-lg {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-pb0-xl {
    padding-bottom: 0px !important;
  }
  .u-pb2-xl {
    padding-bottom: 2px;
  }
  .u-pb4-xl {
    padding-bottom: 4px;
  }
  .u-pb6-xl {
    padding-bottom: 6px;
  }
  .u-pb8-xl {
    padding-bottom: 8px;
  }
  .u-pb10-xl {
    padding-bottom: 10px;
  }
  .u-pb12-xl {
    padding-bottom: 12px;
  }
  .u-pb14-xl {
    padding-bottom: 14px;
  }
  .u-pb16-xl {
    padding-bottom: 16px;
  }
  .u-pb18-xl {
    padding-bottom: 18px;
  }
  .u-pb20-xl {
    padding-bottom: 20px;
  }
  .u-pb22-xl {
    padding-bottom: 22px;
  }
  .u-pb24-xl {
    padding-bottom: 24px;
  }
  .u-pb26-xl {
    padding-bottom: 26px;
  }
  .u-pb28-xl {
    padding-bottom: 28px;
  }
  .u-pb30-xl {
    padding-bottom: 30px;
  }
  .u-pb32-xl {
    padding-bottom: 32px;
  }
  .u-pb34-xl {
    padding-bottom: 34px;
  }
  .u-pb36-xl {
    padding-bottom: 36px;
  }
  .u-pb38-xl {
    padding-bottom: 38px;
  }
  .u-pb40-xl {
    padding-bottom: 40px;
  }
  .u-pb42-xl {
    padding-bottom: 42px;
  }
  .u-pb44-xl {
    padding-bottom: 44px;
  }
  .u-pb46-xl {
    padding-bottom: 46px;
  }
  .u-pb48-xl {
    padding-bottom: 48px;
  }
  .u-pb50-xl {
    padding-bottom: 50px;
  }
  .u-pb52-xl {
    padding-bottom: 52px;
  }
  .u-pb54-xl {
    padding-bottom: 54px;
  }
  .u-pb56-xl {
    padding-bottom: 56px;
  }
  .u-pb64-xl {
    padding-bottom: 64px;
  }
  .u-pb72-xl {
    padding-bottom: 72px;
  }
  .u-pb80-xl {
    padding-bottom: 80px;
  }
  .u-pb88-xl {
    padding-bottom: 88px;
  }
  .u-pb96-xl {
    padding-bottom: 96px;
  }
  .u-pb100-xl {
    padding-bottom: 100px;
  }
  .u-pb120-xl {
    padding-bottom: 120px;
  }
  .u-pb126-xl {
    padding-bottom: 126px;
  }
  .u-pb160-xl {
    padding-bottom: 160px;
  }
}
.u-pl0 {
  padding-left: 0px !important;
}

.u-pl2 {
  padding-left: 2px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl6 {
  padding-left: 6px;
}

.u-pl8 {
  padding-left: 8px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl12 {
  padding-left: 12px;
}

.u-pl14 {
  padding-left: 14px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-pl18 {
  padding-left: 18px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl22 {
  padding-left: 22px;
}

.u-pl24 {
  padding-left: 24px;
}

.u-pl26 {
  padding-left: 26px;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl32 {
  padding-left: 32px;
}

.u-pl34 {
  padding-left: 34px;
}

.u-pl36 {
  padding-left: 36px;
}

.u-pl38 {
  padding-left: 38px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl42 {
  padding-left: 42px;
}

.u-pl44 {
  padding-left: 44px;
}

.u-pl46 {
  padding-left: 46px;
}

.u-pl48 {
  padding-left: 48px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl52 {
  padding-left: 52px;
}

.u-pl54 {
  padding-left: 54px;
}

.u-pl56 {
  padding-left: 56px;
}

.u-pl64 {
  padding-left: 64px;
}

.u-pl72 {
  padding-left: 72px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl88 {
  padding-left: 88px;
}

.u-pl96 {
  padding-left: 96px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pl120 {
  padding-left: 120px;
}

.u-pl126 {
  padding-left: 126px;
}

.u-pl160 {
  padding-left: 160px;
}

@media screen and (max-width: 768px) {
  .u-pl0-md {
    padding-left: 0px !important;
  }
  .u-pl2-md {
    padding-left: 2px;
  }
  .u-pl4-md {
    padding-left: 4px;
  }
  .u-pl6-md {
    padding-left: 6px;
  }
  .u-pl8-md {
    padding-left: 8px;
  }
  .u-pl10-md {
    padding-left: 10px;
  }
  .u-pl12-md {
    padding-left: 12px;
  }
  .u-pl14-md {
    padding-left: 14px;
  }
  .u-pl16-md {
    padding-left: 16px;
  }
  .u-pl18-md {
    padding-left: 18px;
  }
  .u-pl20-md {
    padding-left: 20px;
  }
  .u-pl22-md {
    padding-left: 22px;
  }
  .u-pl24-md {
    padding-left: 24px;
  }
  .u-pl26-md {
    padding-left: 26px;
  }
  .u-pl28-md {
    padding-left: 28px;
  }
  .u-pl30-md {
    padding-left: 30px;
  }
  .u-pl32-md {
    padding-left: 32px;
  }
  .u-pl34-md {
    padding-left: 34px;
  }
  .u-pl36-md {
    padding-left: 36px;
  }
  .u-pl38-md {
    padding-left: 38px;
  }
  .u-pl40-md {
    padding-left: 40px;
  }
  .u-pl42-md {
    padding-left: 42px;
  }
  .u-pl44-md {
    padding-left: 44px;
  }
  .u-pl46-md {
    padding-left: 46px;
  }
  .u-pl48-md {
    padding-left: 48px;
  }
  .u-pl50-md {
    padding-left: 50px;
  }
  .u-pl52-md {
    padding-left: 52px;
  }
  .u-pl54-md {
    padding-left: 54px;
  }
  .u-pl56-md {
    padding-left: 56px;
  }
  .u-pl64-md {
    padding-left: 64px;
  }
  .u-pl72-md {
    padding-left: 72px;
  }
  .u-pl80-md {
    padding-left: 80px;
  }
  .u-pl88-md {
    padding-left: 88px;
  }
  .u-pl96-md {
    padding-left: 96px;
  }
  .u-pl100-md {
    padding-left: 100px;
  }
  .u-pl120-md {
    padding-left: 120px;
  }
  .u-pl126-md {
    padding-left: 126px;
  }
  .u-pl160-md {
    padding-left: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-pl0-lg {
    padding-left: 0px !important;
  }
  .u-pl2-lg {
    padding-left: 2px;
  }
  .u-pl4-lg {
    padding-left: 4px;
  }
  .u-pl6-lg {
    padding-left: 6px;
  }
  .u-pl8-lg {
    padding-left: 8px;
  }
  .u-pl10-lg {
    padding-left: 10px;
  }
  .u-pl12-lg {
    padding-left: 12px;
  }
  .u-pl14-lg {
    padding-left: 14px;
  }
  .u-pl16-lg {
    padding-left: 16px;
  }
  .u-pl18-lg {
    padding-left: 18px;
  }
  .u-pl20-lg {
    padding-left: 20px;
  }
  .u-pl22-lg {
    padding-left: 22px;
  }
  .u-pl24-lg {
    padding-left: 24px;
  }
  .u-pl26-lg {
    padding-left: 26px;
  }
  .u-pl28-lg {
    padding-left: 28px;
  }
  .u-pl30-lg {
    padding-left: 30px;
  }
  .u-pl32-lg {
    padding-left: 32px;
  }
  .u-pl34-lg {
    padding-left: 34px;
  }
  .u-pl36-lg {
    padding-left: 36px;
  }
  .u-pl38-lg {
    padding-left: 38px;
  }
  .u-pl40-lg {
    padding-left: 40px;
  }
  .u-pl42-lg {
    padding-left: 42px;
  }
  .u-pl44-lg {
    padding-left: 44px;
  }
  .u-pl46-lg {
    padding-left: 46px;
  }
  .u-pl48-lg {
    padding-left: 48px;
  }
  .u-pl50-lg {
    padding-left: 50px;
  }
  .u-pl52-lg {
    padding-left: 52px;
  }
  .u-pl54-lg {
    padding-left: 54px;
  }
  .u-pl56-lg {
    padding-left: 56px;
  }
  .u-pl64-lg {
    padding-left: 64px;
  }
  .u-pl72-lg {
    padding-left: 72px;
  }
  .u-pl80-lg {
    padding-left: 80px;
  }
  .u-pl88-lg {
    padding-left: 88px;
  }
  .u-pl96-lg {
    padding-left: 96px;
  }
  .u-pl100-lg {
    padding-left: 100px;
  }
  .u-pl120-lg {
    padding-left: 120px;
  }
  .u-pl126-lg {
    padding-left: 126px;
  }
  .u-pl160-lg {
    padding-left: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-pl0-xl {
    padding-left: 0px !important;
  }
  .u-pl2-xl {
    padding-left: 2px;
  }
  .u-pl4-xl {
    padding-left: 4px;
  }
  .u-pl6-xl {
    padding-left: 6px;
  }
  .u-pl8-xl {
    padding-left: 8px;
  }
  .u-pl10-xl {
    padding-left: 10px;
  }
  .u-pl12-xl {
    padding-left: 12px;
  }
  .u-pl14-xl {
    padding-left: 14px;
  }
  .u-pl16-xl {
    padding-left: 16px;
  }
  .u-pl18-xl {
    padding-left: 18px;
  }
  .u-pl20-xl {
    padding-left: 20px;
  }
  .u-pl22-xl {
    padding-left: 22px;
  }
  .u-pl24-xl {
    padding-left: 24px;
  }
  .u-pl26-xl {
    padding-left: 26px;
  }
  .u-pl28-xl {
    padding-left: 28px;
  }
  .u-pl30-xl {
    padding-left: 30px;
  }
  .u-pl32-xl {
    padding-left: 32px;
  }
  .u-pl34-xl {
    padding-left: 34px;
  }
  .u-pl36-xl {
    padding-left: 36px;
  }
  .u-pl38-xl {
    padding-left: 38px;
  }
  .u-pl40-xl {
    padding-left: 40px;
  }
  .u-pl42-xl {
    padding-left: 42px;
  }
  .u-pl44-xl {
    padding-left: 44px;
  }
  .u-pl46-xl {
    padding-left: 46px;
  }
  .u-pl48-xl {
    padding-left: 48px;
  }
  .u-pl50-xl {
    padding-left: 50px;
  }
  .u-pl52-xl {
    padding-left: 52px;
  }
  .u-pl54-xl {
    padding-left: 54px;
  }
  .u-pl56-xl {
    padding-left: 56px;
  }
  .u-pl64-xl {
    padding-left: 64px;
  }
  .u-pl72-xl {
    padding-left: 72px;
  }
  .u-pl80-xl {
    padding-left: 80px;
  }
  .u-pl88-xl {
    padding-left: 88px;
  }
  .u-pl96-xl {
    padding-left: 96px;
  }
  .u-pl100-xl {
    padding-left: 100px;
  }
  .u-pl120-xl {
    padding-left: 120px;
  }
  .u-pl126-xl {
    padding-left: 126px;
  }
  .u-pl160-xl {
    padding-left: 160px;
  }
}
.u-pr0 {
  padding-right: 0px !important;
}

.u-pr2 {
  padding-right: 2px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr6 {
  padding-right: 6px;
}

.u-pr8 {
  padding-right: 8px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr12 {
  padding-right: 12px;
}

.u-pr14 {
  padding-right: 14px;
}

.u-pr16 {
  padding-right: 16px;
}

.u-pr18 {
  padding-right: 18px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr22 {
  padding-right: 22px;
}

.u-pr24 {
  padding-right: 24px;
}

.u-pr26 {
  padding-right: 26px;
}

.u-pr28 {
  padding-right: 28px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr32 {
  padding-right: 32px;
}

.u-pr34 {
  padding-right: 34px;
}

.u-pr36 {
  padding-right: 36px;
}

.u-pr38 {
  padding-right: 38px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr42 {
  padding-right: 42px;
}

.u-pr44 {
  padding-right: 44px;
}

.u-pr46 {
  padding-right: 46px;
}

.u-pr48 {
  padding-right: 48px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr52 {
  padding-right: 52px;
}

.u-pr54 {
  padding-right: 54px;
}

.u-pr56 {
  padding-right: 56px;
}

.u-pr64 {
  padding-right: 64px;
}

.u-pr72 {
  padding-right: 72px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr88 {
  padding-right: 88px;
}

.u-pr96 {
  padding-right: 96px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pr120 {
  padding-right: 120px;
}

.u-pr126 {
  padding-right: 126px;
}

.u-pr160 {
  padding-right: 160px;
}

@media screen and (max-width: 768px) {
  .u-pr0-md {
    padding-right: 0px !important;
  }
  .u-pr2-md {
    padding-right: 2px;
  }
  .u-pr4-md {
    padding-right: 4px;
  }
  .u-pr6-md {
    padding-right: 6px;
  }
  .u-pr8-md {
    padding-right: 8px;
  }
  .u-pr10-md {
    padding-right: 10px;
  }
  .u-pr12-md {
    padding-right: 12px;
  }
  .u-pr14-md {
    padding-right: 14px;
  }
  .u-pr16-md {
    padding-right: 16px;
  }
  .u-pr18-md {
    padding-right: 18px;
  }
  .u-pr20-md {
    padding-right: 20px;
  }
  .u-pr22-md {
    padding-right: 22px;
  }
  .u-pr24-md {
    padding-right: 24px;
  }
  .u-pr26-md {
    padding-right: 26px;
  }
  .u-pr28-md {
    padding-right: 28px;
  }
  .u-pr30-md {
    padding-right: 30px;
  }
  .u-pr32-md {
    padding-right: 32px;
  }
  .u-pr34-md {
    padding-right: 34px;
  }
  .u-pr36-md {
    padding-right: 36px;
  }
  .u-pr38-md {
    padding-right: 38px;
  }
  .u-pr40-md {
    padding-right: 40px;
  }
  .u-pr42-md {
    padding-right: 42px;
  }
  .u-pr44-md {
    padding-right: 44px;
  }
  .u-pr46-md {
    padding-right: 46px;
  }
  .u-pr48-md {
    padding-right: 48px;
  }
  .u-pr50-md {
    padding-right: 50px;
  }
  .u-pr52-md {
    padding-right: 52px;
  }
  .u-pr54-md {
    padding-right: 54px;
  }
  .u-pr56-md {
    padding-right: 56px;
  }
  .u-pr64-md {
    padding-right: 64px;
  }
  .u-pr72-md {
    padding-right: 72px;
  }
  .u-pr80-md {
    padding-right: 80px;
  }
  .u-pr88-md {
    padding-right: 88px;
  }
  .u-pr96-md {
    padding-right: 96px;
  }
  .u-pr100-md {
    padding-right: 100px;
  }
  .u-pr120-md {
    padding-right: 120px;
  }
  .u-pr126-md {
    padding-right: 126px;
  }
  .u-pr160-md {
    padding-right: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-pr0-lg {
    padding-right: 0px !important;
  }
  .u-pr2-lg {
    padding-right: 2px;
  }
  .u-pr4-lg {
    padding-right: 4px;
  }
  .u-pr6-lg {
    padding-right: 6px;
  }
  .u-pr8-lg {
    padding-right: 8px;
  }
  .u-pr10-lg {
    padding-right: 10px;
  }
  .u-pr12-lg {
    padding-right: 12px;
  }
  .u-pr14-lg {
    padding-right: 14px;
  }
  .u-pr16-lg {
    padding-right: 16px;
  }
  .u-pr18-lg {
    padding-right: 18px;
  }
  .u-pr20-lg {
    padding-right: 20px;
  }
  .u-pr22-lg {
    padding-right: 22px;
  }
  .u-pr24-lg {
    padding-right: 24px;
  }
  .u-pr26-lg {
    padding-right: 26px;
  }
  .u-pr28-lg {
    padding-right: 28px;
  }
  .u-pr30-lg {
    padding-right: 30px;
  }
  .u-pr32-lg {
    padding-right: 32px;
  }
  .u-pr34-lg {
    padding-right: 34px;
  }
  .u-pr36-lg {
    padding-right: 36px;
  }
  .u-pr38-lg {
    padding-right: 38px;
  }
  .u-pr40-lg {
    padding-right: 40px;
  }
  .u-pr42-lg {
    padding-right: 42px;
  }
  .u-pr44-lg {
    padding-right: 44px;
  }
  .u-pr46-lg {
    padding-right: 46px;
  }
  .u-pr48-lg {
    padding-right: 48px;
  }
  .u-pr50-lg {
    padding-right: 50px;
  }
  .u-pr52-lg {
    padding-right: 52px;
  }
  .u-pr54-lg {
    padding-right: 54px;
  }
  .u-pr56-lg {
    padding-right: 56px;
  }
  .u-pr64-lg {
    padding-right: 64px;
  }
  .u-pr72-lg {
    padding-right: 72px;
  }
  .u-pr80-lg {
    padding-right: 80px;
  }
  .u-pr88-lg {
    padding-right: 88px;
  }
  .u-pr96-lg {
    padding-right: 96px;
  }
  .u-pr100-lg {
    padding-right: 100px;
  }
  .u-pr120-lg {
    padding-right: 120px;
  }
  .u-pr126-lg {
    padding-right: 126px;
  }
  .u-pr160-lg {
    padding-right: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-pr0-xl {
    padding-right: 0px !important;
  }
  .u-pr2-xl {
    padding-right: 2px;
  }
  .u-pr4-xl {
    padding-right: 4px;
  }
  .u-pr6-xl {
    padding-right: 6px;
  }
  .u-pr8-xl {
    padding-right: 8px;
  }
  .u-pr10-xl {
    padding-right: 10px;
  }
  .u-pr12-xl {
    padding-right: 12px;
  }
  .u-pr14-xl {
    padding-right: 14px;
  }
  .u-pr16-xl {
    padding-right: 16px;
  }
  .u-pr18-xl {
    padding-right: 18px;
  }
  .u-pr20-xl {
    padding-right: 20px;
  }
  .u-pr22-xl {
    padding-right: 22px;
  }
  .u-pr24-xl {
    padding-right: 24px;
  }
  .u-pr26-xl {
    padding-right: 26px;
  }
  .u-pr28-xl {
    padding-right: 28px;
  }
  .u-pr30-xl {
    padding-right: 30px;
  }
  .u-pr32-xl {
    padding-right: 32px;
  }
  .u-pr34-xl {
    padding-right: 34px;
  }
  .u-pr36-xl {
    padding-right: 36px;
  }
  .u-pr38-xl {
    padding-right: 38px;
  }
  .u-pr40-xl {
    padding-right: 40px;
  }
  .u-pr42-xl {
    padding-right: 42px;
  }
  .u-pr44-xl {
    padding-right: 44px;
  }
  .u-pr46-xl {
    padding-right: 46px;
  }
  .u-pr48-xl {
    padding-right: 48px;
  }
  .u-pr50-xl {
    padding-right: 50px;
  }
  .u-pr52-xl {
    padding-right: 52px;
  }
  .u-pr54-xl {
    padding-right: 54px;
  }
  .u-pr56-xl {
    padding-right: 56px;
  }
  .u-pr64-xl {
    padding-right: 64px;
  }
  .u-pr72-xl {
    padding-right: 72px;
  }
  .u-pr80-xl {
    padding-right: 80px;
  }
  .u-pr88-xl {
    padding-right: 88px;
  }
  .u-pr96-xl {
    padding-right: 96px;
  }
  .u-pr100-xl {
    padding-right: 100px;
  }
  .u-pr120-xl {
    padding-right: 120px;
  }
  .u-pr126-xl {
    padding-right: 126px;
  }
  .u-pr160-xl {
    padding-right: 160px;
  }
}
.u-pt0 {
  padding-top: 0px !important;
}

.u-pt2 {
  padding-top: 2px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt6 {
  padding-top: 6px;
}

.u-pt8 {
  padding-top: 8px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt12 {
  padding-top: 12px;
}

.u-pt14 {
  padding-top: 14px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt18 {
  padding-top: 18px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt22 {
  padding-top: 22px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt26 {
  padding-top: 26px;
}

.u-pt28 {
  padding-top: 28px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt34 {
  padding-top: 34px;
}

.u-pt36 {
  padding-top: 36px;
}

.u-pt38 {
  padding-top: 38px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt42 {
  padding-top: 42px;
}

.u-pt44 {
  padding-top: 44px;
}

.u-pt46 {
  padding-top: 46px;
}

.u-pt48 {
  padding-top: 48px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt52 {
  padding-top: 52px;
}

.u-pt54 {
  padding-top: 54px;
}

.u-pt56 {
  padding-top: 56px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt72 {
  padding-top: 72px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt88 {
  padding-top: 88px;
}

.u-pt96 {
  padding-top: 96px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pt126 {
  padding-top: 126px;
}

.u-pt160 {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .u-pt0-md {
    padding-top: 0px !important;
  }
  .u-pt2-md {
    padding-top: 2px;
  }
  .u-pt4-md {
    padding-top: 4px;
  }
  .u-pt6-md {
    padding-top: 6px;
  }
  .u-pt8-md {
    padding-top: 8px;
  }
  .u-pt10-md {
    padding-top: 10px;
  }
  .u-pt12-md {
    padding-top: 12px;
  }
  .u-pt14-md {
    padding-top: 14px;
  }
  .u-pt16-md {
    padding-top: 16px;
  }
  .u-pt18-md {
    padding-top: 18px;
  }
  .u-pt20-md {
    padding-top: 20px;
  }
  .u-pt22-md {
    padding-top: 22px;
  }
  .u-pt24-md {
    padding-top: 24px;
  }
  .u-pt26-md {
    padding-top: 26px;
  }
  .u-pt28-md {
    padding-top: 28px;
  }
  .u-pt30-md {
    padding-top: 30px;
  }
  .u-pt32-md {
    padding-top: 32px;
  }
  .u-pt34-md {
    padding-top: 34px;
  }
  .u-pt36-md {
    padding-top: 36px;
  }
  .u-pt38-md {
    padding-top: 38px;
  }
  .u-pt40-md {
    padding-top: 40px;
  }
  .u-pt42-md {
    padding-top: 42px;
  }
  .u-pt44-md {
    padding-top: 44px;
  }
  .u-pt46-md {
    padding-top: 46px;
  }
  .u-pt48-md {
    padding-top: 48px;
  }
  .u-pt50-md {
    padding-top: 50px;
  }
  .u-pt52-md {
    padding-top: 52px;
  }
  .u-pt54-md {
    padding-top: 54px;
  }
  .u-pt56-md {
    padding-top: 56px;
  }
  .u-pt64-md {
    padding-top: 64px;
  }
  .u-pt72-md {
    padding-top: 72px;
  }
  .u-pt80-md {
    padding-top: 80px;
  }
  .u-pt88-md {
    padding-top: 88px;
  }
  .u-pt96-md {
    padding-top: 96px;
  }
  .u-pt100-md {
    padding-top: 100px;
  }
  .u-pt120-md {
    padding-top: 120px;
  }
  .u-pt126-md {
    padding-top: 126px;
  }
  .u-pt160-md {
    padding-top: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-pt0-lg {
    padding-top: 0px !important;
  }
  .u-pt2-lg {
    padding-top: 2px;
  }
  .u-pt4-lg {
    padding-top: 4px;
  }
  .u-pt6-lg {
    padding-top: 6px;
  }
  .u-pt8-lg {
    padding-top: 8px;
  }
  .u-pt10-lg {
    padding-top: 10px;
  }
  .u-pt12-lg {
    padding-top: 12px;
  }
  .u-pt14-lg {
    padding-top: 14px;
  }
  .u-pt16-lg {
    padding-top: 16px;
  }
  .u-pt18-lg {
    padding-top: 18px;
  }
  .u-pt20-lg {
    padding-top: 20px;
  }
  .u-pt22-lg {
    padding-top: 22px;
  }
  .u-pt24-lg {
    padding-top: 24px;
  }
  .u-pt26-lg {
    padding-top: 26px;
  }
  .u-pt28-lg {
    padding-top: 28px;
  }
  .u-pt30-lg {
    padding-top: 30px;
  }
  .u-pt32-lg {
    padding-top: 32px;
  }
  .u-pt34-lg {
    padding-top: 34px;
  }
  .u-pt36-lg {
    padding-top: 36px;
  }
  .u-pt38-lg {
    padding-top: 38px;
  }
  .u-pt40-lg {
    padding-top: 40px;
  }
  .u-pt42-lg {
    padding-top: 42px;
  }
  .u-pt44-lg {
    padding-top: 44px;
  }
  .u-pt46-lg {
    padding-top: 46px;
  }
  .u-pt48-lg {
    padding-top: 48px;
  }
  .u-pt50-lg {
    padding-top: 50px;
  }
  .u-pt52-lg {
    padding-top: 52px;
  }
  .u-pt54-lg {
    padding-top: 54px;
  }
  .u-pt56-lg {
    padding-top: 56px;
  }
  .u-pt64-lg {
    padding-top: 64px;
  }
  .u-pt72-lg {
    padding-top: 72px;
  }
  .u-pt80-lg {
    padding-top: 80px;
  }
  .u-pt88-lg {
    padding-top: 88px;
  }
  .u-pt96-lg {
    padding-top: 96px;
  }
  .u-pt100-lg {
    padding-top: 100px;
  }
  .u-pt120-lg {
    padding-top: 120px;
  }
  .u-pt126-lg {
    padding-top: 126px;
  }
  .u-pt160-lg {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-pt0-xl {
    padding-top: 0px !important;
  }
  .u-pt2-xl {
    padding-top: 2px;
  }
  .u-pt4-xl {
    padding-top: 4px;
  }
  .u-pt6-xl {
    padding-top: 6px;
  }
  .u-pt8-xl {
    padding-top: 8px;
  }
  .u-pt10-xl {
    padding-top: 10px;
  }
  .u-pt12-xl {
    padding-top: 12px;
  }
  .u-pt14-xl {
    padding-top: 14px;
  }
  .u-pt16-xl {
    padding-top: 16px;
  }
  .u-pt18-xl {
    padding-top: 18px;
  }
  .u-pt20-xl {
    padding-top: 20px;
  }
  .u-pt22-xl {
    padding-top: 22px;
  }
  .u-pt24-xl {
    padding-top: 24px;
  }
  .u-pt26-xl {
    padding-top: 26px;
  }
  .u-pt28-xl {
    padding-top: 28px;
  }
  .u-pt30-xl {
    padding-top: 30px;
  }
  .u-pt32-xl {
    padding-top: 32px;
  }
  .u-pt34-xl {
    padding-top: 34px;
  }
  .u-pt36-xl {
    padding-top: 36px;
  }
  .u-pt38-xl {
    padding-top: 38px;
  }
  .u-pt40-xl {
    padding-top: 40px;
  }
  .u-pt42-xl {
    padding-top: 42px;
  }
  .u-pt44-xl {
    padding-top: 44px;
  }
  .u-pt46-xl {
    padding-top: 46px;
  }
  .u-pt48-xl {
    padding-top: 48px;
  }
  .u-pt50-xl {
    padding-top: 50px;
  }
  .u-pt52-xl {
    padding-top: 52px;
  }
  .u-pt54-xl {
    padding-top: 54px;
  }
  .u-pt56-xl {
    padding-top: 56px;
  }
  .u-pt64-xl {
    padding-top: 64px;
  }
  .u-pt72-xl {
    padding-top: 72px;
  }
  .u-pt80-xl {
    padding-top: 80px;
  }
  .u-pt88-xl {
    padding-top: 88px;
  }
  .u-pt96-xl {
    padding-top: 96px;
  }
  .u-pt100-xl {
    padding-top: 100px;
  }
  .u-pt120-xl {
    padding-top: 120px;
  }
  .u-pt126-xl {
    padding-top: 126px;
  }
  .u-pt160-xl {
    padding-top: 160px;
  }
}
.u-text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-text-center-md {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .u-text-center-lg {
    text-align: center;
  }
}

.u-text-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-text-left-md {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .u-text-left-lg {
    text-align: left;
  }
}

.u-text-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .u-text-right-md {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .u-text-right-lg {
    text-align: right;
  }
}

.u-text-underline {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .u-text-underline-md {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .u-text-underline-lg {
    text-decoration: underline;
  }
}
.u-text-strikethrough {
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}
.u-text-strikethrough::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-rich-black);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .u-text-strikethrough-md {
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
  }
  .u-text-strikethrough-md::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color-rich-black);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .u-text-strikethrough-lg {
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
  }
  .u-text-strikethrough-lg::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color-rich-black);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.u-text_ellipsis_row1 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.u-text_ellipsis_row2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.u-text_ellipsis_row3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.u-text_ellipsis_row4 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.u-text_color-black {
  color: var(--color-rich-black);
}
.u-text_color-white {
  color: var(--color-white);
}
.u-text_color-gray-t {
  color: var(--color-gray-001);
}
.u-text_color-gray-m {
  color: var(--color-gray-002);
}
.u-text_color-gray-h {
  color: var(--color-gray-003);
}
.u-text_color-blue {
  color: var(--color-blue-002);
}
.u-text_color-skyblue {
  color: var(--color-blue-005);
}
.u-text_color-red {
  color: var(--color-red-002);
}
.u-text-indent16 {
  text-indent: -16px;
}

.u-lh1 {
  line-height: 1;
}
.u-lh1_25 {
  line-height: 1.25;
}
.u-lh1_5 {
  line-height: 1.5;
}

:root {
  --color-white: #ffffff;
  --color-white-001: #f8f8f8;
  --color-white-002: #f0f2f2;
  --color-rich-black: #464e52;
  --color-gray-003: #d3d9db;
  --color-blue-000: #287dbb;
  --color-blue-002: #2276b3;
  --color-blue-005: #4eb3d7;
  --color-yellow-001: #f9c200;
  --color-base-border: var(--color-gray-003);
  /* FOOTER */
  --footer-bg: var(--color-white-002);
  --color-base-link: var(--color-blue-002);
  --color-base-border: var(--color-gray-003);
  --color-button-specially-001: var(--color-blue-005);
  --color-button-specially-002: var(--color-blue-000);
  --header-bottom-border: var(--color-white-002);
  /* OVERLAY */
  --color-rgba-rich-black: 70, 78, 82;
  --color-base-overlay: rgba(var(--color-rgba-rich-black), 0.7);
}
:root a,
:root button {
  transition: all 0.3s;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-family: "YakuHanJP", "Roboto", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.8rem;
  background-color: #fff;
  color: #3b414a;
  position: relative;
}
body.fixed {
  overflow: hidden;
}

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

.p-lp-guest__wrapper {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__wrapper {
    min-width: 1480px;
  }
}
.p-lp-guest__cv_btn {
  width: 100%;
  max-width: 400px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__cv_btn {
    max-width: 480px;
    height: 76px;
    font-size: 2.8rem;
  }
}
.p-lp-guest__header {
  width: 100%;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--header-bottom-border);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.p-lp-guest__header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__header__inner {
    min-width: 1280px;
    height: 72px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-guest__header__logo {
    max-width: 107px;
  }
}
.p-lp-guest__header__btn {
  max-width: 96px;
  max-height: 32px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__header__btn {
    max-width: 120px;
    max-height: 40px;
    font-size: 1.6rem;
  }
}
.p-lp-guest__footer {
  width: 100%;
  background-color: var(--footer-bg);
  overflow: hidden;
}
.p-lp-guest__footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__footer__inner {
    width: 100%;
    max-width: 1176px;
    min-width: 1176px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.p-lp-guest__footer__copyright {
  color: var(--color-rich-black);
  font-size: 1.2rem;
  text-align: center;
}
.p-lp-guest__footer + .l-gmogroup_footer {
  padding-top: 40px;
}
.p-lp-guest__main {
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 48px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__main {
    padding-top: 72px;
  }
}
.p-lp-guest__keyvisual {
  width: 100%;
  background-image: linear-gradient(to bottom, #f8fdff, rgba(225, 243, 248, 0.98));
}
.p-lp-guest__keyvisual__inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__keyvisual__content {
    width: 552px;
    padding-top: 40px;
    position: absolute;
    left: 216px;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__keyvisual__content__logo {
    width: 100%;
    height: 310px;
    display: block;
  }
}
.p-lp-guest__keyvisual__content__benefits {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__keyvisual__content__benefits {
    width: calc(100vw - 52%);
    position: absolute;
    left: 16px;
    bottom: 20%;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__keyvisual__content__benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;
  }
}
.p-lp-guest__keyvisual__content__benefits__item > a {
  display: block;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 769px) {
  .p-lp-guest__keyvisual__content__benefits__item > a:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-guest__keyvisual__content__benefits__item + .p-lp-guest__keyvisual__content__benefits__item {
    margin-top: 8px;
  }
}
.p-lp-guest__keyvisual__img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__keyvisual__img {
    min-height: 630px;
  }
}
.p-lp-guest__keyvisual__btn {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp-guest__keyvisual__btn {
    width: calc(100% - 32px);
    max-width: 400px;
    height: 56px;
    border: 2px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__keyvisual__btn {
    height: 84px;
    border: 4px solid #fff;
  }
}
.p-lp-guest__section {
  width: 100%;
}
.p-lp-guest__section__inner {
  width: 100%;
  max-width: 1096px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__section__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section__inner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.p-lp-guest__section--about > .p-lp-guest__section__inner {
  max-width: 100%;
  padding-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__section--about > .p-lp-guest__section__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section--about > .p-lp-guest__section__inner {
    padding-top: 104px;
  }
}
.p-lp-guest__section--benefits {
  background-color: #f1f8fa;
}
.p-lp-guest__section__img {
  display: block;
}
.p-lp-guest__section__content {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section__content {
    margin-top: 80px;
  }
}
.p-lp-guest__section__lead {
  color: #464e52;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__section__lead {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section__lead {
    font-size: 2.4rem;
  }
}
.p-lp-guest__section__title {
  color: #2d2f2f;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__section__title {
    word-break: keep-all;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section__title {
    font-size: 4rem;
  }
}
.p-lp-guest__section__area-title {
  color: #2d2f2f;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__section__area-title {
    word-break: keep-all;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section__area-title {
    font-size: 2.8rem;
  }
}
.p-lp-guest__section__subtitle {
  color: #2d2f2f;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__section__subtitle {
    word-break: keep-all;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section__subtitle {
    font-size: 2.4rem;
  }
}
.p-lp-guest__section__title + .p-lp-guest__section__img {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section__title + .p-lp-guest__section__img {
    margin-top: 40px;
  }
}
.p-lp-guest__section__text {
  color: #464e52;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section__text {
    font-size: 2.4rem;
  }
}
.p-lp-guest__section__text-img {
  text-align: center;
  margin-top: 8px;
}
.p-lp-guest__section__notes {
  color: #464e52;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__section__notes {
    word-break: keep-all;
  }
}
.p-lp-guest__section__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__section__btn {
    margin-top: 40px;
  }
}
.p-lp-guest__recommend {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__recommend {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__recommend {
    gap: 64px;
    margin-top: 40px;
  }
}
.p-lp-guest__recommend__item {
  width: 160px;
  height: 160px;
  background-color: #f1f8fa;
  border-radius: 100vh;
  padding-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__recommend__item:last-child {
    margin-top: -20px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__recommend__item {
    width: 280px;
    height: 280px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}
.p-lp-guest__recommend__item__text {
  color: #2d2f2f;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__recommend__item__text {
    font-size: 2.4rem;
  }
}
.p-lp-guest__recommend__item__img {
  width: 128px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-lp-guest__recommend__item__img {
    width: 240px;
    height: 150px;
    bottom: 0;
  }
}
.p-lp-guest__slide {
  margin-top: 24px;
}
.p-lp-guest__slide__wrapper {
  transition-timing-function: linear;
}
.p-lp-guest__benefits {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits {
    margin-top: 80px;
  }
}
.p-lp-guest__benefits__item + .p-lp-guest__benefits__item {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits__item + .p-lp-guest__benefits__item {
    margin-top: 80px;
  }
}
.p-lp-guest__benefits__box {
  width: 100%;
  max-width: 1016px;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
  }
}
.p-lp-guest__benefits__content {
  text-align: left;
}
.p-lp-guest__benefits__content-title {
  color: #2d2f2f;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__benefits__content-title {
    word-break: keep-all;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits__content-title {
    font-size: 2.4rem;
  }
}
.p-lp-guest__benefits__content-list {
  margin-top: 8px;
}
.p-lp-guest__benefits__content-list > li {
  color: #2d2f2f;
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 12px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits__content-list > li {
    font-size: 2rem;
    padding-left: 16px;
  }
}
.p-lp-guest__benefits__content-list > li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2d2f2f;
  border-radius: 100vh;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits__content-list > li::before {
    top: 16px;
  }
}
.p-lp-guest__benefits__content-list > li > span {
  position: relative;
}
.p-lp-guest__benefits__content-list > li > span::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #fef768;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-lp-guest__benefits__content-popup {
  color: #2276b3;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 12px;
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__benefits__content-popup {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits__content-popup {
    font-size: 1.6rem;
    margin-top: 16px;
  }
  .p-lp-guest__benefits__content-popup::before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background-color: #2276b3;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left top;
    transition: linear 0.1s;
    scale: 0 1;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .p-lp-guest__benefits__content-popup:hover::before {
    scale: 1 1;
  }
}
.p-lp-guest__benefits__content-popup::after {
  content: "";
  background-image: url("/static/assets/images/common/icon_textlink_popup.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 4px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__benefits__content-popup::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits__content-popup::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-guest__benefits__img {
    margin-top: 16px;
  }
}
.p-lp-guest__step {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__step {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.p-lp-guest__step__item {
  width: 100%;
  background-color: #f1f8fa;
  border-radius: 16px;
  display: flex;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__step__item {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__step__item {
    max-width: 338px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 8px;
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 44px;
  }
}
.p-lp-guest__step__item:nth-child(1)::before, .p-lp-guest__step__item:nth-child(2)::before {
  content: "";
  width: 40px;
  height: 32px;
  background-color: #f1f8fa;
  clip-path: polygon(50% 32px, 0% 0%, 40px 0%);
  position: absolute;
  left: 50%;
  top: calc(100% - 16px);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__step__item:nth-child(1)::before, .p-lp-guest__step__item:nth-child(2)::before {
    width: 40px;
    height: 56px;
    clip-path: polygon(40px 50%, 0% 0%, 0% 56px);
    left: calc(100% - 16px);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-guest__step__content {
    text-align: left;
  }
}
.p-lp-guest__step__count {
  color: #3075b7;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp-guest__step__count {
    letter-spacing: 1px;
    top: -15px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__step__count {
    font-size: 4rem;
    top: -22px;
  }
}
.p-lp-guest__step__count > span {
  font-size: 3.2rem;
  margin-left: 4px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__step__count > span {
    font-size: 4.8rem;
  }
}
.p-lp-guest__step__title {
  color: #2d2f2f;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__step__title {
    word-break: keep-all;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__step__title {
    font-size: 2.8rem;
  }
}
.p-lp-guest__step__text {
  color: #2d2f2f;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__step__text {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-guest__step__img {
    max-width: 120px;
    flex-shrink: 0;
  }
}
.p-lp-guest__benefits__popup {
  background-color: #eef7fa;
  border-radius: 8px;
  margin-top: 24px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits__popup {
    border-radius: 16px;
    margin-top: 40px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
}
.p-lp-guest__benefits__popup__content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__benefits__popup__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__benefits__popup__content {
    gap: 24px;
    margin-top: 4px;
  }
}
.p-lp-guest__benefits__popup__item {
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.02));
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
  cursor: pointer;
}
.p-lp-guest__benefits__popup__item:hover {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.16));
}
.p-lp-guest__benefits__popup__item__img {
  display: block;
}
.p-lp-guest__popup__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.p-lp-guest-appdownload {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest-appdownload {
    width: 1096px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 40px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-guest-appdownload__content {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest-appdownload__heading {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.p-lp-guest-appdownload__icon {
  text-align: center;
}
.p-lp-guest-appdownload__title {
  color: var(--color-rich-black);
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-lp-guest-appdownload__title {
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest-appdownload__title {
    font-size: 2rem;
  }
}
.p-lp-guest-appdownload__img {
  width: 100%;
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest-appdownload__img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
.p-lp-guest-appdownload__list {
  width: 100%;
  max-width: 308px;
  display: flex;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-lp-guest-appdownload__list {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest-appdownload__list {
    max-width: 524px;
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest-appdownload__list__item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.p-lp-guest-appdownload__list__item__content {
  display: block;
}
.p-lp-guest-appdownload__list__item__text {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-lp-guest-appdownload__list__item__text {
    color: var(--color-rich-black);
    font-size: 1.6rem;
    display: block;
  }
}
.p-lp-guest-appdownload__list__item__appstore {
  width: 100%;
  max-width: 130px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest-appdownload__list__item__appstore {
    margin-top: 8px;
  }
}
.p-lp-guest-appdownload__list__item__googlestore {
  width: 100%;
  max-width: 162px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest-appdownload__list__item__googlestore {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-guest-appdownload__list__qrcode {
    display: none;
  }
}

.p-lp-guest__faq p {
  white-space: pre-wrap;
  word-break: keep-all;
}
.p-lp-guest__faq__list {
  border-bottom: 1px solid var(--color-base-border);
  border-top: 1px solid var(--color-base-border);
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lp-guest__faq__list {
    margin-top: 40px;
  }
}
.p-lp-guest__faq__list__item {
  text-align: left;
}
.p-lp-guest__faq__list__item + .p-lp-guest__faq__list__item {
  border-top: 1px solid var(--color-base-border);
}
.p-lp-guest__faq__list__item > dt {
  color: var(--color-rich-black);
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 24px;
  padding-top: 24px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__faq__list__item > dt {
    font-size: 1.4rem;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__faq__list__item > dt {
    font-size: 1.6rem;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-lp-guest__faq__list__item > dt:hover {
  color: var(--color-base-link);
}
.p-lp-guest__faq__list__item > dt::before {
  content: "Q";
  color: var(--color-blue-005);
  font-weight: bold;
  line-height: 1;
  margin: auto 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__faq__list__item > dt::before {
    font-size: 2.6rem;
    left: 2px;
    top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__faq__list__item > dt::before {
    font-size: 3.6rem;
    left: 0;
    top: 16px;
  }
}
.p-lp-guest__faq__list__item > dt::after {
  content: "";
  background-image: url("/static/assets/images/common/icon_accordion-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__faq__list__item > dt::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__faq__list__item > dt::after {
    width: 24px;
    height: 24px;
  }
}
.p-lp-guest__faq__list__item > dt.is-open::after {
  background-image: url("/static/assets/images/common/icon_accordion-minus.svg");
  rotate: 180deg;
}
.p-lp-guest__faq__list__item > dt.is-open:hover {
  color: var(--color-rich-black);
}
.p-lp-guest__faq__list__item > dd {
  width: 100%;
  height: 0;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__faq__list__item > dd {
    font-size: 1.4rem;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__faq__list__item > dd {
    font-size: 1.6rem;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-lp-guest__faq__list__item > dd::before {
  content: "A";
  color: var(--color-yellow-001);
  font-weight: bold;
  line-height: 1;
  margin: auto 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__faq__list__item > dd::before {
    font-size: 2.6rem;
    left: 2px;
    top: 3px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__faq__list__item > dd::before {
    font-size: 3.6rem;
    left: 2px;
    top: 0;
  }
}
.p-lp-guest__faq__list__item > dd.is-open {
  height: auto;
  opacity: 1;
  padding-bottom: 24px;
  padding-top: 4px;
}
.p-lp-guest__faq__list__item > dd.is-open::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-guest__faq__list__item > dd.is-open::before {
    top: 3px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-guest__faq__list__item > dd.is-open::before {
    top: 0;
  }
}
