@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* foundation/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

html {
  font-size: 62.5%;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

i, em {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

*:not(table):not(tbody):not(thead):not(tfoot):not(tr):not(th):not(td) {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* foundation/_extend.scss
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .l-header__logo--link:not(span):not(p) {
    transition: opacity 0.3s ease-in-out;
  }
  .l-header__logo--link:not(span):not(p):hover {
    opacity: 0.8;
  }
}

.c-tab__content--visual__img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.p-page404__action, .c-tab__menu--item, .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* foundation/_base.scss
-------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #363636;
  word-break: break-all;
  font-size: 16px;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

p + p {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}

textarea {
  overflow: auto;
  resize: none;
}

@media screen and (min-width: 769px) {
  input, textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  input, textarea {
    font-size: 14px;
  }
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  transform: scale(0);
}

a:not([class]) {
  color: #1E22AA;
  text-decoration: underline;
  cursor: pointer;
}
a:not([class]):hover {
  text-decoration: none;
}
a:not([class])[href=""] {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  [data-device=pc] {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

/*.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}*/
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  /*float: left;*/
  /*height: 100%;*/
  min-height: 1px;
  /*opacity: .3;*/
  transition-duration: 0.3s;
}

/*.slick-slide.slick-current {
    opacity: 1;
}*/
.slick-slide:focus {
  outline: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  cursor: pointer;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .slick-prev,
.slick-next {
    width: 36px;
    height: 36px;
  }
  .slick-prev:hover,
.slick-next:hover {
    opacity: 0.8;
  }
  .slick-prev {
    left: calc(50% - 440px);
  }
  .slick-next {
    right: calc(50% - 440px);
  }
}
/* Dots */
.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #DCDCDC;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: #6C6C6C;
}

@media print, screen and (min-width: 768px) {
  .slick-dots {
    bottom: 18px;
  }
  .slick-dots li button,
.slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (max-width: 767px) {
  .slick-slide {
    overflow: hidden;
  }
  .slick-slide.slick-active {
    z-index: 1;
  }
}
.l-header {
  background-color: #FFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.l-header__inr {
  max-width: 1064px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .l-header__inr {
    padding: 10px 10px 10px 0;
  }
}
.l-header__logo {
  transition: opacity 0.3s ease-in-out;
  margin-right: auto;
}
.l-header__logo--link {
  display: block;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .l-header__utility {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__utility--item + .l-header__utility--item {
    margin-top: 8px;
  }
}
.l-footer {
  color: #FFF;
  background-color: #121E38;
  padding: 0 24px;
}
.l-footer__inr {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .l-footer__inr {
    padding: 80px 56px;
  }
}
.l-footer__content {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    flex-direction: column;
    padding: 0 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__content {
    justify-content: space-between;
    padding-right: 40px;
  }
}
.l-footer__content-2nd {
  border-top: 1px solid #6C6C6C;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer__content-2nd {
    padding: 28px 16px 0;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__content-2nd {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 28px;
  }
}
.l-footer__company-info--logo {
  margin-bottom: 12px;
}
.l-footer__company-info--address-link {
  font-size: 14px;
}
.l-footer__company-info--address-link::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: baseline;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M6.5625 1.3125H9.1875V3.9375' stroke='white' stroke-width='0.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.375 6.125L9.1875 1.3125' stroke='white' stroke-width='0.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.875 5.6875V8.3125C7.875 8.54456 7.78281 8.76712 7.61872 8.93122C7.45462 9.09531 7.23206 9.1875 7 9.1875H2.1875C1.95544 9.1875 1.73288 9.09531 1.56878 8.93122C1.40469 8.76712 1.3125 8.54456 1.3125 8.3125V3.5C1.3125 3.26794 1.40469 3.04538 1.56878 2.88128C1.73288 2.71719 1.95544 2.625 2.1875 2.625H4.8125' stroke='white' stroke-width='0.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-left: 4px;
}
.l-footer__sitemap {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__sitemap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap {
    gap: 24px 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sitemap--box {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap--box {
    min-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sitemap--box-2nd {
    margin-top: -78px;
  }
}
.l-footer__sitemap--menu + .l-footer__sitemap--menu {
  margin-top: 24px;
}
.l-footer__sitemap--header {
  font-size: 14px;
  font-weight: 700;
}
.l-footer__sitemap--header + .l-footer__sitemap--header {
  margin-top: 12px;
}
.l-footer__sitemap--title__link {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap--title__link:hover {
    opacity: 0.5;
  }
}
.l-footer__sitemap--body {
  margin-top: 12px;
}
.l-footer__sitemap--item + .l-footer__sitemap--item {
  margin-top: 8px;
}
.l-footer__sitemap--link {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-footer__sitemap--link:hover {
    opacity: 0.5;
  }
}
.l-footer__action--list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-footer__action [class^=c-btn] {
  min-width: 178px;
}
.l-footer__utility-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.l-footer__utility-link {
  font-size: 12px;
}
.l-footer__copy {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 16px;
  }
}

.l-wrapper {
  word-break: break-all;
}

.l-main__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-main__flex {
    flex-direction: column-reverse;
  }
}

.l-section, .l-section__gray, .l-section__main, .l-section__fluid {
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .l-section, .l-section__gray, .l-section__main, .l-section__fluid {
    padding: 80px 0;
  }
}
.l-section__fluid {
  max-width: initial;
}
.l-section__main {
  background-color: #1E22AA;
}
.l-section__gray {
  background-color: #F9FAFB;
}
.l-section__inr {
  width: 100%;
  max-width: 1120px;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-section__inr {
    padding: 0 32px;
  }
}
.l-section__inr + .l-section__inr {
  margin-top: 80px;
}

.l-nav {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .l-nav {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 99;
    transition: all 0.3s ease-out;
    transform: translateX(100vw);
    padding: 40px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav {
    display: flex;
    align-items: center;
  }
}
.l-nav__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-nav__list {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__list {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__item + .l-nav__item {
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__item:hover > .l-nav__link {
    color: #1E22AA;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__item--haschild {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__item--haschild.is-active > .l-nav__link {
    color: #1E22AA;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link {
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__link {
    padding: 6px 20px;
  }
}
.l-nav__spin {
  display: none;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .l-nav__spin {
    width: 16px;
    height: 16px;
    display: block;
    background: no-repeat center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 6L8.4367 9.80639C8.3796 9.86774 8.31171 9.91644 8.23692 9.94967C8.16213 9.98289 8.08193 10 8.00093 10C7.91992 10 7.83972 9.98289 7.76493 9.94967C7.69014 9.91644 7.62225 9.86774 7.56515 9.80639L4 6' stroke='%23231815'/%3E%3Ccircle cx='8' cy='8' r='7.75' transform='rotate(90 8 8)' stroke='%23231815' stroke-width='0.5'/%3E%3C/svg%3E");
    position: absolute;
    top: 6px;
    right: 0;
  }
}
.l-nav__child {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-nav__child {
    width: 100%;
    max-width: 1056px;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    padding-top: 26px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__child--inr {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__child--inr {
    display: flex;
    gap: 80px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 40px 80px;
  }
}
.l-nav__child--header {
  flex-shrink: 0;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .l-nav__child--header {
    display: none;
  }
}
.l-nav__child--header__link {
  transition: color 0.3s ease-out;
}
.l-nav__child--header__link:hover {
  color: #1E22AA;
}
.l-nav__child--header__jp {
  font-size: 20px;
  font-weight: 700;
}
.l-nav__child--header__en {
  color: #1E22AA;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
.l-nav__child--wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-nav__child--wrap {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__child--wrap {
    width: 100%;
    gap: 80px;
    border-left: 1px solid #DCDCDC;
    padding-left: 80px;
  }
}
.l-nav__child--list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .l-nav__child--list {
    width: calc(50% - 40px);
  }
}
.l-nav__child--link {
  display: block;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-nav__child--link:hover {
    color: #1E22AA;
  }
}
.l-nav__btn {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-nav__btn {
    display: block;
  }
}
.l-nav__line {
  display: block;
  position: absolute;
  left: 12px;
  width: 16px;
  height: 2px;
  background-color: #231815;
  transition: all 0.3s ease-out;
}
.l-nav__line:nth-of-type(1) {
  top: 13px;
}
.l-nav__line:nth-of-type(2) {
  top: 19px;
}
.l-nav__line:nth-of-type(3) {
  top: 25px;
}
.l-nav__contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-nav__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 16px;
    right: 64px;
    z-index: 10;
    background-color: #FF6600;
    border-radius: 10px;
  }
}
.l-nav__overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #121E38;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .l-nav.is-open {
    overflow-y: auto;
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .l-nav__btn.is-active .l-nav__line:nth-of-type(1) {
    transform: rotate(30deg);
    top: 19px;
  }
  .l-nav__btn.is-active .l-nav__line:nth-of-type(2) {
    opacity: 0;
  }
  .l-nav__btn.is-active .l-nav__line:nth-of-type(3) {
    transform: rotate(-30deg);
    top: 19px;
  }
  .l-nav__item--haschild.is-active .l-nav__spin {
    transform: rotate(-180deg);
  }
}
.c-accordion__header {
  color: #1E22AA;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: baseline;
}
.c-accordion__header::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.3s ease-out;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 6L8.4367 9.80639C8.3796 9.86774 8.31171 9.91644 8.23692 9.94967C8.16213 9.98289 8.08193 10 8.00093 10C7.91992 10 7.83972 9.98289 7.76493 9.94967C7.69014 9.91644 7.62225 9.86774 7.56515 9.80639L4 6' stroke='%23231815'/%3E%3Ccircle cx='8' cy='8' r='7.75' transform='rotate(90 8 8)' stroke='%23231815' stroke-width='0.5'/%3E%3C/svg%3E");
  margin-left: 8px;
}
.c-accordion__header:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 6L8.4367 9.80639C8.3796 9.86774 8.31171 9.91644 8.23692 9.94967C8.16213 9.98289 8.08193 10 8.00093 10C7.91992 10 7.83972 9.98289 7.76493 9.94967C7.69014 9.91644 7.62225 9.86774 7.56515 9.80639L4 6' stroke='%231E22AA'/%3E%3Ccircle cx='8' cy='8' r='7.75' transform='rotate(90 8 8)' stroke='%231E22AA' stroke-width='0.5'/%3E%3C/svg%3E");
}
.c-accordion__header.is-open::after {
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 6L8.4367 9.80639C8.3796 9.86774 8.31171 9.91644 8.23692 9.94967C8.16213 9.98289 8.08193 10 8.00093 10C7.91992 10 7.83972 9.98289 7.76493 9.94967C7.69014 9.91644 7.62225 9.86774 7.56515 9.80639L4 6' stroke='%231E22AA'/%3E%3Ccircle cx='8' cy='8' r='7.75' transform='rotate(90 8 8)' stroke='%231E22AA' stroke-width='0.5'/%3E%3C/svg%3E");
}
.c-accordion__body {
  display: none;
  padding-top: 16px;
}
.c-accordion-faq {
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
.c-accordion-faq + .c-accordion-faq {
  margin-top: 16px;
}
.c-accordion-faq__header {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-accordion-faq__header::before {
  content: "Q.";
  color: #1E22AA;
  font-size: 24px;
  font-weight: 700;
  margin-right: 8px;
}
.c-accordion-faq__header::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
  transition: all 0.3s ease-out;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 6L8.4367 9.80639C8.3796 9.86774 8.31171 9.91644 8.23692 9.94967C8.16213 9.98289 8.08193 10 8.00093 10C7.91992 10 7.83972 9.98289 7.76493 9.94967C7.69014 9.91644 7.62225 9.86774 7.56515 9.80639L4 6' stroke='%23231815'/%3E%3Ccircle cx='8' cy='8' r='7.75' transform='rotate(90 8 8)' stroke='%23231815' stroke-width='0.5'/%3E%3C/svg%3E");
  margin-left: auto;
}
.c-accordion-faq__header.is-open::after {
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 6L8.4367 9.80639C8.3796 9.86774 8.31171 9.91644 8.23692 9.94967C8.16213 9.98289 8.08193 10 8.00093 10C7.91992 10 7.83972 9.98289 7.76493 9.94967C7.69014 9.91644 7.62225 9.86774 7.56515 9.80639L4 6' stroke='%23231815'/%3E%3Ccircle cx='8' cy='8' r='7.75' transform='rotate(90 8 8)' stroke='%23231815' stroke-width='0.5'/%3E%3C/svg%3E");
}
.c-accordion-faq__body {
  display: none;
}
.c-accordion-faq__body--inr {
  display: flex;
  border-top: 1px solid #DCDCDC;
  padding-top: 16px;
  margin-top: 16px;
}
.c-accordion-faq__body--inr::before {
  content: "A.";
  color: #1E22AA;
  font-size: 24px;
  font-weight: 700;
  margin-right: 8px;
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  .c-breadcrumbs {
    margin-top: 40px;
  }
}
.c-breadcrumbs__list {
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
}
.c-breadcrumbs__item {
  display: flex;
  align-items: center;
}
.c-breadcrumbs__item + .c-breadcrumbs__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M0.583496 6.58301L3.5835 3.58301L0.583496 0.583008' stroke='%236C6C6C' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin: 0 8px;
}
.c-breadcrumbs__link {
  color: #DCDCDC;
  white-space: nowrap;
  display: inline-flex;
  align-items: baseline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #6C6C6C;
          text-decoration-color: #6C6C6C;
  text-underline-offset: 25%;
}

.c-btn {
  color: #231815;
  font-size: 14px;
  min-width: 160px;
  display: inline-flex;
  justify-content: center;
  gap: 24px;
  background: #FFF no-repeat center right 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L9.80639 7.5633C9.86774 7.6204 9.91644 7.68829 9.94967 7.76308C9.98289 7.83787 10 7.91807 10 7.99907C10 8.08008 9.98289 8.16028 9.94967 8.23507C9.91644 8.30986 9.86774 8.37775 9.80639 8.43485L6 12' stroke='%23231815'/%3E%3Ccircle cx='8' cy='8' r='7.75' stroke='%23231815' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  border: 1px solid #FFF;
  border-radius: 100em;
  transition: all 0.3s ease-in-out;
  padding: 8px 40px 8px 10px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
@media screen and (min-width: 769px) {
  .c-btn:hover {
    color: #1E22AA;
    border-color: #1E22AA;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L9.80639 7.5633C9.86774 7.6204 9.91644 7.68829 9.94967 7.76308C9.98289 7.83787 10 7.91807 10 7.99907C10 8.08008 9.98289 8.16028 9.94967 8.23507C9.91644 8.30986 9.86774 8.37775 9.80639 8.43485L6 12' stroke='%231E22AA'/%3E%3Ccircle cx='8' cy='8' r='7.75' stroke='%231E22AA' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  }
}
.c-btn__no-events {
  pointer-events: none;
}
.c-btn-flat {
  color: #231815;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  gap: 24px;
  background: no-repeat center right 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L9.80639 7.5633C9.86774 7.6204 9.91644 7.68829 9.94967 7.76308C9.98289 7.83787 10 7.91807 10 7.99907C10 8.08008 9.98289 8.16028 9.94967 8.23507C9.91644 8.30986 9.86774 8.37775 9.80639 8.43485L6 12' stroke='%23231815'/%3E%3Ccircle cx='8' cy='8' r='7.75' stroke='%23231815' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  transition: all 0.3s ease-in-out;
  padding-right: 40px;
}
@media screen and (min-width: 769px) {
  .c-btn-flat:hover {
    color: #1E22AA;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L9.80639 7.5633C9.86774 7.6204 9.91644 7.68829 9.94967 7.76308C9.98289 7.83787 10 7.91807 10 7.99907C10 8.08008 9.98289 8.16028 9.94967 8.23507C9.91644 8.30986 9.86774 8.37775 9.80639 8.43485L6 12' stroke='%231E22AA'/%3E%3Ccircle cx='8' cy='8' r='7.75' stroke='%231E22AA' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  }
}

.c-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  padding: 40px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
.c-card__header {
  display: flex;
  gap: 24px;
}
.c-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-card-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .c-card-list__col1-2 .c-card {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 769px) {
  .c-card-list__col1-3 .c-card {
    width: calc(33.3333% - 16px);
  }
}
.c-card-ico {
  width: 80px;
  height: 80px;
  background-color: #F1F1F1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.c-card-title {
  color: #1E22AA;
  font-size: 24px;
  font-weight: 700;
}
.c-card-title__en {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
}
.c-card__action {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.c-card-case {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
@media screen and (min-width: 769px) {
  .c-card-case {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .c-card-case__header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 24px;
  }
}
.c-card-case__footer {
  border-top: 1px solid #DCDCDC;
  padding-top: 16px;
}
.c-card-case-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .c-card-case-thumb {
    width: 320px;
    min-width: 320px;
  }
}
.c-card-case-thumb__img {
  aspect-ratio: 114/103;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.c-card-case-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 24px 40px;
}
@media screen and (min-width: 769px) {
  .c-card-case-wrap {
    width: 100%;
    padding: 40px;
  }
}
.c-card-case-category-list {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-card-case-category-list {
    margin-bottom: 16px;
  }
}
.c-card-case-title {
  color: #1E22AA;
  font-size: 24px;
  font-weight: 700;
}
.c-card-case-document {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.c-card-case-document::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 10V2' stroke='%23231815' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10V12.6667C14 13.0203 13.8595 13.3594 13.6095 13.6095C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V10' stroke='%23231815' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.6665 6.6665L7.99984 9.99984L11.3332 6.6665' stroke='%23231815' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-card-case-document:hover {
    color: #1E22AA;
  }
  .c-card-case-document:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 10V2' stroke='%231E22AA' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 10V12.6667C14 13.0203 13.8595 13.3594 13.6095 13.6095C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V10' stroke='%231E22AA' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.6665 6.6665L7.99984 9.99984L11.3332 6.6665' stroke='%231E22AA' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.c-card-buy {
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  background-color: #FFF;
  padding: 32px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
.c-card-buy__title {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-bottom: 8px;
}
.c-card-buy__title--num {
  color: #1E22AA;
  font-size: 24px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  background-color: #F1F1F1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.c-card-buy__title--ico {
  width: 40px;
  height: 40px;
  background-color: #F1F1F1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.c-card-buy__title--text {
  color: #1E22AA;
  font-size: 18px;
  font-weight: 700;
}
.c-card-buy__desc {
  color: #6C6C6C;
  font-size: 12px;
}
.c-card-buy__body {
  border-top: 1px solid #DCDCDC;
  padding-top: 16px;
  margin-top: 8px;
}
.c-card-buy__visual {
  text-align: center;
}
.c-card-week {
  padding: 8px 16px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
@media screen and (min-width: 769px) {
  .c-card-week {
    padding: 16px;
  }
}
.c-card-week__title {
  color: #1E22AA;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 8px;
}
.c-card-week__body {
  border-top: 1px solid #DCDCDC;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-card-week__body {
    display: flex;
  }
}
.c-card-week__box {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-card-week__box {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-week__box + .c-card-week__box {
    border-left: 1px dotted #DCDCDC;
    padding-left: 8px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 769px) {
  .c-card-week__box + .c-card-week__box {
    border-top: 1px dotted #DCDCDC;
    padding-top: 8px;
    margin-top: 8px;
  }
}
.c-card-week__day {
  color: #1E22AA;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .c-card-week__day {
    padding: 0 10px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .c-card-week__day {
    writing-mode: vertical-rl;
    padding: 10px 0;
  }
}
.c-card-week__work {
  font-size: 14px;
}
.c-card-work {
  width: 112px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
.c-card-work__img {
  display: block;
  margin: auto;
}
.c-card-work__figcaption {
  font-size: 14px;
  text-align: center;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.c-card-safety {
  background-color: #FFF;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
.c-card-safety__title {
  color: #1E22AA;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.c-card-post {
  background-color: #FFF;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
.c-card-post__header {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 8px;
}
.c-card-post__title {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  a.c-card:hover {
    border: 1px solid #1E22AA;
    box-shadow: none;
  }
  a.c-card:hover .c-btn-flat {
    color: #1E22AA;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L9.80639 7.5633C9.86774 7.6204 9.91644 7.68829 9.94967 7.76308C9.98289 7.83787 10 7.91807 10 7.99907C10 8.08008 9.98289 8.16028 9.94967 8.23507C9.91644 8.30986 9.86774 8.37775 9.80639 8.43485L6 12' stroke='%231E22AA'/%3E%3Ccircle cx='8' cy='8' r='7.75' stroke='%231E22AA' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  }
}

figure.wp-block-image {
  margin-top: 16px;
  margin-bottom: 24px;
}
figure.wp-block-image img {
  border-radius: 10px;
}
figure.wp-block-image .wp-element-caption {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}

.wp-block-embed-youtube {
  margin-top: 16px;
  margin-bottom: 24px;
}
.wp-block-embed-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.wp-block-gallery {
  margin-top: 16px;
  margin-bottom: 24px;
}
.wp-block-gallery .wp-block-image {
  border-radius: 10px;
  overflow: hidden;
}

.c-form {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.c-form-input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background-clip: padding-box;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #6C6C6C;
  border-radius: 3px;
  padding: 12px 16px;
}
.c-form-input::-ms-clear {
  display: none;
}
.c-form-input::-ms-reveal {
  display: none;
}
.c-form-input::-ms-expand {
  display: none;
}
.c-form-input::-moz-placeholder {
  color: #6C6C6C;
  font-size: 14px;
}
.c-form-input::placeholder {
  color: #6C6C6C;
  font-size: 14px;
}
.c-form-textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background-clip: padding-box;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #6C6C6C;
  border-radius: 3px;
  padding: 12px 16px;
}
.c-form-textarea::-ms-clear {
  display: none;
}
.c-form-textarea::-ms-reveal {
  display: none;
}
.c-form-textarea::-ms-expand {
  display: none;
}
.c-form-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background-clip: padding-box;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #6C6C6C;
  border-radius: 3px;
  padding: 12px 16px;
  background: no-repeat center right 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath d='M8.36523 0.341797L4.80193 4.14818C4.74484 4.20954 4.67694 4.25823 4.60215 4.29146C4.52737 4.32469 4.44716 4.3418 4.36616 4.3418C4.28516 4.3418 4.20495 4.32469 4.13017 4.29146C4.05538 4.25823 3.98748 4.20954 3.93039 4.14818L0.365234 0.341797' stroke='%236C6C6C'/%3E%3C/svg%3E");
}
.c-form-select::-ms-clear {
  display: none;
}
.c-form-select::-ms-reveal {
  display: none;
}
.c-form-select::-ms-expand {
  display: none;
}
.c-form-select > option:first-child {
  display: none;
  color: #6C6C6C;
}

.c-headline-h1 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-headline-h1 {
    font-size: 60px;
  }
}
.c-headline-h1__en, h1.wp-block-heading {
  color: #1E22AA;
  font-size: 18px;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .c-headline-h1__en, h1.wp-block-heading {
    margin-top: 16px;
  }
}
.c-headline-h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .c-headline-h2 {
    margin-bottom: 80px;
  }
}
.c-headline-h2__en, h2.wp-block-heading {
  color: #1E22AA;
  font-size: 16px;
}
.c-headline-h3, h3.wp-block-heading {
  font-size: 16px;
  font-weight: 700;
  background-color: #F1F1F1;
  padding: 8px;
  margin-bottom: 24px;
}
.c-headline-h4, h4.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.c-headline-h4::before, h4.wp-block-heading::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #1E22AA;
}

.c-information__sort {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-information__sort--btn {
  color: #1E22AA;
  font-size: 12px;
  background-color: #FFF;
  border: 1px solid #AEBBE5;
  border-radius: 100em;
  display: block;
  transition: color 0.3s ease-in-out;
  padding: 4px 8px;
}
@media screen and (min-width: 769px) {
  .c-information__sort--btn:hover {
    color: #AEBBE5;
  }
}
.c-information__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .c-information__list {
    gap: 24px;
  }
}
.c-information__link {
  display: flex;
  background-color: #FFF;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
@media screen and (max-width: 768px) {
  .c-information__link {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 769px) {
  .c-information__link {
    align-items: center;
    gap: 40px;
    padding: 32px;
  }
}
@media screen and (min-width: 769px) {
  .c-information__link:hover .c-information__title {
    color: #1E22AA;
  }
}
@media screen and (min-width: 769px) {
  .c-information__link:hover .c-information__line {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .c-information__header {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.c-information__date {
  color: #6C6C6C;
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-information__date {
    margin-bottom: 8px;
  }
}
.c-information__label {
  color: #1E22AA;
  font-size: 11px;
  text-align: center;
  width: 80px;
  min-width: 80px;
  border: 1px solid #1E22AA;
  border-radius: 100em;
  padding: 0 8px;
}
.c-information__excerpt {
  font-size: 14px;
  margin-top: 8px;
}
.c-information__action {
  flex-shrink: 0;
  margin-left: auto;
}

.c-label-category {
  color: #1E22AA;
  font-size: 12px;
  min-width: 80px;
  background-color: #FFF;
  border-radius: 100em;
  border: 1px solid #AEBBE5;
  transition: all 0.3s ease-in-out;
  padding: 4px 8px;
}
@media screen and (min-width: 769px) {
  .c-label-category:hover {
    color: #AEBBE5;
  }
}
.c-label-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-label-tag {
  font-size: 11px;
  background-color: #F1F1F1;
  border-radius: 4px;
  padding: 2px 8px;
}
.c-label-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-link-list {
  margin-top: 16px;
}
.c-link-list__header {
  margin-bottom: 8px;
}
.c-link-list__link {
  color: #1E22AA;
  font-weight: 700;
  text-decoration: underline;
}
.c-link-list__link--blank::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 3H21.0013V9.00133' stroke='%231E22AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 14L21 3' stroke='%231E22AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.2598 12.4365V18.4365C18.2598 18.967 18.0491 19.4757 17.674 19.8507C17.2989 20.2258 16.7902 20.4365 16.2598 20.4365H5.25977C4.72933 20.4365 4.22062 20.2258 3.84555 19.8507C3.47048 19.4757 3.25977 18.967 3.25977 18.4365V7.43652C3.25977 6.90609 3.47048 6.39738 3.84555 6.02231C4.22062 5.64724 4.72933 5.43652 5.25977 5.43652H11.2598' stroke='%231E22AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-left: 8px;
}
.c-link-list__link--download::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 15V3' stroke='%231E22AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15' stroke='%231E22AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 10L12 15L17 10' stroke='%231E22AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-left: 8px;
}
.c-link-list__desc {
  font-size: 14px;
}

ul:not([class]) {
  list-style: disc;
  padding-left: 24px;
  margin: 24px 0;
}

.c-list, .c-list__decimal, ol.wp-block-list,
ol:not([class]), .c-list__disc {
  margin-top: 16px;
  margin-bottom: 16px;
}
.c-list__disc {
  padding-left: 24px;
}
.c-list__disc--item {
  position: relative;
}
.c-list__disc--item::before {
  content: "●";
  color: #AEBBE5;
  position: absolute;
  top: 0;
  left: -24px;
}
.c-list__disc--item + .c-list__disc--item {
  margin-top: 16px;
}
.c-list__decimal, ol.wp-block-list,
ol:not([class]) {
  padding-left: 24px;
}
.c-list__decimal--item, ol.wp-block-list li:not([class]),
ol:not([class]) li:not([class]) {
  list-style: decimal;
}
.c-list__decimal--item + .c-list__decimal--item, ol.wp-block-list li:not([class]) + .c-list__decimal--item,
ol:not([class]) li:not([class]) + .c-list__decimal--item, ol.wp-block-list .c-list__decimal--item + li:not([class]), ol.wp-block-list li:not([class]) + li:not([class]),
ol:not([class]) .c-list__decimal--item + li:not([class]),
ol:not([class]) li:not([class]) + li:not([class]) {
  margin-top: 8px;
}
.c-list__check--item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.c-list__check--item::before {
  content: "";
  display: block;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.5341 6.66666C14.8385 8.16086 14.6215 9.71427 13.9193 11.0679C13.2171 12.4214 12.072 13.4934 10.6751 14.1049C9.27816 14.7164 7.71382 14.8305 6.24293 14.4282C4.77205 14.026 3.48353 13.1316 2.59225 11.8943C1.70097 10.657 1.26081 9.15148 1.34518 7.62892C1.42954 6.10635 2.03332 4.65872 3.05583 3.52744C4.07835 2.39616 5.45779 1.64961 6.96411 1.4123C8.47043 1.17498 10.0126 1.46123 11.3334 2.22333' stroke='%231E22AA' stroke-width='0.999738' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.33317L8 9.33317L14.6667 2.6665' stroke='%231E22AA' stroke-width='0.999738' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.c-list__check--item + .c-list__check--item {
  margin-top: 8px;
}

ul.wp-block-list {
  list-style: disc;
  padding-left: 24px;
  margin: 24px 0;
}

ol.wp-block-list li + li,
ol:not([class]) li + li {
  margin-top: 8px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .nav-links {
    margin-top: 80px;
  }
}

.page-numbers {
  color: #363636;
  font-weight: 700;
  padding: 0 10px;
}
.page-numbers:not(.dots) {
  color: #1E22AA;
  transition: color 0.3s ease-in-out;
}
.page-numbers:not(.dots):hover, .page-numbers.current {
  color: #1E22AA;
}
.page-numbers.prev, .page-numbers.next {
  background: no-repeat center;
  width: 8px;
  height: 16px;
  text-indent: -100em;
  overflow: hidden;
}
.page-numbers.prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17' fill='none'%3E%3Cpath d='M8.5 16.3652L0.887226 9.23863C0.764512 9.12444 0.667124 8.98865 0.600668 8.83907C0.534212 8.6895 0.5 8.52909 0.5 8.36709C0.5 8.20508 0.534212 8.04467 0.600668 7.8951C0.667124 7.74552 0.764512 7.60973 0.887226 7.49554L8.5 0.365234' stroke='%23231815'/%3E%3C/svg%3E");
}
.page-numbers.next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17' fill='none'%3E%3Cpath d='M0.341797 0.365234L7.95457 7.49183C8.07729 7.60603 8.17467 7.74182 8.24113 7.89139C8.30758 8.04097 8.3418 8.20138 8.3418 8.36338C8.3418 8.52539 8.30758 8.6858 8.24113 8.83537C8.17467 8.98495 8.07729 9.12074 7.95457 9.23493L0.341797 16.3652' stroke='%23231815'/%3E%3C/svg%3E");
}

.c-scroll {
  position: relative;
}
.c-scroll__icon {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 172px;
  left: 96px;
  display: none;
  pointer-events: none;
  background-color: #363636;
  border-radius: 10px;
  margin-left: 0;
}

.c-tab {
  background-color: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(27, 96, 164, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.c-tab__menu--list {
  display: flex;
}
.c-tab__menu--item {
  width: 100%;
  position: relative;
}
.c-tab__menu--item.is-active {
  pointer-events: none;
  color: #FFF;
  background-color: #1E22AA;
}
.c-tab__menu--item:not(.is-active) .c-tab__menu--link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-tab__menu--item:not(.is-active) .c-tab__menu--link::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__menu--link {
    padding: 16px 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__menu--img {
    display: none;
  }
}
.c-tab__menu--txt {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-tab__menu--txt {
    display: block;
  }
}
.c-tab__content {
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .c-tab__content {
    padding: 32px 19px;
  }
}
.c-tab__content--item {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-tab__content--item {
    display: block;
  }
}
.c-tab__content--visual {
  text-align: center;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .c-tab__content--visual {
    width: auto;
    height: 46vw;
    margin-bottom: 24px;
  }
}
.c-tab__content--visual__img {
  width: auto;
}
.c-tab__content--body {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .c-tab__content--body {
    width: auto;
  }
}
.c-tab__content--headline {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-tab__content--headline {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.c-tab__content--txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-tab__content--txt {
    font-size: 14px;
  }
}
.c-tab__content--action {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-tab__content--action {
    margin-top: 24px;
  }
}
.c-tab-2nd__menu {
  margin-bottom: 40px;
}
.c-tab-2nd__menu--list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-tab-2nd__menu--item {
  width: calc(25% - 12px);
}
@media screen and (max-width: 768px) {
  .c-tab-2nd__menu--item {
    width: calc(50% - 8px);
  }
}
.c-tab-2nd__menu--item.is-active .c-tab-2nd__menu--link {
  pointer-events: none;
  color: #FFF;
  background-color: #1E22AA;
}
.c-tab-2nd__menu--link {
  width: 100%;
}
.c-tab-select__menu {
  margin-bottom: 24px;
}
.c-tab-select__content--item:nth-child(n+2) {
  display: none;
}

.c-table, .wp-block-table.is-style-regular,
table:not([class]), .c-table-recruit {
  width: 100%;
}
.c-table__tr, .c-table-recruit__tr {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.c-table__th, .wp-block-table.is-style-regular th:not([class]),
table:not([class]) th:not([class]), .c-table-recruit__th, .c-table__td, .wp-block-table.is-style-regular td:not([class]),
table:not([class]) td:not([class]), .c-table-recruit__td {
  padding: 16px 8px;
}
.c-table__th, .wp-block-table.is-style-regular th:not([class]),
table:not([class]) th:not([class]), .c-table-recruit__th {
  font-weight: 700;
  text-align: left;
}
.c-table__wrap, .wp-block-table {
  width: 100%;
  overflow: auto;
  margin-top: 24px;
  margin-bottom: 80px;
}
.c-table__wrap .c-table, .c-table__wrap .wp-block-table.is-style-regular,
.c-table__wrap table:not([class]), .wp-block-table .c-table, .wp-block-table .wp-block-table.is-style-regular,
.wp-block-table table:not([class]), .c-table__wrap .c-table-recruit, .wp-block-table .c-table-recruit {
  min-width: 1160px;
  margin-top: 0;
  margin-bottom: 0;
}
.c-table-recruit {
  margin-top: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-table-recruit__tr {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    padding: 16px 0;
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-recruit__th {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-table-recruit__th {
    width: 160px;
    min-width: 160px;
    padding: 16px 40px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-table-recruit__td {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-table-recruit__td {
    width: calc(100% - 200px);
    padding: 16px 0;
  }
}

.wp-block-table.is-style-regular thead:not([class]),
table:not([class]) thead:not([class]) {
  border: none;
}
.wp-block-table.is-style-regular .wp-element-caption,
table:not([class]) .wp-element-caption {
  font-size: 12px;
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .p-common-contact {
    padding: 80px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-contact__inr {
    display: flex;
    align-items: center;
    margin: auto;
  }
}
.p-common-contact-content {
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  background-color: #1E22AA;
  padding: 40px 24px;
}
@media screen and (min-width: 769px) {
  .p-common-contact-content {
    width: 70%;
    padding: 80px 100px;
  }
}
.p-common-contact-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.p-common-contact-thumb {
  margin-left: -80px;
}
@media screen and (min-width: 769px) {
  .p-common-contact-thumb {
    width: 50%;
  }
}

.p-page-header {
  background: no-repeat center right -64px/cover;
  background-image: url("../img/common/img_page_header-sp.jpg");
}
@media screen and (min-width: 769px) {
  .p-page-header {
    background-image: url("../img/common/img_page_header-pc.jpg");
    background-position: center right;
  }
}
.p-page-header__inr {
  max-width: 1120px;
  height: 330px;
  padding: 40px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-page-header__inr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 80px 32px 16px 32px;
  }
}
.p-page-visual__img {
  width: 100%;
}

.p-company-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-company-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-company-list__item {
    width: calc(33.3333% - 16px);
  }
}
.p-company-list__link {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
.p-company-list__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  background-image: url("../img/company/bg_gradient.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  mix-blend-mode: multiply;
}
.p-company-list__link:hover::after {
  opacity: 0.5;
}
.p-company-list__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-company-list__title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
}
.p-company-list__title--en {
  font-size: 14px;
}
.p-company-list__title--en-2nd {
  font-size: 11px;
}

.p-outline-table {
  width: 100%;
  border-top: 1px solid #DCDCDC;
}
@media screen and (max-width: 768px) {
  .p-outline-table tr {
    border-bottom: 1px solid #DCDCDC;
  }
}
.p-outline-table th,
.p-outline-table td {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-outline-table th,
.p-outline-table td {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-outline-table th,
.p-outline-table td {
    border-bottom: 1px solid #DCDCDC;
  }
}
.p-outline-table th {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-outline-table th {
    padding-top: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-outline-table th {
    width: 140px;
    min-width: 140px;
    padding: 24px 20px 24px 40px;
  }
}
.p-outline-table th small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-outline-table td {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-outline-table td {
    padding: 24px 40px 24px 20px;
  }
}

.p-access {
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-access {
    flex-direction: column;
  }
}
.p-access__visual {
  width: 300px;
  min-width: 300px;
}
.p-access__map {
  width: 100%;
  height: 320px;
}

.p-history-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-history-list__item {
  display: flex;
  gap: 16px 40px;
}
@media screen and (max-width: 768px) {
  .p-history-list__item {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-history-list__header {
    width: 180px;
    min-width: 180px;
  }
}
.p-history-list__year {
  color: #1E22AA;
  font-size: 20px;
  font-weight: 700;
}
.p-history-list__year--num {
  font-size: 32px;
}
.p-history-list__year--jp {
  color: #6C6C6C;
}
.p-history-list__body {
  background-color: #FFF;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
@media screen and (min-width: 769px) {
  .p-history-list__body {
    width: 100%;
    padding: 40px;
  }
}
.p-history-list__headline {
  color: #1E22AA;
  font-size: 24px;
  font-weight: 700;
}
.p-history-list__txt::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-history-list__visual {
    text-align: center;
    margin-top: 16px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-history-list__visual {
    float: right;
    margin: 0 0 16px 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-history-list__visual--img-vertical {
    width: 43%;
  }
}

.p-licenses-section + .p-licenses-section {
  margin-top: 40px;
}
.p-licenses-list {
  display: flex;
  gap: 24px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-licenses-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-licenses-list {
    flex-wrap: wrap;
    gap: 48px 40px;
    padding: 0 32px;
  }
}
.p-licenses-list__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (min-width: 769px) {
  .p-licenses-list__item {
    width: calc(33.3333% - 27px);
  }
}
.p-licenses-list__title {
  color: #1E22AA;
  font-size: 18px;
  font-weight: 700;
}
.p-licenses-list__title-sub {
  color: #6C6C6C;
  font-size: 12px;
}
.p-licenses-list__text {
  font-size: 14px;
  margin-top: 8px;
}

.p-recruit-flow-list {
  display: flex;
  gap: 52px;
}
@media screen and (max-width: 768px) {
  .p-recruit-flow-list {
    flex-direction: column;
  }
}
.p-recruit-flow-list__item {
  color: #1E22AA;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 0 10px 8px rgba(30, 34, 170, 0.07);
}
.p-recruit-flow-list__item + .p-recruit-flow-list__item {
  position: relative;
}
.p-recruit-flow-list__item + .p-recruit-flow-list__item::before {
  content: "";
  display: block;
  background: no-repeat center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-recruit-flow-list__item + .p-recruit-flow-list__item::before {
    width: 18px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='9' viewBox='0 0 17 9' fill='none'%3E%3Cpath d='M16.3652 0.341797L9.23863 7.95457C9.12444 8.07729 8.98865 8.17467 8.83907 8.24113C8.6895 8.30758 8.52909 8.3418 8.36709 8.3418C8.20508 8.3418 8.04467 8.30758 7.8951 8.24113C7.74552 8.17467 7.60973 8.07729 7.49554 7.95457L0.365234 0.341797' stroke='%23231815'/%3E%3C/svg%3E");
    top: -30px;
    left: calc(50% - 8px);
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-flow-list__item + .p-recruit-flow-list__item::before {
    width: 9px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17' fill='none'%3E%3Cpath d='M0.341797 0.365234L7.95457 7.49183C8.07729 7.60603 8.17467 7.74182 8.24113 7.89139C8.30758 8.04097 8.3418 8.20138 8.3418 8.36338C8.3418 8.52539 8.30758 8.6858 8.24113 8.83537C8.17467 8.98495 8.07729 9.12074 7.95457 9.23493L0.341797 16.3652' stroke='%23231815'/%3E%3C/svg%3E");
    top: calc(50% - 9px);
    left: -30px;
  }
}
.p-recruit-bnr-list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit-bnr-list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-bnr-list {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.p-contact__wrap {
  max-width: 600px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-contact-field {
    display: flex;
    gap: 40px;
  }
}
.p-contact-field + .p-contact-field {
  margin-top: 16px;
}
.p-contact-field__header {
  font-weight: 700;
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-contact-field__header {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-contact-field__body {
    width: 100%;
  }
}
.p-contact-agree {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-contact-agree {
    margin-top: 80px;
  }
}
.p-contact-action {
  text-align: center;
  margin-top: 40px;
}
.p-contact .wpcf7-not-valid {
  border-color: #E50048;
}
.p-contact .wpcf7-not-valid-tip {
  color: #E50048;
  font-size: 12px;
  margin-top: 8px;
}
.p-contact .wpcf7-spinner {
  display: none;
}

.p-heroheader {
  background-color: #1E22AA;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-heroheader {
    padding-bottom: 80px;
  }
}
.p-heroheader__inr {
  min-height: calc(100vh - 60px);
  display: flex;
  gap: 20px;
  background-image: url("../img/front/bg_mv-sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 24px 196px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-heroheader__inr {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-heroheader__inr {
    gap: 40px;
    align-items: center;
    background-image: url("../img/front/bg_mv-pc.jpg");
    background-position: center;
    padding: 120px 16px;
  }
}
.p-heroheader__visual {
  width: 100%;
}
.p-heroheader__copy {
  font-size: 40px;
  font-weight: 700;
}
.p-heroheader__copy--image {
  margin-top: 16px;
}
.p-heroheader__copy--wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .p-heroheader__copy--wrap {
    max-width: 1056px;
    gap: 40px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-heroheader__copy--desc {
    max-width: 400px;
  }
}

.p-index-news {
  width: calc(100% - 48px);
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px;
  margin: -80px auto 0;
}
@media screen and (min-width: 769px) {
  .p-index-news {
    max-width: 1056px;
    display: flex;
    gap: 40px;
    padding: 80px;
  }
}
.p-index-news__header {
  flex-shrink: 0;
}
.p-index-news__header .c-headline-h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-index-news__body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-index-news-list {
    margin-bottom: 40px;
  }
}
.p-index-news-list-item {
  border-bottom: 1px solid #DCDCDC;
}
.p-index-news-list-item:first-child a {
  padding-top: 0;
}
.p-index-news-list-link {
  display: block;
  padding: 16px 0;
}
@media screen and (min-width: 769px) {
  .p-index-news-list-link {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-index-news-list-link:hover .p-index-news-title {
    color: #1E22AA;
  }
}
.p-index-news-list-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-index-news-list-meta {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 769px) {
  .p-index-news-list-meta {
    justify-content: flex-start;
    gap: 40px;
  }
}
.p-index-news-date {
  color: #6C6C6C;
  font-size: 12px;
}
.p-index-news-title {
  transition: all 0.3s ease-in-out;
}

.p-page404__header {
  text-align: center;
  margin-bottom: 40px;
}
.p-page404__headline {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-page404__headline {
    font-size: 24px;
  }
}
.p-page404__body {
  text-align: center;
  margin-bottom: 40px;
}
.p-page404__body p + p {
  margin-top: 24px;
}
.p-post__meta {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
.p-post__meta--box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-post__date {
  color: #6C6C6C;
  font-size: 12px;
}
.p-post__title {
  color: #1E22AA;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-post__title {
    margin-bottom: 80px;
  }
}
.p-post__mv {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-post__mv {
    margin-bottom: 80px;
  }
}
.p-post__action {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-post__action {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-post__action {
    align-items: baseline;
    margin-top: 80px;
  }
}
.p-post__action .c-card-post {
  width: 100%;
}

.p-service-product-list, .p-service-product-list__col2-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .p-service-product-list, .p-service-product-list__col2-4 {
    gap: 40px 24px;
  }
}
.p-service-product-list__item {
  width: calc((100% - 24px) / 2);
}
@media screen and (min-width: 769px) {
  .p-service-product-list__item {
    width: calc((100% - 96px) / 5);
  }
}
.p-service-product-list__figure {
  text-align: center;
}
.p-service-product-list__figcaption {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-service-product-list__col2-4 .p-service-product-list__item {
    width: calc(25% - 18px);
  }
}
.p-service-product-info {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-product-info {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-service-product-info {
    flex-wrap: wrap;
  }
}
.p-service-product-info__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-service-product-info__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 769px) {
  .p-service-check {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}

.p-buy-flow-list__wrap {
  overflow: hidden;
  padding-top: 16px;
  margin-top: -16px;
}
.p-buy-flow-list__item {
  width: 100%;
  max-width: 336px;
  overflow: initial;
}
.p-buy-flow-list__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.p-buy-flow-list__arrow {
  cursor: pointer;
}
.p-buy-flow-list__arrow--prev {
  order: 1;
}
.p-buy-flow-list__arrow--next {
  order: 3;
}
.p-buy-flow-list__arrow svg {
  display: block;
}
.p-buy-flow-list .slick-list {
  overflow: initial;
  max-width: 1120px;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-buy-flow-list .slick-list {
    padding: 0 32px;
  }
}
.p-buy-flow-list .slick-track {
  gap: 24px;
}
.p-buy-flow-list .c-card-buy {
  height: 100%;
}

.slick-dots {
  order: 2;
}

.p-security-list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-security-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-security-list {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-security-list__item {
    width: calc(33.333% - 16px);
  }
}
.p-security-list__item .c-card-buy {
  height: 100%;
}
.p-security-enhanced {
  background: no-repeat center/cover url("../img/security/bg_security-sp.jpg");
}
@media screen and (min-width: 769px) {
  .p-security-enhanced {
    background-image: url("../img/security/bg_security-pc.jpg");
  }
}

.p-housing-solution-work {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-housing-solution-work {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-housing-solution-work {
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-housing-solution-work__visual {
    width: 60%;
    max-width: 602px;
    padding: 0 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-housing-solution-work__content {
    width: 40%;
    max-width: 478px;
    padding: 0 32px;
  }
}
.p-housing-solution-work__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-housing-solution-work__reverse {
    flex-direction: row-reverse;
  }
}

.p-works-week-list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-works-week-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-works-week-list__item {
    width: calc(20% - 19px);
  }
}
@media screen and (min-width: 769px) {
  .p-works-flow-list {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
}
.p-works-flow-list__wrap {
  overflow: hidden;
  padding-top: 16px;
  margin-top: -16px;
}
.p-works-flow-list__item {
  width: 100%;
  max-width: 112px;
  overflow: initial;
}
.p-works-flow-list__item + .p-works-flow-list__item {
  position: relative;
}
.p-works-flow-list__item + .p-works-flow-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  width: 9px;
  height: 18px;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='17' viewBox='0 0 9 17' fill='none'%3E%3Cpath d='M0.341797 0.36499L7.95457 7.49159C8.07729 7.60578 8.17467 7.74157 8.24113 7.89115C8.30758 8.04073 8.3418 8.20113 8.3418 8.36314C8.3418 8.52515 8.30758 8.68555 8.24113 8.83513C8.17467 8.9847 8.07729 9.1205 7.95457 9.23469L0.341797 16.365' stroke='%23231815'/%3E%3C/svg%3E");
}
.p-works-flow-list__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.p-works-flow-list__arrow {
  cursor: pointer;
}
.p-works-flow-list__arrow--prev {
  order: 1;
}
.p-works-flow-list__arrow--next {
  order: 3;
}
.p-works-flow-list__arrow svg {
  display: block;
}
.p-works-flow-list .slick-list {
  overflow: initial;
  max-width: 1120px;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-works-flow-list .slick-list {
    padding: 0 32px;
  }
}
.p-works-flow-list .slick-track {
  gap: 24px;
}
.p-works-flow-list .c-card-buy {
  height: 100%;
}
.p-works-detail + .p-works-detail {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-works-detail + .p-works-detail {
    margin-top: 80px;
  }
}
.p-works-detail__header {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 24px;
}
.p-works-detail__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background-color: #E4F5FF;
}
.p-works-detail__text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
}
.p-works-detail__box {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-works-detail__box {
    display: flex;
    gap: 40px;
    padding: 0 32px;
  }
}
.p-works-detail__day {
  color: #1E22AA;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .p-works-detail__day {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-works-detail__day {
    writing-mode: vertical-rl;
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-works-detail__work {
    display: flex;
    gap: 40px;
  }
}
.p-works-detail__work--title {
  color: #1E22AA;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .p-works-detail__desc {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-works-detail__visual {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-works-detail__visual {
    min-width: 55%;
  }
}
.p-works-safety-list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-works-safety-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-works-safety-list {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-works-safety-list__item {
    width: 100%;
  }
}

/* object/utility/_align.scss
-------------------------------------------------- */
.u-va-baseline {
  vertical-align: baseline !important;
}

.u-va-top {
  vertical-align: top !important;
}

.u-va-middle {
  vertical-align: middle !important;
}

.u-va-bottom {
  vertical-align: bottom !important;
}

.u-va-text-bottom {
  vertical-align: text-bottom !important;
}

.u-va-text-top {
  vertical-align: text-top !important;
}

/* object/utility/_flex.scss
-------------------------------------------------- */
.u-flex {
  display: flex !important;
}

@media screen and (min-width: 769px) {
  .u-flex-md {
    display: flex !important;
  }
}

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

@media screen and (min-width: 769px) {
  .u-inlineflex-md {
    display: inline-flex !important;
  }
}

.u-jc-c {
  justify-content: center !important;
}

.u-jc-fe {
  justify-content: flex-end !important;
}

.u-jc-fs {
  justify-content: flex-start !important;
}

.u-jc-sa {
  justify-content: space-around !important;
}

.u-jc-sb {
  justify-content: space-between !important;
}

.u-jc-se {
  justify-content: space-evenly !important;
}

@media screen and (min-width: 769px) {
  .u-jc-c-md {
    justify-content: center !important;
  }
}

@media screen and (min-width: 769px) {
  .u-jc-fe-md {
    justify-content: flex-end !important;
  }
}

@media screen and (min-width: 769px) {
  .u-jc-fs-md {
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 769px) {
  .u-jc-sa-md {
    justify-content: space-around !important;
  }
}

@media screen and (min-width: 769px) {
  .u-jc-sb-md {
    justify-content: space-between !important;
  }
}

@media screen and (min-width: 769px) {
  .u-jc-se-md {
    justify-content: space-evenly !important;
  }
}

.u-ai-bl {
  align-items: baseline !important;
}

.u-ai-c {
  align-items: center !important;
}

.u-ai-fe {
  align-items: flex-end !important;
}

.u-ai-fs {
  align-items: flex-start !important;
}

.u-ai-s {
  align-items: stretch !important;
}

@media screen and (min-width: 769px) {
  .u-ai-bl-md {
    align-items: baseline !important;
  }
}

@media screen and (min-width: 769px) {
  .u-ai-c-md {
    align-items: center !important;
  }
}

@media screen and (min-width: 769px) {
  .u-ai-fe-md {
    align-items: flex-end !important;
  }
}

@media screen and (min-width: 769px) {
  .u-ai-fs-md {
    align-items: flex-start !important;
  }
}

@media screen and (min-width: 769px) {
  .u-ai-s-md {
    align-items: stretch !important;
  }
}

.u-fd-c {
  flex-direction: column !important;
}

.u-fd-cr {
  flex-direction: column-reverse !important;
}

.u-fd-r {
  flex-direction: row !important;
}

.u-fd-rr {
  flex-direction: row-reverse !important;
}

@media screen and (min-width: 769px) {
  .u-fd-c-md {
    flex-direction: column !important;
  }
}

@media screen and (min-width: 769px) {
  .u-fd-cr-md {
    flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 769px) {
  .u-fd-r-md {
    flex-direction: row !important;
  }
}

@media screen and (min-width: 769px) {
  .u-fd-rr-md {
    flex-direction: row-reverse !important;
  }
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-gap-0 {
  gap: 0px !important;
}

.u-gap-4 {
  gap: 4px !important;
}

.u-gap-8 {
  gap: 8px !important;
}

.u-gap-12 {
  gap: 12px !important;
}

.u-gap-16 {
  gap: 16px !important;
}

.u-gap-20 {
  gap: 20px !important;
}

.u-gap-24 {
  gap: 24px !important;
}

.u-gap-28 {
  gap: 28px !important;
}

.u-gap-32 {
  gap: 32px !important;
}

.u-gap-36 {
  gap: 36px !important;
}

.u-gap-40 {
  gap: 40px !important;
}

.u-gap-44 {
  gap: 44px !important;
}

.u-gap-48 {
  gap: 48px !important;
}

.u-gap-52 {
  gap: 52px !important;
}

.u-gap-56 {
  gap: 56px !important;
}

.u-gap-60 {
  gap: 60px !important;
}

.u-gap-64 {
  gap: 64px !important;
}

.u-gap-68 {
  gap: 68px !important;
}

.u-gap-72 {
  gap: 72px !important;
}

.u-gap-76 {
  gap: 76px !important;
}

.u-gap-80 {
  gap: 80px !important;
}

/* object/utility/_font.scss
-------------------------------------------------- */
.u-fc-base {
  color: #231815 !important;
}

.u-fc-red {
  color: #E50048 !important;
}

.u-ws-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

.u-va-top {
  vertical-align: top !important;
}

.u-va-middle {
  vertical-align: middle !important;
}

.u-va-bottom {
  vertical-align: bottom !important;
}

@media screen and (min-width: 769px) {
  .u-ta-center-md {
    text-align: center !important;
  }
  .u-ta-right-md {
    text-align: right !important;
  }
  .u-ta-left-md {
    text-align: left !important;
  }
  .u-ta-justify-md {
    text-align: justify !important;
  }
}
.u-text-wrap {
  white-space: normal !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fs-normal {
  font-style: normal !important;
}

.u-fs-italic {
  font-style: italic !important;
}

.u-fs-10 {
  font-size: 1rem;
}

.u-fs-11 {
  font-size: 1.1rem;
}

.u-fs-12 {
  font-size: 1.2rem;
}

.u-fs-13 {
  font-size: 1.3rem;
}

.u-fs-14 {
  font-size: 1.4rem;
}

.u-fs-15 {
  font-size: 1.5rem;
}

.u-fs-16 {
  font-size: 1.6rem;
}

.u-fs-17 {
  font-size: 1.7rem;
}

.u-fs-18 {
  font-size: 1.8rem;
}

.u-fs-19 {
  font-size: 1.9rem;
}

.u-fs-20 {
  font-size: 2rem;
}

.u-fs-21 {
  font-size: 2.1rem;
}

.u-fs-22 {
  font-size: 2.2rem;
}

.u-fs-23 {
  font-size: 2.3rem;
}

.u-fs-24 {
  font-size: 2.4rem;
}

.u-fs-25 {
  font-size: 2.5rem;
}

.u-fs-26 {
  font-size: 2.6rem;
}

.u-fs-27 {
  font-size: 2.7rem;
}

.u-fs-28 {
  font-size: 2.8rem;
}

.u-fs-29 {
  font-size: 2.9rem;
}

.u-fs-30 {
  font-size: 3rem;
}

.u-fs-31 {
  font-size: 3.1rem;
}

.u-fs-32 {
  font-size: 3.2rem;
}

.u-fs-33 {
  font-size: 3.3rem;
}

.u-fs-34 {
  font-size: 3.4rem;
}

.u-fs-35 {
  font-size: 3.5rem;
}

.u-fs-36 {
  font-size: 3.6rem;
}

.u-fs-37 {
  font-size: 3.7rem;
}

.u-fs-38 {
  font-size: 3.8rem;
}

.u-fs-39 {
  font-size: 3.9rem;
}

.u-fs-40 {
  font-size: 4rem;
}

@media screen and (min-width: 769px) {
  .u-fs-10-md {
    font-size: 1rem;
  }
  .u-fs-11-md {
    font-size: 1.1rem;
  }
  .u-fs-12-md {
    font-size: 1.2rem;
  }
  .u-fs-13-md {
    font-size: 1.3rem;
  }
  .u-fs-14-md {
    font-size: 1.4rem;
  }
  .u-fs-15-md {
    font-size: 1.5rem;
  }
  .u-fs-16-md {
    font-size: 1.6rem;
  }
  .u-fs-17-md {
    font-size: 1.7rem;
  }
  .u-fs-18-md {
    font-size: 1.8rem;
  }
  .u-fs-19-md {
    font-size: 1.9rem;
  }
  .u-fs-20-md {
    font-size: 2rem;
  }
  .u-fs-21-md {
    font-size: 2.1rem;
  }
  .u-fs-22-md {
    font-size: 2.2rem;
  }
  .u-fs-23-md {
    font-size: 2.3rem;
  }
  .u-fs-24-md {
    font-size: 2.4rem;
  }
  .u-fs-25-md {
    font-size: 2.5rem;
  }
  .u-fs-26-md {
    font-size: 2.6rem;
  }
  .u-fs-27-md {
    font-size: 2.7rem;
  }
  .u-fs-28-md {
    font-size: 2.8rem;
  }
  .u-fs-29-md {
    font-size: 2.9rem;
  }
  .u-fs-30-md {
    font-size: 3rem;
  }
  .u-fs-31-md {
    font-size: 3.1rem;
  }
  .u-fs-32-md {
    font-size: 3.2rem;
  }
  .u-fs-33-md {
    font-size: 3.3rem;
  }
  .u-fs-34-md {
    font-size: 3.4rem;
  }
  .u-fs-35-md {
    font-size: 3.5rem;
  }
  .u-fs-36-md {
    font-size: 3.6rem;
  }
  .u-fs-37-md {
    font-size: 3.7rem;
  }
  .u-fs-38-md {
    font-size: 3.8rem;
  }
  .u-fs-39-md {
    font-size: 3.9rem;
  }
  .u-fs-40-md {
    font-size: 4rem;
  }
}
.u-width-auto {
  width: auto !important;
}

.u-width-0 {
  width: 0px !important;
}

.u-width-4 {
  width: 4px !important;
}

.u-width-8 {
  width: 8px !important;
}

.u-width-12 {
  width: 12px !important;
}

.u-width-16 {
  width: 16px !important;
}

.u-width-20 {
  width: 20px !important;
}

.u-width-24 {
  width: 24px !important;
}

.u-width-28 {
  width: 28px !important;
}

.u-width-32 {
  width: 32px !important;
}

.u-width-36 {
  width: 36px !important;
}

.u-width-40 {
  width: 40px !important;
}

.u-width-44 {
  width: 44px !important;
}

.u-width-48 {
  width: 48px !important;
}

.u-width-52 {
  width: 52px !important;
}

.u-width-56 {
  width: 56px !important;
}

.u-width-60 {
  width: 60px !important;
}

.u-width-64 {
  width: 64px !important;
}

.u-width-68 {
  width: 68px !important;
}

.u-width-72 {
  width: 72px !important;
}

.u-width-76 {
  width: 76px !important;
}

.u-width-80 {
  width: 80px !important;
}

.u-width-84 {
  width: 84px !important;
}

.u-width-88 {
  width: 88px !important;
}

.u-width-92 {
  width: 92px !important;
}

.u-width-96 {
  width: 96px !important;
}

.u-width-100 {
  width: 100px !important;
}

.u-width-104 {
  width: 104px !important;
}

.u-width-108 {
  width: 108px !important;
}

.u-width-112 {
  width: 112px !important;
}

.u-width-116 {
  width: 116px !important;
}

.u-width-120 {
  width: 120px !important;
}

.u-width-124 {
  width: 124px !important;
}

.u-width-128 {
  width: 128px !important;
}

.u-width-132 {
  width: 132px !important;
}

.u-width-136 {
  width: 136px !important;
}

.u-width-140 {
  width: 140px !important;
}

.u-width-144 {
  width: 144px !important;
}

.u-width-148 {
  width: 148px !important;
}

.u-width-152 {
  width: 152px !important;
}

.u-width-156 {
  width: 156px !important;
}

.u-width-160 {
  width: 160px !important;
}

.u-width-164 {
  width: 164px !important;
}

.u-width-168 {
  width: 168px !important;
}

.u-width-172 {
  width: 172px !important;
}

.u-width-176 {
  width: 176px !important;
}

.u-width-180 {
  width: 180px !important;
}

.u-width-184 {
  width: 184px !important;
}

.u-width-188 {
  width: 188px !important;
}

.u-width-192 {
  width: 192px !important;
}

.u-width-196 {
  width: 196px !important;
}

.u-width-200 {
  width: 200px !important;
}

.u-width-204 {
  width: 204px !important;
}

.u-width-208 {
  width: 208px !important;
}

.u-width-212 {
  width: 212px !important;
}

.u-width-216 {
  width: 216px !important;
}

.u-width-220 {
  width: 220px !important;
}

.u-width-224 {
  width: 224px !important;
}

.u-width-228 {
  width: 228px !important;
}

.u-width-232 {
  width: 232px !important;
}

.u-width-236 {
  width: 236px !important;
}

.u-width-240 {
  width: 240px !important;
}

.u-width-244 {
  width: 244px !important;
}

.u-width-248 {
  width: 248px !important;
}

.u-width-252 {
  width: 252px !important;
}

.u-width-256 {
  width: 256px !important;
}

.u-width-260 {
  width: 260px !important;
}

.u-width-264 {
  width: 264px !important;
}

.u-width-268 {
  width: 268px !important;
}

.u-width-272 {
  width: 272px !important;
}

.u-width-276 {
  width: 276px !important;
}

.u-width-280 {
  width: 280px !important;
}

.u-width-284 {
  width: 284px !important;
}

.u-width-288 {
  width: 288px !important;
}

.u-width-292 {
  width: 292px !important;
}

.u-width-296 {
  width: 296px !important;
}

.u-width-300 {
  width: 300px !important;
}

.u-width-304 {
  width: 304px !important;
}

.u-width-308 {
  width: 308px !important;
}

.u-width-312 {
  width: 312px !important;
}

.u-width-316 {
  width: 316px !important;
}

.u-width-320 {
  width: 320px !important;
}

.u-width-324 {
  width: 324px !important;
}

.u-width-328 {
  width: 328px !important;
}

.u-width-332 {
  width: 332px !important;
}

.u-width-336 {
  width: 336px !important;
}

.u-width-340 {
  width: 340px !important;
}

.u-width-344 {
  width: 344px !important;
}

.u-width-348 {
  width: 348px !important;
}

.u-width-352 {
  width: 352px !important;
}

.u-width-356 {
  width: 356px !important;
}

.u-width-360 {
  width: 360px !important;
}

.u-width-364 {
  width: 364px !important;
}

.u-width-368 {
  width: 368px !important;
}

.u-width-372 {
  width: 372px !important;
}

.u-width-376 {
  width: 376px !important;
}

.u-width-380 {
  width: 380px !important;
}

.u-width-384 {
  width: 384px !important;
}

.u-width-388 {
  width: 388px !important;
}

.u-width-392 {
  width: 392px !important;
}

.u-width-396 {
  width: 396px !important;
}

.u-width-400 {
  width: 400px !important;
}

.u-height-auto {
  width: auto !important;
}

.u-height-0 {
  height: 0px !important;
}

.u-height-4 {
  height: 4px !important;
}

.u-height-8 {
  height: 8px !important;
}

.u-height-12 {
  height: 12px !important;
}

.u-height-16 {
  height: 16px !important;
}

.u-height-20 {
  height: 20px !important;
}

.u-height-24 {
  height: 24px !important;
}

.u-height-28 {
  height: 28px !important;
}

.u-height-32 {
  height: 32px !important;
}

.u-height-36 {
  height: 36px !important;
}

.u-height-40 {
  height: 40px !important;
}

.u-height-44 {
  height: 44px !important;
}

.u-height-48 {
  height: 48px !important;
}

.u-height-52 {
  height: 52px !important;
}

.u-height-56 {
  height: 56px !important;
}

.u-height-60 {
  height: 60px !important;
}

.u-height-64 {
  height: 64px !important;
}

.u-height-68 {
  height: 68px !important;
}

.u-height-72 {
  height: 72px !important;
}

.u-height-76 {
  height: 76px !important;
}

.u-height-80 {
  height: 80px !important;
}

.u-height-84 {
  height: 84px !important;
}

.u-height-88 {
  height: 88px !important;
}

.u-height-92 {
  height: 92px !important;
}

.u-height-96 {
  height: 96px !important;
}

.u-height-100 {
  height: 100px !important;
}

.u-height-104 {
  height: 104px !important;
}

.u-height-108 {
  height: 108px !important;
}

.u-height-112 {
  height: 112px !important;
}

.u-height-116 {
  height: 116px !important;
}

.u-height-120 {
  height: 120px !important;
}

.u-height-124 {
  height: 124px !important;
}

.u-height-128 {
  height: 128px !important;
}

.u-height-132 {
  height: 132px !important;
}

.u-height-136 {
  height: 136px !important;
}

.u-height-140 {
  height: 140px !important;
}

.u-height-144 {
  height: 144px !important;
}

.u-height-148 {
  height: 148px !important;
}

.u-height-152 {
  height: 152px !important;
}

.u-height-156 {
  height: 156px !important;
}

.u-height-160 {
  height: 160px !important;
}

.u-height-164 {
  height: 164px !important;
}

.u-height-168 {
  height: 168px !important;
}

.u-height-172 {
  height: 172px !important;
}

.u-height-176 {
  height: 176px !important;
}

.u-height-180 {
  height: 180px !important;
}

.u-height-184 {
  height: 184px !important;
}

.u-height-188 {
  height: 188px !important;
}

.u-height-192 {
  height: 192px !important;
}

.u-height-196 {
  height: 196px !important;
}

.u-height-200 {
  height: 200px !important;
}

.u-height-204 {
  height: 204px !important;
}

.u-height-208 {
  height: 208px !important;
}

.u-height-212 {
  height: 212px !important;
}

.u-height-216 {
  height: 216px !important;
}

.u-height-220 {
  height: 220px !important;
}

.u-height-224 {
  height: 224px !important;
}

.u-height-228 {
  height: 228px !important;
}

.u-height-232 {
  height: 232px !important;
}

.u-height-236 {
  height: 236px !important;
}

.u-height-240 {
  height: 240px !important;
}

.u-height-244 {
  height: 244px !important;
}

.u-height-248 {
  height: 248px !important;
}

.u-height-252 {
  height: 252px !important;
}

.u-height-256 {
  height: 256px !important;
}

.u-height-260 {
  height: 260px !important;
}

.u-height-264 {
  height: 264px !important;
}

.u-height-268 {
  height: 268px !important;
}

.u-height-272 {
  height: 272px !important;
}

.u-height-276 {
  height: 276px !important;
}

.u-height-280 {
  height: 280px !important;
}

.u-height-284 {
  height: 284px !important;
}

.u-height-288 {
  height: 288px !important;
}

.u-height-292 {
  height: 292px !important;
}

.u-height-296 {
  height: 296px !important;
}

.u-height-300 {
  height: 300px !important;
}

.u-height-304 {
  height: 304px !important;
}

.u-height-308 {
  height: 308px !important;
}

.u-height-312 {
  height: 312px !important;
}

.u-height-316 {
  height: 316px !important;
}

.u-height-320 {
  height: 320px !important;
}

.u-height-324 {
  height: 324px !important;
}

.u-height-328 {
  height: 328px !important;
}

.u-height-332 {
  height: 332px !important;
}

.u-height-336 {
  height: 336px !important;
}

.u-height-340 {
  height: 340px !important;
}

.u-height-344 {
  height: 344px !important;
}

.u-height-348 {
  height: 348px !important;
}

.u-height-352 {
  height: 352px !important;
}

.u-height-356 {
  height: 356px !important;
}

.u-height-360 {
  height: 360px !important;
}

.u-height-364 {
  height: 364px !important;
}

.u-height-368 {
  height: 368px !important;
}

.u-height-372 {
  height: 372px !important;
}

.u-height-376 {
  height: 376px !important;
}

.u-height-380 {
  height: 380px !important;
}

.u-height-384 {
  height: 384px !important;
}

.u-height-388 {
  height: 388px !important;
}

.u-height-392 {
  height: 392px !important;
}

.u-height-396 {
  height: 396px !important;
}

.u-height-400 {
  height: 400px !important;
}

/* object/utility/_margin.scss
-------------------------------------------------- */
.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.u-mt-4,
.u-my-4 {
  margin-top: 4px !important;
}

.u-mt-8,
.u-my-8 {
  margin-top: 8px !important;
}

.u-mt-12,
.u-my-12 {
  margin-top: 12px !important;
}

.u-mt-16,
.u-my-16 {
  margin-top: 16px !important;
}

.u-mt-20,
.u-my-20 {
  margin-top: 20px !important;
}

.u-mt-24,
.u-my-24 {
  margin-top: 24px !important;
}

.u-mt-28,
.u-my-28 {
  margin-top: 28px !important;
}

.u-mt-32,
.u-my-32 {
  margin-top: 32px !important;
}

.u-mt-36,
.u-my-36 {
  margin-top: 36px !important;
}

.u-mt-40,
.u-my-40 {
  margin-top: 40px !important;
}

.u-mt-44,
.u-my-44 {
  margin-top: 44px !important;
}

.u-mt-48,
.u-my-48 {
  margin-top: 48px !important;
}

.u-mt-52,
.u-my-52 {
  margin-top: 52px !important;
}

.u-mt-56,
.u-my-56 {
  margin-top: 56px !important;
}

.u-mt-60,
.u-my-60 {
  margin-top: 60px !important;
}

.u-mt-64,
.u-my-64 {
  margin-top: 64px !important;
}

.u-mt-68,
.u-my-68 {
  margin-top: 68px !important;
}

.u-mt-72,
.u-my-72 {
  margin-top: 72px !important;
}

.u-mt-76,
.u-my-76 {
  margin-top: 76px !important;
}

.u-mt-80,
.u-my-80 {
  margin-top: 80px !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0px !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 4px !important;
}

.u-mb-8,
.u-my-8 {
  margin-bottom: 8px !important;
}

.u-mb-12,
.u-my-12 {
  margin-bottom: 12px !important;
}

.u-mb-16,
.u-my-16 {
  margin-bottom: 16px !important;
}

.u-mb-20,
.u-my-20 {
  margin-bottom: 20px !important;
}

.u-mb-24,
.u-my-24 {
  margin-bottom: 24px !important;
}

.u-mb-28,
.u-my-28 {
  margin-bottom: 28px !important;
}

.u-mb-32,
.u-my-32 {
  margin-bottom: 32px !important;
}

.u-mb-36,
.u-my-36 {
  margin-bottom: 36px !important;
}

.u-mb-40,
.u-my-40 {
  margin-bottom: 40px !important;
}

.u-mb-44,
.u-my-44 {
  margin-bottom: 44px !important;
}

.u-mb-48,
.u-my-48 {
  margin-bottom: 48px !important;
}

.u-mb-52,
.u-my-52 {
  margin-bottom: 52px !important;
}

.u-mb-56,
.u-my-56 {
  margin-bottom: 56px !important;
}

.u-mb-60,
.u-my-60 {
  margin-bottom: 60px !important;
}

.u-mb-64,
.u-my-64 {
  margin-bottom: 64px !important;
}

.u-mb-68,
.u-my-68 {
  margin-bottom: 68px !important;
}

.u-mb-72,
.u-my-72 {
  margin-bottom: 72px !important;
}

.u-mb-76,
.u-my-76 {
  margin-bottom: 76px !important;
}

.u-mb-80,
.u-my-80 {
  margin-bottom: 80px !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0px !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 4px !important;
}

.u-ml-8,
.u-mx-8 {
  margin-left: 8px !important;
}

.u-ml-12,
.u-mx-12 {
  margin-left: 12px !important;
}

.u-ml-16,
.u-mx-16 {
  margin-left: 16px !important;
}

.u-ml-20,
.u-mx-20 {
  margin-left: 20px !important;
}

.u-ml-24,
.u-mx-24 {
  margin-left: 24px !important;
}

.u-ml-28,
.u-mx-28 {
  margin-left: 28px !important;
}

.u-ml-32,
.u-mx-32 {
  margin-left: 32px !important;
}

.u-ml-36,
.u-mx-36 {
  margin-left: 36px !important;
}

.u-ml-40,
.u-mx-40 {
  margin-left: 40px !important;
}

.u-ml-44,
.u-mx-44 {
  margin-left: 44px !important;
}

.u-ml-48,
.u-mx-48 {
  margin-left: 48px !important;
}

.u-ml-52,
.u-mx-52 {
  margin-left: 52px !important;
}

.u-ml-56,
.u-mx-56 {
  margin-left: 56px !important;
}

.u-ml-60,
.u-mx-60 {
  margin-left: 60px !important;
}

.u-ml-64,
.u-mx-64 {
  margin-left: 64px !important;
}

.u-ml-68,
.u-mx-68 {
  margin-left: 68px !important;
}

.u-ml-72,
.u-mx-72 {
  margin-left: 72px !important;
}

.u-ml-76,
.u-mx-76 {
  margin-left: 76px !important;
}

.u-ml-80,
.u-mx-80 {
  margin-left: 80px !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0px !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 4px !important;
}

.u-mr-8,
.u-mx-8 {
  margin-right: 8px !important;
}

.u-mr-12,
.u-mx-12 {
  margin-right: 12px !important;
}

.u-mr-16,
.u-mx-16 {
  margin-right: 16px !important;
}

.u-mr-20,
.u-mx-20 {
  margin-right: 20px !important;
}

.u-mr-24,
.u-mx-24 {
  margin-right: 24px !important;
}

.u-mr-28,
.u-mx-28 {
  margin-right: 28px !important;
}

.u-mr-32,
.u-mx-32 {
  margin-right: 32px !important;
}

.u-mr-36,
.u-mx-36 {
  margin-right: 36px !important;
}

.u-mr-40,
.u-mx-40 {
  margin-right: 40px !important;
}

.u-mr-44,
.u-mx-44 {
  margin-right: 44px !important;
}

.u-mr-48,
.u-mx-48 {
  margin-right: 48px !important;
}

.u-mr-52,
.u-mx-52 {
  margin-right: 52px !important;
}

.u-mr-56,
.u-mx-56 {
  margin-right: 56px !important;
}

.u-mr-60,
.u-mx-60 {
  margin-right: 60px !important;
}

.u-mr-64,
.u-mx-64 {
  margin-right: 64px !important;
}

.u-mr-68,
.u-mx-68 {
  margin-right: 68px !important;
}

.u-mr-72,
.u-mx-72 {
  margin-right: 72px !important;
}

.u-mr-76,
.u-mx-76 {
  margin-right: 76px !important;
}

.u-mr-80,
.u-mx-80 {
  margin-right: 80px !important;
}

@media screen and (min-width: 577px) {
  .u-mx-auto-sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-sm,
.u-my-0-sm {
    margin-top: 0px !important;
  }
  .u-mt-4-sm,
.u-my-4-sm {
    margin-top: 4px !important;
  }
  .u-mt-8-sm,
.u-my-8-sm {
    margin-top: 8px !important;
  }
  .u-mt-12-sm,
.u-my-12-sm {
    margin-top: 12px !important;
  }
  .u-mt-16-sm,
.u-my-16-sm {
    margin-top: 16px !important;
  }
  .u-mt-20-sm,
.u-my-20-sm {
    margin-top: 20px !important;
  }
  .u-mt-24-sm,
.u-my-24-sm {
    margin-top: 24px !important;
  }
  .u-mt-28-sm,
.u-my-28-sm {
    margin-top: 28px !important;
  }
  .u-mt-32-sm,
.u-my-32-sm {
    margin-top: 32px !important;
  }
  .u-mt-36-sm,
.u-my-36-sm {
    margin-top: 36px !important;
  }
  .u-mt-40-sm,
.u-my-40-sm {
    margin-top: 40px !important;
  }
  .u-mt-44-sm,
.u-my-44-sm {
    margin-top: 44px !important;
  }
  .u-mt-48-sm,
.u-my-48-sm {
    margin-top: 48px !important;
  }
  .u-mt-52-sm,
.u-my-52-sm {
    margin-top: 52px !important;
  }
  .u-mt-56-sm,
.u-my-56-sm {
    margin-top: 56px !important;
  }
  .u-mt-60-sm,
.u-my-60-sm {
    margin-top: 60px !important;
  }
  .u-mt-64-sm,
.u-my-64-sm {
    margin-top: 64px !important;
  }
  .u-mt-68-sm,
.u-my-68-sm {
    margin-top: 68px !important;
  }
  .u-mt-72-sm,
.u-my-72-sm {
    margin-top: 72px !important;
  }
  .u-mt-76-sm,
.u-my-76-sm {
    margin-top: 76px !important;
  }
  .u-mt-80-sm,
.u-my-80-sm {
    margin-top: 80px !important;
  }
  .u-mb-0-sm,
.u-my-0-sm {
    margin-bottom: 0px !important;
  }
  .u-mb-4-sm,
.u-my-4-sm {
    margin-bottom: 4px !important;
  }
  .u-mb-8-sm,
.u-my-8-sm {
    margin-bottom: 8px !important;
  }
  .u-mb-12-sm,
.u-my-12-sm {
    margin-bottom: 12px !important;
  }
  .u-mb-16-sm,
.u-my-16-sm {
    margin-bottom: 16px !important;
  }
  .u-mb-20-sm,
.u-my-20-sm {
    margin-bottom: 20px !important;
  }
  .u-mb-24-sm,
.u-my-24-sm {
    margin-bottom: 24px !important;
  }
  .u-mb-28-sm,
.u-my-28-sm {
    margin-bottom: 28px !important;
  }
  .u-mb-32-sm,
.u-my-32-sm {
    margin-bottom: 32px !important;
  }
  .u-mb-36-sm,
.u-my-36-sm {
    margin-bottom: 36px !important;
  }
  .u-mb-40-sm,
.u-my-40-sm {
    margin-bottom: 40px !important;
  }
  .u-mb-44-sm,
.u-my-44-sm {
    margin-bottom: 44px !important;
  }
  .u-mb-48-sm,
.u-my-48-sm {
    margin-bottom: 48px !important;
  }
  .u-mb-52-sm,
.u-my-52-sm {
    margin-bottom: 52px !important;
  }
  .u-mb-56-sm,
.u-my-56-sm {
    margin-bottom: 56px !important;
  }
  .u-mb-60-sm,
.u-my-60-sm {
    margin-bottom: 60px !important;
  }
  .u-mb-64-sm,
.u-my-64-sm {
    margin-bottom: 64px !important;
  }
  .u-mb-68-sm,
.u-my-68-sm {
    margin-bottom: 68px !important;
  }
  .u-mb-72-sm,
.u-my-72-sm {
    margin-bottom: 72px !important;
  }
  .u-mb-76-sm,
.u-my-76-sm {
    margin-bottom: 76px !important;
  }
  .u-mb-80-sm,
.u-my-80-sm {
    margin-bottom: 80px !important;
  }
  .u-ml-0-sm,
.u-mx-0-sm {
    margin-left: 0px !important;
  }
  .u-ml-4-sm,
.u-mx-4-sm {
    margin-left: 4px !important;
  }
  .u-ml-8-sm,
.u-mx-8-sm {
    margin-left: 8px !important;
  }
  .u-ml-12-sm,
.u-mx-12-sm {
    margin-left: 12px !important;
  }
  .u-ml-16-sm,
.u-mx-16-sm {
    margin-left: 16px !important;
  }
  .u-ml-20-sm,
.u-mx-20-sm {
    margin-left: 20px !important;
  }
  .u-ml-24-sm,
.u-mx-24-sm {
    margin-left: 24px !important;
  }
  .u-ml-28-sm,
.u-mx-28-sm {
    margin-left: 28px !important;
  }
  .u-ml-32-sm,
.u-mx-32-sm {
    margin-left: 32px !important;
  }
  .u-ml-36-sm,
.u-mx-36-sm {
    margin-left: 36px !important;
  }
  .u-ml-40-sm,
.u-mx-40-sm {
    margin-left: 40px !important;
  }
  .u-ml-44-sm,
.u-mx-44-sm {
    margin-left: 44px !important;
  }
  .u-ml-48-sm,
.u-mx-48-sm {
    margin-left: 48px !important;
  }
  .u-ml-52-sm,
.u-mx-52-sm {
    margin-left: 52px !important;
  }
  .u-ml-56-sm,
.u-mx-56-sm {
    margin-left: 56px !important;
  }
  .u-ml-60-sm,
.u-mx-60-sm {
    margin-left: 60px !important;
  }
  .u-ml-64-sm,
.u-mx-64-sm {
    margin-left: 64px !important;
  }
  .u-ml-68-sm,
.u-mx-68-sm {
    margin-left: 68px !important;
  }
  .u-ml-72-sm,
.u-mx-72-sm {
    margin-left: 72px !important;
  }
  .u-ml-76-sm,
.u-mx-76-sm {
    margin-left: 76px !important;
  }
  .u-ml-80-sm,
.u-mx-80-sm {
    margin-left: 80px !important;
  }
  .u-mr-0-sm,
.u-mx-0-sm {
    margin-right: 0px !important;
  }
  .u-mr-4-sm,
.u-mx-4-sm {
    margin-right: 4px !important;
  }
  .u-mr-8-sm,
.u-mx-8-sm {
    margin-right: 8px !important;
  }
  .u-mr-12-sm,
.u-mx-12-sm {
    margin-right: 12px !important;
  }
  .u-mr-16-sm,
.u-mx-16-sm {
    margin-right: 16px !important;
  }
  .u-mr-20-sm,
.u-mx-20-sm {
    margin-right: 20px !important;
  }
  .u-mr-24-sm,
.u-mx-24-sm {
    margin-right: 24px !important;
  }
  .u-mr-28-sm,
.u-mx-28-sm {
    margin-right: 28px !important;
  }
  .u-mr-32-sm,
.u-mx-32-sm {
    margin-right: 32px !important;
  }
  .u-mr-36-sm,
.u-mx-36-sm {
    margin-right: 36px !important;
  }
  .u-mr-40-sm,
.u-mx-40-sm {
    margin-right: 40px !important;
  }
  .u-mr-44-sm,
.u-mx-44-sm {
    margin-right: 44px !important;
  }
  .u-mr-48-sm,
.u-mx-48-sm {
    margin-right: 48px !important;
  }
  .u-mr-52-sm,
.u-mx-52-sm {
    margin-right: 52px !important;
  }
  .u-mr-56-sm,
.u-mx-56-sm {
    margin-right: 56px !important;
  }
  .u-mr-60-sm,
.u-mx-60-sm {
    margin-right: 60px !important;
  }
  .u-mr-64-sm,
.u-mx-64-sm {
    margin-right: 64px !important;
  }
  .u-mr-68-sm,
.u-mx-68-sm {
    margin-right: 68px !important;
  }
  .u-mr-72-sm,
.u-mx-72-sm {
    margin-right: 72px !important;
  }
  .u-mr-76-sm,
.u-mx-76-sm {
    margin-right: 76px !important;
  }
  .u-mr-80-sm,
.u-mx-80-sm {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mx-auto-md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-md,
.u-my-0-md {
    margin-top: 0px !important;
  }
  .u-mt-4-md,
.u-my-4-md {
    margin-top: 4px !important;
  }
  .u-mt-8-md,
.u-my-8-md {
    margin-top: 8px !important;
  }
  .u-mt-12-md,
.u-my-12-md {
    margin-top: 12px !important;
  }
  .u-mt-16-md,
.u-my-16-md {
    margin-top: 16px !important;
  }
  .u-mt-20-md,
.u-my-20-md {
    margin-top: 20px !important;
  }
  .u-mt-24-md,
.u-my-24-md {
    margin-top: 24px !important;
  }
  .u-mt-28-md,
.u-my-28-md {
    margin-top: 28px !important;
  }
  .u-mt-32-md,
.u-my-32-md {
    margin-top: 32px !important;
  }
  .u-mt-36-md,
.u-my-36-md {
    margin-top: 36px !important;
  }
  .u-mt-40-md,
.u-my-40-md {
    margin-top: 40px !important;
  }
  .u-mt-44-md,
.u-my-44-md {
    margin-top: 44px !important;
  }
  .u-mt-48-md,
.u-my-48-md {
    margin-top: 48px !important;
  }
  .u-mt-52-md,
.u-my-52-md {
    margin-top: 52px !important;
  }
  .u-mt-56-md,
.u-my-56-md {
    margin-top: 56px !important;
  }
  .u-mt-60-md,
.u-my-60-md {
    margin-top: 60px !important;
  }
  .u-mt-64-md,
.u-my-64-md {
    margin-top: 64px !important;
  }
  .u-mt-68-md,
.u-my-68-md {
    margin-top: 68px !important;
  }
  .u-mt-72-md,
.u-my-72-md {
    margin-top: 72px !important;
  }
  .u-mt-76-md,
.u-my-76-md {
    margin-top: 76px !important;
  }
  .u-mt-80-md,
.u-my-80-md {
    margin-top: 80px !important;
  }
  .u-mb-0-md,
.u-my-0-md {
    margin-bottom: 0px !important;
  }
  .u-mb-4-md,
.u-my-4-md {
    margin-bottom: 4px !important;
  }
  .u-mb-8-md,
.u-my-8-md {
    margin-bottom: 8px !important;
  }
  .u-mb-12-md,
.u-my-12-md {
    margin-bottom: 12px !important;
  }
  .u-mb-16-md,
.u-my-16-md {
    margin-bottom: 16px !important;
  }
  .u-mb-20-md,
.u-my-20-md {
    margin-bottom: 20px !important;
  }
  .u-mb-24-md,
.u-my-24-md {
    margin-bottom: 24px !important;
  }
  .u-mb-28-md,
.u-my-28-md {
    margin-bottom: 28px !important;
  }
  .u-mb-32-md,
.u-my-32-md {
    margin-bottom: 32px !important;
  }
  .u-mb-36-md,
.u-my-36-md {
    margin-bottom: 36px !important;
  }
  .u-mb-40-md,
.u-my-40-md {
    margin-bottom: 40px !important;
  }
  .u-mb-44-md,
.u-my-44-md {
    margin-bottom: 44px !important;
  }
  .u-mb-48-md,
.u-my-48-md {
    margin-bottom: 48px !important;
  }
  .u-mb-52-md,
.u-my-52-md {
    margin-bottom: 52px !important;
  }
  .u-mb-56-md,
.u-my-56-md {
    margin-bottom: 56px !important;
  }
  .u-mb-60-md,
.u-my-60-md {
    margin-bottom: 60px !important;
  }
  .u-mb-64-md,
.u-my-64-md {
    margin-bottom: 64px !important;
  }
  .u-mb-68-md,
.u-my-68-md {
    margin-bottom: 68px !important;
  }
  .u-mb-72-md,
.u-my-72-md {
    margin-bottom: 72px !important;
  }
  .u-mb-76-md,
.u-my-76-md {
    margin-bottom: 76px !important;
  }
  .u-mb-80-md,
.u-my-80-md {
    margin-bottom: 80px !important;
  }
  .u-ml-0-md,
.u-mx-0-md {
    margin-left: 0px !important;
  }
  .u-ml-4-md,
.u-mx-4-md {
    margin-left: 4px !important;
  }
  .u-ml-8-md,
.u-mx-8-md {
    margin-left: 8px !important;
  }
  .u-ml-12-md,
.u-mx-12-md {
    margin-left: 12px !important;
  }
  .u-ml-16-md,
.u-mx-16-md {
    margin-left: 16px !important;
  }
  .u-ml-20-md,
.u-mx-20-md {
    margin-left: 20px !important;
  }
  .u-ml-24-md,
.u-mx-24-md {
    margin-left: 24px !important;
  }
  .u-ml-28-md,
.u-mx-28-md {
    margin-left: 28px !important;
  }
  .u-ml-32-md,
.u-mx-32-md {
    margin-left: 32px !important;
  }
  .u-ml-36-md,
.u-mx-36-md {
    margin-left: 36px !important;
  }
  .u-ml-40-md,
.u-mx-40-md {
    margin-left: 40px !important;
  }
  .u-ml-44-md,
.u-mx-44-md {
    margin-left: 44px !important;
  }
  .u-ml-48-md,
.u-mx-48-md {
    margin-left: 48px !important;
  }
  .u-ml-52-md,
.u-mx-52-md {
    margin-left: 52px !important;
  }
  .u-ml-56-md,
.u-mx-56-md {
    margin-left: 56px !important;
  }
  .u-ml-60-md,
.u-mx-60-md {
    margin-left: 60px !important;
  }
  .u-ml-64-md,
.u-mx-64-md {
    margin-left: 64px !important;
  }
  .u-ml-68-md,
.u-mx-68-md {
    margin-left: 68px !important;
  }
  .u-ml-72-md,
.u-mx-72-md {
    margin-left: 72px !important;
  }
  .u-ml-76-md,
.u-mx-76-md {
    margin-left: 76px !important;
  }
  .u-ml-80-md,
.u-mx-80-md {
    margin-left: 80px !important;
  }
  .u-mr-0-md,
.u-mx-0-md {
    margin-right: 0px !important;
  }
  .u-mr-4-md,
.u-mx-4-md {
    margin-right: 4px !important;
  }
  .u-mr-8-md,
.u-mx-8-md {
    margin-right: 8px !important;
  }
  .u-mr-12-md,
.u-mx-12-md {
    margin-right: 12px !important;
  }
  .u-mr-16-md,
.u-mx-16-md {
    margin-right: 16px !important;
  }
  .u-mr-20-md,
.u-mx-20-md {
    margin-right: 20px !important;
  }
  .u-mr-24-md,
.u-mx-24-md {
    margin-right: 24px !important;
  }
  .u-mr-28-md,
.u-mx-28-md {
    margin-right: 28px !important;
  }
  .u-mr-32-md,
.u-mx-32-md {
    margin-right: 32px !important;
  }
  .u-mr-36-md,
.u-mx-36-md {
    margin-right: 36px !important;
  }
  .u-mr-40-md,
.u-mx-40-md {
    margin-right: 40px !important;
  }
  .u-mr-44-md,
.u-mx-44-md {
    margin-right: 44px !important;
  }
  .u-mr-48-md,
.u-mx-48-md {
    margin-right: 48px !important;
  }
  .u-mr-52-md,
.u-mx-52-md {
    margin-right: 52px !important;
  }
  .u-mr-56-md,
.u-mx-56-md {
    margin-right: 56px !important;
  }
  .u-mr-60-md,
.u-mx-60-md {
    margin-right: 60px !important;
  }
  .u-mr-64-md,
.u-mx-64-md {
    margin-right: 64px !important;
  }
  .u-mr-68-md,
.u-mx-68-md {
    margin-right: 68px !important;
  }
  .u-mr-72-md,
.u-mx-72-md {
    margin-right: 72px !important;
  }
  .u-mr-76-md,
.u-mx-76-md {
    margin-right: 76px !important;
  }
  .u-mr-80-md,
.u-mx-80-md {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mx-auto-lg {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-lg,
.u-my-0-lg {
    margin-top: 0px !important;
  }
  .u-mt-4-lg,
.u-my-4-lg {
    margin-top: 4px !important;
  }
  .u-mt-8-lg,
.u-my-8-lg {
    margin-top: 8px !important;
  }
  .u-mt-12-lg,
.u-my-12-lg {
    margin-top: 12px !important;
  }
  .u-mt-16-lg,
.u-my-16-lg {
    margin-top: 16px !important;
  }
  .u-mt-20-lg,
.u-my-20-lg {
    margin-top: 20px !important;
  }
  .u-mt-24-lg,
.u-my-24-lg {
    margin-top: 24px !important;
  }
  .u-mt-28-lg,
.u-my-28-lg {
    margin-top: 28px !important;
  }
  .u-mt-32-lg,
.u-my-32-lg {
    margin-top: 32px !important;
  }
  .u-mt-36-lg,
.u-my-36-lg {
    margin-top: 36px !important;
  }
  .u-mt-40-lg,
.u-my-40-lg {
    margin-top: 40px !important;
  }
  .u-mt-44-lg,
.u-my-44-lg {
    margin-top: 44px !important;
  }
  .u-mt-48-lg,
.u-my-48-lg {
    margin-top: 48px !important;
  }
  .u-mt-52-lg,
.u-my-52-lg {
    margin-top: 52px !important;
  }
  .u-mt-56-lg,
.u-my-56-lg {
    margin-top: 56px !important;
  }
  .u-mt-60-lg,
.u-my-60-lg {
    margin-top: 60px !important;
  }
  .u-mt-64-lg,
.u-my-64-lg {
    margin-top: 64px !important;
  }
  .u-mt-68-lg,
.u-my-68-lg {
    margin-top: 68px !important;
  }
  .u-mt-72-lg,
.u-my-72-lg {
    margin-top: 72px !important;
  }
  .u-mt-76-lg,
.u-my-76-lg {
    margin-top: 76px !important;
  }
  .u-mt-80-lg,
.u-my-80-lg {
    margin-top: 80px !important;
  }
  .u-mb-0-lg,
.u-my-0-lg {
    margin-bottom: 0px !important;
  }
  .u-mb-4-lg,
.u-my-4-lg {
    margin-bottom: 4px !important;
  }
  .u-mb-8-lg,
.u-my-8-lg {
    margin-bottom: 8px !important;
  }
  .u-mb-12-lg,
.u-my-12-lg {
    margin-bottom: 12px !important;
  }
  .u-mb-16-lg,
.u-my-16-lg {
    margin-bottom: 16px !important;
  }
  .u-mb-20-lg,
.u-my-20-lg {
    margin-bottom: 20px !important;
  }
  .u-mb-24-lg,
.u-my-24-lg {
    margin-bottom: 24px !important;
  }
  .u-mb-28-lg,
.u-my-28-lg {
    margin-bottom: 28px !important;
  }
  .u-mb-32-lg,
.u-my-32-lg {
    margin-bottom: 32px !important;
  }
  .u-mb-36-lg,
.u-my-36-lg {
    margin-bottom: 36px !important;
  }
  .u-mb-40-lg,
.u-my-40-lg {
    margin-bottom: 40px !important;
  }
  .u-mb-44-lg,
.u-my-44-lg {
    margin-bottom: 44px !important;
  }
  .u-mb-48-lg,
.u-my-48-lg {
    margin-bottom: 48px !important;
  }
  .u-mb-52-lg,
.u-my-52-lg {
    margin-bottom: 52px !important;
  }
  .u-mb-56-lg,
.u-my-56-lg {
    margin-bottom: 56px !important;
  }
  .u-mb-60-lg,
.u-my-60-lg {
    margin-bottom: 60px !important;
  }
  .u-mb-64-lg,
.u-my-64-lg {
    margin-bottom: 64px !important;
  }
  .u-mb-68-lg,
.u-my-68-lg {
    margin-bottom: 68px !important;
  }
  .u-mb-72-lg,
.u-my-72-lg {
    margin-bottom: 72px !important;
  }
  .u-mb-76-lg,
.u-my-76-lg {
    margin-bottom: 76px !important;
  }
  .u-mb-80-lg,
.u-my-80-lg {
    margin-bottom: 80px !important;
  }
  .u-ml-0-lg,
.u-mx-0-lg {
    margin-left: 0px !important;
  }
  .u-ml-4-lg,
.u-mx-4-lg {
    margin-left: 4px !important;
  }
  .u-ml-8-lg,
.u-mx-8-lg {
    margin-left: 8px !important;
  }
  .u-ml-12-lg,
.u-mx-12-lg {
    margin-left: 12px !important;
  }
  .u-ml-16-lg,
.u-mx-16-lg {
    margin-left: 16px !important;
  }
  .u-ml-20-lg,
.u-mx-20-lg {
    margin-left: 20px !important;
  }
  .u-ml-24-lg,
.u-mx-24-lg {
    margin-left: 24px !important;
  }
  .u-ml-28-lg,
.u-mx-28-lg {
    margin-left: 28px !important;
  }
  .u-ml-32-lg,
.u-mx-32-lg {
    margin-left: 32px !important;
  }
  .u-ml-36-lg,
.u-mx-36-lg {
    margin-left: 36px !important;
  }
  .u-ml-40-lg,
.u-mx-40-lg {
    margin-left: 40px !important;
  }
  .u-ml-44-lg,
.u-mx-44-lg {
    margin-left: 44px !important;
  }
  .u-ml-48-lg,
.u-mx-48-lg {
    margin-left: 48px !important;
  }
  .u-ml-52-lg,
.u-mx-52-lg {
    margin-left: 52px !important;
  }
  .u-ml-56-lg,
.u-mx-56-lg {
    margin-left: 56px !important;
  }
  .u-ml-60-lg,
.u-mx-60-lg {
    margin-left: 60px !important;
  }
  .u-ml-64-lg,
.u-mx-64-lg {
    margin-left: 64px !important;
  }
  .u-ml-68-lg,
.u-mx-68-lg {
    margin-left: 68px !important;
  }
  .u-ml-72-lg,
.u-mx-72-lg {
    margin-left: 72px !important;
  }
  .u-ml-76-lg,
.u-mx-76-lg {
    margin-left: 76px !important;
  }
  .u-ml-80-lg,
.u-mx-80-lg {
    margin-left: 80px !important;
  }
  .u-mr-0-lg,
.u-mx-0-lg {
    margin-right: 0px !important;
  }
  .u-mr-4-lg,
.u-mx-4-lg {
    margin-right: 4px !important;
  }
  .u-mr-8-lg,
.u-mx-8-lg {
    margin-right: 8px !important;
  }
  .u-mr-12-lg,
.u-mx-12-lg {
    margin-right: 12px !important;
  }
  .u-mr-16-lg,
.u-mx-16-lg {
    margin-right: 16px !important;
  }
  .u-mr-20-lg,
.u-mx-20-lg {
    margin-right: 20px !important;
  }
  .u-mr-24-lg,
.u-mx-24-lg {
    margin-right: 24px !important;
  }
  .u-mr-28-lg,
.u-mx-28-lg {
    margin-right: 28px !important;
  }
  .u-mr-32-lg,
.u-mx-32-lg {
    margin-right: 32px !important;
  }
  .u-mr-36-lg,
.u-mx-36-lg {
    margin-right: 36px !important;
  }
  .u-mr-40-lg,
.u-mx-40-lg {
    margin-right: 40px !important;
  }
  .u-mr-44-lg,
.u-mx-44-lg {
    margin-right: 44px !important;
  }
  .u-mr-48-lg,
.u-mx-48-lg {
    margin-right: 48px !important;
  }
  .u-mr-52-lg,
.u-mx-52-lg {
    margin-right: 52px !important;
  }
  .u-mr-56-lg,
.u-mx-56-lg {
    margin-right: 56px !important;
  }
  .u-mr-60-lg,
.u-mx-60-lg {
    margin-right: 60px !important;
  }
  .u-mr-64-lg,
.u-mx-64-lg {
    margin-right: 64px !important;
  }
  .u-mr-68-lg,
.u-mx-68-lg {
    margin-right: 68px !important;
  }
  .u-mr-72-lg,
.u-mx-72-lg {
    margin-right: 72px !important;
  }
  .u-mr-76-lg,
.u-mx-76-lg {
    margin-right: 76px !important;
  }
  .u-mr-80-lg,
.u-mx-80-lg {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1201px) {
  .u-mx-auto-xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt-0-xl,
.u-my-0-xl {
    margin-top: 0px !important;
  }
  .u-mt-4-xl,
.u-my-4-xl {
    margin-top: 4px !important;
  }
  .u-mt-8-xl,
.u-my-8-xl {
    margin-top: 8px !important;
  }
  .u-mt-12-xl,
.u-my-12-xl {
    margin-top: 12px !important;
  }
  .u-mt-16-xl,
.u-my-16-xl {
    margin-top: 16px !important;
  }
  .u-mt-20-xl,
.u-my-20-xl {
    margin-top: 20px !important;
  }
  .u-mt-24-xl,
.u-my-24-xl {
    margin-top: 24px !important;
  }
  .u-mt-28-xl,
.u-my-28-xl {
    margin-top: 28px !important;
  }
  .u-mt-32-xl,
.u-my-32-xl {
    margin-top: 32px !important;
  }
  .u-mt-36-xl,
.u-my-36-xl {
    margin-top: 36px !important;
  }
  .u-mt-40-xl,
.u-my-40-xl {
    margin-top: 40px !important;
  }
  .u-mt-44-xl,
.u-my-44-xl {
    margin-top: 44px !important;
  }
  .u-mt-48-xl,
.u-my-48-xl {
    margin-top: 48px !important;
  }
  .u-mt-52-xl,
.u-my-52-xl {
    margin-top: 52px !important;
  }
  .u-mt-56-xl,
.u-my-56-xl {
    margin-top: 56px !important;
  }
  .u-mt-60-xl,
.u-my-60-xl {
    margin-top: 60px !important;
  }
  .u-mt-64-xl,
.u-my-64-xl {
    margin-top: 64px !important;
  }
  .u-mt-68-xl,
.u-my-68-xl {
    margin-top: 68px !important;
  }
  .u-mt-72-xl,
.u-my-72-xl {
    margin-top: 72px !important;
  }
  .u-mt-76-xl,
.u-my-76-xl {
    margin-top: 76px !important;
  }
  .u-mt-80-xl,
.u-my-80-xl {
    margin-top: 80px !important;
  }
  .u-mb-0-xl,
.u-my-0-xl {
    margin-bottom: 0px !important;
  }
  .u-mb-4-xl,
.u-my-4-xl {
    margin-bottom: 4px !important;
  }
  .u-mb-8-xl,
.u-my-8-xl {
    margin-bottom: 8px !important;
  }
  .u-mb-12-xl,
.u-my-12-xl {
    margin-bottom: 12px !important;
  }
  .u-mb-16-xl,
.u-my-16-xl {
    margin-bottom: 16px !important;
  }
  .u-mb-20-xl,
.u-my-20-xl {
    margin-bottom: 20px !important;
  }
  .u-mb-24-xl,
.u-my-24-xl {
    margin-bottom: 24px !important;
  }
  .u-mb-28-xl,
.u-my-28-xl {
    margin-bottom: 28px !important;
  }
  .u-mb-32-xl,
.u-my-32-xl {
    margin-bottom: 32px !important;
  }
  .u-mb-36-xl,
.u-my-36-xl {
    margin-bottom: 36px !important;
  }
  .u-mb-40-xl,
.u-my-40-xl {
    margin-bottom: 40px !important;
  }
  .u-mb-44-xl,
.u-my-44-xl {
    margin-bottom: 44px !important;
  }
  .u-mb-48-xl,
.u-my-48-xl {
    margin-bottom: 48px !important;
  }
  .u-mb-52-xl,
.u-my-52-xl {
    margin-bottom: 52px !important;
  }
  .u-mb-56-xl,
.u-my-56-xl {
    margin-bottom: 56px !important;
  }
  .u-mb-60-xl,
.u-my-60-xl {
    margin-bottom: 60px !important;
  }
  .u-mb-64-xl,
.u-my-64-xl {
    margin-bottom: 64px !important;
  }
  .u-mb-68-xl,
.u-my-68-xl {
    margin-bottom: 68px !important;
  }
  .u-mb-72-xl,
.u-my-72-xl {
    margin-bottom: 72px !important;
  }
  .u-mb-76-xl,
.u-my-76-xl {
    margin-bottom: 76px !important;
  }
  .u-mb-80-xl,
.u-my-80-xl {
    margin-bottom: 80px !important;
  }
  .u-ml-0-xl,
.u-mx-0-xl {
    margin-left: 0px !important;
  }
  .u-ml-4-xl,
.u-mx-4-xl {
    margin-left: 4px !important;
  }
  .u-ml-8-xl,
.u-mx-8-xl {
    margin-left: 8px !important;
  }
  .u-ml-12-xl,
.u-mx-12-xl {
    margin-left: 12px !important;
  }
  .u-ml-16-xl,
.u-mx-16-xl {
    margin-left: 16px !important;
  }
  .u-ml-20-xl,
.u-mx-20-xl {
    margin-left: 20px !important;
  }
  .u-ml-24-xl,
.u-mx-24-xl {
    margin-left: 24px !important;
  }
  .u-ml-28-xl,
.u-mx-28-xl {
    margin-left: 28px !important;
  }
  .u-ml-32-xl,
.u-mx-32-xl {
    margin-left: 32px !important;
  }
  .u-ml-36-xl,
.u-mx-36-xl {
    margin-left: 36px !important;
  }
  .u-ml-40-xl,
.u-mx-40-xl {
    margin-left: 40px !important;
  }
  .u-ml-44-xl,
.u-mx-44-xl {
    margin-left: 44px !important;
  }
  .u-ml-48-xl,
.u-mx-48-xl {
    margin-left: 48px !important;
  }
  .u-ml-52-xl,
.u-mx-52-xl {
    margin-left: 52px !important;
  }
  .u-ml-56-xl,
.u-mx-56-xl {
    margin-left: 56px !important;
  }
  .u-ml-60-xl,
.u-mx-60-xl {
    margin-left: 60px !important;
  }
  .u-ml-64-xl,
.u-mx-64-xl {
    margin-left: 64px !important;
  }
  .u-ml-68-xl,
.u-mx-68-xl {
    margin-left: 68px !important;
  }
  .u-ml-72-xl,
.u-mx-72-xl {
    margin-left: 72px !important;
  }
  .u-ml-76-xl,
.u-mx-76-xl {
    margin-left: 76px !important;
  }
  .u-ml-80-xl,
.u-mx-80-xl {
    margin-left: 80px !important;
  }
  .u-mr-0-xl,
.u-mx-0-xl {
    margin-right: 0px !important;
  }
  .u-mr-4-xl,
.u-mx-4-xl {
    margin-right: 4px !important;
  }
  .u-mr-8-xl,
.u-mx-8-xl {
    margin-right: 8px !important;
  }
  .u-mr-12-xl,
.u-mx-12-xl {
    margin-right: 12px !important;
  }
  .u-mr-16-xl,
.u-mx-16-xl {
    margin-right: 16px !important;
  }
  .u-mr-20-xl,
.u-mx-20-xl {
    margin-right: 20px !important;
  }
  .u-mr-24-xl,
.u-mx-24-xl {
    margin-right: 24px !important;
  }
  .u-mr-28-xl,
.u-mx-28-xl {
    margin-right: 28px !important;
  }
  .u-mr-32-xl,
.u-mx-32-xl {
    margin-right: 32px !important;
  }
  .u-mr-36-xl,
.u-mx-36-xl {
    margin-right: 36px !important;
  }
  .u-mr-40-xl,
.u-mx-40-xl {
    margin-right: 40px !important;
  }
  .u-mr-44-xl,
.u-mx-44-xl {
    margin-right: 44px !important;
  }
  .u-mr-48-xl,
.u-mx-48-xl {
    margin-right: 48px !important;
  }
  .u-mr-52-xl,
.u-mx-52-xl {
    margin-right: 52px !important;
  }
  .u-mr-56-xl,
.u-mx-56-xl {
    margin-right: 56px !important;
  }
  .u-mr-60-xl,
.u-mx-60-xl {
    margin-right: 60px !important;
  }
  .u-mr-64-xl,
.u-mx-64-xl {
    margin-right: 64px !important;
  }
  .u-mr-68-xl,
.u-mx-68-xl {
    margin-right: 68px !important;
  }
  .u-mr-72-xl,
.u-mx-72-xl {
    margin-right: 72px !important;
  }
  .u-mr-76-xl,
.u-mx-76-xl {
    margin-right: 76px !important;
  }
  .u-mr-80-xl,
.u-mx-80-xl {
    margin-right: 80px !important;
  }
}
/* object/utility/_padding.scss
-------------------------------------------------- */
.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0px !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 4px !important;
}

.u-pt-8,
.u-py-8 {
  padding-top: 8px !important;
}

.u-pt-12,
.u-py-12 {
  padding-top: 12px !important;
}

.u-pt-16,
.u-py-16 {
  padding-top: 16px !important;
}

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

.u-pt-24,
.u-py-24 {
  padding-top: 24px !important;
}

.u-pt-28,
.u-py-28 {
  padding-top: 28px !important;
}

.u-pt-32,
.u-py-32 {
  padding-top: 32px !important;
}

.u-pt-36,
.u-py-36 {
  padding-top: 36px !important;
}

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

.u-pt-44,
.u-py-44 {
  padding-top: 44px !important;
}

.u-pt-48,
.u-py-48 {
  padding-top: 48px !important;
}

.u-pt-52,
.u-py-52 {
  padding-top: 52px !important;
}

.u-pt-56,
.u-py-56 {
  padding-top: 56px !important;
}

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

.u-pt-64,
.u-py-64 {
  padding-top: 64px !important;
}

.u-pt-68,
.u-py-68 {
  padding-top: 68px !important;
}

.u-pt-72,
.u-py-72 {
  padding-top: 72px !important;
}

.u-pt-76,
.u-py-76 {
  padding-top: 76px !important;
}

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

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

.u-pb-4,
.u-py-4 {
  padding-bottom: 4px !important;
}

.u-pb-8,
.u-py-8 {
  padding-bottom: 8px !important;
}

.u-pb-12,
.u-py-12 {
  padding-bottom: 12px !important;
}

.u-pb-16,
.u-py-16 {
  padding-bottom: 16px !important;
}

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

.u-pb-24,
.u-py-24 {
  padding-bottom: 24px !important;
}

.u-pb-28,
.u-py-28 {
  padding-bottom: 28px !important;
}

.u-pb-32,
.u-py-32 {
  padding-bottom: 32px !important;
}

.u-pb-36,
.u-py-36 {
  padding-bottom: 36px !important;
}

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

.u-pb-44,
.u-py-44 {
  padding-bottom: 44px !important;
}

.u-pb-48,
.u-py-48 {
  padding-bottom: 48px !important;
}

.u-pb-52,
.u-py-52 {
  padding-bottom: 52px !important;
}

.u-pb-56,
.u-py-56 {
  padding-bottom: 56px !important;
}

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

.u-pb-64,
.u-py-64 {
  padding-bottom: 64px !important;
}

.u-pb-68,
.u-py-68 {
  padding-bottom: 68px !important;
}

.u-pb-72,
.u-py-72 {
  padding-bottom: 72px !important;
}

.u-pb-76,
.u-py-76 {
  padding-bottom: 76px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 577px) {
  .u-px-auto-sm {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-sm,
.u-py-0-sm {
    padding-top: 0px !important;
  }
  .u-pt-4-sm,
.u-py-4-sm {
    padding-top: 4px !important;
  }
  .u-pt-8-sm,
.u-py-8-sm {
    padding-top: 8px !important;
  }
  .u-pt-12-sm,
.u-py-12-sm {
    padding-top: 12px !important;
  }
  .u-pt-16-sm,
.u-py-16-sm {
    padding-top: 16px !important;
  }
  .u-pt-20-sm,
.u-py-20-sm {
    padding-top: 20px !important;
  }
  .u-pt-24-sm,
.u-py-24-sm {
    padding-top: 24px !important;
  }
  .u-pt-28-sm,
.u-py-28-sm {
    padding-top: 28px !important;
  }
  .u-pt-32-sm,
.u-py-32-sm {
    padding-top: 32px !important;
  }
  .u-pt-36-sm,
.u-py-36-sm {
    padding-top: 36px !important;
  }
  .u-pt-40-sm,
.u-py-40-sm {
    padding-top: 40px !important;
  }
  .u-pt-44-sm,
.u-py-44-sm {
    padding-top: 44px !important;
  }
  .u-pt-48-sm,
.u-py-48-sm {
    padding-top: 48px !important;
  }
  .u-pt-52-sm,
.u-py-52-sm {
    padding-top: 52px !important;
  }
  .u-pt-56-sm,
.u-py-56-sm {
    padding-top: 56px !important;
  }
  .u-pt-60-sm,
.u-py-60-sm {
    padding-top: 60px !important;
  }
  .u-pt-64-sm,
.u-py-64-sm {
    padding-top: 64px !important;
  }
  .u-pt-68-sm,
.u-py-68-sm {
    padding-top: 68px !important;
  }
  .u-pt-72-sm,
.u-py-72-sm {
    padding-top: 72px !important;
  }
  .u-pt-76-sm,
.u-py-76-sm {
    padding-top: 76px !important;
  }
  .u-pt-80-sm,
.u-py-80-sm {
    padding-top: 80px !important;
  }
  .u-pb-0-sm,
.u-py-0-sm {
    padding-bottom: 0px !important;
  }
  .u-pb-4-sm,
.u-py-4-sm {
    padding-bottom: 4px !important;
  }
  .u-pb-8-sm,
.u-py-8-sm {
    padding-bottom: 8px !important;
  }
  .u-pb-12-sm,
.u-py-12-sm {
    padding-bottom: 12px !important;
  }
  .u-pb-16-sm,
.u-py-16-sm {
    padding-bottom: 16px !important;
  }
  .u-pb-20-sm,
.u-py-20-sm {
    padding-bottom: 20px !important;
  }
  .u-pb-24-sm,
.u-py-24-sm {
    padding-bottom: 24px !important;
  }
  .u-pb-28-sm,
.u-py-28-sm {
    padding-bottom: 28px !important;
  }
  .u-pb-32-sm,
.u-py-32-sm {
    padding-bottom: 32px !important;
  }
  .u-pb-36-sm,
.u-py-36-sm {
    padding-bottom: 36px !important;
  }
  .u-pb-40-sm,
.u-py-40-sm {
    padding-bottom: 40px !important;
  }
  .u-pb-44-sm,
.u-py-44-sm {
    padding-bottom: 44px !important;
  }
  .u-pb-48-sm,
.u-py-48-sm {
    padding-bottom: 48px !important;
  }
  .u-pb-52-sm,
.u-py-52-sm {
    padding-bottom: 52px !important;
  }
  .u-pb-56-sm,
.u-py-56-sm {
    padding-bottom: 56px !important;
  }
  .u-pb-60-sm,
.u-py-60-sm {
    padding-bottom: 60px !important;
  }
  .u-pb-64-sm,
.u-py-64-sm {
    padding-bottom: 64px !important;
  }
  .u-pb-68-sm,
.u-py-68-sm {
    padding-bottom: 68px !important;
  }
  .u-pb-72-sm,
.u-py-72-sm {
    padding-bottom: 72px !important;
  }
  .u-pb-76-sm,
.u-py-76-sm {
    padding-bottom: 76px !important;
  }
  .u-pb-80-sm,
.u-py-80-sm {
    padding-bottom: 80px !important;
  }
  .u-pl-0-sm,
.u-px-0-sm {
    padding-left: 0px !important;
  }
  .u-pl-4-sm,
.u-px-4-sm {
    padding-left: 4px !important;
  }
  .u-pl-8-sm,
.u-px-8-sm {
    padding-left: 8px !important;
  }
  .u-pl-12-sm,
.u-px-12-sm {
    padding-left: 12px !important;
  }
  .u-pl-16-sm,
.u-px-16-sm {
    padding-left: 16px !important;
  }
  .u-pl-20-sm,
.u-px-20-sm {
    padding-left: 20px !important;
  }
  .u-pl-24-sm,
.u-px-24-sm {
    padding-left: 24px !important;
  }
  .u-pl-28-sm,
.u-px-28-sm {
    padding-left: 28px !important;
  }
  .u-pl-32-sm,
.u-px-32-sm {
    padding-left: 32px !important;
  }
  .u-pl-36-sm,
.u-px-36-sm {
    padding-left: 36px !important;
  }
  .u-pl-40-sm,
.u-px-40-sm {
    padding-left: 40px !important;
  }
  .u-pl-44-sm,
.u-px-44-sm {
    padding-left: 44px !important;
  }
  .u-pl-48-sm,
.u-px-48-sm {
    padding-left: 48px !important;
  }
  .u-pl-52-sm,
.u-px-52-sm {
    padding-left: 52px !important;
  }
  .u-pl-56-sm,
.u-px-56-sm {
    padding-left: 56px !important;
  }
  .u-pl-60-sm,
.u-px-60-sm {
    padding-left: 60px !important;
  }
  .u-pl-64-sm,
.u-px-64-sm {
    padding-left: 64px !important;
  }
  .u-pl-68-sm,
.u-px-68-sm {
    padding-left: 68px !important;
  }
  .u-pl-72-sm,
.u-px-72-sm {
    padding-left: 72px !important;
  }
  .u-pl-76-sm,
.u-px-76-sm {
    padding-left: 76px !important;
  }
  .u-pl-80-sm,
.u-px-80-sm {
    padding-left: 80px !important;
  }
  .u-pr-0-sm,
.u-px-0-sm {
    padding-right: 0px !important;
  }
  .u-pr-4-sm,
.u-px-4-sm {
    padding-right: 4px !important;
  }
  .u-pr-8-sm,
.u-px-8-sm {
    padding-right: 8px !important;
  }
  .u-pr-12-sm,
.u-px-12-sm {
    padding-right: 12px !important;
  }
  .u-pr-16-sm,
.u-px-16-sm {
    padding-right: 16px !important;
  }
  .u-pr-20-sm,
.u-px-20-sm {
    padding-right: 20px !important;
  }
  .u-pr-24-sm,
.u-px-24-sm {
    padding-right: 24px !important;
  }
  .u-pr-28-sm,
.u-px-28-sm {
    padding-right: 28px !important;
  }
  .u-pr-32-sm,
.u-px-32-sm {
    padding-right: 32px !important;
  }
  .u-pr-36-sm,
.u-px-36-sm {
    padding-right: 36px !important;
  }
  .u-pr-40-sm,
.u-px-40-sm {
    padding-right: 40px !important;
  }
  .u-pr-44-sm,
.u-px-44-sm {
    padding-right: 44px !important;
  }
  .u-pr-48-sm,
.u-px-48-sm {
    padding-right: 48px !important;
  }
  .u-pr-52-sm,
.u-px-52-sm {
    padding-right: 52px !important;
  }
  .u-pr-56-sm,
.u-px-56-sm {
    padding-right: 56px !important;
  }
  .u-pr-60-sm,
.u-px-60-sm {
    padding-right: 60px !important;
  }
  .u-pr-64-sm,
.u-px-64-sm {
    padding-right: 64px !important;
  }
  .u-pr-68-sm,
.u-px-68-sm {
    padding-right: 68px !important;
  }
  .u-pr-72-sm,
.u-px-72-sm {
    padding-right: 72px !important;
  }
  .u-pr-76-sm,
.u-px-76-sm {
    padding-right: 76px !important;
  }
  .u-pr-80-sm,
.u-px-80-sm {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-px-auto-md {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-md,
.u-py-0-md {
    padding-top: 0px !important;
  }
  .u-pt-4-md,
.u-py-4-md {
    padding-top: 4px !important;
  }
  .u-pt-8-md,
.u-py-8-md {
    padding-top: 8px !important;
  }
  .u-pt-12-md,
.u-py-12-md {
    padding-top: 12px !important;
  }
  .u-pt-16-md,
.u-py-16-md {
    padding-top: 16px !important;
  }
  .u-pt-20-md,
.u-py-20-md {
    padding-top: 20px !important;
  }
  .u-pt-24-md,
.u-py-24-md {
    padding-top: 24px !important;
  }
  .u-pt-28-md,
.u-py-28-md {
    padding-top: 28px !important;
  }
  .u-pt-32-md,
.u-py-32-md {
    padding-top: 32px !important;
  }
  .u-pt-36-md,
.u-py-36-md {
    padding-top: 36px !important;
  }
  .u-pt-40-md,
.u-py-40-md {
    padding-top: 40px !important;
  }
  .u-pt-44-md,
.u-py-44-md {
    padding-top: 44px !important;
  }
  .u-pt-48-md,
.u-py-48-md {
    padding-top: 48px !important;
  }
  .u-pt-52-md,
.u-py-52-md {
    padding-top: 52px !important;
  }
  .u-pt-56-md,
.u-py-56-md {
    padding-top: 56px !important;
  }
  .u-pt-60-md,
.u-py-60-md {
    padding-top: 60px !important;
  }
  .u-pt-64-md,
.u-py-64-md {
    padding-top: 64px !important;
  }
  .u-pt-68-md,
.u-py-68-md {
    padding-top: 68px !important;
  }
  .u-pt-72-md,
.u-py-72-md {
    padding-top: 72px !important;
  }
  .u-pt-76-md,
.u-py-76-md {
    padding-top: 76px !important;
  }
  .u-pt-80-md,
.u-py-80-md {
    padding-top: 80px !important;
  }
  .u-pb-0-md,
.u-py-0-md {
    padding-bottom: 0px !important;
  }
  .u-pb-4-md,
.u-py-4-md {
    padding-bottom: 4px !important;
  }
  .u-pb-8-md,
.u-py-8-md {
    padding-bottom: 8px !important;
  }
  .u-pb-12-md,
.u-py-12-md {
    padding-bottom: 12px !important;
  }
  .u-pb-16-md,
.u-py-16-md {
    padding-bottom: 16px !important;
  }
  .u-pb-20-md,
.u-py-20-md {
    padding-bottom: 20px !important;
  }
  .u-pb-24-md,
.u-py-24-md {
    padding-bottom: 24px !important;
  }
  .u-pb-28-md,
.u-py-28-md {
    padding-bottom: 28px !important;
  }
  .u-pb-32-md,
.u-py-32-md {
    padding-bottom: 32px !important;
  }
  .u-pb-36-md,
.u-py-36-md {
    padding-bottom: 36px !important;
  }
  .u-pb-40-md,
.u-py-40-md {
    padding-bottom: 40px !important;
  }
  .u-pb-44-md,
.u-py-44-md {
    padding-bottom: 44px !important;
  }
  .u-pb-48-md,
.u-py-48-md {
    padding-bottom: 48px !important;
  }
  .u-pb-52-md,
.u-py-52-md {
    padding-bottom: 52px !important;
  }
  .u-pb-56-md,
.u-py-56-md {
    padding-bottom: 56px !important;
  }
  .u-pb-60-md,
.u-py-60-md {
    padding-bottom: 60px !important;
  }
  .u-pb-64-md,
.u-py-64-md {
    padding-bottom: 64px !important;
  }
  .u-pb-68-md,
.u-py-68-md {
    padding-bottom: 68px !important;
  }
  .u-pb-72-md,
.u-py-72-md {
    padding-bottom: 72px !important;
  }
  .u-pb-76-md,
.u-py-76-md {
    padding-bottom: 76px !important;
  }
  .u-pb-80-md,
.u-py-80-md {
    padding-bottom: 80px !important;
  }
  .u-pl-0-md,
.u-px-0-md {
    padding-left: 0px !important;
  }
  .u-pl-4-md,
.u-px-4-md {
    padding-left: 4px !important;
  }
  .u-pl-8-md,
.u-px-8-md {
    padding-left: 8px !important;
  }
  .u-pl-12-md,
.u-px-12-md {
    padding-left: 12px !important;
  }
  .u-pl-16-md,
.u-px-16-md {
    padding-left: 16px !important;
  }
  .u-pl-20-md,
.u-px-20-md {
    padding-left: 20px !important;
  }
  .u-pl-24-md,
.u-px-24-md {
    padding-left: 24px !important;
  }
  .u-pl-28-md,
.u-px-28-md {
    padding-left: 28px !important;
  }
  .u-pl-32-md,
.u-px-32-md {
    padding-left: 32px !important;
  }
  .u-pl-36-md,
.u-px-36-md {
    padding-left: 36px !important;
  }
  .u-pl-40-md,
.u-px-40-md {
    padding-left: 40px !important;
  }
  .u-pl-44-md,
.u-px-44-md {
    padding-left: 44px !important;
  }
  .u-pl-48-md,
.u-px-48-md {
    padding-left: 48px !important;
  }
  .u-pl-52-md,
.u-px-52-md {
    padding-left: 52px !important;
  }
  .u-pl-56-md,
.u-px-56-md {
    padding-left: 56px !important;
  }
  .u-pl-60-md,
.u-px-60-md {
    padding-left: 60px !important;
  }
  .u-pl-64-md,
.u-px-64-md {
    padding-left: 64px !important;
  }
  .u-pl-68-md,
.u-px-68-md {
    padding-left: 68px !important;
  }
  .u-pl-72-md,
.u-px-72-md {
    padding-left: 72px !important;
  }
  .u-pl-76-md,
.u-px-76-md {
    padding-left: 76px !important;
  }
  .u-pl-80-md,
.u-px-80-md {
    padding-left: 80px !important;
  }
  .u-pr-0-md,
.u-px-0-md {
    padding-right: 0px !important;
  }
  .u-pr-4-md,
.u-px-4-md {
    padding-right: 4px !important;
  }
  .u-pr-8-md,
.u-px-8-md {
    padding-right: 8px !important;
  }
  .u-pr-12-md,
.u-px-12-md {
    padding-right: 12px !important;
  }
  .u-pr-16-md,
.u-px-16-md {
    padding-right: 16px !important;
  }
  .u-pr-20-md,
.u-px-20-md {
    padding-right: 20px !important;
  }
  .u-pr-24-md,
.u-px-24-md {
    padding-right: 24px !important;
  }
  .u-pr-28-md,
.u-px-28-md {
    padding-right: 28px !important;
  }
  .u-pr-32-md,
.u-px-32-md {
    padding-right: 32px !important;
  }
  .u-pr-36-md,
.u-px-36-md {
    padding-right: 36px !important;
  }
  .u-pr-40-md,
.u-px-40-md {
    padding-right: 40px !important;
  }
  .u-pr-44-md,
.u-px-44-md {
    padding-right: 44px !important;
  }
  .u-pr-48-md,
.u-px-48-md {
    padding-right: 48px !important;
  }
  .u-pr-52-md,
.u-px-52-md {
    padding-right: 52px !important;
  }
  .u-pr-56-md,
.u-px-56-md {
    padding-right: 56px !important;
  }
  .u-pr-60-md,
.u-px-60-md {
    padding-right: 60px !important;
  }
  .u-pr-64-md,
.u-px-64-md {
    padding-right: 64px !important;
  }
  .u-pr-68-md,
.u-px-68-md {
    padding-right: 68px !important;
  }
  .u-pr-72-md,
.u-px-72-md {
    padding-right: 72px !important;
  }
  .u-pr-76-md,
.u-px-76-md {
    padding-right: 76px !important;
  }
  .u-pr-80-md,
.u-px-80-md {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-px-auto-lg {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-lg,
.u-py-0-lg {
    padding-top: 0px !important;
  }
  .u-pt-4-lg,
.u-py-4-lg {
    padding-top: 4px !important;
  }
  .u-pt-8-lg,
.u-py-8-lg {
    padding-top: 8px !important;
  }
  .u-pt-12-lg,
.u-py-12-lg {
    padding-top: 12px !important;
  }
  .u-pt-16-lg,
.u-py-16-lg {
    padding-top: 16px !important;
  }
  .u-pt-20-lg,
.u-py-20-lg {
    padding-top: 20px !important;
  }
  .u-pt-24-lg,
.u-py-24-lg {
    padding-top: 24px !important;
  }
  .u-pt-28-lg,
.u-py-28-lg {
    padding-top: 28px !important;
  }
  .u-pt-32-lg,
.u-py-32-lg {
    padding-top: 32px !important;
  }
  .u-pt-36-lg,
.u-py-36-lg {
    padding-top: 36px !important;
  }
  .u-pt-40-lg,
.u-py-40-lg {
    padding-top: 40px !important;
  }
  .u-pt-44-lg,
.u-py-44-lg {
    padding-top: 44px !important;
  }
  .u-pt-48-lg,
.u-py-48-lg {
    padding-top: 48px !important;
  }
  .u-pt-52-lg,
.u-py-52-lg {
    padding-top: 52px !important;
  }
  .u-pt-56-lg,
.u-py-56-lg {
    padding-top: 56px !important;
  }
  .u-pt-60-lg,
.u-py-60-lg {
    padding-top: 60px !important;
  }
  .u-pt-64-lg,
.u-py-64-lg {
    padding-top: 64px !important;
  }
  .u-pt-68-lg,
.u-py-68-lg {
    padding-top: 68px !important;
  }
  .u-pt-72-lg,
.u-py-72-lg {
    padding-top: 72px !important;
  }
  .u-pt-76-lg,
.u-py-76-lg {
    padding-top: 76px !important;
  }
  .u-pt-80-lg,
.u-py-80-lg {
    padding-top: 80px !important;
  }
  .u-pb-0-lg,
.u-py-0-lg {
    padding-bottom: 0px !important;
  }
  .u-pb-4-lg,
.u-py-4-lg {
    padding-bottom: 4px !important;
  }
  .u-pb-8-lg,
.u-py-8-lg {
    padding-bottom: 8px !important;
  }
  .u-pb-12-lg,
.u-py-12-lg {
    padding-bottom: 12px !important;
  }
  .u-pb-16-lg,
.u-py-16-lg {
    padding-bottom: 16px !important;
  }
  .u-pb-20-lg,
.u-py-20-lg {
    padding-bottom: 20px !important;
  }
  .u-pb-24-lg,
.u-py-24-lg {
    padding-bottom: 24px !important;
  }
  .u-pb-28-lg,
.u-py-28-lg {
    padding-bottom: 28px !important;
  }
  .u-pb-32-lg,
.u-py-32-lg {
    padding-bottom: 32px !important;
  }
  .u-pb-36-lg,
.u-py-36-lg {
    padding-bottom: 36px !important;
  }
  .u-pb-40-lg,
.u-py-40-lg {
    padding-bottom: 40px !important;
  }
  .u-pb-44-lg,
.u-py-44-lg {
    padding-bottom: 44px !important;
  }
  .u-pb-48-lg,
.u-py-48-lg {
    padding-bottom: 48px !important;
  }
  .u-pb-52-lg,
.u-py-52-lg {
    padding-bottom: 52px !important;
  }
  .u-pb-56-lg,
.u-py-56-lg {
    padding-bottom: 56px !important;
  }
  .u-pb-60-lg,
.u-py-60-lg {
    padding-bottom: 60px !important;
  }
  .u-pb-64-lg,
.u-py-64-lg {
    padding-bottom: 64px !important;
  }
  .u-pb-68-lg,
.u-py-68-lg {
    padding-bottom: 68px !important;
  }
  .u-pb-72-lg,
.u-py-72-lg {
    padding-bottom: 72px !important;
  }
  .u-pb-76-lg,
.u-py-76-lg {
    padding-bottom: 76px !important;
  }
  .u-pb-80-lg,
.u-py-80-lg {
    padding-bottom: 80px !important;
  }
  .u-pl-0-lg,
.u-px-0-lg {
    padding-left: 0px !important;
  }
  .u-pl-4-lg,
.u-px-4-lg {
    padding-left: 4px !important;
  }
  .u-pl-8-lg,
.u-px-8-lg {
    padding-left: 8px !important;
  }
  .u-pl-12-lg,
.u-px-12-lg {
    padding-left: 12px !important;
  }
  .u-pl-16-lg,
.u-px-16-lg {
    padding-left: 16px !important;
  }
  .u-pl-20-lg,
.u-px-20-lg {
    padding-left: 20px !important;
  }
  .u-pl-24-lg,
.u-px-24-lg {
    padding-left: 24px !important;
  }
  .u-pl-28-lg,
.u-px-28-lg {
    padding-left: 28px !important;
  }
  .u-pl-32-lg,
.u-px-32-lg {
    padding-left: 32px !important;
  }
  .u-pl-36-lg,
.u-px-36-lg {
    padding-left: 36px !important;
  }
  .u-pl-40-lg,
.u-px-40-lg {
    padding-left: 40px !important;
  }
  .u-pl-44-lg,
.u-px-44-lg {
    padding-left: 44px !important;
  }
  .u-pl-48-lg,
.u-px-48-lg {
    padding-left: 48px !important;
  }
  .u-pl-52-lg,
.u-px-52-lg {
    padding-left: 52px !important;
  }
  .u-pl-56-lg,
.u-px-56-lg {
    padding-left: 56px !important;
  }
  .u-pl-60-lg,
.u-px-60-lg {
    padding-left: 60px !important;
  }
  .u-pl-64-lg,
.u-px-64-lg {
    padding-left: 64px !important;
  }
  .u-pl-68-lg,
.u-px-68-lg {
    padding-left: 68px !important;
  }
  .u-pl-72-lg,
.u-px-72-lg {
    padding-left: 72px !important;
  }
  .u-pl-76-lg,
.u-px-76-lg {
    padding-left: 76px !important;
  }
  .u-pl-80-lg,
.u-px-80-lg {
    padding-left: 80px !important;
  }
  .u-pr-0-lg,
.u-px-0-lg {
    padding-right: 0px !important;
  }
  .u-pr-4-lg,
.u-px-4-lg {
    padding-right: 4px !important;
  }
  .u-pr-8-lg,
.u-px-8-lg {
    padding-right: 8px !important;
  }
  .u-pr-12-lg,
.u-px-12-lg {
    padding-right: 12px !important;
  }
  .u-pr-16-lg,
.u-px-16-lg {
    padding-right: 16px !important;
  }
  .u-pr-20-lg,
.u-px-20-lg {
    padding-right: 20px !important;
  }
  .u-pr-24-lg,
.u-px-24-lg {
    padding-right: 24px !important;
  }
  .u-pr-28-lg,
.u-px-28-lg {
    padding-right: 28px !important;
  }
  .u-pr-32-lg,
.u-px-32-lg {
    padding-right: 32px !important;
  }
  .u-pr-36-lg,
.u-px-36-lg {
    padding-right: 36px !important;
  }
  .u-pr-40-lg,
.u-px-40-lg {
    padding-right: 40px !important;
  }
  .u-pr-44-lg,
.u-px-44-lg {
    padding-right: 44px !important;
  }
  .u-pr-48-lg,
.u-px-48-lg {
    padding-right: 48px !important;
  }
  .u-pr-52-lg,
.u-px-52-lg {
    padding-right: 52px !important;
  }
  .u-pr-56-lg,
.u-px-56-lg {
    padding-right: 56px !important;
  }
  .u-pr-60-lg,
.u-px-60-lg {
    padding-right: 60px !important;
  }
  .u-pr-64-lg,
.u-px-64-lg {
    padding-right: 64px !important;
  }
  .u-pr-68-lg,
.u-px-68-lg {
    padding-right: 68px !important;
  }
  .u-pr-72-lg,
.u-px-72-lg {
    padding-right: 72px !important;
  }
  .u-pr-76-lg,
.u-px-76-lg {
    padding-right: 76px !important;
  }
  .u-pr-80-lg,
.u-px-80-lg {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1201px) {
  .u-px-auto-xl {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-pt-0-xl,
.u-py-0-xl {
    padding-top: 0px !important;
  }
  .u-pt-4-xl,
.u-py-4-xl {
    padding-top: 4px !important;
  }
  .u-pt-8-xl,
.u-py-8-xl {
    padding-top: 8px !important;
  }
  .u-pt-12-xl,
.u-py-12-xl {
    padding-top: 12px !important;
  }
  .u-pt-16-xl,
.u-py-16-xl {
    padding-top: 16px !important;
  }
  .u-pt-20-xl,
.u-py-20-xl {
    padding-top: 20px !important;
  }
  .u-pt-24-xl,
.u-py-24-xl {
    padding-top: 24px !important;
  }
  .u-pt-28-xl,
.u-py-28-xl {
    padding-top: 28px !important;
  }
  .u-pt-32-xl,
.u-py-32-xl {
    padding-top: 32px !important;
  }
  .u-pt-36-xl,
.u-py-36-xl {
    padding-top: 36px !important;
  }
  .u-pt-40-xl,
.u-py-40-xl {
    padding-top: 40px !important;
  }
  .u-pt-44-xl,
.u-py-44-xl {
    padding-top: 44px !important;
  }
  .u-pt-48-xl,
.u-py-48-xl {
    padding-top: 48px !important;
  }
  .u-pt-52-xl,
.u-py-52-xl {
    padding-top: 52px !important;
  }
  .u-pt-56-xl,
.u-py-56-xl {
    padding-top: 56px !important;
  }
  .u-pt-60-xl,
.u-py-60-xl {
    padding-top: 60px !important;
  }
  .u-pt-64-xl,
.u-py-64-xl {
    padding-top: 64px !important;
  }
  .u-pt-68-xl,
.u-py-68-xl {
    padding-top: 68px !important;
  }
  .u-pt-72-xl,
.u-py-72-xl {
    padding-top: 72px !important;
  }
  .u-pt-76-xl,
.u-py-76-xl {
    padding-top: 76px !important;
  }
  .u-pt-80-xl,
.u-py-80-xl {
    padding-top: 80px !important;
  }
  .u-pb-0-xl,
.u-py-0-xl {
    padding-bottom: 0px !important;
  }
  .u-pb-4-xl,
.u-py-4-xl {
    padding-bottom: 4px !important;
  }
  .u-pb-8-xl,
.u-py-8-xl {
    padding-bottom: 8px !important;
  }
  .u-pb-12-xl,
.u-py-12-xl {
    padding-bottom: 12px !important;
  }
  .u-pb-16-xl,
.u-py-16-xl {
    padding-bottom: 16px !important;
  }
  .u-pb-20-xl,
.u-py-20-xl {
    padding-bottom: 20px !important;
  }
  .u-pb-24-xl,
.u-py-24-xl {
    padding-bottom: 24px !important;
  }
  .u-pb-28-xl,
.u-py-28-xl {
    padding-bottom: 28px !important;
  }
  .u-pb-32-xl,
.u-py-32-xl {
    padding-bottom: 32px !important;
  }
  .u-pb-36-xl,
.u-py-36-xl {
    padding-bottom: 36px !important;
  }
  .u-pb-40-xl,
.u-py-40-xl {
    padding-bottom: 40px !important;
  }
  .u-pb-44-xl,
.u-py-44-xl {
    padding-bottom: 44px !important;
  }
  .u-pb-48-xl,
.u-py-48-xl {
    padding-bottom: 48px !important;
  }
  .u-pb-52-xl,
.u-py-52-xl {
    padding-bottom: 52px !important;
  }
  .u-pb-56-xl,
.u-py-56-xl {
    padding-bottom: 56px !important;
  }
  .u-pb-60-xl,
.u-py-60-xl {
    padding-bottom: 60px !important;
  }
  .u-pb-64-xl,
.u-py-64-xl {
    padding-bottom: 64px !important;
  }
  .u-pb-68-xl,
.u-py-68-xl {
    padding-bottom: 68px !important;
  }
  .u-pb-72-xl,
.u-py-72-xl {
    padding-bottom: 72px !important;
  }
  .u-pb-76-xl,
.u-py-76-xl {
    padding-bottom: 76px !important;
  }
  .u-pb-80-xl,
.u-py-80-xl {
    padding-bottom: 80px !important;
  }
  .u-pl-0-xl,
.u-px-0-xl {
    padding-left: 0px !important;
  }
  .u-pl-4-xl,
.u-px-4-xl {
    padding-left: 4px !important;
  }
  .u-pl-8-xl,
.u-px-8-xl {
    padding-left: 8px !important;
  }
  .u-pl-12-xl,
.u-px-12-xl {
    padding-left: 12px !important;
  }
  .u-pl-16-xl,
.u-px-16-xl {
    padding-left: 16px !important;
  }
  .u-pl-20-xl,
.u-px-20-xl {
    padding-left: 20px !important;
  }
  .u-pl-24-xl,
.u-px-24-xl {
    padding-left: 24px !important;
  }
  .u-pl-28-xl,
.u-px-28-xl {
    padding-left: 28px !important;
  }
  .u-pl-32-xl,
.u-px-32-xl {
    padding-left: 32px !important;
  }
  .u-pl-36-xl,
.u-px-36-xl {
    padding-left: 36px !important;
  }
  .u-pl-40-xl,
.u-px-40-xl {
    padding-left: 40px !important;
  }
  .u-pl-44-xl,
.u-px-44-xl {
    padding-left: 44px !important;
  }
  .u-pl-48-xl,
.u-px-48-xl {
    padding-left: 48px !important;
  }
  .u-pl-52-xl,
.u-px-52-xl {
    padding-left: 52px !important;
  }
  .u-pl-56-xl,
.u-px-56-xl {
    padding-left: 56px !important;
  }
  .u-pl-60-xl,
.u-px-60-xl {
    padding-left: 60px !important;
  }
  .u-pl-64-xl,
.u-px-64-xl {
    padding-left: 64px !important;
  }
  .u-pl-68-xl,
.u-px-68-xl {
    padding-left: 68px !important;
  }
  .u-pl-72-xl,
.u-px-72-xl {
    padding-left: 72px !important;
  }
  .u-pl-76-xl,
.u-px-76-xl {
    padding-left: 76px !important;
  }
  .u-pl-80-xl,
.u-px-80-xl {
    padding-left: 80px !important;
  }
  .u-pr-0-xl,
.u-px-0-xl {
    padding-right: 0px !important;
  }
  .u-pr-4-xl,
.u-px-4-xl {
    padding-right: 4px !important;
  }
  .u-pr-8-xl,
.u-px-8-xl {
    padding-right: 8px !important;
  }
  .u-pr-12-xl,
.u-px-12-xl {
    padding-right: 12px !important;
  }
  .u-pr-16-xl,
.u-px-16-xl {
    padding-right: 16px !important;
  }
  .u-pr-20-xl,
.u-px-20-xl {
    padding-right: 20px !important;
  }
  .u-pr-24-xl,
.u-px-24-xl {
    padding-right: 24px !important;
  }
  .u-pr-28-xl,
.u-px-28-xl {
    padding-right: 28px !important;
  }
  .u-pr-32-xl,
.u-px-32-xl {
    padding-right: 32px !important;
  }
  .u-pr-36-xl,
.u-px-36-xl {
    padding-right: 36px !important;
  }
  .u-pr-40-xl,
.u-px-40-xl {
    padding-right: 40px !important;
  }
  .u-pr-44-xl,
.u-px-44-xl {
    padding-right: 44px !important;
  }
  .u-pr-48-xl,
.u-px-48-xl {
    padding-right: 48px !important;
  }
  .u-pr-52-xl,
.u-px-52-xl {
    padding-right: 52px !important;
  }
  .u-pr-56-xl,
.u-px-56-xl {
    padding-right: 56px !important;
  }
  .u-pr-60-xl,
.u-px-60-xl {
    padding-right: 60px !important;
  }
  .u-pr-64-xl,
.u-px-64-xl {
    padding-right: 64px !important;
  }
  .u-pr-68-xl,
.u-px-68-xl {
    padding-right: 68px !important;
  }
  .u-pr-72-xl,
.u-px-72-xl {
    padding-right: 72px !important;
  }
  .u-pr-76-xl,
.u-px-76-xl {
    padding-right: 76px !important;
  }
  .u-pr-80-xl,
.u-px-80-xl {
    padding-right: 80px !important;
  }
}