@charset "UTF-8";
/*!
Theme Name: theme
Author: Y&I
Version: 1.0.0
Text Domain: theme
*/
/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* 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;
  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 {
  -webkit-box-sizing: content-box;
  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] {
  -webkit-text-decoration: underline dotted;
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

p {
  text-align: justify;
}

[id] {
  scroll-margin-top: 148px;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.l-header {
  height: 148px;
  padding: 24px 32px;
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0);
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 991px) {
  .l-header {
    padding: 16px 20px;
    height: auto;
  }
}

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

.l-header__logo {
  height: 100px;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 991px) {
  .l-header__logo {
    height: 60px;
  }
}

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

.l-header__container-desc {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  line-height: 1.5;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 991px) {
  .l-header__container-desc {
    display: none;
  }
}
.l-header__container-desc a {
  position: relative;
  text-decoration: none;
  color: inherit;
  padding-bottom: 4px;
}
.l-header__container-desc a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.l-header__container-desc a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

@media screen and (max-width: 991px) {
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer {
  position: relative;
  z-index: 600;
  padding: 80px 64px 36px;
  background-color: #008cf0;
}
@media screen and (max-width: 991px) {
  .l-footer {
    padding: 40px 30px 20px;
  }
}

.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .l-footer__container {
    margin-bottom: 16px;
  }
}

.l-footer__logo {
  height: 120px;
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .l-footer__nav {
    width: 50%;
  }
}

.l-footer__container-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 24px;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  height: 105px;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .l-footer__container-desc {
    height: auto;
  }
}

.l-footer__social {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.l-footer__social-img {
  width: 24px;
  height: 24px;
}

.l-footer__bottom {
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.c-section-title {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-weight: bold;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 991px) {
  .c-section-title {
    gap: 8px;
    margin-bottom: 40px;
  }
}

.c-section-title__main {
  font-size: 64px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .c-section-title__main {
    font-size: 32px;
  }
}

.c-section-title__sub {
  font-size: 12px;
}

.c-page-section-title {
  padding-bottom: 32px;
  margin-bottom: 32px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-page-section-title {
    padding-bottom: 40px;
    margin-bottom: 24px;
  }
}

.c-page-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  bottom: 0px;
  background-color: #000000;
  -webkit-transition: width 0.8s ease-out;
  transition: width 0.8s ease-out;
}

.c-page-section-title.is-visible::after {
  width: 100%;
}

.c-page-section-title__main {
  font-size: 40px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .c-page-section-title__main {
    font-size: 28px;
    margin-bottom: 4px;
  }
}

.c-page-section-title__sub {
  font-size: 12px;
  color: #008cf0;
}

.c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: solid 1px #000000;
  font-weight: bold;
}

.c-link__arrow {
  color: #ffffff;
  background-color: #008cf0;
  padding: 0 8px 1px;
  border-radius: 10px;
}

.c-page-hero {
  position: relative;
  margin-top: -148px;
  height: 600px;
}
@media screen and (max-width: 991px) {
  .c-page-hero {
    margin-top: -92px;
    height: 300px;
  }
}

.c-page-hero__img {
  position: relative;
}
.c-page-hero__img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .c-page-hero__img img {
    height: 300px;
  }
}

.c-page-hero__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.c-page-hero__title,
.c-page-hero__service {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .c-page-hero__title,
  .c-page-hero__service {
    padding: 0 0 20px 30px;
  }
}
.c-page-hero__title h2,
.c-page-hero__service h2 {
  font-size: 64px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .c-page-hero__title h2,
  .c-page-hero__service h2 {
    font-size: 32px;
  }
}
.c-page-hero__title p,
.c-page-hero__service p {
  font-size: 12px;
  font-weight: 500;
}

.c-page-hero__service {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .c-page-hero__service {
    padding: 0 30px 20px;
    gap: 16px;
  }
}
.c-page-hero__service h2 {
  font-size: 24px;
}
.c-page-hero__service h2 span {
  font-size: 16px;
}
.c-page-hero__service p {
  font-size: 16px;
  line-height: 1.7;
  width: 434px;
}
@media screen and (max-width: 991px) {
  .c-page-hero__service p {
    width: 100%;
  }
}

.c-page-banner-wrap {
  margin-block: 160px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .c-page-banner-wrap {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-banner-wrap {
    margin-block: 80px;
  }
}

.c-page-banner {
  position: relative;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#008cf0), to(#0066af));
  background: linear-gradient(to right, #008cf0, #0066af);
}
@media screen and (max-width: 991px) {
  .c-page-banner {
    padding: 24px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.c-page-banner__img {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .c-page-banner__img {
    width: 100%;
  }
}
.c-page-banner__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.c-page-banner__container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-page-banner__title {
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .c-page-banner__title {
    margin-top: 0;
  }
}
.c-page-banner__title h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .c-page-banner__title h2 {
    font-size: 20px;
    margin-bottom: 24px;
    margin-bottom: 24px;
  }
}
.c-page-banner__title p {
  line-height: 1.7;
}

.c-page-banner__link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .c-page-banner__link {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 24px 0 0 auto;
  }
}

.c-page-banner__link::after {
  content: "";
  position: absolute;
  background-image: url("img/banner/link-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.c-card-item {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
}
.c-card-item__number {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 14px;
  text-decoration: underline;
}
.c-card-item__title {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.4;
  position: relative;
}
.c-card-item--mark {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 24px;
}
.c-card-item--mark .c-card-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.c-card-item--mark .c-card-item__title::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: calc(0.7em - 3px);
}
.c-card-item--center .c-card-item__title {
  text-align: center;
}

.c-list-item {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding: 32px 0;
  display: block;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-list-item {
    padding: 20px 0;
  }
}
.c-list-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: width 0.8s ease-out;
  transition: width 0.8s ease-out;
}
.c-list-item.is-visible::before {
  width: 100%;
}
.c-list-item__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .c-list-item__text {
    font-size: 16px;
  }
}
.c-list-item__text::before {
  content: "■";
  margin-right: 12px;
  font-size: 10px;
  margin-top: 0.4em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.u-pt-0 {
  padding-top: 0px !important;
}

@media screen and (max-width: 1199px) {
  .u-pt-xl-0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-0 {
    padding-top: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-5 {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-5 {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-5 {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-5 {
    padding-top: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-10 {
    padding-top: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-15 {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-15 {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-15 {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-15 {
    padding-top: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-20 {
    padding-top: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-25 {
    padding-top: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-30 {
    padding-top: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-35 {
    padding-top: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-40 {
    padding-top: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-45 {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-45 {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-45 {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-45 {
    padding-top: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-50 {
    padding-top: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-55 {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-55 {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-55 {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-55 {
    padding-top: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-60 {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-60 {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-60 {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-60 {
    padding-top: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-65 {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-65 {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-65 {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-65 {
    padding-top: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-70 {
    padding-top: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-75 {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-75 {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-75 {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-75 {
    padding-top: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-80 {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-80 {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-80 {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-80 {
    padding-top: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-85 {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-85 {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-85 {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-85 {
    padding-top: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-90 {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-90 {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-90 {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-90 {
    padding-top: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-95 {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-95 {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-95 {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-95 {
    padding-top: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pt-xl-100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pt-lg-100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-md-100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pt-sm-100 {
    padding-top: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-0 {
    padding-bottom: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-5 {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-5 {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-5 {
    padding-bottom: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-10 {
    padding-bottom: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-15 {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-15 {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-15 {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-15 {
    padding-bottom: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-20 {
    padding-bottom: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-25 {
    padding-bottom: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-30 {
    padding-bottom: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-35 {
    padding-bottom: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-40 {
    padding-bottom: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-45 {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-45 {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-45 {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-45 {
    padding-bottom: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-50 {
    padding-bottom: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-55 {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-55 {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-55 {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-55 {
    padding-bottom: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-60 {
    padding-bottom: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-65 {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-65 {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-65 {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-65 {
    padding-bottom: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-70 {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-70 {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-70 {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-70 {
    padding-bottom: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-75 {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-75 {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-75 {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-75 {
    padding-bottom: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-80 {
    padding-bottom: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-85 {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-85 {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-85 {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-85 {
    padding-bottom: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-90 {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-90 {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-90 {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-90 {
    padding-bottom: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-95 {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-95 {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-95 {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-95 {
    padding-bottom: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pb-xl-100 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pb-lg-100 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-md-100 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pb-sm-100 {
    padding-bottom: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-0 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-0 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-0 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-0 {
    padding-left: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-5 {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-5 {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-5 {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-5 {
    padding-left: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-10 {
    padding-left: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-15 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-15 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-15 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-15 {
    padding-left: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-20 {
    padding-left: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-25 {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-25 {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-25 {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-25 {
    padding-left: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-30 {
    padding-left: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-35 {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-35 {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-35 {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-35 {
    padding-left: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-40 {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-40 {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-40 {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-40 {
    padding-left: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-45 {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-45 {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-45 {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-45 {
    padding-left: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-50 {
    padding-left: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-55 {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-55 {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-55 {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-55 {
    padding-left: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-60 {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-60 {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-60 {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-60 {
    padding-left: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-65 {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-65 {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-65 {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-65 {
    padding-left: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-70 {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-70 {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-70 {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-70 {
    padding-left: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-75 {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-75 {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-75 {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-75 {
    padding-left: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-80 {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-80 {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-80 {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-80 {
    padding-left: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-85 {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-85 {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-85 {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-85 {
    padding-left: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-90 {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-90 {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-90 {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-90 {
    padding-left: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-95 {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-95 {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-95 {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-95 {
    padding-left: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pl-xl-100 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pl-lg-100 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-md-100 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pl-sm-100 {
    padding-left: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-0 {
    padding-right: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-5 {
    padding-right: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-10 {
    padding-right: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-15 {
    padding-right: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-20 {
    padding-right: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-25 {
    padding-right: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-30 {
    padding-right: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-35 {
    padding-right: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-40 {
    padding-right: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-45 {
    padding-right: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-50 {
    padding-right: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-55 {
    padding-right: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-60 {
    padding-right: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-65 {
    padding-right: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-70 {
    padding-right: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-75 {
    padding-right: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-80 {
    padding-right: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-85 {
    padding-right: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-90 {
    padding-right: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-95 {
    padding-right: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-pr-xl-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-pr-lg-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-md-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-pr-sm-100 {
    padding-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-0 {
    padding-right: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-5 {
    padding-right: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-10 {
    padding-right: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-15 {
    padding-right: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-20 {
    padding-right: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-25 {
    padding-right: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-30 {
    padding-right: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-35 {
    padding-right: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-40 {
    padding-right: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-45 {
    padding-right: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-50 {
    padding-right: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-55 {
    padding-right: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-60 {
    padding-right: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-65 {
    padding-right: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-70 {
    padding-right: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-75 {
    padding-right: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-80 {
    padding-right: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-85 {
    padding-right: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-90 {
    padding-right: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-95 {
    padding-right: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-px-xl-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-px-lg-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-md-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-px-sm-100 {
    padding-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-0 {
    padding-right: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-5 {
    padding-right: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-10 {
    padding-right: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-15 {
    padding-right: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-20 {
    padding-right: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-25 {
    padding-right: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-30 {
    padding-right: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-35 {
    padding-right: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-40 {
    padding-right: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-45 {
    padding-right: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-50 {
    padding-right: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-55 {
    padding-right: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-60 {
    padding-right: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-65 {
    padding-right: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-70 {
    padding-right: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-75 {
    padding-right: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-80 {
    padding-right: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-85 {
    padding-right: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-90 {
    padding-right: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-95 {
    padding-right: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-py-xl-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-py-lg-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-md-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-py-sm-100 {
    padding-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-0 {
    padding-right: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-5 {
    padding-right: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-10 {
    padding-right: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-15 {
    padding-right: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-20 {
    padding-right: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-25 {
    padding-right: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-30 {
    padding-right: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-35 {
    padding-right: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-40 {
    padding-right: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-45 {
    padding-right: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-50 {
    padding-right: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-55 {
    padding-right: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-60 {
    padding-right: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-65 {
    padding-right: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-70 {
    padding-right: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-75 {
    padding-right: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-80 {
    padding-right: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-85 {
    padding-right: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-90 {
    padding-right: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-95 {
    padding-right: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-p-xl-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-p-lg-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p-md-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-p-sm-100 {
    padding-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-0 {
    margin-top: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-5 {
    margin-top: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-10 {
    margin-top: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-15 {
    margin-top: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-20 {
    margin-top: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-25 {
    margin-top: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-30 {
    margin-top: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-35 {
    margin-top: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-40 {
    margin-top: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-45 {
    margin-top: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-50 {
    margin-top: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-55 {
    margin-top: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-60 {
    margin-top: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-65 {
    margin-top: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-70 {
    margin-top: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-75 {
    margin-top: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-80 {
    margin-top: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-85 {
    margin-top: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-90 {
    margin-top: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-95 {
    margin-top: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mt-xl-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mt-lg-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-md-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mt-sm-100 {
    margin-top: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-0 {
    margin-bottom: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-5 {
    margin-bottom: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-10 {
    margin-bottom: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-15 {
    margin-bottom: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-20 {
    margin-bottom: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-25 {
    margin-bottom: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-30 {
    margin-bottom: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-35 {
    margin-bottom: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-40 {
    margin-bottom: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-45 {
    margin-bottom: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-50 {
    margin-bottom: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-55 {
    margin-bottom: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-60 {
    margin-bottom: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-65 {
    margin-bottom: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-70 {
    margin-bottom: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-75 {
    margin-bottom: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-85 {
    margin-bottom: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-90 {
    margin-bottom: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-95 {
    margin-bottom: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mb-xl-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mb-lg-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-md-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mb-sm-100 {
    margin-bottom: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-0 {
    margin-left: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-5 {
    margin-left: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-10 {
    margin-left: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-15 {
    margin-left: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-20 {
    margin-left: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-25 {
    margin-left: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-30 {
    margin-left: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-35 {
    margin-left: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-40 {
    margin-left: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-45 {
    margin-left: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-50 {
    margin-left: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-55 {
    margin-left: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-60 {
    margin-left: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-65 {
    margin-left: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-70 {
    margin-left: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-75 {
    margin-left: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-80 {
    margin-left: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-85 {
    margin-left: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-90 {
    margin-left: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-95 {
    margin-left: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-ml-xl-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-ml-lg-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-md-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-ml-sm-100 {
    margin-left: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-0 {
    margin-right: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-5 {
    margin-right: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-10 {
    margin-right: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-15 {
    margin-right: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-20 {
    margin-right: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-25 {
    margin-right: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-30 {
    margin-right: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-35 {
    margin-right: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-40 {
    margin-right: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-45 {
    margin-right: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-50 {
    margin-right: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-55 {
    margin-right: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-60 {
    margin-right: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-65 {
    margin-right: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-70 {
    margin-right: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-75 {
    margin-right: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-80 {
    margin-right: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-85 {
    margin-right: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-90 {
    margin-right: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-95 {
    margin-right: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mr-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mr-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mr-sm-100 {
    margin-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-0 {
    margin-right: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-5 {
    margin-right: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-10 {
    margin-right: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-15 {
    margin-right: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-20 {
    margin-right: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-25 {
    margin-right: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-30 {
    margin-right: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-35 {
    margin-right: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-40 {
    margin-right: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-45 {
    margin-right: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-50 {
    margin-right: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-55 {
    margin-right: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-60 {
    margin-right: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-65 {
    margin-right: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-70 {
    margin-right: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-75 {
    margin-right: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-80 {
    margin-right: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-85 {
    margin-right: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-90 {
    margin-right: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-95 {
    margin-right: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-mx-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-mx-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-mx-sm-100 {
    margin-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-0 {
    margin-right: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-5 {
    margin-right: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-10 {
    margin-right: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-15 {
    margin-right: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-20 {
    margin-right: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-25 {
    margin-right: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-30 {
    margin-right: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-35 {
    margin-right: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-40 {
    margin-right: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-45 {
    margin-right: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-50 {
    margin-right: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-55 {
    margin-right: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-60 {
    margin-right: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-65 {
    margin-right: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-70 {
    margin-right: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-75 {
    margin-right: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-80 {
    margin-right: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-85 {
    margin-right: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-90 {
    margin-right: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-95 {
    margin-right: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-my-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-my-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-my-sm-100 {
    margin-right: 100px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-0 {
    margin-right: 0px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-5 {
    margin-right: 5px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-10 {
    margin-right: 10px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-15 {
    margin-right: 15px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-20 {
    margin-right: 20px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-25 {
    margin-right: 25px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-30 {
    margin-right: 30px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-35 {
    margin-right: 35px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-40 {
    margin-right: 40px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-45 {
    margin-right: 45px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-50 {
    margin-right: 50px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-55 {
    margin-right: 55px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-60 {
    margin-right: 60px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-65 {
    margin-right: 65px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-70 {
    margin-right: 70px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-75 {
    margin-right: 75px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-80 {
    margin-right: 80px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-85 {
    margin-right: 85px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-90 {
    margin-right: 90px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-95 {
    margin-right: 95px !important;
  }
}

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

@media screen and (max-width: 1199px) {
  .u-m-xl-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .u-m-lg-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-md-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 543px) {
  .u-m-sm-100 {
    margin-right: 100px !important;
  }
}

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

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

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

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

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

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

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

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

.u-opacity-0 {
  opacity: 0 !important;
}

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

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

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

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

.u-mw-25 {
  max-width: 25% !important;
}

.u-mw-50 {
  max-width: 50% !important;
}

.u-mw-90 {
  max-width: 90% !important;
}

.u-mw-100 {
  max-width: 100% !important;
}

.u-text-upper {
  text-transform: uppercase;
}

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

.u-text-en {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}

.u-text-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
/*--------------------------------------------------------------
# Projects (cross-page)
--------------------------------------------------------------*/
.p-hamburger__wrapper {
  display: none;
  gap: 8px;
  padding: 8px 16px;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 17.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 2000;
  mix-blend-mode: exclusion;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .p-hamburger__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-hamburger__wrapper p {
  margin: 0;
  font-size: 14px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 10px;
  position: relative;
}
.p-hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}
.p-hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.p-hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.p-hamburger span:nth-child(3) {
  bottom: 0;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.p-hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(27deg) translate(0, 0);
  -ms-transform: rotate(27deg) translate(0, 0);
  transform: rotate(27deg) translate(0, 0);
}
.p-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.p-hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-27deg) translate(0, 0);
  -ms-transform: rotate(-27deg) translate(0, 0);
  transform: rotate(-27deg) translate(0, 0);
}

.p-hamburger__toggle {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  padding: 100px 32px 40px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .p-hamburger__toggle {
    display: block;
  }
}
.p-hamburger__toggle.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-hamburger__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.p-hamburger__inner a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-hamburger__inner a:hover {
  color: #008cf0;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .l-header {
  background-color: transparent;
  mix-blend-mode: normal;
  z-index: 1500;
}
body.menu-open .l-header__logo-link {
  position: relative;
  z-index: 1001;
  mix-blend-mode: normal;
}
body.menu-open .l-header__logo {
  mix-blend-mode: normal !important;
}
body.menu-open .p-hamburger__wrapper {
  mix-blend-mode: normal;
}

/* ===== p-pulldown: hover ドロップダウン (PC ヘッダー & フッター共通) ===== */
/* Block: ラッパ (attached 構造で使用) */
.p-pulldown {
  position: relative;
  display: inline-block;
}

/* Element: trigger */
.p-pulldown__trigger {
  cursor: pointer;
  position: relative;
  padding-right: 14px;
}

.p-pulldown__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: translateY(-75%) rotate(45deg);
  -ms-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.p-pulldown.is-open .p-pulldown__trigger::after {
  -webkit-transform: translateY(-25%) rotate(225deg);
  -ms-transform: translateY(-25%) rotate(225deg);
  transform: translateY(-25%) rotate(225deg);
}

/* hover を hover 可能デバイス限定にしないと SP の :hover がスティッキーに残り .is-open と競合する */
@media (hover: hover) {
  .p-pulldown:hover .p-pulldown__trigger::after,
  .p-pulldown:focus-within .p-pulldown__trigger::after {
    -webkit-transform: translateY(-25%) rotate(225deg);
    -ms-transform: translateY(-25%) rotate(225deg);
    transform: translateY(-25%) rotate(225deg);
  }
}
/* Element: menu (パネル本体) */
.p-pulldown__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 240px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  z-index: 500;
}

/* Element: item (li) */
.p-pulldown__item {
  margin: 0;
}

.p-pulldown__item + .p-pulldown__item {
  border-top: 1px solid #dddddd; /* 行間ヘアライン */
}

/* Element: link (a) */
.p-pulldown__link {
  display: block;
  position: relative;
  padding: 14px 24px 14px 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 400; /* 親 .l-footer__container-desc の bold を打ち消す */
  letter-spacing: 0.04em;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 991px) {
  .p-pulldown__link {
    padding: 10px 14px 10px 20px;
    font-size: 12px;
    letter-spacing: 0.02em;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

.p-pulldown__link:hover {
  color: #008cf0;
}

/* hover: 左辺 2px の縦アクセント線 */
.p-pulldown__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 2px;
  height: 0;
  background: #008cf0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.p-pulldown__link:hover::before {
  height: 16px;
}

/* ----- Modifier: --detached (PC ヘッダー; menu は body 直下)
   .l-header の mix-blend-mode: exclusion の影響を受けないよう、trigger と menu を DOM で分離 ----- */
.p-pulldown__menu--detached {
  position: fixed;
  top: 100px;
  left: 24px; /* JS で trigger 位置に合わせて上書き */
  border-top: 1px solid #008cf0; /* トリガー側 = 上辺にアクセント */
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* hover 当たり判定ブリッジ (トリガー ↔ menu 間の隙間を拾う) */
.p-pulldown__menu--detached::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
  background: transparent;
}

/* 表示トリガー: 対応する --detached な trigger のホバー、または menu 自身のホバー */
body:has(.p-pulldown__trigger--detached:hover) .p-pulldown__menu--detached,
body:has(.p-pulldown__trigger--detached:focus) .p-pulldown__menu--detached,
.p-pulldown__menu--detached:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* --detached trigger の矢印反転 */
body:has(.p-pulldown__trigger--detached:hover) .p-pulldown__trigger--detached::after,
body:has(.p-pulldown__menu--detached:hover) .p-pulldown__trigger--detached::after {
  -webkit-transform: translateY(-25%) rotate(225deg);
  -ms-transform: translateY(-25%) rotate(225deg);
  transform: translateY(-25%) rotate(225deg);
}

/* ----- Modifier: --up (フッター; menu がトリガーの上に開く) ----- */
.p-pulldown--up .p-pulldown__menu {
  position: absolute;
  bottom: calc(100% + 12px);
  left: -16px;
  border-bottom: 1px solid #008cf0; /* トリガー側 = 下辺にアクセント */
  -webkit-box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .p-pulldown--up .p-pulldown__menu {
    left: auto;
    right: 0;
    min-width: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100vw - 60px);
  }
}

/* hover 当たり判定ブリッジ (SP では外側タップ判定を邪魔するため hover デバイス限定) */
@media (hover: hover) {
  .p-pulldown--up .p-pulldown__menu::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 14px;
    background: transparent;
  }
}
.p-pulldown.is-open .p-pulldown__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (hover: hover) {
  .p-pulldown:hover .p-pulldown__menu,
  .p-pulldown:focus-within .p-pulldown__menu,
  .p-pulldown__menu:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ===== p-nav-submenu: 常時展開の下位ナビグループ (SP ハンバーガー) ===== */
/* theme 側 .p-hamburger__inner a (font-size: 18px) より特異度を高めるため .p-hamburger__inner を前置 */
.p-hamburger__inner .p-nav-submenu__label {
  display: block;
  margin: 0;
  padding: 12px 0;
  color: #ffffff;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.p-hamburger__inner .p-nav-submenu__list {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

.p-hamburger__inner .p-nav-submenu__item {
  margin: 0;
}

.p-hamburger__inner .p-nav-submenu__link {
  display: block;
  padding: 10px 0;
  color: #e6e6e6;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.p-line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 320px;
  right: 0;
  padding: 16px 12px;
  color: #ffffff;
  background-color: #008cf0;
  z-index: 400;
}
@media screen and (max-width: 991px) {
  .p-line {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
}

.p-line__img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.p-line__text {
  font-size: 16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 991px) {
  .p-line__text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: 0;
  }
}

.p-cta {
  position: relative;
  background-color: #d8f5fd;
  height: 600px;
  isolation: isolate;
}
@media screen and (max-width: 991px) {
  .p-cta {
    height: 590px;
  }
}

.p-cta__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-cta__background img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cta__imgaes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  padding: 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-cta__imgaes {
    padding: 0;
    height: 590px;
  }
}

.p-cta__imgaes-left {
  width: 274px;
  height: 365px;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .p-cta__imgaes-left {
    position: absolute;
    width: 120px;
    height: 160px;
    bottom: 60px;
    z-index: 1;
  }
}

.p-cta__imgaes-center {
  width: 330px;
  height: 440px;
  margin: auto 0;
  position: relative;
  display: block;
}
@media screen and (max-width: 991px) {
  .p-cta__imgaes-center {
    width: 280px;
    height: 373px;
    margin: auto;
    top: -60px;
  }
}
.p-cta__imgaes-center img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-cta__imgaes-center::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.25;
  pointer-events: none;
}

.p-cta__imgaes-right {
  width: 274px;
  height: 365px;
}
@media screen and (max-width: 991px) {
  .p-cta__imgaes-right {
    position: absolute;
    right: 0;
    width: 120px;
    height: 160px;
  }
}

.p-cta__container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  top: 34%;
}
@media screen and (max-width: 991px) {
  .p-cta__container {
    top: 26%;
  }
}
.p-cta__container p {
  width: 282px;
  font-size: 14px;
  line-height: 1.9;
  color: #ffffff;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-cta__container p {
    width: 236px;
  }
}

.p-cta__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: relative;
  text-align: center;
  mix-blend-mode: exclusion;
  background-color: #000000;
}
.p-cta__title h2 {
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .p-cta__title h2 {
    font-size: 64px;
  }
}

.p-cta__link {
  position: absolute;
  right: -144px;
  bottom: -24px;
}
@media screen and (max-width: 991px) {
  .p-cta__link {
    right: auto;
    bottom: -192px;
    left: 16px;
    z-index: 2;
  }
}
.p-cta__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px;
  background-color: #ffffff;
}

.p-cta__link-left {
  width: 24px;
  height: 24px;
}

.p-cta__link-right {
  width: 16px;
}

.p-cta__link-text {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: #008cf0 !important;
  margin-left: 8px !important;
  margin-right: 16px !important;
  font-weight: bold !important;
}

.p-cta__link--line {
  right: 0px;
  bottom: -132px;
}
@media screen and (max-width: 991px) {
  .p-cta__link--line {
    right: 12px;
    bottom: -100px;
    left: auto;
  }
}
.p-cta__link--line a {
  background-color: #008cf0 !important;
}
.p-cta__link--line .p-cta__link-text {
  color: #ffffff !important;
}

/*--------------------------------------------------------------
# Projects: top-page
--------------------------------------------------------------*/
.p-mainvisual {
  margin-top: -148px;
  position: relative;
  height: 100vh;
  overflow-y: hidden;
}
@media screen and (max-width: 991px) {
  .p-mainvisual {
    margin-top: -92px;
  }
}

.p-mainvisual__background {
  position: absolute;
  width: 100%;
}
.p-mainvisual__background img {
  width: 100%;
  display: block;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mainvisual__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(rgba(0, 0, 0, 0.15));
  pointer-events: none;
}

.p-mainvisual__text {
  position: relative;
  padding-left: 64px;
  padding-bottom: 64px;
  height: 100%;
  -ms-flex-line-pack: end;
  align-content: end;
  font-size: 64px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ffffff;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-mainvisual__text {
    font-size: 48px;
    padding-left: 30px;
    padding-bottom: 20px;
  }
}

.p-mainvisual__scroll {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  right: 32px;
  bottom: 48px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .p-mainvisual__scroll {
    display: none;
  }
}

.p-mainvisual__scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 32px;
  bottom: -48px;
  background-color: #ffffff;
}

.p-top-about {
  padding-top: 160px;
  background-color: #ffffff;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-top-about {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-about {
    padding-top: 80px;
  }
}

.p-top-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-top-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.p-top-about__left {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .p-top-about__left {
    width: 100%;
  }
}

.p-top-about__left-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 64px;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media screen and (max-width: 991px) {
  .p-top-about__left-text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.p-top-about__right {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .p-top-about__right {
    width: 100%;
  }
}

.p-top-about__right-text {
  line-height: 1.7;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-top-about__right-text {
    margin-bottom: 40px;
  }
}

.p-top-about__right-link {
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-top-about__right-link {
    margin-bottom: 40px;
  }
}

.p-top-about__right-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #eeeeee;
}
.p-top-about__right-desc:first-of-type {
  padding-top: 0;
}

.p-top-about__right-num {
  font-size: 12px;
}

.p-top-about__right-tab {
  font-size: 18px;
  font-weight: 500;
}
.p-top-about__right-tab span {
  font-size: 14px;
}

.p-top-about__bottom {
  position: relative;
}

.p-top-about__bottom-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .p-top-about__bottom-img {
    gap: 24px;
  }
}

.p-top-about__bottom-left {
  width: 54%;
  margin-top: 128px;
}
@media screen and (max-width: 991px) {
  .p-top-about__bottom-left {
    margin-top: 58px;
  }
}

.p-top-about__bottom-right {
  width: 46%;
  margin-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .p-top-about__bottom-right {
    margin-bottom: 48px;
  }
}

.p-top-about__bottom-text {
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  mix-blend-mode: exclusion;
  background-color: #000000;
}
.p-top-about__bottom-text p {
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .p-top-about__bottom-text p {
    font-size: 50px;
  }
}

.p-top-service {
  position: relative;
  background-color: #ffffff;
}
.p-top-service .c-section-title {
  padding-top: 160px;
  padding-bottom: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-top-service .c-section-title {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-service .c-section-title {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.p-top-service .c-link {
  border-color: #ffffff !important;
}
.p-top-service .c-link__arrow {
  background-color: transparent;
  border: solid 1px #ffffff;
}

.p-top-service__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.p-top-service__item {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: 20vh;
}
@media screen and (max-width: 991px) {
  .p-top-service__item {
    height: 100svh;
    z-index: 300;
  }
}
.p-top-service__item:last-child {
  margin-bottom: 0;
}

.p-top-service-visual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .p-top-service-visual {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.js-parallax {
  overflow: hidden;
}

.p-top-service-visual__background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-top-service-visual__background img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .p-top-service-visual__background img {
    -o-object-position: top;
    object-position: top;
  }
}

.p-top-service-visual__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.p-top-service-visual__container {
  position: relative;
  color: #ffffff;
  padding-right: 66px;
  padding-bottom: 64px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-top-service-visual__container {
    padding: 0 30px 80px;
  }
}

.p-top-service-visual__main {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .p-top-service-visual__main {
    width: 100%;
  }
}
.p-top-service-visual__main span {
  font-size: 16px;
}

.p-top-service-visual__desc {
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
  width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .p-top-service-visual__desc {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .p-top-service-visual__tag {
    position: absolute;
    z-index: 1;
    color: #ffffff;
    top: 30px;
    left: 30px;
    font-weight: bold;
  }
  .p-top-service-visual__tag-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 64px;
    position: relative;
  }
  .p-top-service-visual__tag-title::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 32px;
    bottom: -48px;
    left: 50%;
    background-color: #cccccc;
  }
  .p-top-service-visual__tag-num {
    font-size: 12px;
  }
}
.p-top-sponsor {
  background-color: #ffffff;
}
.p-top-sponsor .c-section-title {
  padding-top: 160px;
  padding-bottom: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-top-sponsor .c-section-title {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-sponsor .c-section-title {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.p-top-sponsor__banner {
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .p-top-sponsor__banner {
    margin-bottom: 64px;
  }
}
.p-top-sponsor__banner .sponsor-swiper {
  overflow: visible;
}
.p-top-sponsor__banner .sponsor-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  perspective: 1000;
}
.p-top-sponsor__banner .sponsor-swiper .swiper-slide {
  width: auto;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (max-width: 991px) {
  .p-top-sponsor__banner .sponsor-swiper .swiper-slide {
    height: 74px;
  }
}

.p-top-sponsor__logo {
  height: 150px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 991px) {
  .p-top-sponsor__logo {
    height: 74px;
  }
}

.p-top-sponsor__container {
  padding-bottom: 160px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-top-sponsor__container {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-sponsor__container {
    padding-bottom: 80px;
  }
}

.p-top-sponsor__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-top-sponsor__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.p-top-founder {
  padding-bottom: 160px;
  background-color: #ffffff;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-top-founder {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-founder {
    padding-bottom: 80px;
  }
}

.p-top-founder__container {
  position: relative;
  margin-bottom: 32px;
}

.p-top-founder__background {
  position: relative;
}

.p-top-founder__inner {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 32px 48px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .p-top-founder__inner {
    padding: 24px 32px 8px;
    width: 82%;
    min-width: 272px;
  }
}

.p-top-founder__inner-name {
  font-size: 32px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .p-top-founder__inner-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    font-size: 24px;
  }
}
.p-top-founder__inner-name h5 {
  letter-spacing: 0em;
}

.p-top-founder__inner-text {
  line-height: 1.7;
}

.p-top-news {
  padding-bottom: 160px;
  background-color: #ffffff;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-top-news {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-news {
    padding-bottom: 80px;
  }
}

.p-top-news [class*=p-section-title] {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .p-top-news [class*=p-section-title] {
    margin-bottom: 24px;
  }
}

.p-top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .p-top-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
  }
}

.p-top-news__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top-news__item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top-news__item-link:hover {
  opacity: 0.8;
}

.p-top-news__item-thumbnail {
  position: relative;
  margin-bottom: 16px;
  aspect-ratio: 3/2;
  background-color: #ffffff;
  overflow: hidden;
}
.p-top-news__item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-news__item-thumbnail .p-top-news__item-no-image {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-top-news__item-date {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 16px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .p-top-news__item-date {
    padding: 6px 12px;
    font-size: 12px;
  }
}

.p-top-news__item-meta {
  padding-bottom: 8px;
}

.p-top-news__item-category {
  font-size: 14px;
  color: #a5a5a5;
}
@media screen and (max-width: 991px) {
  .p-top-news__item-category {
    font-size: 12px;
  }
}

.p-top-news__item-title {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .p-top-news__item-title {
    font-size: 16px;
  }
}

.p-top-news .p-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-top-media {
  padding-bottom: 160px;
  background-color: #ffffff;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-top-media {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-media {
    padding-bottom: 80px;
  }
}

.p-top-media__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-top-media__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-media__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .p-top-media__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
# Projects: about
--------------------------------------------------------------*/
.p-about-philosophy {
  padding-top: 160px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-about-philosophy {
    padding-top: 80px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.p-about-philosophy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
}
.p-about-philosophy__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__content {
    display: contents;
  }
}
.p-about-philosophy__item {
  margin-bottom: 48px;
}
.p-about-philosophy__item:nth-of-type(3) {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__item {
    text-align: center;
    margin-bottom: 24px;
  }
  .p-about-philosophy__item:nth-of-type(3) {
    margin-bottom: 40px;
  }
}
.p-about-philosophy__label {
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
  margin-bottom: 16px;
  line-height: 1;
}
.p-about-philosophy__label--large {
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__label--large {
    font-size: 28px;
  }
}
.p-about-philosophy__label--medium {
  font-size: 24px;
}
.p-about-philosophy__text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__text {
    text-align: center;
  }
}
.p-about-philosophy__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.p-about-philosophy__grid .c-card-item {
  height: 84px;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__grid .c-card-item {
    height: 70px;
  }
}
.p-about-philosophy__images {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.p-about-philosophy__image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__image-group {
    gap: 40px;
  }
}
.p-about-philosophy__sub-img {
  width: 60%;
  margin-left: auto;
  margin-right: 32px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__sub-img {
    width: 75%;
    margin-left: auto;
    margin-right: 0;
  }
}
.p-about-philosophy__sub-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__sub-img img {
    width: 100%;
  }
}
.p-about-philosophy__sub-img .p-about-philosophy__overlap-text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
  background-color: #000000;
}
.p-about-philosophy__sub-img .p-about-philosophy__overlap-text p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .p-about-philosophy__sub-img .p-about-philosophy__overlap-text p {
    font-size: 16px;
  }
}

.p-about-future {
  padding-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-about-future {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-about-future {
    padding-block: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.p-about-future__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 96px;
}
@media screen and (max-width: 991px) {
  .p-about-future__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.p-about-future__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
@media screen and (max-width: 991px) {
  .p-about-future__image {
    width: 80%;
  }
}
.p-about-future__image img {
  width: 100%;
  max-height: 554px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .p-about-future__image img {
    max-height: 360px;
  }
}
.p-about-future__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .p-about-future__content {
    margin-top: 0px;
  }
}
.p-about-future__head {
  margin-bottom: 40px;
}
.p-about-future__head .c-page-section-title {
  text-align: left;
  padding-bottom: 0;
}
.p-about-future__head .c-page-section-title::after {
  content: none;
}
.p-about-future__text {
  font-size: 16px;
  line-height: 1.8;
}
.p-about-future__text:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
  .p-about-future__text {
    font-size: 15px;
  }
}

.p-about-company {
  padding-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-about-company {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-about-company {
    padding-block: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.p-about-company__inner {
  width: 100%;
}
.p-about-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  border-bottom: 1px solid #eee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-about-company__item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .p-about-company__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
    gap: 16px;
  }
}
.p-about-company__term {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 196px;
  flex: 0 0 196px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .p-about-company__term {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    font-size: 16px;
  }
}
.p-about-company__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .p-about-company__description {
    font-size: 15px;
  }
}

.p-about-sponsor {
  padding-top: 80px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-about-sponsor {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-about-sponsor {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.p-about-sponsor__inner {
  width: 100%;
}
.p-about-sponsor__head {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-about-sponsor__head {
    margin-bottom: 40px;
  }
}
.p-about-sponsor__head .c-page-section-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-about-sponsor__head .c-page-section-title::after {
  content: none;
}
.p-about-sponsor__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .p-about-sponsor__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-about-sponsor__grid .c-card-item {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .p-about-sponsor__grid .c-card-item {
    height: 50px;
  }
}

.p-about-sponsor__banner {
  overflow: hidden;
  margin-bottom: 50px;
  width: calc(100% + (100vw - 100%) / 2);
}
@media screen and (max-width: 991px) {
  .p-about-sponsor__banner {
    display: none;
  }
}
.p-about-sponsor__banner .sponsor-swiper {
  overflow: visible;
}
.p-about-sponsor__banner .sponsor-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  perspective: 1000;
}
.p-about-sponsor__banner .sponsor-swiper .swiper-slide {
  width: auto;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (max-width: 991px) {
  .p-about-sponsor__banner .sponsor-swiper .swiper-slide {
    height: 74px;
  }
}

.p-about-sponsor__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: bold;
  color: #0a0a0a;
  line-height: 1.5;
  border-bottom: solid 1px #000000;
  margin-bottom: 36px;
  padding-top: 160px;
}
@media screen and (max-width: 991px) {
  .p-about-sponsor__title {
    display: none;
  }
}

.p-about-sponsor__text {
  line-height: 1.7;
  margin-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .p-about-sponsor__text {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .p-top-sponsor__inquiry {
    display: none;
  }
}

.p-about-message {
  padding-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-about-message {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-about-message {
    padding-block: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.p-about-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 64px;
  padding: 64px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 991px) {
  .p-about-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 24px 20px;
  }
}
.p-about-message__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-about-message__head {
  margin-bottom: 40px;
}
.p-about-message__head .c-page-section-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-about-message__head .c-page-section-title::after {
  content: none;
}
.p-about-message__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.p-about-message__text:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .p-about-message__text {
    font-size: 15px;
  }
}
.p-about-message__profile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}
@media screen and (max-width: 991px) {
  .p-about-message__profile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-about-message__image {
  margin-bottom: 20px;
}
.p-about-message__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-message__job {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.p-about-message__name {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 12px;
}
.p-about-message__name span {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .p-about-message__name {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Projects: founder
--------------------------------------------------------------*/
.p-founder-profile {
  padding-block: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-founder-profile {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-founder-profile {
    padding-block: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.p-founder-profile__container {
  width: 100%;
}

.p-founder-profile__item {
  padding: 32px 0;
  border-bottom: solid 1px #eeeeee;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .p-founder-profile__item {
    padding: 24px 0;
  }
}
.p-founder-profile__item:first-of-type {
  padding-top: 0;
}

.p-founder-profile__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: calc(0.85em - 3px);
}
@media screen and (max-width: 991px) {
  .p-founder-profile__item::before {
    top: 36px;
  }
}

.p-founder-profile__item:first-of-type::before {
  top: 12px;
}

.p-founder-profile__profiler-img {
  margin-bottom: 32px;
}

.p-founder-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-founder-profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .p-founder-profile__name {
    gap: 12px;
  }
}
.p-founder-profile__name h4 {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .p-founder-profile__name h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .p-founder-profile__name h5 {
    font-size: 14px;
  }
}

.p-founder-profile__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.p-founder-profile__social-img {
  width: 32px;
  height: 32px;
}

.p-founder-desc {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#008cf0), to(#0066af));
  background: linear-gradient(to right, #008cf0, #0066af);
  padding-block: 160px;
}
@media screen and (max-width: 991px) {
  .p-founder-desc {
    padding-block: 80px;
  }
}

.p-founder-story,
.p-founder-message {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-founder-story,
  .p-founder-message {
    padding-inline: 30px;
  }
}

.p-founder-story__container {
  margin-bottom: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .p-founder-story__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
  }
}

.p-founder-story__container-img {
  position: relative;
  width: 52%;
  min-width: 400px;
}
@media screen and (max-width: 991px) {
  .p-founder-story__container-img {
    width: 80%;
    min-width: 0;
  }
}

.p-founder-story__container-title {
  position: absolute;
  top: 32px;
  right: -220px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000000;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 991px) {
  .p-founder-story__container-title {
    top: auto;
    right: -52px;
    bottom: 14px;
  }
}
.p-founder-story__container-title h2 {
  font-size: 100px;
  letter-spacing: 0em;
}
@media screen and (max-width: 991px) {
  .p-founder-story__container-title h2 {
    font-size: 64px;
  }
}
.p-founder-story__container-title p {
  font-size: 12px;
}

.p-founder-story__container-text {
  line-height: 1.7;
  font-weight: 500;
}

.p-founder-story__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 60px 64px auto;
}
@media screen and (max-width: 991px) {
  .p-founder-story__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
    width: 76%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: 0;
  }
}

.p-founder-story__inner-img {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .p-founder-story__inner-img {
    width: 80%;
  }
}

.p-founder-story__inner--batter {
  margin: 0 auto 96px 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .p-founder-story__inner--batter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 0 80px 0;
    width: 92%;
  }
}
.p-founder-story__inner--batter .p-founder-story__inner-img {
  width: 264px;
}
@media screen and (max-width: 991px) {
  .p-founder-story__inner--batter .p-founder-story__inner-img {
    width: 64%;
    margin-right: 28px;
  }
}

.p-founder-story__inner-text {
  line-height: 1.7;
  font-weight: 500;
}
.p-founder-story__inner-text p {
  padding-left: 20px;
}
.p-founder-story__inner-text p span {
  position: relative;
  font-size: 20px;
  text-indent: -1em;
}
.p-founder-story__inner-text p span:nth-of-type(1)::before {
  position: absolute;
  content: "「";
  top: -4px;
  left: 0;
}
.p-founder-story__inner-text p span:nth-of-type(3) {
  padding-right: 16px;
}
@media screen and (max-width: 991px) {
  .p-founder-story__inner-text p span:nth-of-type(3) {
    padding-right: 0;
  }
}
.p-founder-story__inner-text p span:nth-of-type(3)::after {
  position: absolute;
  content: "」";
  bottom: -4px;
  right: -4px;
}
@media screen and (max-width: 991px) {
  .p-founder-story__inner-text p span:nth-of-type(3)::after {
    bottom: -4px;
    right: -20px;
  }
}
.p-founder-story__inner-text p span:nth-of-type(4) {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .p-founder-story__inner-text p span:nth-of-type(4) {
    margin-left: -20px;
  }
}

.p-founder-message__img {
  position: relative;
  width: 52%;
  margin-left: auto;
  margin-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .p-founder-message__img {
    width: 76%;
    margin-bottom: 40px;
  }
}

.p-founder-message__title {
  position: absolute;
  top: 128px;
  left: -278px;
  font-weight: bold;
  background-color: #000000;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 991px) {
  .p-founder-message__title {
    top: 6px;
    left: -84px;
  }
}
.p-founder-message__title h2 {
  font-size: 100px;
  letter-spacing: 0em;
}
@media screen and (max-width: 991px) {
  .p-founder-message__title h2 {
    font-size: 64px;
  }
}
.p-founder-message__title p {
  font-size: 12px;
}

.p-founder-message__text {
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
}

.p-founder-article {
  padding-block: 160px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-founder-article {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-founder-article {
    padding-block: 80px;
  }
}

.p-founder-article__item-content {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  border-bottom: solid 1px #eeeeee;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-founder-article__item-content {
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.p-founder-article__item-content::after {
  content: "";
  position: absolute;
  background-image: url("img/clone-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 991px) {
  .p-founder-article__item-content::after {
    bottom: 24px;
    top: auto;
  }
}

.p-founder-article__item-publish {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .p-founder-article__item-publish {
    width: 100%;
  }
}

.p-founder-article__item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 76px;
}
@media screen and (max-width: 991px) {
  .p-founder-article__item-title {
    padding-right: 42px;
    line-height: 1.7;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.p-founder-article__item:first-child .p-founder-article__item-content {
  padding-top: 0;
}

/*--------------------------------------------------------------
# Projects: news
--------------------------------------------------------------*/
.p-news-mainvisual {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-news-mainvisual {
    padding-inline: 30px;
  }
}

.p-news-archive {
  padding-bottom: 160px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-news-archive {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-news-archive {
    padding-bottom: 80px;
  }
}
.p-news-archive__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .p-news-archive__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-news-archive__sidebar {
  width: 27.5%;
  position: sticky;
  top: 20px;
}
@media screen and (max-width: 991px) {
  .p-news-archive__sidebar {
    width: 100%;
    position: static;
  }
}
.p-news-archive__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-news-filter__label {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.p-news-filter__select {
  position: relative;
  width: 100%;
}
.p-news-filter__select select {
  width: 100%;
  padding: 16px 40px 16px 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.p-news-filter__select select::-ms-expand {
  display: none;
}
.p-news-filter__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000000;
  pointer-events: none;
}

.p-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-news-item {
    padding: 24px 0;
  }
}
.p-news-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: width 0.8s ease-out;
  transition: width 0.8s ease-out;
}
.p-news-item.is-visible::before {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-news-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-news-item__category {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .p-news-item__category {
    font-size: 14px;
  }
}
.p-news-item__title {
  font-size: 16px;
  line-height: 1.6;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .p-news-item__title {
    margin-bottom: 24px;
  }
}
.p-news-item__btn-wrap {
  text-align: right;
  margin-top: auto;
}
.p-news-item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-news-item__link:hover {
  opacity: 0.7;
}
.p-news-item__link:hover .p-news-item__icon {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.p-news-item__icon {
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-image: url("/wp-content/themes/theme/img/news/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-news-item__img {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-news-item__img {
    width: 100%;
  }
}
.p-news-item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.p-news-item__img img.is-no-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-news-item__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 12px 16px 4px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.p-news-detail__inner {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-news-detail__inner {
    padding-inline: 30px;
  }
}

.p-news-detail {
  padding-bottom: 160px;
}
.p-news-detail__header {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-news-detail__header {
    margin-bottom: 24px;
  }
}
.p-news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .p-news-detail__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 8px;
  }
}
.p-news-detail__date {
  color: #000;
}
.p-news-detail__category {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.p-news-detail__title {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-news-detail__title {
    font-size: 16px;
  }
}
.p-news-detail__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: width 0.8s ease-out;
  transition: width 0.8s ease-out;
}
@media screen and (max-width: 767px) {
  .p-news-detail__title::after {
    height: 1px;
    background-color: #222222;
  }
}
.p-news-detail__title.is-visible::after {
  width: 100%;
}
.p-news-detail__img {
  margin-bottom: 40px;
}
.p-news-detail__img img {
  width: 100%;
  height: auto;
}
.p-news-detail__content {
  font-size: 16px;
  line-height: 1.8;
}
.p-news-detail__content > * {
  margin-bottom: 1.5em;
}
.p-news-detail__content > *:last-child {
  margin-bottom: 0;
}
.p-news-detail__content h1, .p-news-detail__content h2, .p-news-detail__content h3, .p-news-detail__content h4, .p-news-detail__content h5, .p-news-detail__content h6 {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2em;
  margin-bottom: 0.8em;
  color: #000;
}
.p-news-detail__content h1 {
  font-size: 1.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #000000;
}
.p-news-detail__content h2 {
  font-size: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000000;
}
.p-news-detail__content h3 {
  font-size: 1.3em;
}
.p-news-detail__content a {
  color: #000;
  text-decoration: underline;
}
.p-news-detail__content a:hover {
  opacity: 0.6;
}
.p-news-detail__content ul, .p-news-detail__content ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.p-news-detail__content ul li, .p-news-detail__content ol li {
  margin-bottom: 0.5em;
}
.p-news-detail__content ul {
  list-style: disc;
}
.p-news-detail__content ol {
  list-style: decimal;
}
.p-news-detail__content p {
  margin-bottom: 1.5em;
}
.p-news-detail__content img {
  max-width: 100%;
  height: auto;
}
.p-news-detail__nav {
  margin-top: 100px;
  margin-bottom: 160px;
  padding-top: 32px;
  border-top: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-family: "Lato";
}
.p-news-detail__nav-item {
  padding: 0 32px;
}
.p-news-detail__nav-item:not(:first-child) {
  border-left: 1px solid #eeeeee;
}
.p-news-detail__nav-item a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-news-detail__nav-item a:hover {
  opacity: 0.6;
}
.p-news-detail__nav-item.--prev a {
  position: relative;
  padding-left: 20px;
}
.p-news-detail__nav-item.--prev a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  margin-right: 0;
}
.p-news-detail__nav-item.--next a {
  position: relative;
  padding-right: 20px;
}
.p-news-detail__nav-item.--next a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  margin-left: 0;
}

.p-news-pagination {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 991px) {
  .p-news-pagination {
    margin-top: 40px;
  }
}
.p-news-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-news-pagination .page-numbers {
  display: inline-block;
  text-decoration: none;
  color: #dddddd;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 2px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin: 0 16px;
}
.p-news-pagination .page-numbers:not(.current):not(.dots):not(.prev):not(.next) {
  border-bottom: 1px solid #eeeeee;
}
.p-news-pagination .page-numbers:hover {
  color: #000;
}
.p-news-pagination .page-numbers.current {
  color: #000;
  border-bottom: none;
  font-size: 16px;
}
.p-news-pagination .page-numbers.dots {
  border-bottom: 1px solid #eeeeee;
  margin: 0 8px;
}
.p-news-pagination .page-numbers.prev {
  padding-right: 24px;
  padding-left: 0;
  color: #000000;
  border-bottom: none !important;
  font-family: "Noto Sans JP", sans-serif;
}
.p-news-pagination .page-numbers.next {
  padding-right: 0;
  padding-left: 24px;
  color: #000000;
  border-bottom: none !important;
  font-family: "Noto Sans JP", sans-serif;
}

/*--------------------------------------------------------------
# Projects: service-event
--------------------------------------------------------------*/
.p-event-about {
  padding-top: 160px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-event-about {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-event-about {
    padding-block: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.p-event-about__container {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .p-event-about__container {
    width: 100%;
  }
}

.p-event-about__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: bold;
  color: #0a0a0a;
  line-height: 1.5;
  border-bottom: solid 1px #000000;
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .p-event-about__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.p-event-about__text {
  line-height: 1.7;
}

.p-event-about__img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .p-event-about__img {
    width: 95%;
    margin-left: auto;
  }
}
.p-event-about__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-event-overview {
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-event-overview {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-event-overview {
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.p-event-overview-images {
  width: 38%;
  -ms-flex-negative: 0;
  min-width: 346px;
}
@media screen and (max-width: 991px) {
  .p-event-overview-images {
    min-width: 0;
    width: 100%;
  }
}
.p-event-overview-images img {
  width: 100%;
  height: auto;
}

.p-event-overview-images__item {
  width: 68%;
  left: 10%;
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-event-overview-images__item {
    margin-top: 40px;
    left: 0;
    width: 78%;
  }
}

.p-event-overview-images__item-text {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -104px;
  color: #ffffff;
  mix-blend-mode: exclusion;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .p-event-overview-images__item-text {
    right: -78px;
  }
}
.p-event-overview-images__item-text p {
  text-align: center;
}

.p-event-overview-container {
  width: 62%;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .p-event-overview-container {
    width: 100%;
    margin-top: 0;
  }
}

.p-event-overview-container__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .p-event-overview-container__title {
    margin-bottom: 40px;
  }
}
.p-event-overview-container__title .c-page-section-title {
  padding-bottom: 0;
}
.p-event-overview-container__title .c-page-section-title::after {
  display: none;
}

.p-event-overview-container__text {
  line-height: 1.7;
}

.p-event-overview-container__text-bracket {
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
}

.p-event-overview-container__text-link {
  text-decoration: underline;
}

.p-event-team {
  padding-bottom: 160px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-event-team {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-event-team {
    padding-bottom: 80px;
  }
}

.p-event-team__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .p-event-team__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-event-team__grid .c-card-item {
  height: 80px;
}

.p-event-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-event-information {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-event-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.p-event-information__container {
  width: 62%;
}
@media screen and (max-width: 991px) {
  .p-event-information__container {
    width: 100%;
  }
}

.p-event-information__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: bold;
  color: #0a0a0a;
  line-height: 1.5;
  border-bottom: solid 1px #000000;
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .p-event-information__title {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}

.p-event-information__text {
  line-height: 1.7;
}

.p-event-information__img {
  width: 38%;
}
@media screen and (max-width: 991px) {
  .p-event-information__img {
    width: 100%;
  }
}
.p-event-information__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Projects: service-international
--------------------------------------------------------------*/
.p-service-about {
  padding-top: 160px;
  padding-bottom: 80px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-service-about {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-service-about {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.p-service-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .p-service-about__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .p-service-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.p-service-about__image {
  width: 46%;
  max-width: 448px;
}
@media screen and (max-width: 991px) {
  .p-service-about__image {
    width: 100%;
  }
}
.p-service-about__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.p-service-about__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-service-about__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.p-service-about__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 991px) {
  .p-service-about__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.p-service-about__text p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.p-service-about__text p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .p-service-about__text p {
    line-height: 1.7;
  }
}

.p-service-contents {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .p-service-contents {
    padding: 40px 0;
  }
}
.p-service-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 122px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-service-contents__inner {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-service-contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.p-service-contents__head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}
.p-service-contents__head .c-page-section-title {
  padding-bottom: 0;
  margin-bottom: 48px;
}
.p-service-contents__head .c-page-section-title::after {
  content: none;
}
@media screen and (max-width: 991px) {
  .p-service-contents__head .c-page-section-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .p-service-contents__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
.p-service-contents__desc {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #000000;
}
.p-service-contents__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.p-service-contents__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 32px;
  border-top: solid 2px #000000;
}
.p-service-contents__item {
  padding: 32px 0;
  border-bottom: solid 1px #eeeeee;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 991px) {
  .p-service-contents__item {
    padding: 24px 0;
  }
}
.p-service-contents__item:first-of-type {
  padding-top: 0;
}
.p-service-contents__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: calc(0.85em - 3px);
}

.p-service-contents__img {
  padding-top: 64px;
}

.p-service-contents__img-item {
  padding: 0 160px 32px;
}

.p-service-contents__img-item:last-child {
  padding-bottom: 0;
}

.p-service-player {
  padding-top: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-service-player {
    padding: 40px 0;
  }
}
.p-service-player__inner {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-service-player__inner {
    padding-inline: 30px;
  }
}
.p-service-player__item {
  padding: 32px 0;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
  .p-service-player__item {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.p-service-player__item:first-child {
  border-top: none;
  padding-top: 0;
}
.p-service-player__item:last-child {
  padding-bottom: 0;
}
.p-service-player__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .p-service-player__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-service-player__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-service-player__en-name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-service-player__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-service-player__name small {
  font-size: 16px;
  font-weight: normal;
  margin-left: 16px;
}
.p-service-player__agent {
  font-size: 16px;
  margin-bottom: 24px;
}
.p-service-player__history {
  font-size: 16px;
  line-height: 1.8;
}
.p-service-player__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}
@media screen and (max-width: 991px) {
  .p-service-player__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.p-service-player__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.p-service-player__comment {
  background-color: #f5f5f5;
  padding: 32px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .p-service-player__comment {
    padding: 24px;
  }
}

.p-service-international-event {
  padding-top: 160px;
  padding-bottom: 80px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-service-international-event {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-service-international-event {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.p-service-international-event__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-service-international-event__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.p-service-international-event__main {
  position: relative;
  display: inline-block;
}
.p-service-international-event__main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 991px) {
  .p-service-international-event {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.p-service-international-event__sub {
  font-size: 16px;
}
.p-service-international-event__text p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.p-service-international-event__text p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .p-service-international-event__text p {
    line-height: 1.7;
  }
}

/*--------------------------------------------------------------
# Projects: service-cheer
--------------------------------------------------------------*/
.p-cheer-contents {
  padding-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 88px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 12.5%;
}
@media screen and (max-width: 991px) {
  .p-cheer-contents {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-cheer-contents {
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.p-cheer-contents__inner {
  width: 32%;
}
@media screen and (max-width: 991px) {
  .p-cheer-contents__inner {
    width: 100%;
  }
}

.p-cheer-contents__title {
  margin-bottom: 48px;
}
.p-cheer-contents__title .c-page-section-title {
  padding-bottom: 0;
}
.p-cheer-contents__title .c-page-section-title::after {
  display: none;
}

.p-cheer-contents__text {
  line-height: 1.7;
}

.p-cheer-contents__items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-cheer-contents__items {
    width: 100%;
    padding-top: 24px;
  }
}
.p-cheer-contents__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: width 0.8s ease-out;
  transition: width 0.8s ease-out;
}
.p-cheer-contents__items.is-visible::before {
  width: 100%;
}

.p-cheer-contents__item {
  padding: 32px 0;
  border-bottom: solid 1px #eeeeee;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-cheer-contents__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 32px;
  border-top: solid 2px #000000;
}
@media screen and (max-width: 991px) {
  .p-cheer-contents__item ul {
    padding-top: 24px;
  }
}

.p-cheer-contents__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: calc(0.85em - 3px);
}

/*--------------------------------------------------------------
# Projects: service-training
--------------------------------------------------------------*/
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-training .p-training-plan, .p-training .p-training-cycle, .p-training .p-training-thinking, .p-training .p-training-program, .p-training .p-training-recommended, .p-training .p-training-coach, .p-training .p-training-whatis, .p-training .p-training-contents {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-training .p-training-plan, .p-training .p-training-cycle, .p-training .p-training-thinking, .p-training .p-training-program, .p-training .p-training-recommended, .p-training .p-training-coach, .p-training .p-training-whatis, .p-training .p-training-contents {
    padding: 160px 12.5% 0;
  }
}
.p-training-contents, .p-training-about, .p-training-whatis, .p-training-coach, .p-training-recommended, .p-training-details, .p-training-program, .p-training-thinking, .p-training-cycle, .p-training-message, .p-training-plan {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.p-training .c-page-section-title .u-text-en {
  letter-spacing: 0;
  line-height: 1;
}
.p-training .c-page-section-title {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-training .c-page-section-title.c-page-section-title--training {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .p-training .p-line {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#FF6600), to(#FF771C)) !important;
    background: linear-gradient(to right, #FF6600, #FF771C) !important;
  }
}
@media screen and (max-width: 991px) {
  .p-training .p-line .p-line__text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.p-training .p-cta {
  background-color: #e6cfbd !important;
}
.p-training .p-cta .u-text-en {
  letter-spacing: 0.1em;
}
.p-training .p-cta .p-cta__link:not(.p-cta__link--line) .p-cta__link-text {
  color: #f06a15 !important;
}
.p-training .p-cta .p-cta__link:not(.p-cta__link--line) img {
  -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(83%) saturate(2032%) hue-rotate(352deg) brightness(96%) contrast(96%) !important;
  filter: brightness(0) saturate(100%) invert(51%) sepia(83%) saturate(2032%) hue-rotate(352deg) brightness(96%) contrast(96%) !important;
}
.p-training .p-cta .p-cta__link--line a {
  background: -webkit-gradient(linear, left top, right top, from(#FF6600), to(#FF771C)) !important;
  background: linear-gradient(to right, #FF6600, #FF771C) !important;
}

main.p-training ~ .l-footer {
  background: -webkit-gradient(linear, left top, right top, from(#FF6600), to(#FF771C)) !important;
  background: linear-gradient(to right, #FF6600, #FF771C) !important;
}

/*--------------------------------------------------------------
# Projects: service-training
--------------------------------------------------------------*/
.p-training-contents {
  padding: 80px 0 0;
}
.p-training-contents__inner {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-training-contents__inner {
    max-width: 85vw;
    margin: 0 auto;
  }
}
.p-training-contents__head .c-page-section-title::after {
  display: none;
}
.p-training-contents__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-training-contents__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 60px;
  }
}
.p-training-contents__item {
  padding: 48px 0 48px;
  position: relative;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  background: #fff;
  min-height: 178px;
  -ms-flex-line-pack: center;
  align-content: center;
}
.p-training-contents__item-num {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.p-training-contents__item-num span {
  font-size: 10px;
  color: #000;
  border-bottom: 1px solid #000;
  line-height: 1;
  padding-bottom: 2px;
}
.p-training-contents__item-text {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}
.p-training-contents__item--empty {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-training-contents__item--empty {
    display: block;
    border-right: none;
    border-bottom: none;
  }
}
.p-training-contents__partner {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-training-contents__partner {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 991px) {
  .p-training-contents__partner {
    margin-bottom: 80px;
  }
}
.p-training-contents__partner-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 992px) {
  .p-training-contents__partner-title {
    font-size: 24px;
  }
}

.p-training-about {
  background-color: #000;
  color: #fff;
  padding: 96px 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-training-about {
    padding: 80px 30px;
  }
}
.p-training-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-training-about__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-training-about__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .p-training-about__content {
    max-width: 85vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .p-training-about__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 40px 0;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .p-training-about__header {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.p-training-about__maintitle {
  font-size: 28px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .p-training-about__maintitle {
    font-size: 40px;
  }
}
.p-training-about__subtitle {
  color: #FF6600;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-training-about__caption {
  font-size: 12px;
  line-height: 1.7;
  color: #fff;
}
.p-training-about__image {
  max-width: 80%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .p-training-about__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    max-width: 100%;
    margin-top: 70px;
  }
}
.p-training-about__image img {
  width: 250px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .p-training-about__message {
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-training-about__message {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    padding-top: 100px;
    padding-left: 40px;
  }
}
.p-training-about__message h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1.53;
}
@media screen and (max-width: 991px) {
  .p-training-about__message h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-training-about__message h3 {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.p-training-about__message p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}
.p-training-about__bg-text {
  position: absolute;
  bottom: 60px;
  left: 0;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  opacity: 0.15;
  z-index: 3;
  line-height: 1;
  pointer-events: none;
  -webkit-animation: scroll-left 150s linear infinite;
  animation: scroll-left 150s linear infinite;
}
@media screen and (min-width: 992px) {
  .p-training-about__bg-text {
    font-size: 100px;
    bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Projects: service-training
--------------------------------------------------------------*/
.p-training-whatis {
  padding: 80px 0 0;
}
.p-training-whatis__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-training-whatis__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .p-training-whatis__inner {
    max-width: 85vw;
    margin: 0 auto;
  }
}
.p-training-whatis__image {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-training-whatis__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .p-training-whatis__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
}
.p-training-whatis__image img {
  width: 100%;
  height: auto;
}
.p-training-whatis__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .p-training-whatis__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .p-training-whatis__head .c-page-section-title__main {
    font-size: clamp(20px, 7vw, 28px);
  }
}
.p-training-whatis__head .c-page-section-title::after {
  display: none !important;
}
.p-training-whatis__text {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Projects: service-training
--------------------------------------------------------------*/
.p-training-coach {
  padding: 80px 0 0;
}
.p-training-coach__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-training-coach__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .p-training-coach__inner {
    max-width: 85vw;
    margin: 0 auto;
  }
}
.p-training-coach__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-training-coach__head .c-page-section-title::after {
  display: none !important;
}
.p-training-coach__text {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}
.p-training-coach__image {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-training-coach__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin: 0;
  }
}
.p-training-coach__img-wrap {
  position: relative;
  margin-bottom: 50px;
}
.p-training-coach__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.p-training-coach__overlay-text {
  position: absolute;
  left: 10px;
  bottom: -35px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  pointer-events: none;
  color: #fff;
  background-color: #000;
  mix-blend-mode: exclusion;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .p-training-coach__overlay-text {
    left: 20px;
    bottom: -45px;
  }
}
.p-training-coach__caption {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Projects: service-training
--------------------------------------------------------------*/
.p-training-recommended {
  padding: 80px 0 0;
}
.p-training-recommended__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-training-recommended__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .p-training-recommended__inner {
    max-width: 85vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .p-training-recommended__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
}
.p-training-recommended__head::after {
  display: none !important;
}
.p-training-recommended__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-training-recommended__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid #000;
}
@media screen and (min-width: 992px) {
  .p-training-recommended__list {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 991px) {
  .p-training-recommended__list {
    margin-bottom: 80px;
  }
}
.p-training-recommended__list li {
  padding: 20px 0;
  padding-left: 8px;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .p-training-recommended__list li {
    line-height: 1.7;
  }
}
.p-training-recommended__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: calc(0.6em - 3px);
}
@media screen and (max-width: 991px) {
  .p-training-recommended__list li::before {
    margin-top: calc(0.85em - 3px);
  }
}

.p-training-details {
  background: -webkit-gradient(linear, left top, right top, from(#FF6600), to(#FF771C));
  background: linear-gradient(to right, #FF6600, #FF771C);
  padding: 80px 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .p-training-details {
    padding: 160px 12.5%;
  }
}
@media screen and (min-width: 992px) {
  .p-training-details .l-container {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .p-training-details .l-container {
    max-width: 85vw;
    margin: 0 auto;
  }
}
.p-training-details__head .c-page-section-title::after {
  display: none !important;
}
.p-training-details__head * {
  color: #fff !important;
}
.p-training-details__head .c-page-section-title__sub {
  color: rgba(255, 255, 255, 0.8) !important;
}
.p-training-details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-training-details__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 60px;
  }
}
.p-training-details__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}
.p-training-details__item-text {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 15px;
}
.p-training-details__img-wrap {
  position: relative;
  margin-bottom: 40px;
}
.p-training-details__img-wrap img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-training-details__overlay-text {
  position: absolute;
  left: 10px;
  bottom: -15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  pointer-events: none;
  color: #fff;
  background-color: #000;
  mix-blend-mode: exclusion;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .p-training-details__overlay-text {
    left: 20px;
    bottom: -20px;
  }
}
.p-training-details__note {
  text-align: center;
  font-size: 16px;
  color: #ffba8d;
  line-height: 1.2;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .p-training-details__note {
    text-align: left;
    line-height: 1.7;
  }
}

/*--------------------------------------------------------------
# Projects: service-training
--------------------------------------------------------------*/
.p-training-program {
  padding: 80px 0 0;
}
@media screen and (max-width: 991px) {
  .p-training-program {
    max-width: 85vw !important;
  }
}
.p-training-program__head .c-page-section-title::after {
  display: none !important;
}
.p-training-program__lead {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
  color: #000;
}
.p-training-program__lead-catch {
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .p-training-program__lead-catch {
    font-size: 20px;
    line-height: 1.53;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .p-training-program__lead-catch span:nth-of-type(2), .p-training-program__lead-catch span:nth-of-type(3) {
    margin-left: 36px;
  }
}
.p-training-program__lead-text {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-training-program__lead-text {
    text-align: left;
  }
}
.p-training-program__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.p-training-program__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background: #f9f9f9;
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .p-training-program__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    padding: 40px;
  }
}
.p-training-program__item-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.p-training-program__item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-training-program__item-image .p-training-program__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-training-program__item-image .p-training-program__play-icon:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.p-training-program__item-image .p-training-program__play-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
  /* Move triangle slightly right for optical center */
}
.p-training-program__item-content {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.p-training-program__item-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin-bottom: 15px;
}
.p-training-program__item-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Projects: service-training
--------------------------------------------------------------*/
.p-training-thinking {
  padding: 80px 0 0;
}
@media screen and (max-width: 991px) {
  .p-training-thinking {
    max-width: 85vw !important;
  }
}
.p-training-thinking__head .c-page-section-title::after {
  display: none !important;
}
.p-training-thinking__lead {
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}
.p-training-thinking__lead-catch {
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .p-training-thinking__lead-catch {
    font-size: 20px;
    line-height: 1.53;
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .p-training-thinking__lead-catch span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
.p-training-thinking__lead-text {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-training-thinking__lead-text {
    text-align: left;
  }
}

/*--------------------------------------------------------------
# Projects: service-training
--------------------------------------------------------------*/
.p-training-cycle {
  padding: 80px 0 0;
}
@media screen and (max-width: 991px) {
  .p-training-cycle {
    max-width: 85vw !important;
  }
}
.p-training-cycle__head .c-page-section-title::after {
  display: none !important;
}
.p-training-cycle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .p-training-cycle__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
  }
}
.p-training-cycle__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-training-cycle__left {
    margin: 0;
  }
}
.p-training-cycle__image {
  margin-bottom: 20px;
}
.p-training-cycle__image img {
  width: 100%;
  height: auto;
}
.p-training-cycle__caption {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
.p-training-cycle__right {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}
.p-training-cycle__table {
  width: 100%;
}
.p-training-cycle__table-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.p-training-cycle__list {
  margin: 0;
  padding: 0;
}
.p-training-cycle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.p-training-cycle__item:first-child {
  padding-top: 0;
}
.p-training-cycle__item:last-child {
  border-bottom: none;
}
.p-training-cycle__item-en {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  color: #ccc;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
.p-training-cycle__item-ja {
  width: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .p-training-cycle__item-ja {
    width: 80px;
  }
}
.p-training-cycle__item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .p-training-cycle__item-text {
    line-height: 1.7;
  }
}
.p-training-cycle__note {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 992px) {
  .p-training-cycle__note {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 991px) {
  .p-training-cycle__note {
    margin-bottom: 80px;
  }
}

.p-training-message {
  background-color: #000;
  color: #fff;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-training-message {
    padding: 128px 0 64px;
  }
}
.p-training-message__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-training-message__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-training-message__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.p-training-message__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .p-training-message__content {
    max-width: 85vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .p-training-message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 80px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 12.5%;
  }
}
@media screen and (min-width: 992px) {
  .p-training-message__text-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 600px;
  }
}
.p-training-message__head .c-page-section-title__main {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .p-training-message__head .c-page-section-title__main {
    font-size: 28px;
  }
}
.p-training-message__head .c-page-section-title__sub {
  text-align: left;
}
.p-training-message__head .c-page-section-title::after {
  display: none !important;
}
.p-training-message__text-container {
  margin-bottom: 0;
}
.p-training-message__text-container p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .p-training-message__text-container p {
    line-height: 1.7;
  }
}
@media screen and (max-width: 991px) {
  .p-training-message__image {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .p-training-message__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.p-training-message__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.p-training-message__bg-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  opacity: 0.15;
  z-index: 3;
  line-height: 1;
  pointer-events: none;
  -webkit-animation: scroll-left 150s linear infinite;
  animation: scroll-left 150s linear infinite;
}
@media screen and (min-width: 992px) {
  .p-training-message__bg-text {
    font-size: 100px;
    bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Projects: service-training
--------------------------------------------------------------*/
.p-training-plan {
  padding: 80px 0 0;
}
@media screen and (max-width: 991px) {
  .p-training-plan {
    max-width: 85vw !important;
  }
}
.p-training-plan__head .c-page-section-title::after {
  display: none !important;
}
.p-training-plan__table {
  width: 100%;
}
.p-training-plan__table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
}
.p-training-plan__table table th,
.p-training-plan__table table td {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 20px;
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .p-training-plan__table table th,
  .p-training-plan__table table td {
    padding: 30px 40px;
  }
}
.p-training-plan__table table th {
  background: #fff;
  width: 30%;
  text-align: left;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .p-training-plan__table table th {
    width: 25%;
  }
}
.p-training-plan__table table td {
  background: #fff;
}
.p-training-plan__table table tr:last-child th,
.p-training-plan__table table tr:last-child td {
  border-bottom: none;
}

.p-training-banner .c-page-banner {
  background: -webkit-gradient(linear, left top, right top, from(#FF6600), to(#FF771C));
  background: linear-gradient(to right, #FF6600, #FF771C);
}
/*# sourceMappingURL=style.css.map */
