@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body {
  color: #1A1A1A;
  font-size: 1.1713030747vw;
  min-height: 100vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    margin: 0 !important;
  }
}

body:after {
  content: "";
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: -1;
}

a {
  color: #1A1A1A;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
a:hover {
  opacity: 0.6;
}
a path {
  transition: opacity 0.2s ease, fill 0.2s ease;
}

p,
li,
dl,
table {
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  p,
  li,
  dl,
  table {
    line-height: 1.7142857143;
  }
}

h2, h3, h4 {
  line-height: 1.75;
}

p + p {
  padding-top: 2em;
}
@media screen and (max-width: 640px) {
  p + p {
    padding-top: 1.5em;
  }
}

li {
  list-style-type: none;
}

img,
svg {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

:focus-visible {
  outline: 2px solid #ccc !important;
  opacity: 0.8;
}

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

/* override */
.remodal {
  background: transparent !important;
  aspect-ratio: 1/0.7553956835;
  height: auto !important;
  margin: 0;
  max-width: 830px !important;
  padding: 0 !important;
  width: 61.0541727672vw;
}
.remodal:focus, .remodal:focus-visible,
.remodal *:focus,
.remodal *:focus-visible {
  outline: none !important;
}
.remodal-content {
  background: #fff;
  border-radius: 0.7320644217vw;
  box-shadow: 0.3660322108vw 0.3660322108vw 0.7320644217vw 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .remodal-content {
    border-radius: 2.6666666667vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 2.6666666667vw 0 rgba(0, 0, 0, 0.25);
  }
}
.remodal-content:focus {
  border: none;
  outline: none;
}
.remodal-content img {
  border-radius: 0 0 0.7320644217vw 0.7320644217vw;
  max-height: 46.1200585652vw;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .remodal-content img {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    max-height: 65.8666666667vw;
  }
}
.remodal-hide-content {
  display: none;
}
.remodal-overlay {
  background: transparent;
}
.remodal-caption {
  padding: 3.6603221083vw;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .remodal-caption {
    padding: 5.3333333333vw;
  }
}
.remodal-close {
  left: unset !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  right: 0.7320644217vw !important;
  top: 0.7320644217vw !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media screen and (max-width: 640px) {
  .remodal-close {
    right: 2.6666666667vw !important;
    top: 2.6666666667vw !important;
    z-index: 9999;
  }
}
.remodal-close:before {
  display: none !important;
}

/* components */
.c-inner {
  margin: 0 auto;
  width: 81.9912152269vw;
}
@media screen and (max-width: 640px) {
  .c-inner {
    padding: 0 6.4vw;
    width: 100%;
  }
}

.c-ttl-1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl-1 span {
  color: #5081E8;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 7.7598828697vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .c-ttl-1 span {
    font-size: 13.3333333333vw;
  }
}
.c-ttl-1 strong {
  align-items: center;
  display: flex;
  height: 100%;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .c-ttl-1 strong {
    font-size: 5.3333333333vw;
    justify-content: center;
    top: -1.0666666667vw;
  }
}
.c-ttl-1.is-centered {
  margin: 0 auto;
}
.c-ttl-1.is-centered strong {
  justify-content: center;
  top: 0.3660322108vw;
}

.c-ttl-2 {
  color: #5081E8;
  font-size: 1.756954612vw;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto;
  min-width: 7.027818448vw;
  padding-bottom: 0.3660322108vw;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .c-ttl-2 {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.c-ttl-2:after {
  background: url("../img/ttl_2_line.png") no-repeat bottom center/contain;
  bottom: 0;
  content: " ";
  display: inline-block;
  height: 0.439238653vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 7.1010248902vw;
}
@media screen and (max-width: 640px) {
  .c-ttl-2:after {
    height: 1.6vw;
    width: 25.8666666667vw;
  }
}

.c-btn, .c-btn-2, .c-btn-1 {
  align-items: center;
  display: flex;
  font-size: 1.4641288433vw;
  font-weight: 700;
  justify-content: center;
  height: 5.8565153734vw;
  transition: background-color 0.2s ease;
  width: 28.5505124451vw;
}
@media screen and (max-width: 640px) {
  .c-btn, .c-btn-2, .c-btn-1 {
    font-size: 4.2666666667vw;
    height: 16vw;
    width: 100%;
  }
}

.c-btn-1 {
  background-color: #fff;
  gap: 0.6588579795vw;
}
@media screen and (max-width: 640px) {
  .c-btn-1 {
    gap: 1.1333333333vw;
  }
}
.c-btn-1 i[class^=c-icon] {
  background-color: #5081E8 !important;
  transform: translateY(0.1464128843vw);
}
@media screen and (max-width: 640px) {
  .c-btn-1 i[class^=c-icon] {
    transform: translateY(0.5333333333vw);
  }
}
.c-btn-1:hover {
  background-color: #1A1A1A;
  color: #fff;
  opacity: 1;
}
.c-btn-1:hover i[class^=c-icon] {
  background-color: #fff !important;
}
.c-btn-1.has-line {
  border: 1px solid #1A1A1A;
}

.c-btn-2 {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  width: 25.6222547584vw;
}
@media screen and (max-width: 640px) {
  .c-btn-2 {
    width: 100%;
  }
}
.c-btn-2:after {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1/1.7;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
  width: 0.8103953148vw;
  position: absolute;
  right: 1.4150805271vw;
}
@media screen and (max-width: 640px) {
  .c-btn-2:after {
    right: 4.2666666667vw;
    width: 2.9333333333vw;
  }
}
.c-btn-2:hover {
  background: #fff;
  color: #1A1A1A;
  opacity: 1;
}
.c-btn-2:hover:after {
  background-color: #5081E8;
}
.c-btn-2.is-black {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.c-btn-2.is-black:after {
  background-color: #1A1A1A;
}
.c-btn-2.is-black:hover {
  background: #1A1A1A;
  color: #fff;
}
.c-btn-2.is-black:hover:after {
  background-color: #5081E8;
}
.c-btn-2.to-bottom:after {
  transform: rotate(90deg);
}
.c-btn-2.to-left:after {
  right: 0;
  left: 1.4150805271vw;
  transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
  .c-btn-2.to-left:after {
    left: 4.2666666667vw;
  }
}

.c-link-1 {
  color: #5081E8;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .c-link-1 {
    font-size: 4.2666666667vw;
  }
}
.c-link-1:after {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1/1.7;
  background-color: #1A1A1A;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
  width: 0.5402635432vw;
  margin-left: 0.8052708638vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .c-link-1:after {
    margin-left: 2.9333333333vw;
    top: 0.2666666667vw;
    width: 1.8666666667vw;
  }
}
.c-link-1:hover {
  color: #1A1A1A;
  opacity: 1;
}
.c-link-1.is-white {
  color: #fff;
}
.c-link-1.is-white:after {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1/1.7;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
  width: 0.5402635432vw;
}
@media screen and (max-width: 640px) {
  .c-link-1.is-white:after {
    width: 1.8666666667vw;
  }
}
.c-link-1.is-white:hover {
  opacity: 0.5;
}

.c-img-link-1 {
  display: block;
  position: relative;
}
.c-img-link-1:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
}
.c-img-link-1:hover {
  opacity: 1;
}
.c-img-link-1:hover:before {
  opacity: 1;
}

.c-icon-mail {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1/1.25;
  background-color: #1A1A1A;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H18C18.55 0 19.0208 0.195833 19.4125 0.5875C19.8042 0.979167 20 1.45 20 2V14C20 14.55 19.8042 15.0208 19.4125 15.4125C19.0208 15.8042 18.55 16 18 16H2ZM10 9L2 4V14H18V4L10 9ZM10 7L18 2H2L10 7ZM2 4V2V14V4Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H18C18.55 0 19.0208 0.195833 19.4125 0.5875C19.8042 0.979167 20 1.45 20 2V14C20 14.55 19.8042 15.0208 19.4125 15.4125C19.0208 15.8042 18.55 16 18 16H2ZM10 9L2 4V14H18V4L10 9ZM10 7L18 2H2L10 7ZM2 4V2V14V4Z" fill="%23000"/></svg>');
  width: 1.4641288433vw;
}
@media screen and (max-width: 640px) {
  .c-icon-mail {
    width: 5.8666666667vw;
  }
}
.c-icon-tel {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1/1;
  background-color: #1A1A1A;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.2362 14.8021L17.1671 14.4517C16.43 14.3671 15.705 14.6208 15.1854 15.1404L12.9621 17.3637C9.54249 15.6237 6.73915 12.8325 4.99915 9.40083L7.23457 7.16542C7.75415 6.64583 8.0079 5.92083 7.92332 5.18375L7.5729 2.13875C7.4279 0.918334 6.40082 0 5.16832 0H3.0779C1.71249 0 0.576655 1.13583 0.661238 2.50125C1.30165 12.8204 9.55457 21.0612 19.8617 21.7017C21.2271 21.7862 22.3629 20.6504 22.3629 19.285V17.1946C22.375 15.9742 21.4567 14.9471 20.2362 14.8021Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.2362 14.8021L17.1671 14.4517C16.43 14.3671 15.705 14.6208 15.1854 15.1404L12.9621 17.3637C9.54249 15.6237 6.73915 12.8325 4.99915 9.40083L7.23457 7.16542C7.75415 6.64583 8.0079 5.92083 7.92332 5.18375L7.5729 2.13875C7.4279 0.918334 6.40082 0 5.16832 0H3.0779C1.71249 0 0.576655 1.13583 0.661238 2.50125C1.30165 12.8204 9.55457 21.0612 19.8617 21.7017C21.2271 21.7862 22.3629 20.6504 22.3629 19.285V17.1946C22.375 15.9742 21.4567 14.9471 20.2362 14.8021Z" fill="%23000"/></svg>');
  width: 1.5893118594vw;
}
@media screen and (max-width: 640px) {
  .c-icon-tel {
    width: 4.2666666667vw;
  }
}
.c-icon-circle-plus, .c-icon-circle-xmark {
  aspect-ratio: 1/1;
  background: #fff url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 6H12" stroke="%231A1A1A" stroke-width="2"/><path d="M6 12L6 -2.98023e-07" stroke="%231A1A1A" stroke-width="2"/></svg>') no-repeat 50% 50%/0.878477306vw auto;
  border: 1px solid #fff;
  border-radius: 50%;
  content: " ";
  display: block;
  height: auto;
  width: 1.756954612vw;
}
@media screen and (max-width: 640px) {
  .c-icon-circle-plus, .c-icon-circle-xmark {
    background-size: 3.2vw auto;
    width: 6.4vw;
  }
}
*:hover > .c-icon-circle-plus, *:hover > .c-icon-circle-xmark {
  background: transparent url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 6H12" stroke="%23fff" stroke-width="2"/><path d="M6 12L6 -2.98023e-07" stroke="%23fff" stroke-width="2"/></svg>') no-repeat 50% 50%/0.878477306vw auto;
}
@media screen and (max-width: 640px) {
  *:hover > .c-icon-circle-plus, *:hover > .c-icon-circle-xmark {
    background-size: 3.2vw auto;
  }
}
.c-icon-circle-xmark {
  transform: rotate(45deg);
}

.c-cases {
  display: flex;
  flex-wrap: wrap;
  gap: 4.6852122987vw 1.756954612vw;
}
@media screen and (max-width: 640px) {
  .c-cases {
    gap: 14.4vw;
  }
}

.c-case {
  width: 25.6222547584vw;
}
@media screen and (max-width: 640px) {
  .c-case {
    width: 100%;
  }
}
.c-case-img {
  aspect-ratio: 1/0.6857142857;
  border-radius: 0.7320644217vw;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .c-case-img {
    border-radius: 2.6666666667vw;
  }
}
.c-case-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-case-img .c-icon-circle-plus, .c-case-img .c-icon-circle-xmark {
  bottom: 0.5856515373vw;
  right: 0.5856515373vw;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .c-case-img .c-icon-circle-plus, .c-case-img .c-icon-circle-xmark {
    bottom: 3.2vw;
    right: 3.2vw;
  }
}
.c-case-date {
  color: #5081E8;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.0512445095vw;
  padding-top: 0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .c-case-date {
    font-size: 3.2vw;
    padding-top: 2.1333333333vw;
  }
}
.c-case-ttl {
  font-size: 1.4641288433vw;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 0.5124450952vw;
}
@media screen and (max-width: 640px) {
  .c-case-ttl {
    font-size: 4.2666666667vw;
  }
}
.c-case-content {
  display: none;
}

.c-anchor {
  margin-top: -6.588579795vw;
  padding-top: 6.588579795vw;
}
@media screen and (max-width: 640px) {
  .c-anchor {
    margin-top: -16vw;
    padding-top: 16vw;
  }
}

.c-dlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.6105417277vw;
}
@media screen and (max-width: 640px) {
  .c-dlist {
    flex-direction: column;
    row-gap: 0;
  }
}
.c-dlist dt,
.c-dlist dd {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 1.6837481698vw;
}
@media screen and (max-width: 640px) {
  .c-dlist dt,
  .c-dlist dd {
    padding: 0;
  }
}
.c-dlist dt {
  color: #5081E8;
  font-weight: 700;
  width: 14.3484626647vw;
}
@media screen and (max-width: 640px) {
  .c-dlist dt {
    border: none;
    width: 100%;
  }
}
.c-dlist dd {
  width: 67.6427525622vw;
}
@media screen and (max-width: 640px) {
  .c-dlist dd {
    margin-bottom: 2.9333333333vw;
    padding-bottom: 2.9333333333vw;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .c-dlist dd:last-child {
    margin: 0;
  }
}
.c-dlist dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 21.3762811127vw;
  row-gap: 0.439238653vw;
}
.c-dlist dd ul li {
  width: 25.3294289898vw;
}
@media screen and (max-width: 640px) {
  .c-dlist dd ul li {
    width: 100%;
  }
}
.c-dlist dd ul li:nth-child(even) {
  white-space: nowrap;
  width: 20.8638360176vw;
}

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

@media screen and (max-width: 640px) {
  .s\:u-overflow-hidden {
    overflow: hidden;
  }
}
.u-absolute {
  position: absolute;
}

.u-static {
  position: static;
}

.u-relative {
  position: relative;
}

.u-fixed {
  position: fixed;
}

@media screen and (max-width: 640px) {
  .s\:u-absolute {
    position: absolute;
  }
  .s\:u-static {
    position: static;
  }
  .s\:u-relative {
    position: relative;
  }
}
.u-bg-black {
  background-color: #1A1A1A !important;
}
.u-bg-white {
  background-color: #fff !important;
}
.u-bg-grn {
  background-color: #00C9B8 !important;
}
.u-bg-yellow {
  background-color: #FEDD42 !important;
}
.u-bg-light-gray {
  background-color: #F3F2F3 !important;
}
.u-bg-light-blue {
  background-color: #EBEDF5 !important;
}
.u-bg-red {
  background-color: #E23223 !important;
}

@media screen and (max-width: 640px) {
  .s\:u-bg-white {
    background: #fff;
  }
  .s\:u-bg-light-gray {
    background: #F3F2F3;
  }
}
.u-border-box {
  border: 1px solid #1A1A1A;
}
.u-border-green {
  border-color: #00C9B8;
}
.u-border-0 {
  border: none !important;
}

@media screen and (max-width: 640px) {
  .s\:u-border-0 {
    border: none;
  }
}
.u-cursor-default {
  cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}

.u-noevent {
  pointer-events: none;
}

.u-flex {
  display: flex;
}
.u-flex-space-between {
  justify-content: space-between;
}
.u-flex-reverse {
  flex-direction: row-reverse;
}
.u-flex-column-reverse {
  flex-direction: column-reverse;
}
.u-flex-center {
  justify-content: center;
}
.u-flex-middle {
  align-items: center;
}
.u-flex-right {
  justify-content: end;
}
.u-flex-left {
  justify-content: start;
}
.u-flex-start {
  align-items: start;
}
.u-flex-end {
  align-items: end;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-unset {
  flex: unset !important;
}
.u-flex-1 {
  flex: 1 !important;
}
.u-flex-column {
  display: flex;
  flex-direction: column;
}
.u-flex-order-1 {
  order: 1;
}
.u-flex-order-2 {
  order: 2;
}
.u-flex-order-3 {
  order: 3;
}

@media screen and (max-width: 640px) {
  .s\:u-flex {
    display: flex;
  }
  .s\:u-flex-column {
    display: flex;
    flex-direction: column;
  }
  .s\:u-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .s\:u-flex-space-between {
    justify-content: space-between;
  }
  .s\:u-flex-reverse {
    flex-direction: row-reverse;
  }
  .s\:u-flex-center {
    justify-content: center;
  }
  .s\:u-flex-left {
    justify-content: start;
  }
  .s\:u-flex-middle {
    align-items: center;
  }
  .s\:u-flex-end {
    align-items: flex-end;
  }
  .s\:u-flex-wrap {
    flex-wrap: wrap;
  }
  .s\:u-flex-nowrap {
    flex-wrap: nowrap;
  }
  .s\:u-flex-order-1 {
    order: 1;
  }
  .s\:u-flex-order-2 {
    order: 2;
  }
  .s\:u-flex-order-3 {
    order: 3;
  }
}
.u-gap-0 {
  gap: 0vw !important;
}

.u-gap-5 {
  gap: 0.3660322108vw !important;
}

.u-gap-10 {
  gap: 0.7320644217vw !important;
}

.u-gap-15 {
  gap: 1.0980966325vw !important;
}

.u-gap-20 {
  gap: 1.4641288433vw !important;
}

.u-gap-25 {
  gap: 1.8301610542vw !important;
}

.u-gap-30 {
  gap: 2.196193265vw !important;
}

.u-gap-35 {
  gap: 2.5622254758vw !important;
}

.u-gap-40 {
  gap: 2.9282576867vw !important;
}

.u-gap-45 {
  gap: 3.2942898975vw !important;
}

.u-gap-50 {
  gap: 3.6603221083vw !important;
}

.u-gap-55 {
  gap: 4.0263543192vw !important;
}

.u-gap-60 {
  gap: 4.39238653vw !important;
}

.u-gap-65 {
  gap: 4.7584187408vw !important;
}

.u-gap-70 {
  gap: 5.1244509517vw !important;
}

.u-gap-75 {
  gap: 5.4904831625vw !important;
}

.u-gap-80 {
  gap: 5.8565153734vw !important;
}

@media screen and (max-width: 640px) {
  .s\:u-gap-0 {
    gap: 0vw !important;
  }
  .s\:u-gap-5 {
    gap: 1.3333333333vw !important;
  }
  .s\:u-gap-10 {
    gap: 2.6666666667vw !important;
  }
  .s\:u-gap-15 {
    gap: 4vw !important;
  }
  .s\:u-gap-20 {
    gap: 5.3333333333vw !important;
  }
  .s\:u-gap-25 {
    gap: 6.6666666667vw !important;
  }
  .s\:u-gap-30 {
    gap: 8vw !important;
  }
  .s\:u-gap-35 {
    gap: 9.3333333333vw !important;
  }
  .s\:u-gap-40 {
    gap: 10.6666666667vw !important;
  }
  .s\:u-gap-45 {
    gap: 12vw !important;
  }
  .s\:u-gap-50 {
    gap: 13.3333333333vw !important;
  }
}
.u-grid {
  display: grid;
}

.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-align-left {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .s\:u-align-center {
    text-align: center;
  }
  .s\:u-align-right {
    text-align: right;
  }
  .s\:u-align-left {
    text-align: left;
  }
}
.u-lh-12 {
  line-height: 1.2;
}
.u-lh-14 {
  line-height: 1.4;
}
.u-lh-17 {
  line-height: 1.7;
}
.u-lh-20 {
  line-height: 2;
}
.u-lh-25 {
  line-height: 2.5;
}

@media screen and (max-width: 640px) {
  .s\:u-lh-10 {
    line-height: 1;
  }
  .s\:u-lh-13 {
    line-height: 1.3;
  }
  .s\:u-lh-14 {
    line-height: 1.4;
  }
  .s\:u-lh-17 {
    line-height: 1.7;
  }
  .s\:u-lh-18 {
    line-height: 1.8;
  }
  .s\:u-lh-20 {
    line-height: 2;
  }
  .s\:u-lh-22 {
    line-height: 2.2;
  }
}
.u-ls-10 {
  letter-spacing: 1px;
}
.u-ls-15 {
  letter-spacing: 1.5px;
}
.u-ls-20 {
  letter-spacing: 2px;
}
.u-ls-25 {
  letter-spacing: 2.5px;
}

@media screen and (max-width: 640px) {
  .s\:u-ls-0 {
    letter-spacing: 0;
  }
  .s\:u-ls-10 {
    letter-spacing: 0.2666666667vw;
  }
  .s\:u-ls-15 {
    letter-spacing: 0.4vw;
  }
  .s\:u-ls-18 {
    letter-spacing: 0.48vw;
  }
  .s\:u-ls-20 {
    letter-spacing: 0.5333333333vw;
  }
  .s\:u-ls-25 {
    letter-spacing: 0.6666666667vw;
  }
}
.u-font-0 {
  font-size: 0;
}
.u-font-14 {
  font-size: 1.0248901903vw;
}
.u-font-16 {
  font-size: 1.1713030747vw;
}
.u-font-20 {
  font-size: 1.4641288433vw;
}
.u-font-21 {
  font-size: 1.5373352855vw;
}
.u-font-22 {
  font-size: 1.6105417277vw;
}
.u-font-24 {
  font-size: 1.756954612vw;
}
.u-font-25 {
  font-size: 1.8301610542vw;
}
.u-font-28 {
  font-size: 2.0497803807vw;
}
.u-font-30 {
  font-size: 2.196193265vw;
}
.u-font-34 {
  font-size: 2.4890190337vw;
}
.u-font-35 {
  font-size: 2.5622254758vw;
}
.u-font-36 {
  font-size: 2.635431918vw;
}
.u-font-40 {
  font-size: 2.9282576867vw;
}
.u-font-47 {
  font-size: 3.4407027818vw;
}
.u-font-50 {
  font-size: 3.6603221083vw;
}
.u-font-69 {
  font-size: 5.0512445095vw;
}
.u-font-192 {
  font-size: 14.055636896vw;
}
.u-font-black {
  color: #1A1A1A;
}
.u-font-light-gray {
  color: #F3F2F3;
}
.u-font-red {
  color: #E23223;
}
.u-font-blue {
  color: #5081E8;
}
.u-font-white {
  color: #fff !important;
}
.u-font-green {
  color: #00C9B8 !important;
}
.u-font-yellow {
  color: #FEDD42 !important;
}
.u-font-normal {
  font-weight: 400;
}
.u-font-medium {
  font-weight: 500;
}
.u-font-semibold {
  font-weight: 600;
}
.u-font-bold {
  font-weight: 700;
}
.u-font-underline {
  text-decoration: underline;
}
.u-font-family-1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.u-font-family-2 {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.u-font-family-3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

@media screen and (max-width: 640px) {
  .s\:u-font-12 {
    font-size: 3.2vw;
  }
  .s\:u-font-14 {
    font-size: 3.7333333333vw;
  }
  .s\:u-font-16 {
    font-size: 4.2666666667vw;
  }
  .s\:u-font-20 {
    font-size: 5.3333333333vw;
  }
  .s\:u-font-26 {
    font-size: 6.9333333333vw;
  }
  .s\:u-font-30 {
    font-size: 8vw;
  }
  .s\:u-font-36 {
    font-size: 9.6vw;
  }
  .s\:u-font-40 {
    font-size: 10.6666666667vw;
  }
  .s\:u-font-42 {
    font-size: 11.2vw;
  }
  .s\:u-font-50 {
    font-size: 13.3333333333vw;
  }
  .s\:u-font-120 {
    font-size: 32vw;
  }
}
@media screen and (max-width: 640px) {
  .u-only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}

@media screen and (max-width: 640px) {
  .s\:u-hidden {
    display: none;
  }
}

.u-left-half {
  left: 50%;
}

.u-bottom-0 {
  bottom: 0vw !important;
}

.u-bottom-5 {
  bottom: 0.3660322108vw !important;
}

.u-bottom-10 {
  bottom: 0.7320644217vw !important;
}

.u-bottom-15 {
  bottom: 1.0980966325vw !important;
}

.u-bottom-20 {
  bottom: 1.4641288433vw !important;
}

.u-bottom-25 {
  bottom: 1.8301610542vw !important;
}

.u-bottom-30 {
  bottom: 2.196193265vw !important;
}

.u-bottom-35 {
  bottom: 2.5622254758vw !important;
}

.u-bottom-40 {
  bottom: 2.9282576867vw !important;
}

.u-bottom-45 {
  bottom: 3.2942898975vw !important;
}

.u-bottom-50 {
  bottom: 3.6603221083vw !important;
}

.u-bottom-55 {
  bottom: 4.0263543192vw !important;
}

.u-bottom-60 {
  bottom: 4.39238653vw !important;
}

.u-bottom-65 {
  bottom: 4.7584187408vw !important;
}

.u-bottom-70 {
  bottom: 5.1244509517vw !important;
}

.u-bottom-75 {
  bottom: 5.4904831625vw !important;
}

.u-bottom-80 {
  bottom: 5.8565153734vw !important;
}

.u-bottom-85 {
  bottom: 6.2225475842vw !important;
}

.u-bottom-90 {
  bottom: 6.588579795vw !important;
}

.u-bottom-95 {
  bottom: 6.9546120059vw !important;
}

.u-bottom-100 {
  bottom: 7.3206442167vw !important;
}

.u-bottom-105 {
  bottom: 7.6866764275vw !important;
}

.u-bottom-110 {
  bottom: 8.0527086384vw !important;
}

.u-bottom-115 {
  bottom: 8.4187408492vw !important;
}

.u-bottom-120 {
  bottom: 8.78477306vw !important;
}

.u-bottom-125 {
  bottom: 9.1508052709vw !important;
}

.u-bottom-130 {
  bottom: 9.5168374817vw !important;
}

.u-bottom-135 {
  bottom: 9.8828696925vw !important;
}

.u-bottom-140 {
  bottom: 10.2489019034vw !important;
}

.u-bottom-145 {
  bottom: 10.6149341142vw !important;
}

.u-bottom-150 {
  bottom: 10.980966325vw !important;
}

.u-bottom-155 {
  bottom: 11.3469985359vw !important;
}

.u-bottom-160 {
  bottom: 11.7130307467vw !important;
}

.u-bottom-165 {
  bottom: 12.0790629575vw !important;
}

.u-bottom-170 {
  bottom: 12.4450951684vw !important;
}

.u-bottom-175 {
  bottom: 12.8111273792vw !important;
}

.u-bottom-180 {
  bottom: 13.17715959vw !important;
}

.u-bottom-185 {
  bottom: 13.5431918009vw !important;
}

.u-bottom-190 {
  bottom: 13.9092240117vw !important;
}

.u-bottom-195 {
  bottom: 14.2752562225vw !important;
}

.u-bottom-200 {
  bottom: 14.6412884334vw !important;
}

.u-bottom-205 {
  bottom: 15.0073206442vw !important;
}

.u-bottom-210 {
  bottom: 15.3733528551vw !important;
}

.u-bottom-215 {
  bottom: 15.7393850659vw !important;
}

.u-bottom-220 {
  bottom: 16.1054172767vw !important;
}

.u-bottom-225 {
  bottom: 16.4714494876vw !important;
}

.u-bottom-230 {
  bottom: 16.8374816984vw !important;
}

.u-bottom-235 {
  bottom: 17.2035139092vw !important;
}

.u-bottom-240 {
  bottom: 17.5695461201vw !important;
}

.u-bottom-245 {
  bottom: 17.9355783309vw !important;
}

.u-bottom-250 {
  bottom: 18.3016105417vw !important;
}

.u-top-0 {
  top: 0vw !important;
}

.u-top-5 {
  top: 0.3660322108vw !important;
}

.u-top-10 {
  top: 0.7320644217vw !important;
}

.u-top-15 {
  top: 1.0980966325vw !important;
}

.u-top-20 {
  top: 1.4641288433vw !important;
}

.u-top-25 {
  top: 1.8301610542vw !important;
}

.u-top-30 {
  top: 2.196193265vw !important;
}

.u-top-35 {
  top: 2.5622254758vw !important;
}

.u-top-40 {
  top: 2.9282576867vw !important;
}

.u-top-45 {
  top: 3.2942898975vw !important;
}

.u-top-50 {
  top: 3.6603221083vw !important;
}

.u-top-55 {
  top: 4.0263543192vw !important;
}

.u-top-60 {
  top: 4.39238653vw !important;
}

.u-top-65 {
  top: 4.7584187408vw !important;
}

.u-top-70 {
  top: 5.1244509517vw !important;
}

.u-top-75 {
  top: 5.4904831625vw !important;
}

.u-top-80 {
  top: 5.8565153734vw !important;
}

.u-top-85 {
  top: 6.2225475842vw !important;
}

.u-top-90 {
  top: 6.588579795vw !important;
}

.u-top-95 {
  top: 6.9546120059vw !important;
}

.u-top-100 {
  top: 7.3206442167vw !important;
}

.u-top-105 {
  top: 7.6866764275vw !important;
}

.u-top-110 {
  top: 8.0527086384vw !important;
}

.u-top-115 {
  top: 8.4187408492vw !important;
}

.u-top-120 {
  top: 8.78477306vw !important;
}

.u-top-125 {
  top: 9.1508052709vw !important;
}

.u-top-130 {
  top: 9.5168374817vw !important;
}

.u-top-135 {
  top: 9.8828696925vw !important;
}

.u-top-140 {
  top: 10.2489019034vw !important;
}

.u-left-0 {
  left: 0vw !important;
}

.u-left-5 {
  left: 0.3660322108vw !important;
}

.u-left-10 {
  left: 0.7320644217vw !important;
}

.u-left-15 {
  left: 1.0980966325vw !important;
}

.u-left-20 {
  left: 1.4641288433vw !important;
}

.u-left-25 {
  left: 1.8301610542vw !important;
}

.u-left-30 {
  left: 2.196193265vw !important;
}

.u-left-35 {
  left: 2.5622254758vw !important;
}

.u-left-40 {
  left: 2.9282576867vw !important;
}

.u-left-45 {
  left: 3.2942898975vw !important;
}

.u-left-50 {
  left: 3.6603221083vw !important;
}

.u-left-55 {
  left: 4.0263543192vw !important;
}

.u-left-60 {
  left: 4.39238653vw !important;
}

.u-left-65 {
  left: 4.7584187408vw !important;
}

.u-left-70 {
  left: 5.1244509517vw !important;
}

.u-left-75 {
  left: 5.4904831625vw !important;
}

.u-left-80 {
  left: 5.8565153734vw !important;
}

.u-left-85 {
  left: 6.2225475842vw !important;
}

.u-left-90 {
  left: 6.588579795vw !important;
}

.u-left-95 {
  left: 6.9546120059vw !important;
}

.u-left-100 {
  left: 7.3206442167vw !important;
}

.u-left-105 {
  left: 7.6866764275vw !important;
}

.u-left-110 {
  left: 8.0527086384vw !important;
}

.u-left-115 {
  left: 8.4187408492vw !important;
}

.u-left-120 {
  left: 8.78477306vw !important;
}

.u-left-125 {
  left: 9.1508052709vw !important;
}

.u-left-130 {
  left: 9.5168374817vw !important;
}

.u-left-135 {
  left: 9.8828696925vw !important;
}

.u-left-140 {
  left: 10.2489019034vw !important;
}

.u-right-0 {
  right: 0vw !important;
}

.u-right-5 {
  right: 0.3660322108vw !important;
}

.u-right-10 {
  right: 0.7320644217vw !important;
}

.u-right-15 {
  right: 1.0980966325vw !important;
}

.u-right-20 {
  right: 1.4641288433vw !important;
}

.u-right-25 {
  right: 1.8301610542vw !important;
}

.u-right-30 {
  right: 2.196193265vw !important;
}

.u-right-35 {
  right: 2.5622254758vw !important;
}

.u-right-40 {
  right: 2.9282576867vw !important;
}

.u-right-45 {
  right: 3.2942898975vw !important;
}

.u-right-50 {
  right: 3.6603221083vw !important;
}

.u-right-55 {
  right: 4.0263543192vw !important;
}

.u-right-60 {
  right: 4.39238653vw !important;
}

.u-right-65 {
  right: 4.7584187408vw !important;
}

.u-right-70 {
  right: 5.1244509517vw !important;
}

.u-right-75 {
  right: 5.4904831625vw !important;
}

.u-right-80 {
  right: 5.8565153734vw !important;
}

.u-right-85 {
  right: 6.2225475842vw !important;
}

.u-right-90 {
  right: 6.588579795vw !important;
}

.u-right-95 {
  right: 6.9546120059vw !important;
}

.u-right-100 {
  right: 7.3206442167vw !important;
}

.u-right-105 {
  right: 7.6866764275vw !important;
}

.u-right-110 {
  right: 8.0527086384vw !important;
}

.u-right-115 {
  right: 8.4187408492vw !important;
}

.u-right-120 {
  right: 8.78477306vw !important;
}

.u-right-125 {
  right: 9.1508052709vw !important;
}

.u-right-130 {
  right: 9.5168374817vw !important;
}

.u-right-135 {
  right: 9.8828696925vw !important;
}

.u-right-140 {
  right: 10.2489019034vw !important;
}

@media screen and (max-width: 640px) {
  .s\:u-bottom-0 {
    bottom: 0vw !important;
  }
  .s\:u-bottom-5 {
    bottom: 1.3333333333vw !important;
  }
  .s\:u-bottom-10 {
    bottom: 2.6666666667vw !important;
  }
  .s\:u-bottom-15 {
    bottom: 4vw !important;
  }
  .s\:u-bottom-20 {
    bottom: 5.3333333333vw !important;
  }
  .s\:u-bottom-25 {
    bottom: 6.6666666667vw !important;
  }
  .s\:u-bottom-30 {
    bottom: 8vw !important;
  }
  .s\:u-bottom-35 {
    bottom: 9.3333333333vw !important;
  }
  .s\:u-bottom-40 {
    bottom: 10.6666666667vw !important;
  }
  .s\:u-bottom-45 {
    bottom: 12vw !important;
  }
  .s\:u-bottom-50 {
    bottom: 13.3333333333vw !important;
  }
  .s\:u-bottom-55 {
    bottom: 14.6666666667vw !important;
  }
  .s\:u-bottom-60 {
    bottom: 16vw !important;
  }
  .s\:u-bottom-65 {
    bottom: 17.3333333333vw !important;
  }
  .s\:u-bottom-70 {
    bottom: 18.6666666667vw !important;
  }
  .s\:u-bottom-75 {
    bottom: 20vw !important;
  }
  .s\:u-bottom-80 {
    bottom: 21.3333333333vw !important;
  }
  .s\:u-bottom-85 {
    bottom: 22.6666666667vw !important;
  }
  .s\:u-bottom-90 {
    bottom: 24vw !important;
  }
  .s\:u-bottom-95 {
    bottom: 25.3333333333vw !important;
  }
  .s\:u-bottom-100 {
    bottom: 26.6666666667vw !important;
  }
  .s\:u-top-0 {
    top: 0vw !important;
  }
  .s\:u-top-5 {
    top: 1.3333333333vw !important;
  }
  .s\:u-top-10 {
    top: 2.6666666667vw !important;
  }
  .s\:u-top-15 {
    top: 4vw !important;
  }
  .s\:u-top-20 {
    top: 5.3333333333vw !important;
  }
  .s\:u-top-25 {
    top: 6.6666666667vw !important;
  }
  .s\:u-top-30 {
    top: 8vw !important;
  }
  .s\:u-top-35 {
    top: 9.3333333333vw !important;
  }
  .s\:u-top-40 {
    top: 10.6666666667vw !important;
  }
  .s\:u-top-45 {
    top: 12vw !important;
  }
  .s\:u-top-50 {
    top: 13.3333333333vw !important;
  }
  .s\:u-top-55 {
    top: 14.6666666667vw !important;
  }
  .s\:u-top-60 {
    top: 16vw !important;
  }
  .s\:u-top-65 {
    top: 17.3333333333vw !important;
  }
  .s\:u-top-70 {
    top: 18.6666666667vw !important;
  }
  .s\:u-top-75 {
    top: 20vw !important;
  }
  .s\:u-top-80 {
    top: 21.3333333333vw !important;
  }
  .s\:u-top-85 {
    top: 22.6666666667vw !important;
  }
  .s\:u-top-90 {
    top: 24vw !important;
  }
  .s\:u-top-95 {
    top: 25.3333333333vw !important;
  }
  .s\:u-top-100 {
    top: 26.6666666667vw !important;
  }
  .s\:u-left-0 {
    left: 0vw !important;
  }
  .s\:u-left-5 {
    left: 1.3333333333vw !important;
  }
  .s\:u-left-10 {
    left: 2.6666666667vw !important;
  }
  .s\:u-left-15 {
    left: 4vw !important;
  }
  .s\:u-left-20 {
    left: 5.3333333333vw !important;
  }
  .s\:u-left-25 {
    left: 6.6666666667vw !important;
  }
  .s\:u-left-30 {
    left: 8vw !important;
  }
  .s\:u-left-35 {
    left: 9.3333333333vw !important;
  }
  .s\:u-left-40 {
    left: 10.6666666667vw !important;
  }
  .s\:u-left-45 {
    left: 12vw !important;
  }
  .s\:u-left-50 {
    left: 13.3333333333vw !important;
  }
  .s\:u-left-55 {
    left: 14.6666666667vw !important;
  }
  .s\:u-left-60 {
    left: 16vw !important;
  }
  .s\:u-left-65 {
    left: 17.3333333333vw !important;
  }
  .s\:u-left-70 {
    left: 18.6666666667vw !important;
  }
  .s\:u-left-75 {
    left: 20vw !important;
  }
  .s\:u-left-80 {
    left: 21.3333333333vw !important;
  }
  .s\:u-left-85 {
    left: 22.6666666667vw !important;
  }
  .s\:u-left-90 {
    left: 24vw !important;
  }
  .s\:u-left-95 {
    left: 25.3333333333vw !important;
  }
  .s\:u-left-100 {
    left: 26.6666666667vw !important;
  }
  .s\:u-right-0 {
    right: 0vw !important;
  }
  .s\:u-right-5 {
    right: 1.3333333333vw !important;
  }
  .s\:u-right-10 {
    right: 2.6666666667vw !important;
  }
  .s\:u-right-15 {
    right: 4vw !important;
  }
  .s\:u-right-20 {
    right: 5.3333333333vw !important;
  }
  .s\:u-right-25 {
    right: 6.6666666667vw !important;
  }
  .s\:u-right-30 {
    right: 8vw !important;
  }
  .s\:u-right-35 {
    right: 9.3333333333vw !important;
  }
  .s\:u-right-40 {
    right: 10.6666666667vw !important;
  }
  .s\:u-right-45 {
    right: 12vw !important;
  }
  .s\:u-right-50 {
    right: 13.3333333333vw !important;
  }
  .s\:u-right-55 {
    right: 14.6666666667vw !important;
  }
  .s\:u-right-60 {
    right: 16vw !important;
  }
  .s\:u-right-65 {
    right: 17.3333333333vw !important;
  }
  .s\:u-right-70 {
    right: 18.6666666667vw !important;
  }
  .s\:u-right-75 {
    right: 20vw !important;
  }
  .s\:u-right-80 {
    right: 21.3333333333vw !important;
  }
  .s\:u-right-85 {
    right: 22.6666666667vw !important;
  }
  .s\:u-right-90 {
    right: 24vw !important;
  }
  .s\:u-right-95 {
    right: 25.3333333333vw !important;
  }
  .s\:u-right-100 {
    right: 26.6666666667vw !important;
  }
}
.u-block {
  display: block;
}

@media screen and (max-width: 640px) {
  .s\:u-block {
    display: block;
  }
}
.u-rounded-10 {
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .s\:u-rounded-0 {
    border-radius: 0;
  }
}

.u-rotate-90 {
  transform: rotate(90deg);
}

@media screen and (max-width: 640px) {
  .s\:u-rotate-90 {
    transform: rotate(90deg);
  }
}
/* text 2 image */
.u-t2i {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.u-t-0 {
  top: 0vw !important;
}

.u-t-5 {
  top: 0.3660322108vw !important;
}

.u-t-10 {
  top: 0.7320644217vw !important;
}

.u-t-15 {
  top: 1.0980966325vw !important;
}

.u-t-20 {
  top: 1.4641288433vw !important;
}

.u-t-25 {
  top: 1.8301610542vw !important;
}

.u-t-30 {
  top: 2.196193265vw !important;
}

.u-b-0 {
  bottom: 0vw !important;
}

.u-b-5 {
  bottom: 0.3660322108vw !important;
}

.u-b-10 {
  bottom: 0.7320644217vw !important;
}

.u-b-15 {
  bottom: 1.0980966325vw !important;
}

.u-b-20 {
  bottom: 1.4641288433vw !important;
}

.u-b-25 {
  bottom: 1.8301610542vw !important;
}

.u-b-30 {
  bottom: 2.196193265vw !important;
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .u-t-0 {
    top: 0vw !important;
  }
  .u-t-5 {
    top: 0.3660322108vw !important;
  }
  .u-t-10 {
    top: 0.7320644217vw !important;
  }
  .u-t-15 {
    top: 1.0980966325vw !important;
  }
  .u-t-20 {
    top: 1.4641288433vw !important;
  }
  .u-t-25 {
    top: 1.8301610542vw !important;
  }
  .u-t-30 {
    top: 2.196193265vw !important;
  }
  .u-b-0 {
    bottom: 0vw !important;
  }
  .u-b-5 {
    bottom: 0.3660322108vw !important;
  }
  .u-b-10 {
    bottom: 0.7320644217vw !important;
  }
  .u-b-15 {
    bottom: 1.0980966325vw !important;
  }
  .u-b-20 {
    bottom: 1.4641288433vw !important;
  }
  .u-b-25 {
    bottom: 1.8301610542vw !important;
  }
  .u-b-30 {
    bottom: 2.196193265vw !important;
  }
  .u-b-35 {
    bottom: 2.5622254758vw !important;
  }
  .u-b-40 {
    bottom: 2.9282576867vw !important;
  }
  .u-b-45 {
    bottom: 3.2942898975vw !important;
  }
  .u-b-50 {
    bottom: 3.6603221083vw !important;
  }
  .u-b-55 {
    bottom: 4.0263543192vw !important;
  }
  .u-b-60 {
    bottom: 4.39238653vw !important;
  }
  .u-b-65 {
    bottom: 4.7584187408vw !important;
  }
  .u-b-70 {
    bottom: 5.1244509517vw !important;
  }
  .u-b-75 {
    bottom: 5.4904831625vw !important;
  }
  .u-b-80 {
    bottom: 5.8565153734vw !important;
  }
  .u-b-85 {
    bottom: 6.2225475842vw !important;
  }
  .u-b-90 {
    bottom: 6.588579795vw !important;
  }
  .u-b-95 {
    bottom: 6.9546120059vw !important;
  }
  .u-b-100 {
    bottom: 7.3206442167vw !important;
  }
  .u-b-105 {
    bottom: 7.6866764275vw !important;
  }
  .u-b-110 {
    bottom: 8.0527086384vw !important;
  }
  .u-b-115 {
    bottom: 8.4187408492vw !important;
  }
  .u-b-120 {
    bottom: 8.78477306vw !important;
  }
  .u-b-125 {
    bottom: 9.1508052709vw !important;
  }
  .u-b-130 {
    bottom: 9.5168374817vw !important;
  }
  .u-b-135 {
    bottom: 9.8828696925vw !important;
  }
  .u-b-140 {
    bottom: 10.2489019034vw !important;
  }
  .u-b-145 {
    bottom: 10.6149341142vw !important;
  }
  .u-b-150 {
    bottom: 10.980966325vw !important;
  }
  .u-b-155 {
    bottom: 11.3469985359vw !important;
  }
  .u-b-160 {
    bottom: 11.7130307467vw !important;
  }
  .u-b-165 {
    bottom: 12.0790629575vw !important;
  }
  .u-b-170 {
    bottom: 12.4450951684vw !important;
  }
  .u-b-175 {
    bottom: 12.8111273792vw !important;
  }
  .u-b-180 {
    bottom: 13.17715959vw !important;
  }
  .u-b-185 {
    bottom: 13.5431918009vw !important;
  }
  .u-b-190 {
    bottom: 13.9092240117vw !important;
  }
  .u-b-195 {
    bottom: 14.2752562225vw !important;
  }
  .u-b-200 {
    bottom: 14.6412884334vw !important;
  }
  .u-b-205 {
    bottom: 15.0073206442vw !important;
  }
  .u-b-210 {
    bottom: 15.3733528551vw !important;
  }
  .u-b-215 {
    bottom: 15.7393850659vw !important;
  }
  .u-b-220 {
    bottom: 16.1054172767vw !important;
  }
}
@media screen and (max-width: 640px) {
  .s\:u-t-0 {
    top: 0vw !important;
  }
  .s\:u-t-5 {
    top: 1.3333333333vw !important;
  }
  .s\:u-t-10 {
    top: 2.6666666667vw !important;
  }
  .s\:u-t-15 {
    top: 4vw !important;
  }
  .s\:u-t-20 {
    top: 5.3333333333vw !important;
  }
  .s\:u-b-0 {
    bottom: 0vw !important;
  }
  .s\:u-b-5 {
    bottom: 1.3333333333vw !important;
  }
  .s\:u-b-10 {
    bottom: 2.6666666667vw !important;
  }
  .s\:u-b-15 {
    bottom: 4vw !important;
  }
  .s\:u-b-20 {
    bottom: 5.3333333333vw !important;
  }
  .s\:u-b-25 {
    bottom: 6.6666666667vw !important;
  }
  .s\:u-b-30 {
    bottom: 8vw !important;
  }
  .s\:u-b-35 {
    bottom: 9.3333333333vw !important;
  }
  .s\:u-b-40 {
    bottom: 10.6666666667vw !important;
  }
  .s\:u-b-45 {
    bottom: 12vw !important;
  }
  .s\:u-b-50 {
    bottom: 13.3333333333vw !important;
  }
  .s\:u-b-55 {
    bottom: 14.6666666667vw !important;
  }
  .s\:u-b-60 {
    bottom: 16vw !important;
  }
  .s\:u-b-65 {
    bottom: 17.3333333333vw !important;
  }
  .s\:u-b-70 {
    bottom: 18.6666666667vw !important;
  }
  .s\:u-b-75 {
    bottom: 20vw !important;
  }
  .s\:u-b-80 {
    bottom: 21.3333333333vw !important;
  }
}
.u-p-0 {
  padding: 0vw !important;
}

.u-p-5 {
  padding: 0.3660322108vw !important;
}

.u-p-10 {
  padding: 0.7320644217vw !important;
}

.u-p-15 {
  padding: 1.0980966325vw !important;
}

.u-p-20 {
  padding: 1.4641288433vw !important;
}

.u-p-25 {
  padding: 1.8301610542vw !important;
}

.u-p-30 {
  padding: 2.196193265vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pb-105 {
  padding-bottom: 7.6866764275vw !important;
}

.u-pb-110 {
  padding-bottom: 8.0527086384vw !important;
}

.u-pb-115 {
  padding-bottom: 8.4187408492vw !important;
}

.u-pb-120 {
  padding-bottom: 8.78477306vw !important;
}

.u-pb-125 {
  padding-bottom: 9.1508052709vw !important;
}

.u-pb-130 {
  padding-bottom: 9.5168374817vw !important;
}

.u-pb-135 {
  padding-bottom: 9.8828696925vw !important;
}

.u-pb-140 {
  padding-bottom: 10.2489019034vw !important;
}

.u-pb-145 {
  padding-bottom: 10.6149341142vw !important;
}

.u-pb-150 {
  padding-bottom: 10.980966325vw !important;
}

.u-pb-155 {
  padding-bottom: 11.3469985359vw !important;
}

.u-pb-160 {
  padding-bottom: 11.7130307467vw !important;
}

.u-pb-165 {
  padding-bottom: 12.0790629575vw !important;
}

.u-pb-170 {
  padding-bottom: 12.4450951684vw !important;
}

.u-pb-175 {
  padding-bottom: 12.8111273792vw !important;
}

.u-pb-180 {
  padding-bottom: 13.17715959vw !important;
}

.u-pb-185 {
  padding-bottom: 13.5431918009vw !important;
}

.u-pb-190 {
  padding-bottom: 13.9092240117vw !important;
}

.u-pb-195 {
  padding-bottom: 14.2752562225vw !important;
}

.u-pb-200 {
  padding-bottom: 14.6412884334vw !important;
}

.u-pb-205 {
  padding-bottom: 15.0073206442vw !important;
}

.u-pb-210 {
  padding-bottom: 15.3733528551vw !important;
}

.u-pb-215 {
  padding-bottom: 15.7393850659vw !important;
}

.u-pb-220 {
  padding-bottom: 16.1054172767vw !important;
}

.u-pb-225 {
  padding-bottom: 16.4714494876vw !important;
}

.u-pb-230 {
  padding-bottom: 16.8374816984vw !important;
}

.u-pb-235 {
  padding-bottom: 17.2035139092vw !important;
}

.u-pb-240 {
  padding-bottom: 17.5695461201vw !important;
}

.u-pb-245 {
  padding-bottom: 17.9355783309vw !important;
}

.u-pb-250 {
  padding-bottom: 18.3016105417vw !important;
}

.u-pb-255 {
  padding-bottom: 18.6676427526vw !important;
}

.u-pb-260 {
  padding-bottom: 19.0336749634vw !important;
}

.u-pb-265 {
  padding-bottom: 19.3997071742vw !important;
}

.u-pb-270 {
  padding-bottom: 19.7657393851vw !important;
}

.u-pb-275 {
  padding-bottom: 20.1317715959vw !important;
}

.u-pb-280 {
  padding-bottom: 20.4978038067vw !important;
}

.u-pb-285 {
  padding-bottom: 20.8638360176vw !important;
}

.u-pb-290 {
  padding-bottom: 21.2298682284vw !important;
}

.u-pb-295 {
  padding-bottom: 21.5959004392vw !important;
}

.u-pb-300 {
  padding-bottom: 21.9619326501vw !important;
}

.u-pt-0 {
  padding-top: 0vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pt-105 {
  padding-top: 7.6866764275vw !important;
}

.u-pt-110 {
  padding-top: 8.0527086384vw !important;
}

.u-pt-115 {
  padding-top: 8.4187408492vw !important;
}

.u-pt-120 {
  padding-top: 8.78477306vw !important;
}

.u-pt-125 {
  padding-top: 9.1508052709vw !important;
}

.u-pt-130 {
  padding-top: 9.5168374817vw !important;
}

.u-pt-135 {
  padding-top: 9.8828696925vw !important;
}

.u-pt-140 {
  padding-top: 10.2489019034vw !important;
}

.u-pt-145 {
  padding-top: 10.6149341142vw !important;
}

.u-pt-150 {
  padding-top: 10.980966325vw !important;
}

.u-pt-155 {
  padding-top: 11.3469985359vw !important;
}

.u-pt-160 {
  padding-top: 11.7130307467vw !important;
}

.u-pt-165 {
  padding-top: 12.0790629575vw !important;
}

.u-pt-170 {
  padding-top: 12.4450951684vw !important;
}

.u-pt-175 {
  padding-top: 12.8111273792vw !important;
}

.u-pt-180 {
  padding-top: 13.17715959vw !important;
}

.u-pt-185 {
  padding-top: 13.5431918009vw !important;
}

.u-pt-190 {
  padding-top: 13.9092240117vw !important;
}

.u-pt-195 {
  padding-top: 14.2752562225vw !important;
}

.u-pt-200 {
  padding-top: 14.6412884334vw !important;
}

.u-pt-205 {
  padding-top: 15.0073206442vw !important;
}

.u-pt-210 {
  padding-top: 15.3733528551vw !important;
}

.u-pt-215 {
  padding-top: 15.7393850659vw !important;
}

.u-pt-220 {
  padding-top: 16.1054172767vw !important;
}

.u-pt-225 {
  padding-top: 16.4714494876vw !important;
}

.u-pt-230 {
  padding-top: 16.8374816984vw !important;
}

.u-pt-235 {
  padding-top: 17.2035139092vw !important;
}

.u-pt-240 {
  padding-top: 17.5695461201vw !important;
}

.u-pt-245 {
  padding-top: 17.9355783309vw !important;
}

.u-pt-250 {
  padding-top: 18.3016105417vw !important;
}

.u-pt-255 {
  padding-top: 18.6676427526vw !important;
}

.u-pt-260 {
  padding-top: 19.0336749634vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pl-105 {
  padding-left: 7.6866764275vw !important;
}

.u-pl-110 {
  padding-left: 8.0527086384vw !important;
}

.u-pl-115 {
  padding-left: 8.4187408492vw !important;
}

.u-pl-120 {
  padding-left: 8.78477306vw !important;
}

.u-pl-125 {
  padding-left: 9.1508052709vw !important;
}

.u-pl-130 {
  padding-left: 9.5168374817vw !important;
}

.u-pl-135 {
  padding-left: 9.8828696925vw !important;
}

.u-pl-140 {
  padding-left: 10.2489019034vw !important;
}

.u-pl-145 {
  padding-left: 10.6149341142vw !important;
}

.u-pl-150 {
  padding-left: 10.980966325vw !important;
}

.u-pl-155 {
  padding-left: 11.3469985359vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pr-105 {
  padding-right: 7.6866764275vw !important;
}

.u-pr-110 {
  padding-right: 8.0527086384vw !important;
}

.u-pr-115 {
  padding-right: 8.4187408492vw !important;
}

.u-pr-120 {
  padding-right: 8.78477306vw !important;
}

.u-pr-125 {
  padding-right: 9.1508052709vw !important;
}

.u-pr-130 {
  padding-right: 9.5168374817vw !important;
}

.u-pr-135 {
  padding-right: 9.8828696925vw !important;
}

.u-pr-140 {
  padding-right: 10.2489019034vw !important;
}

.u-pr-145 {
  padding-right: 10.6149341142vw !important;
}

.u-pr-150 {
  padding-right: 10.980966325vw !important;
}

.u-pr-155 {
  padding-right: 11.3469985359vw !important;
}

.u-pt-63 {
  padding-top: 4.6120058565vw;
}

@media screen and (max-width: 640px) {
  .s\:u-pt-168vw {
    padding-top: 44.8vw;
  }
  .s\:u-pb-120vw {
    padding-bottom: 32vw;
  }
}
.u-pl-ip {
  padding-left: 9.0043923865vw;
}

.u-pr-ip {
  padding-right: 9.0043923865vw;
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .u-p-0 {
    padding: 0vw !important;
  }
  .u-p-5 {
    padding: 0.3660322108vw !important;
  }
  .u-p-10 {
    padding: 0.7320644217vw !important;
  }
  .u-p-15 {
    padding: 1.0980966325vw !important;
  }
  .u-p-20 {
    padding: 1.4641288433vw !important;
  }
  .u-p-25 {
    padding: 1.8301610542vw !important;
  }
  .u-p-30 {
    padding: 2.196193265vw !important;
  }
  .u-pb-0 {
    padding-bottom: 0vw !important;
  }
  .u-pb-5 {
    padding-bottom: 0.3660322108vw !important;
  }
  .u-pb-10 {
    padding-bottom: 0.7320644217vw !important;
  }
  .u-pb-15 {
    padding-bottom: 1.0980966325vw !important;
  }
  .u-pb-20 {
    padding-bottom: 1.4641288433vw !important;
  }
  .u-pb-25 {
    padding-bottom: 1.8301610542vw !important;
  }
  .u-pb-30 {
    padding-bottom: 2.196193265vw !important;
  }
  .u-pb-35 {
    padding-bottom: 2.5622254758vw !important;
  }
  .u-pb-40 {
    padding-bottom: 2.9282576867vw !important;
  }
  .u-pb-45 {
    padding-bottom: 3.2942898975vw !important;
  }
  .u-pb-50 {
    padding-bottom: 3.6603221083vw !important;
  }
  .u-pb-55 {
    padding-bottom: 4.0263543192vw !important;
  }
  .u-pb-60 {
    padding-bottom: 4.39238653vw !important;
  }
  .u-pb-65 {
    padding-bottom: 4.7584187408vw !important;
  }
  .u-pb-70 {
    padding-bottom: 5.1244509517vw !important;
  }
  .u-pb-75 {
    padding-bottom: 5.4904831625vw !important;
  }
  .u-pb-80 {
    padding-bottom: 5.8565153734vw !important;
  }
  .u-pb-85 {
    padding-bottom: 6.2225475842vw !important;
  }
  .u-pb-90 {
    padding-bottom: 6.588579795vw !important;
  }
  .u-pb-95 {
    padding-bottom: 6.9546120059vw !important;
  }
  .u-pb-100 {
    padding-bottom: 7.3206442167vw !important;
  }
  .u-pb-105 {
    padding-bottom: 7.6866764275vw !important;
  }
  .u-pb-110 {
    padding-bottom: 8.0527086384vw !important;
  }
  .u-pb-115 {
    padding-bottom: 8.4187408492vw !important;
  }
  .u-pb-120 {
    padding-bottom: 8.78477306vw !important;
  }
  .u-pb-125 {
    padding-bottom: 9.1508052709vw !important;
  }
  .u-pb-130 {
    padding-bottom: 9.5168374817vw !important;
  }
  .u-pb-135 {
    padding-bottom: 9.8828696925vw !important;
  }
  .u-pb-140 {
    padding-bottom: 10.2489019034vw !important;
  }
  .u-pb-145 {
    padding-bottom: 10.6149341142vw !important;
  }
  .u-pb-150 {
    padding-bottom: 10.980966325vw !important;
  }
  .u-pb-155 {
    padding-bottom: 11.3469985359vw !important;
  }
  .u-pb-160 {
    padding-bottom: 11.7130307467vw !important;
  }
  .u-pb-165 {
    padding-bottom: 12.0790629575vw !important;
  }
  .u-pb-170 {
    padding-bottom: 12.4450951684vw !important;
  }
  .u-pb-175 {
    padding-bottom: 12.8111273792vw !important;
  }
  .u-pb-180 {
    padding-bottom: 13.17715959vw !important;
  }
  .u-pb-185 {
    padding-bottom: 13.5431918009vw !important;
  }
  .u-pb-190 {
    padding-bottom: 13.9092240117vw !important;
  }
  .u-pb-195 {
    padding-bottom: 14.2752562225vw !important;
  }
  .u-pb-200 {
    padding-bottom: 14.6412884334vw !important;
  }
  .u-pb-205 {
    padding-bottom: 15.0073206442vw !important;
  }
  .u-pb-210 {
    padding-bottom: 15.3733528551vw !important;
  }
  .u-pb-215 {
    padding-bottom: 15.7393850659vw !important;
  }
  .u-pb-220 {
    padding-bottom: 16.1054172767vw !important;
  }
  .u-pb-225 {
    padding-bottom: 16.4714494876vw !important;
  }
  .u-pb-230 {
    padding-bottom: 16.8374816984vw !important;
  }
  .u-pt-0 {
    padding-top: 0vw !important;
  }
  .u-pt-5 {
    padding-top: 0.3660322108vw !important;
  }
  .u-pt-10 {
    padding-top: 0.7320644217vw !important;
  }
  .u-pt-15 {
    padding-top: 1.0980966325vw !important;
  }
  .u-pt-20 {
    padding-top: 1.4641288433vw !important;
  }
  .u-pt-25 {
    padding-top: 1.8301610542vw !important;
  }
  .u-pt-30 {
    padding-top: 2.196193265vw !important;
  }
  .u-pt-35 {
    padding-top: 2.5622254758vw !important;
  }
  .u-pt-40 {
    padding-top: 2.9282576867vw !important;
  }
  .u-pt-45 {
    padding-top: 3.2942898975vw !important;
  }
  .u-pt-50 {
    padding-top: 3.6603221083vw !important;
  }
  .u-pt-55 {
    padding-top: 4.0263543192vw !important;
  }
  .u-pt-60 {
    padding-top: 4.39238653vw !important;
  }
  .u-pt-65 {
    padding-top: 4.7584187408vw !important;
  }
  .u-pt-70 {
    padding-top: 5.1244509517vw !important;
  }
  .u-pt-75 {
    padding-top: 5.4904831625vw !important;
  }
  .u-pt-80 {
    padding-top: 5.8565153734vw !important;
  }
  .u-pt-85 {
    padding-top: 6.2225475842vw !important;
  }
  .u-pt-90 {
    padding-top: 6.588579795vw !important;
  }
  .u-pt-95 {
    padding-top: 6.9546120059vw !important;
  }
  .u-pt-100 {
    padding-top: 7.3206442167vw !important;
  }
  .u-pt-105 {
    padding-top: 7.6866764275vw !important;
  }
  .u-pt-110 {
    padding-top: 8.0527086384vw !important;
  }
  .u-pt-115 {
    padding-top: 8.4187408492vw !important;
  }
  .u-pt-120 {
    padding-top: 8.78477306vw !important;
  }
  .u-pt-125 {
    padding-top: 9.1508052709vw !important;
  }
  .u-pt-130 {
    padding-top: 9.5168374817vw !important;
  }
  .u-pt-135 {
    padding-top: 9.8828696925vw !important;
  }
  .u-pt-140 {
    padding-top: 10.2489019034vw !important;
  }
  .u-pt-145 {
    padding-top: 10.6149341142vw !important;
  }
  .u-pt-150 {
    padding-top: 10.980966325vw !important;
  }
  .u-pt-155 {
    padding-top: 11.3469985359vw !important;
  }
  .u-pt-160 {
    padding-top: 11.7130307467vw !important;
  }
  .u-pt-165 {
    padding-top: 12.0790629575vw !important;
  }
  .u-pt-170 {
    padding-top: 12.4450951684vw !important;
  }
  .u-pt-175 {
    padding-top: 12.8111273792vw !important;
  }
  .u-pt-180 {
    padding-top: 13.17715959vw !important;
  }
  .u-pt-185 {
    padding-top: 13.5431918009vw !important;
  }
  .u-pt-190 {
    padding-top: 13.9092240117vw !important;
  }
  .u-pt-195 {
    padding-top: 14.2752562225vw !important;
  }
  .u-pt-200 {
    padding-top: 14.6412884334vw !important;
  }
  .u-pt-205 {
    padding-top: 15.0073206442vw !important;
  }
  .u-pt-210 {
    padding-top: 15.3733528551vw !important;
  }
  .u-pt-215 {
    padding-top: 15.7393850659vw !important;
  }
  .u-pt-220 {
    padding-top: 16.1054172767vw !important;
  }
  .u-pl-0 {
    padding-left: 0vw !important;
  }
  .u-pl-5 {
    padding-left: 0.3660322108vw !important;
  }
  .u-pl-10 {
    padding-left: 0.7320644217vw !important;
  }
  .u-pl-15 {
    padding-left: 1.0980966325vw !important;
  }
  .u-pl-20 {
    padding-left: 1.4641288433vw !important;
  }
  .u-pl-25 {
    padding-left: 1.8301610542vw !important;
  }
  .u-pl-30 {
    padding-left: 2.196193265vw !important;
  }
  .u-pl-35 {
    padding-left: 2.5622254758vw !important;
  }
  .u-pl-40 {
    padding-left: 2.9282576867vw !important;
  }
  .u-pl-45 {
    padding-left: 3.2942898975vw !important;
  }
  .u-pl-50 {
    padding-left: 3.6603221083vw !important;
  }
  .u-pl-55 {
    padding-left: 4.0263543192vw !important;
  }
  .u-pl-60 {
    padding-left: 4.39238653vw !important;
  }
  .u-pl-65 {
    padding-left: 4.7584187408vw !important;
  }
  .u-pl-70 {
    padding-left: 5.1244509517vw !important;
  }
  .u-pl-75 {
    padding-left: 5.4904831625vw !important;
  }
  .u-pl-80 {
    padding-left: 5.8565153734vw !important;
  }
  .u-pl-85 {
    padding-left: 6.2225475842vw !important;
  }
  .u-pl-90 {
    padding-left: 6.588579795vw !important;
  }
  .u-pl-95 {
    padding-left: 6.9546120059vw !important;
  }
  .u-pl-100 {
    padding-left: 7.3206442167vw !important;
  }
  .u-pl-105 {
    padding-left: 7.6866764275vw !important;
  }
  .u-pl-110 {
    padding-left: 8.0527086384vw !important;
  }
  .u-pl-115 {
    padding-left: 8.4187408492vw !important;
  }
  .u-pl-120 {
    padding-left: 8.78477306vw !important;
  }
  .u-pl-125 {
    padding-left: 9.1508052709vw !important;
  }
  .u-pl-130 {
    padding-left: 9.5168374817vw !important;
  }
  .u-pl-135 {
    padding-left: 9.8828696925vw !important;
  }
  .u-pl-140 {
    padding-left: 10.2489019034vw !important;
  }
  .u-pl-145 {
    padding-left: 10.6149341142vw !important;
  }
  .u-pl-150 {
    padding-left: 10.980966325vw !important;
  }
  .u-pl-155 {
    padding-left: 11.3469985359vw !important;
  }
  .u-pr-0 {
    padding-right: 0vw !important;
  }
  .u-pr-5 {
    padding-right: 0.3660322108vw !important;
  }
  .u-pr-10 {
    padding-right: 0.7320644217vw !important;
  }
  .u-pr-15 {
    padding-right: 1.0980966325vw !important;
  }
  .u-pr-20 {
    padding-right: 1.4641288433vw !important;
  }
  .u-pr-25 {
    padding-right: 1.8301610542vw !important;
  }
  .u-pr-30 {
    padding-right: 2.196193265vw !important;
  }
  .u-pr-35 {
    padding-right: 2.5622254758vw !important;
  }
  .u-pr-40 {
    padding-right: 2.9282576867vw !important;
  }
  .u-pr-45 {
    padding-right: 3.2942898975vw !important;
  }
  .u-pr-50 {
    padding-right: 3.6603221083vw !important;
  }
  .u-pr-55 {
    padding-right: 4.0263543192vw !important;
  }
  .u-pr-60 {
    padding-right: 4.39238653vw !important;
  }
  .u-pr-65 {
    padding-right: 4.7584187408vw !important;
  }
  .u-pr-70 {
    padding-right: 5.1244509517vw !important;
  }
  .u-pr-75 {
    padding-right: 5.4904831625vw !important;
  }
  .u-pr-80 {
    padding-right: 5.8565153734vw !important;
  }
  .u-pr-85 {
    padding-right: 6.2225475842vw !important;
  }
  .u-pr-90 {
    padding-right: 6.588579795vw !important;
  }
  .u-pr-95 {
    padding-right: 6.9546120059vw !important;
  }
  .u-pr-100 {
    padding-right: 7.3206442167vw !important;
  }
  .u-pr-105 {
    padding-right: 7.6866764275vw !important;
  }
  .u-pr-110 {
    padding-right: 8.0527086384vw !important;
  }
  .u-pr-115 {
    padding-right: 8.4187408492vw !important;
  }
  .u-pr-120 {
    padding-right: 8.78477306vw !important;
  }
  .u-pr-125 {
    padding-right: 9.1508052709vw !important;
  }
  .u-pr-130 {
    padding-right: 9.5168374817vw !important;
  }
  .u-pr-135 {
    padding-right: 9.8828696925vw !important;
  }
  .u-pr-140 {
    padding-right: 10.2489019034vw !important;
  }
  .u-pr-145 {
    padding-right: 10.6149341142vw !important;
  }
  .u-pr-150 {
    padding-right: 10.980966325vw !important;
  }
  .u-pr-155 {
    padding-right: 11.3469985359vw !important;
  }
}
@media screen and (max-width: 640px) {
  .s\:u-p-0 {
    padding: 0vw !important;
  }
  .s\:u-p-5 {
    padding: 1.3333333333vw !important;
  }
  .s\:u-p-10 {
    padding: 2.6666666667vw !important;
  }
  .s\:u-p-15 {
    padding: 4vw !important;
  }
  .s\:u-p-20 {
    padding: 5.3333333333vw !important;
  }
  .s\:u-pb-0 {
    padding-bottom: 0vw !important;
  }
  .s\:u-pb-5 {
    padding-bottom: 1.3333333333vw !important;
  }
  .s\:u-pb-10 {
    padding-bottom: 2.6666666667vw !important;
  }
  .s\:u-pb-15 {
    padding-bottom: 4vw !important;
  }
  .s\:u-pb-20 {
    padding-bottom: 5.3333333333vw !important;
  }
  .s\:u-pb-25 {
    padding-bottom: 6.6666666667vw !important;
  }
  .s\:u-pb-30 {
    padding-bottom: 8vw !important;
  }
  .s\:u-pb-35 {
    padding-bottom: 9.3333333333vw !important;
  }
  .s\:u-pb-40 {
    padding-bottom: 10.6666666667vw !important;
  }
  .s\:u-pb-45 {
    padding-bottom: 12vw !important;
  }
  .s\:u-pb-50 {
    padding-bottom: 13.3333333333vw !important;
  }
  .s\:u-pb-55 {
    padding-bottom: 14.6666666667vw !important;
  }
  .s\:u-pb-60 {
    padding-bottom: 16vw !important;
  }
  .s\:u-pb-65 {
    padding-bottom: 17.3333333333vw !important;
  }
  .s\:u-pb-70 {
    padding-bottom: 18.6666666667vw !important;
  }
  .s\:u-pb-75 {
    padding-bottom: 20vw !important;
  }
  .s\:u-pb-80 {
    padding-bottom: 21.3333333333vw !important;
  }
  .s\:u-pb-85 {
    padding-bottom: 22.6666666667vw !important;
  }
  .s\:u-pb-90 {
    padding-bottom: 24vw !important;
  }
  .s\:u-pb-95 {
    padding-bottom: 25.3333333333vw !important;
  }
  .s\:u-pb-100 {
    padding-bottom: 26.6666666667vw !important;
  }
  .s\:u-pb-105 {
    padding-bottom: 28vw !important;
  }
  .s\:u-pb-110 {
    padding-bottom: 29.3333333333vw !important;
  }
  .s\:u-pb-115 {
    padding-bottom: 30.6666666667vw !important;
  }
  .s\:u-pb-120 {
    padding-bottom: 32vw !important;
  }
  .s\:u-pb-125 {
    padding-bottom: 33.3333333333vw !important;
  }
  .s\:u-pb-130 {
    padding-bottom: 34.6666666667vw !important;
  }
  .s\:u-pb-135 {
    padding-bottom: 36vw !important;
  }
  .s\:u-pb-140 {
    padding-bottom: 37.3333333333vw !important;
  }
  .s\:u-pb-145 {
    padding-bottom: 38.6666666667vw !important;
  }
  .s\:u-pb-150 {
    padding-bottom: 40vw !important;
  }
  .s\:u-pt-0 {
    padding-top: 0vw !important;
  }
  .s\:u-pt-5 {
    padding-top: 1.3333333333vw !important;
  }
  .s\:u-pt-10 {
    padding-top: 2.6666666667vw !important;
  }
  .s\:u-pt-15 {
    padding-top: 4vw !important;
  }
  .s\:u-pt-20 {
    padding-top: 5.3333333333vw !important;
  }
  .s\:u-pt-25 {
    padding-top: 6.6666666667vw !important;
  }
  .s\:u-pt-30 {
    padding-top: 8vw !important;
  }
  .s\:u-pt-35 {
    padding-top: 9.3333333333vw !important;
  }
  .s\:u-pt-40 {
    padding-top: 10.6666666667vw !important;
  }
  .s\:u-pt-45 {
    padding-top: 12vw !important;
  }
  .s\:u-pt-50 {
    padding-top: 13.3333333333vw !important;
  }
  .s\:u-pt-55 {
    padding-top: 14.6666666667vw !important;
  }
  .s\:u-pt-60 {
    padding-top: 16vw !important;
  }
  .s\:u-pt-65 {
    padding-top: 17.3333333333vw !important;
  }
  .s\:u-pt-70 {
    padding-top: 18.6666666667vw !important;
  }
  .s\:u-pt-75 {
    padding-top: 20vw !important;
  }
  .s\:u-pt-80 {
    padding-top: 21.3333333333vw !important;
  }
  .s\:u-pt-85 {
    padding-top: 22.6666666667vw !important;
  }
  .s\:u-pt-90 {
    padding-top: 24vw !important;
  }
  .s\:u-pt-95 {
    padding-top: 25.3333333333vw !important;
  }
  .s\:u-pt-100 {
    padding-top: 26.6666666667vw !important;
  }
  .s\:u-pt-105 {
    padding-top: 28vw !important;
  }
  .s\:u-pt-110 {
    padding-top: 29.3333333333vw !important;
  }
  .s\:u-pt-115 {
    padding-top: 30.6666666667vw !important;
  }
  .s\:u-pt-120 {
    padding-top: 32vw !important;
  }
  .s\:u-pt-125 {
    padding-top: 33.3333333333vw !important;
  }
  .s\:u-pt-130 {
    padding-top: 34.6666666667vw !important;
  }
  .s\:u-pt-135 {
    padding-top: 36vw !important;
  }
  .s\:u-pt-140 {
    padding-top: 37.3333333333vw !important;
  }
  .s\:u-pt-145 {
    padding-top: 38.6666666667vw !important;
  }
  .s\:u-pt-150 {
    padding-top: 40vw !important;
  }
  .s\:u-pl-0 {
    padding-left: 0vw !important;
  }
  .s\:u-pl-5 {
    padding-left: 1.3333333333vw !important;
  }
  .s\:u-pl-10 {
    padding-left: 2.6666666667vw !important;
  }
  .s\:u-pl-15 {
    padding-left: 4vw !important;
  }
  .s\:u-pl-20 {
    padding-left: 5.3333333333vw !important;
  }
  .s\:u-pl-25 {
    padding-left: 6.6666666667vw !important;
  }
  .s\:u-pl-30 {
    padding-left: 8vw !important;
  }
  .s\:u-pl-35 {
    padding-left: 9.3333333333vw !important;
  }
  .s\:u-pl-40 {
    padding-left: 10.6666666667vw !important;
  }
  .s\:u-pl-45 {
    padding-left: 12vw !important;
  }
  .s\:u-pl-50 {
    padding-left: 13.3333333333vw !important;
  }
  .s\:u-pl-55 {
    padding-left: 14.6666666667vw !important;
  }
  .s\:u-pl-60 {
    padding-left: 16vw !important;
  }
  .s\:u-pl-65 {
    padding-left: 17.3333333333vw !important;
  }
  .s\:u-pl-70 {
    padding-left: 18.6666666667vw !important;
  }
  .s\:u-pl-75 {
    padding-left: 20vw !important;
  }
  .s\:u-pl-80 {
    padding-left: 21.3333333333vw !important;
  }
  .s\:u-pr-0 {
    padding-right: 0vw !important;
  }
  .s\:u-pr-5 {
    padding-right: 1.3333333333vw !important;
  }
  .s\:u-pr-10 {
    padding-right: 2.6666666667vw !important;
  }
  .s\:u-pr-15 {
    padding-right: 4vw !important;
  }
  .s\:u-pr-20 {
    padding-right: 5.3333333333vw !important;
  }
  .s\:u-pr-25 {
    padding-right: 6.6666666667vw !important;
  }
  .s\:u-pr-30 {
    padding-right: 8vw !important;
  }
  .s\:u-pr-35 {
    padding-right: 9.3333333333vw !important;
  }
  .s\:u-pr-40 {
    padding-right: 10.6666666667vw !important;
  }
  .s\:u-pr-45 {
    padding-right: 12vw !important;
  }
  .s\:u-pr-50 {
    padding-right: 13.3333333333vw !important;
  }
  .s\:u-pr-55 {
    padding-right: 14.6666666667vw !important;
  }
  .s\:u-pr-60 {
    padding-right: 16vw !important;
  }
  .s\:u-pr-65 {
    padding-right: 17.3333333333vw !important;
  }
  .s\:u-pr-70 {
    padding-right: 18.6666666667vw !important;
  }
  .s\:u-pr-75 {
    padding-right: 20vw !important;
  }
  .s\:u-pr-80 {
    padding-right: 21.3333333333vw !important;
  }
}
.u-m-auto {
  margin: 0 auto;
}

.u-mr-ip {
  margin-right: 9.0043923865vw;
}

.u-ml-ip {
  margin-left: 9.0043923865vw;
}

.u-mt-m3 {
  margin-top: -0.2196193265vw;
}

.u-mb-0 {
  margin-bottom: 0vw !important;
}

.u-mb-5 {
  margin-bottom: 0.3660322108vw !important;
}

.u-mb-10 {
  margin-bottom: 0.7320644217vw !important;
}

.u-mb-15 {
  margin-bottom: 1.0980966325vw !important;
}

.u-mb-20 {
  margin-bottom: 1.4641288433vw !important;
}

.u-mb-25 {
  margin-bottom: 1.8301610542vw !important;
}

.u-mb-30 {
  margin-bottom: 2.196193265vw !important;
}

.u-mb-35 {
  margin-bottom: 2.5622254758vw !important;
}

.u-mb-40 {
  margin-bottom: 2.9282576867vw !important;
}

.u-mb-45 {
  margin-bottom: 3.2942898975vw !important;
}

.u-mb-50 {
  margin-bottom: 3.6603221083vw !important;
}

.u-mb-55 {
  margin-bottom: 4.0263543192vw !important;
}

.u-mb-60 {
  margin-bottom: 4.39238653vw !important;
}

.u-mb-65 {
  margin-bottom: 4.7584187408vw !important;
}

.u-mb-70 {
  margin-bottom: 5.1244509517vw !important;
}

.u-mb-75 {
  margin-bottom: 5.4904831625vw !important;
}

.u-mb-80 {
  margin-bottom: 5.8565153734vw !important;
}

.u-mb-85 {
  margin-bottom: 6.2225475842vw !important;
}

.u-mb-90 {
  margin-bottom: 6.588579795vw !important;
}

.u-mb-95 {
  margin-bottom: 6.9546120059vw !important;
}

.u-mb-100 {
  margin-bottom: 7.3206442167vw !important;
}

.u-mb-105 {
  margin-bottom: 7.6866764275vw !important;
}

.u-mb-110 {
  margin-bottom: 8.0527086384vw !important;
}

.u-mb-115 {
  margin-bottom: 8.4187408492vw !important;
}

.u-mb-120 {
  margin-bottom: 8.78477306vw !important;
}

.u-mb-125 {
  margin-bottom: 9.1508052709vw !important;
}

.u-mb-130 {
  margin-bottom: 9.5168374817vw !important;
}

.u-mb-135 {
  margin-bottom: 9.8828696925vw !important;
}

.u-mb-140 {
  margin-bottom: 10.2489019034vw !important;
}

.u-mb-145 {
  margin-bottom: 10.6149341142vw !important;
}

.u-mb-150 {
  margin-bottom: 10.980966325vw !important;
}

.u-mb-155 {
  margin-bottom: 11.3469985359vw !important;
}

.u-mb-160 {
  margin-bottom: 11.7130307467vw !important;
}

.u-mb-165 {
  margin-bottom: 12.0790629575vw !important;
}

.u-mb-170 {
  margin-bottom: 12.4450951684vw !important;
}

.u-mb-175 {
  margin-bottom: 12.8111273792vw !important;
}

.u-mb-180 {
  margin-bottom: 13.17715959vw !important;
}

.u-mb-185 {
  margin-bottom: 13.5431918009vw !important;
}

.u-mb-190 {
  margin-bottom: 13.9092240117vw !important;
}

.u-mb-195 {
  margin-bottom: 14.2752562225vw !important;
}

.u-mb-200 {
  margin-bottom: 14.6412884334vw !important;
}

.u-mb-205 {
  margin-bottom: 15.0073206442vw !important;
}

.u-mb-210 {
  margin-bottom: 15.3733528551vw !important;
}

.u-mb-215 {
  margin-bottom: 15.7393850659vw !important;
}

.u-mb-220 {
  margin-bottom: 16.1054172767vw !important;
}

.u-mb-225 {
  margin-bottom: 16.4714494876vw !important;
}

.u-mb-230 {
  margin-bottom: 16.8374816984vw !important;
}

.u-mb-235 {
  margin-bottom: 17.2035139092vw !important;
}

.u-mb-240 {
  margin-bottom: 17.5695461201vw !important;
}

.u-mb-245 {
  margin-bottom: 17.9355783309vw !important;
}

.u-mb-250 {
  margin-bottom: 18.3016105417vw !important;
}

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

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

.u-mt-10 {
  margin-top: 0.7320644217vw !important;
}

.u-mt-15 {
  margin-top: 1.0980966325vw !important;
}

.u-mt-20 {
  margin-top: 1.4641288433vw !important;
}

.u-mt-25 {
  margin-top: 1.8301610542vw !important;
}

.u-mt-30 {
  margin-top: 2.196193265vw !important;
}

.u-mt-35 {
  margin-top: 2.5622254758vw !important;
}

.u-mt-40 {
  margin-top: 2.9282576867vw !important;
}

.u-mt-45 {
  margin-top: 3.2942898975vw !important;
}

.u-mt-50 {
  margin-top: 3.6603221083vw !important;
}

.u-mt-55 {
  margin-top: 4.0263543192vw !important;
}

.u-mt-60 {
  margin-top: 4.39238653vw !important;
}

.u-mt-65 {
  margin-top: 4.7584187408vw !important;
}

.u-mt-70 {
  margin-top: 5.1244509517vw !important;
}

.u-mt-75 {
  margin-top: 5.4904831625vw !important;
}

.u-mt-80 {
  margin-top: 5.8565153734vw !important;
}

.u-mt-85 {
  margin-top: 6.2225475842vw !important;
}

.u-mt-90 {
  margin-top: 6.588579795vw !important;
}

.u-mt-95 {
  margin-top: 6.9546120059vw !important;
}

.u-mt-100 {
  margin-top: 7.3206442167vw !important;
}

.u-mt-105 {
  margin-top: 7.6866764275vw !important;
}

.u-mt-110 {
  margin-top: 8.0527086384vw !important;
}

.u-mt-115 {
  margin-top: 8.4187408492vw !important;
}

.u-mt-120 {
  margin-top: 8.78477306vw !important;
}

.u-mt-125 {
  margin-top: 9.1508052709vw !important;
}

.u-mt-130 {
  margin-top: 9.5168374817vw !important;
}

.u-mt-135 {
  margin-top: 9.8828696925vw !important;
}

.u-mt-140 {
  margin-top: 10.2489019034vw !important;
}

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

.u-ml-5 {
  margin-left: 0.3660322108vw !important;
}

.u-ml-10 {
  margin-left: 0.7320644217vw !important;
}

.u-ml-15 {
  margin-left: 1.0980966325vw !important;
}

.u-ml-20 {
  margin-left: 1.4641288433vw !important;
}

.u-ml-25 {
  margin-left: 1.8301610542vw !important;
}

.u-ml-30 {
  margin-left: 2.196193265vw !important;
}

.u-ml-35 {
  margin-left: 2.5622254758vw !important;
}

.u-ml-40 {
  margin-left: 2.9282576867vw !important;
}

.u-ml-45 {
  margin-left: 3.2942898975vw !important;
}

.u-ml-50 {
  margin-left: 3.6603221083vw !important;
}

.u-ml-55 {
  margin-left: 4.0263543192vw !important;
}

.u-ml-60 {
  margin-left: 4.39238653vw !important;
}

.u-ml-65 {
  margin-left: 4.7584187408vw !important;
}

.u-ml-70 {
  margin-left: 5.1244509517vw !important;
}

.u-ml-75 {
  margin-left: 5.4904831625vw !important;
}

.u-ml-80 {
  margin-left: 5.8565153734vw !important;
}

.u-ml-85 {
  margin-left: 6.2225475842vw !important;
}

.u-ml-90 {
  margin-left: 6.588579795vw !important;
}

.u-ml-95 {
  margin-left: 6.9546120059vw !important;
}

.u-ml-100 {
  margin-left: 7.3206442167vw !important;
}

.u-ml-105 {
  margin-left: 7.6866764275vw !important;
}

.u-ml-110 {
  margin-left: 8.0527086384vw !important;
}

.u-ml-115 {
  margin-left: 8.4187408492vw !important;
}

.u-ml-120 {
  margin-left: 8.78477306vw !important;
}

.u-ml-125 {
  margin-left: 9.1508052709vw !important;
}

.u-ml-130 {
  margin-left: 9.5168374817vw !important;
}

.u-ml-135 {
  margin-left: 9.8828696925vw !important;
}

.u-ml-140 {
  margin-left: 10.2489019034vw !important;
}

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

.u-mr-5 {
  margin-right: 0.3660322108vw !important;
}

.u-mr-10 {
  margin-right: 0.7320644217vw !important;
}

.u-mr-15 {
  margin-right: 1.0980966325vw !important;
}

.u-mr-20 {
  margin-right: 1.4641288433vw !important;
}

.u-mr-25 {
  margin-right: 1.8301610542vw !important;
}

.u-mr-30 {
  margin-right: 2.196193265vw !important;
}

.u-mr-35 {
  margin-right: 2.5622254758vw !important;
}

.u-mr-40 {
  margin-right: 2.9282576867vw !important;
}

.u-mr-45 {
  margin-right: 3.2942898975vw !important;
}

.u-mr-50 {
  margin-right: 3.6603221083vw !important;
}

.u-mr-55 {
  margin-right: 4.0263543192vw !important;
}

.u-mr-60 {
  margin-right: 4.39238653vw !important;
}

.u-mr-65 {
  margin-right: 4.7584187408vw !important;
}

.u-mr-70 {
  margin-right: 5.1244509517vw !important;
}

.u-mr-75 {
  margin-right: 5.4904831625vw !important;
}

.u-mr-80 {
  margin-right: 5.8565153734vw !important;
}

.u-mr-85 {
  margin-right: 6.2225475842vw !important;
}

.u-mr-90 {
  margin-right: 6.588579795vw !important;
}

.u-mr-95 {
  margin-right: 6.9546120059vw !important;
}

.u-mr-100 {
  margin-right: 7.3206442167vw !important;
}

.u-mr-105 {
  margin-right: 7.6866764275vw !important;
}

.u-mr-110 {
  margin-right: 8.0527086384vw !important;
}

.u-mr-115 {
  margin-right: 8.4187408492vw !important;
}

.u-mr-120 {
  margin-right: 8.78477306vw !important;
}

.u-mr-125 {
  margin-right: 9.1508052709vw !important;
}

.u-mr-130 {
  margin-right: 9.5168374817vw !important;
}

.u-mr-135 {
  margin-right: 9.8828696925vw !important;
}

.u-mr-140 {
  margin-right: 10.2489019034vw !important;
}

.u-mb-m-50 {
  margin-bottom: -3.6603221083vw !important;
}

.u-mb-m-45 {
  margin-bottom: -3.2942898975vw !important;
}

.u-mb-m-40 {
  margin-bottom: -2.9282576867vw !important;
}

.u-mb-m-35 {
  margin-bottom: -2.5622254758vw !important;
}

.u-mb-m-30 {
  margin-bottom: -2.196193265vw !important;
}

.u-mb-m-25 {
  margin-bottom: -1.8301610542vw !important;
}

.u-mb-m-20 {
  margin-bottom: -1.4641288433vw !important;
}

.u-mb-m-15 {
  margin-bottom: -1.0980966325vw !important;
}

.u-mb-m-10 {
  margin-bottom: -0.7320644217vw !important;
}

.u-mb-m-5 {
  margin-bottom: -0.3660322108vw !important;
}

.u-mb-m-0 {
  margin-bottom: 0vw !important;
}

.u-mt-m-50 {
  margin-top: -3.6603221083vw !important;
}

.u-mt-m-45 {
  margin-top: -3.2942898975vw !important;
}

.u-mt-m-40 {
  margin-top: -2.9282576867vw !important;
}

.u-mt-m-35 {
  margin-top: -2.5622254758vw !important;
}

.u-mt-m-30 {
  margin-top: -2.196193265vw !important;
}

.u-mt-m-25 {
  margin-top: -1.8301610542vw !important;
}

.u-mt-m-20 {
  margin-top: -1.4641288433vw !important;
}

.u-mt-m-15 {
  margin-top: -1.0980966325vw !important;
}

.u-mt-m-10 {
  margin-top: -0.7320644217vw !important;
}

.u-mt-m-5 {
  margin-top: -0.3660322108vw !important;
}

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

.u-ml-m-100 {
  margin-left: -7.3206442167vw !important;
}

.u-ml-m-95 {
  margin-left: -6.9546120059vw !important;
}

.u-ml-m-90 {
  margin-left: -6.588579795vw !important;
}

.u-ml-m-85 {
  margin-left: -6.2225475842vw !important;
}

.u-ml-m-80 {
  margin-left: -5.8565153734vw !important;
}

.u-ml-m-75 {
  margin-left: -5.4904831625vw !important;
}

.u-ml-m-70 {
  margin-left: -5.1244509517vw !important;
}

.u-ml-m-65 {
  margin-left: -4.7584187408vw !important;
}

.u-ml-m-60 {
  margin-left: -4.39238653vw !important;
}

.u-ml-m-55 {
  margin-left: -4.0263543192vw !important;
}

.u-ml-m-50 {
  margin-left: -3.6603221083vw !important;
}

.u-ml-m-45 {
  margin-left: -3.2942898975vw !important;
}

.u-ml-m-40 {
  margin-left: -2.9282576867vw !important;
}

.u-ml-m-35 {
  margin-left: -2.5622254758vw !important;
}

.u-ml-m-30 {
  margin-left: -2.196193265vw !important;
}

.u-ml-m-25 {
  margin-left: -1.8301610542vw !important;
}

.u-ml-m-20 {
  margin-left: -1.4641288433vw !important;
}

.u-ml-m-15 {
  margin-left: -1.0980966325vw !important;
}

.u-ml-m-10 {
  margin-left: -0.7320644217vw !important;
}

.u-ml-m-5 {
  margin-left: -0.3660322108vw !important;
}

.u-ml-m-0 {
  margin-left: 0vw !important;
}

.u-mr-m-50 {
  margin-right: -3.6603221083vw !important;
}

.u-mr-m-45 {
  margin-right: -3.2942898975vw !important;
}

.u-mr-m-40 {
  margin-right: -2.9282576867vw !important;
}

.u-mr-m-35 {
  margin-right: -2.5622254758vw !important;
}

.u-mr-m-30 {
  margin-right: -2.196193265vw !important;
}

.u-mr-m-25 {
  margin-right: -1.8301610542vw !important;
}

.u-mr-m-20 {
  margin-right: -1.4641288433vw !important;
}

.u-mr-m-15 {
  margin-right: -1.0980966325vw !important;
}

.u-mr-m-10 {
  margin-right: -0.7320644217vw !important;
}

.u-mr-m-5 {
  margin-right: -0.3660322108vw !important;
}

.u-mr-m-0 {
  margin-right: 0vw !important;
}

@media screen and (max-width: 640px) {
  .s\:u-m-auto {
    margin: 0 auto;
  }
  .s\:u-mb-0 {
    margin-bottom: 0vw !important;
  }
  .s\:u-mb-5 {
    margin-bottom: 1.3333333333vw !important;
  }
  .s\:u-mb-10 {
    margin-bottom: 2.6666666667vw !important;
  }
  .s\:u-mb-15 {
    margin-bottom: 4vw !important;
  }
  .s\:u-mb-20 {
    margin-bottom: 5.3333333333vw !important;
  }
  .s\:u-mb-25 {
    margin-bottom: 6.6666666667vw !important;
  }
  .s\:u-mb-30 {
    margin-bottom: 8vw !important;
  }
  .s\:u-mb-35 {
    margin-bottom: 9.3333333333vw !important;
  }
  .s\:u-mb-40 {
    margin-bottom: 10.6666666667vw !important;
  }
  .s\:u-mb-45 {
    margin-bottom: 12vw !important;
  }
  .s\:u-mb-50 {
    margin-bottom: 13.3333333333vw !important;
  }
  .s\:u-mb-55 {
    margin-bottom: 14.6666666667vw !important;
  }
  .s\:u-mb-60 {
    margin-bottom: 16vw !important;
  }
  .s\:u-mb-65 {
    margin-bottom: 17.3333333333vw !important;
  }
  .s\:u-mb-70 {
    margin-bottom: 18.6666666667vw !important;
  }
  .s\:u-mb-75 {
    margin-bottom: 20vw !important;
  }
  .s\:u-mb-80 {
    margin-bottom: 21.3333333333vw !important;
  }
  .s\:u-mb-85 {
    margin-bottom: 22.6666666667vw !important;
  }
  .s\:u-mb-90 {
    margin-bottom: 24vw !important;
  }
  .s\:u-mb-95 {
    margin-bottom: 25.3333333333vw !important;
  }
  .s\:u-mb-100 {
    margin-bottom: 26.6666666667vw !important;
  }
  .s\:u-mb-105 {
    margin-bottom: 28vw !important;
  }
  .s\:u-mb-110 {
    margin-bottom: 29.3333333333vw !important;
  }
  .s\:u-mb-115 {
    margin-bottom: 30.6666666667vw !important;
  }
  .s\:u-mb-120 {
    margin-bottom: 32vw !important;
  }
  .s\:u-mb-125 {
    margin-bottom: 33.3333333333vw !important;
  }
  .s\:u-mb-130 {
    margin-bottom: 34.6666666667vw !important;
  }
  .s\:u-mb-135 {
    margin-bottom: 36vw !important;
  }
  .s\:u-mb-140 {
    margin-bottom: 37.3333333333vw !important;
  }
  .s\:u-mb-145 {
    margin-bottom: 38.6666666667vw !important;
  }
  .s\:u-mb-150 {
    margin-bottom: 40vw !important;
  }
  .s\:u-mt-0 {
    margin-top: 0vw !important;
  }
  .s\:u-mt-5 {
    margin-top: 1.3333333333vw !important;
  }
  .s\:u-mt-10 {
    margin-top: 2.6666666667vw !important;
  }
  .s\:u-mt-15 {
    margin-top: 4vw !important;
  }
  .s\:u-mt-20 {
    margin-top: 5.3333333333vw !important;
  }
  .s\:u-mt-25 {
    margin-top: 6.6666666667vw !important;
  }
  .s\:u-mt-30 {
    margin-top: 8vw !important;
  }
  .s\:u-mt-35 {
    margin-top: 9.3333333333vw !important;
  }
  .s\:u-mt-40 {
    margin-top: 10.6666666667vw !important;
  }
  .s\:u-mt-45 {
    margin-top: 12vw !important;
  }
  .s\:u-mt-50 {
    margin-top: 13.3333333333vw !important;
  }
  .s\:u-mt-55 {
    margin-top: 14.6666666667vw !important;
  }
  .s\:u-mt-60 {
    margin-top: 16vw !important;
  }
  .s\:u-mt-65 {
    margin-top: 17.3333333333vw !important;
  }
  .s\:u-mt-70 {
    margin-top: 18.6666666667vw !important;
  }
  .s\:u-mt-75 {
    margin-top: 20vw !important;
  }
  .s\:u-mt-80 {
    margin-top: 21.3333333333vw !important;
  }
  .s\:u-mt-85 {
    margin-top: 22.6666666667vw !important;
  }
  .s\:u-mt-90 {
    margin-top: 24vw !important;
  }
  .s\:u-mt-95 {
    margin-top: 25.3333333333vw !important;
  }
  .s\:u-mt-100 {
    margin-top: 26.6666666667vw !important;
  }
  .s\:u-ml-10 {
    margin-left: -2.6666666667vw !important;
  }
  .s\:u-ml-5 {
    margin-left: -1.3333333333vw !important;
  }
  .s\:u-ml-0 {
    margin-left: 0vw !important;
  }
  .s\:u-ml-5 {
    margin-left: 1.3333333333vw !important;
  }
  .s\:u-ml-10 {
    margin-left: 2.6666666667vw !important;
  }
  .s\:u-ml-15 {
    margin-left: 4vw !important;
  }
  .s\:u-ml-20 {
    margin-left: 5.3333333333vw !important;
  }
  .s\:u-ml-25 {
    margin-left: 6.6666666667vw !important;
  }
  .s\:u-ml-30 {
    margin-left: 8vw !important;
  }
  .s\:u-ml-35 {
    margin-left: 9.3333333333vw !important;
  }
  .s\:u-ml-40 {
    margin-left: 10.6666666667vw !important;
  }
  .s\:u-ml-45 {
    margin-left: 12vw !important;
  }
  .s\:u-ml-50 {
    margin-left: 13.3333333333vw !important;
  }
  .s\:u-ml-55 {
    margin-left: 14.6666666667vw !important;
  }
  .s\:u-ml-60 {
    margin-left: 16vw !important;
  }
  .s\:u-ml-65 {
    margin-left: 17.3333333333vw !important;
  }
  .s\:u-ml-70 {
    margin-left: 18.6666666667vw !important;
  }
  .s\:u-ml-75 {
    margin-left: 20vw !important;
  }
  .s\:u-ml-80 {
    margin-left: 21.3333333333vw !important;
  }
  .s\:u-mr-0 {
    margin-right: 0vw !important;
  }
  .s\:u-mr-5 {
    margin-right: 1.3333333333vw !important;
  }
  .s\:u-mr-10 {
    margin-right: 2.6666666667vw !important;
  }
  .s\:u-mr-15 {
    margin-right: 4vw !important;
  }
  .s\:u-mr-20 {
    margin-right: 5.3333333333vw !important;
  }
  .s\:u-mr-25 {
    margin-right: 6.6666666667vw !important;
  }
  .s\:u-mr-30 {
    margin-right: 8vw !important;
  }
  .s\:u-mr-35 {
    margin-right: 9.3333333333vw !important;
  }
  .s\:u-mr-40 {
    margin-right: 10.6666666667vw !important;
  }
  .s\:u-mr-45 {
    margin-right: 12vw !important;
  }
  .s\:u-mr-50 {
    margin-right: 13.3333333333vw !important;
  }
  .s\:u-mr-55 {
    margin-right: 14.6666666667vw !important;
  }
  .s\:u-mr-60 {
    margin-right: 16vw !important;
  }
  .s\:u-mr-65 {
    margin-right: 17.3333333333vw !important;
  }
  .s\:u-mr-70 {
    margin-right: 18.6666666667vw !important;
  }
  .s\:u-mr-75 {
    margin-right: 20vw !important;
  }
  .s\:u-mr-80 {
    margin-right: 21.3333333333vw !important;
  }
  .s\:u-mb-m-50 {
    margin-bottom: -13.3333333333vw !important;
  }
  .s\:u-mb-m-45 {
    margin-bottom: -12vw !important;
  }
  .s\:u-mb-m-40 {
    margin-bottom: -10.6666666667vw !important;
  }
  .s\:u-mb-m-35 {
    margin-bottom: -9.3333333333vw !important;
  }
  .s\:u-mb-m-30 {
    margin-bottom: -8vw !important;
  }
  .s\:u-mb-m-25 {
    margin-bottom: -6.6666666667vw !important;
  }
  .s\:u-mb-m-20 {
    margin-bottom: -5.3333333333vw !important;
  }
  .s\:u-mb-m-15 {
    margin-bottom: -4vw !important;
  }
  .s\:u-mb-m-10 {
    margin-bottom: -2.6666666667vw !important;
  }
  .s\:u-mb-m-5 {
    margin-bottom: -1.3333333333vw !important;
  }
  .s\:u-mb-m-0 {
    margin-bottom: 0vw !important;
  }
  .s\:u-mt-m-50 {
    margin-top: -13.3333333333vw !important;
  }
  .s\:u-mt-m-45 {
    margin-top: -12vw !important;
  }
  .s\:u-mt-m-40 {
    margin-top: -10.6666666667vw !important;
  }
  .s\:u-mt-m-35 {
    margin-top: -9.3333333333vw !important;
  }
  .s\:u-mt-m-30 {
    margin-top: -8vw !important;
  }
  .s\:u-mt-m-25 {
    margin-top: -6.6666666667vw !important;
  }
  .s\:u-mt-m-20 {
    margin-top: -5.3333333333vw !important;
  }
  .s\:u-mt-m-15 {
    margin-top: -4vw !important;
  }
  .s\:u-mt-m-10 {
    margin-top: -2.6666666667vw !important;
  }
  .s\:u-mt-m-5 {
    margin-top: -1.3333333333vw !important;
  }
  .s\:u-mt-m-0 {
    margin-top: 0vw !important;
  }
  .s\:u-ml-m-50 {
    margin-left: -13.3333333333vw !important;
  }
  .s\:u-ml-m-45 {
    margin-left: -12vw !important;
  }
  .s\:u-ml-m-40 {
    margin-left: -10.6666666667vw !important;
  }
  .s\:u-ml-m-35 {
    margin-left: -9.3333333333vw !important;
  }
  .s\:u-ml-m-30 {
    margin-left: -8vw !important;
  }
  .s\:u-ml-m-25 {
    margin-left: -6.6666666667vw !important;
  }
  .s\:u-ml-m-20 {
    margin-left: -5.3333333333vw !important;
  }
  .s\:u-ml-m-15 {
    margin-left: -4vw !important;
  }
  .s\:u-ml-m-10 {
    margin-left: -2.6666666667vw !important;
  }
  .s\:u-ml-m-5 {
    margin-left: -1.3333333333vw !important;
  }
  .s\:u-ml-m-0 {
    margin-left: 0vw !important;
  }
  .s\:u-mr-m-50 {
    margin-right: -13.3333333333vw !important;
  }
  .s\:u-mr-m-45 {
    margin-right: -12vw !important;
  }
  .s\:u-mr-m-40 {
    margin-right: -10.6666666667vw !important;
  }
  .s\:u-mr-m-35 {
    margin-right: -9.3333333333vw !important;
  }
  .s\:u-mr-m-30 {
    margin-right: -8vw !important;
  }
  .s\:u-mr-m-25 {
    margin-right: -6.6666666667vw !important;
  }
  .s\:u-mr-m-20 {
    margin-right: -5.3333333333vw !important;
  }
  .s\:u-mr-m-15 {
    margin-right: -4vw !important;
  }
  .s\:u-mr-m-10 {
    margin-right: -2.6666666667vw !important;
  }
  .s\:u-mr-m-5 {
    margin-right: -1.3333333333vw !important;
  }
  .s\:u-mr-m-0 {
    margin-right: 0vw !important;
  }
}
.u-w-full-vw {
  width: 100vw;
}
.u-w-full {
  width: 100%;
}
.u-w-half {
  width: 50%;
}
.u-w-31 {
  width: 2.2693997072vw;
}
.u-w-158 {
  width: 11.5666178624vw;
}
.u-w-210 {
  width: 15.3733528551vw;
}
.u-w-395 {
  width: 28.9165446559vw;
}
.u-w-530 {
  width: 38.7994143485vw;
}
.u-w-535 {
  width: 39.1654465593vw;
}
.u-w-570 {
  width: 41.7276720351vw;
}

@media screen and (max-width: 640px) {
  .s\:u-w-full {
    width: 100%;
  }
  .s\:u-w-auto {
    width: auto;
  }
  .s\:u-w-30 {
    width: 8vw;
  }
  .s\:u-w-127 {
    width: 33.8666666667vw;
  }
  .s\:u-w-163 {
    width: 43.4666666667vw;
  }
  .s\:u-w-277 {
    width: 73.8666666667vw;
  }
  .s\:u-w-310 {
    width: 82.6666666667vw;
  }
}
.u-h-full {
  height: 100%;
}
.u-h-half {
  height: 50%;
}
.u-h-63 {
  height: 4.6120058565vw;
}
.u-h-96 {
  height: 7.027818448vw;
}

@media screen and (max-width: 640px) {
  .s\:u-h-full {
    height: 100%;
  }
  .s\:u-h-auto {
    height: auto;
  }
  .s\:u-h-46 {
    height: 12.2666666667vw;
  }
  .s\:u-h-68 {
    height: 18.1333333333vw;
  }
  .s\:u-h-238 {
    height: 63.4666666667vw;
  }
  .s\:u-h-415 {
    height: 110.6666666667vw;
  }
  .s\:u-h-405 {
    height: 108vw;
  }
}
.u-z-9999 {
  z-index: 9999;
}
.u-z-2 {
  z-index: 2;
}

.u-mix-blend-normal {
  mix-blend-mode: normal;
}
.u-mix-blend-multiply {
  mix-blend-mode: multiply;
}

.u-opacity-0 {
  opacity: 0;
}
.u-opacity-20 {
  opacity: 0.2;
}
.u-opacity-50 {
  opacity: 0.5;
}
.u-opacity-100 {
  opacity: 1;
}

.l-container {
  overflow: clip;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-top: 16vw;
  }
}

.l-header {
  background: #fff;
  border-radius: 0.7320644217vw;
  box-shadow: 0 0 0.7320644217vw 0 rgba(0, 0, 0, 0.25);
  min-height: 5.8565153734vw;
  height: auto;
  left: 50%;
  overflow: hidden;
  position: fixed;
  top: 1.2445095168vw;
  transform: translateX(-50%);
  width: 96.486090776vw;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .l-header {
    border-radius: 0;
    max-height: 100vh;
    min-height: 16vw;
    left: 0;
    transform: unset;
    top: 0;
    width: 100vw;
  }
}
.l-header a:hover {
  opacity: 1;
}
.l-header-inner {
  display: flex;
  justify-content: space-between;
}
.l-header-logo {
  align-items: center;
  display: flex;
  margin: 0 0 0 1.6105417277vw;
  width: 17.4231332357vw;
}
@media screen and (max-width: 640px) {
  .l-header-logo {
    margin: 0 0 0 2.6666666667vw;
    width: 37.3333333333vw;
  }
}
.l-header-logo a {
  display: block;
  font-size: 0;
}
.l-header-desc {
  font-size: 0.8052708638vw;
  letter-spacing: 0.0402635432vw;
  line-height: 1.8181818182;
  padding-left: 3.1478770132vw;
}
.l-header-btns {
  display: flex;
}
.l-header-btns li a {
  align-items: center;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #5484EA 2.5%, #284174 100.63%);
  color: #fff;
  display: flex;
  font-size: 0.8052708638vw;
  font-weight: 500;
  height: auto;
  letter-spacing: 0;
  justify-content: center;
  min-width: 50px;
  width: max(80px, 5.8565153734vw);
}
@media screen and (max-width: 640px) {
  .l-header-btns li a {
    aspect-ratio: unset;
    font-size: 2.6666666667vw;
    height: 100%;
    width: 18.6666666667vw;
  }
}
.l-header-btns li a:hover {
  background: #1A1A1A;
}
@media screen and (max-width: 640px) {
  .l-header .l-contact-btns {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

.l-gnavi {
  display: flex;
  gap: 9.0043923865vw;
  margin: 0 auto;
  padding: 5.1976573939vw 0 0;
  width: 76.3543191801vw;
}
@media screen and (max-width: 640px) {
  .l-gnavi {
    flex-direction: column;
    gap: 0;
    padding: 0 6.4vw;
    width: 100vw;
  }
}
@media screen and (max-width: 640px) {
  .l-gnavi-item {
    border-bottom: 1px solid #D3D3D3;
    padding: 4vw 0 5.3333333333vw;
  }
}
.l-gnavi-item-ttl a {
  display: block;
}
.l-gnavi-item-ttl a strong {
  color: #5081E8;
  display: block;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.8550512445vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .l-gnavi-item-ttl a strong {
    display: none;
  }
}
.l-gnavi-item-ttl a span {
  align-items: center;
  display: flex;
  font-size: 1.4641288433vw;
  font-weight: 700;
  gap: 1.0248901903vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .l-gnavi-item-ttl a span {
    font-size: 5.3333333333vw;
    justify-content: space-between;
  }
}
.l-gnavi-item-ttl a span:after {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1/1.7;
  background-color: #5081E8;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
  width: 0.8052708638vw;
  transform: translateY(0.0732064422vw);
}
@media screen and (max-width: 640px) {
  .l-gnavi-item-ttl a span:after {
    display: none;
  }
}
.l-gnavi-item-ttl a:hover span {
  color: #5081E8;
}
.l-gnavi-item-list {
  display: flex;
  flex-direction: column;
  gap: 1.756954612vw;
  padding-top: 1.756954612vw;
}
@media screen and (max-width: 640px) {
  .l-gnavi-item-list {
    gap: 5.3333333333vw;
    padding-top: 3.2vw;
  }
}
.l-gnavi-item-list li a {
  display: block;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .l-gnavi-item-list li a {
    font-size: 4.2666666667vw;
  }
}
.l-gnavi-item-list li a:before {
  content: "・";
}
.l-gnavi-item-list li a:hover {
  color: #5081E8;
}

.l-headline {
  background: #1A1A1A;
  height: 36.6032210835vw;
  padding-top: 7.1010248902vw;
  width: 100vw;
}
@media screen and (max-width: 640px) {
  .l-headline {
    height: 115.7333333333vw;
    overflow: hidden;
    padding-top: 3.4666666667vw;
    position: relative;
  }
}
.l-headline:before {
  background: linear-gradient(284.94deg, #1A1A1A -26.45%, #253C6A 77.71%);
  content: " ";
  display: block;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="728" height="500" viewBox="0 0 728 500" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M255.119 0L729 0V500H3.05176e-05L255.119 0Z" fill="%23fff"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="728" height="500" viewBox="0 0 728 500" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M255.119 0L729 0V500H3.05176e-05L255.119 0Z" fill="%23fff"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 36.6032210835vw;
  position: absolute;
  right: 0;
  top: 0;
  width: 53.3674963397vw;
}
@media screen and (max-width: 640px) {
  .l-headline:before {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="230" height="434" viewBox="0 0 230 434" fill="none"><path d="M223.681 0H230V434H0L223.681 0Z" fill="%23000"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="230" height="434" viewBox="0 0 230 434" fill="none"><path d="M223.681 0H230V434H0L223.681 0Z" fill="%23000"/></svg>');
    -webkit-mask-size: 61.3333333333vw 115.7333333333vw;
            mask-size: 61.3333333333vw 115.7333333333vw;
    -webkit-mask-position: top right;
            mask-position: top right;
    height: 100%;
    top: 0;
    width: 100%;
  }
}
.l-headline .c-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-headline .c-inner {
    display: block;
  }
}
.l-headline .l-path {
  display: flex;
  left: 0;
  position: absolute;
  top: 2.7086383602vw;
}
@media screen and (max-width: 640px) {
  .l-headline .l-path {
    position: relative;
    top: 0;
  }
}
.l-headline .l-path li {
  color: #A8A8A8;
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 640px) {
  .l-headline .l-path li {
    font-size: 3.2vw;
  }
}
.l-headline .l-path li:before {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1/1.7;
  background-color: #A8A8A8;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
  width: 0.439238653vw;
  margin: 0 0.3660322108vw;
}
@media screen and (max-width: 640px) {
  .l-headline .l-path li:before {
    margin: 0 2.4vw;
    width: 1.6vw;
  }
}
.l-headline .l-path li a {
  color: #A8A8A8;
}
.l-headline .l-path li:first-child:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-headline .c-ttl-1 {
    align-items: center;
    display: flex;
    height: 32.5333333333vw;
    line-height: 99%;
  }
}
.l-headline .c-ttl-1 span {
  color: rgba(80, 129, 232, 0.5);
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .l-headline .c-ttl-1 span {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    top: 1.0666666667vw;
  }
}
.l-headline .c-ttl-1 strong {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .l-headline .c-ttl-1 strong {
    align-items: center;
    display: flex;
    justify-content: start;
    height: 100%;
    line-height: 1;
    top: 1.3333333333vw;
  }
}
.l-headline-img {
  border-radius: 0.7320644217vw;
  height: 20.0585651537vw;
  object-fit: cover;
  margin-right: -7.2474377745vw;
  width: 35.065885798vw;
}
@media screen and (max-width: 640px) {
  .l-headline-img {
    border-radius: 2.6666666667vw;
    height: 49.8666666667vw;
    margin: 5.3333333333vw 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .l-headline.without-img {
    height: 47.2vw;
  }
}

.l-contact {
  background: linear-gradient(134.64deg, #5484EA 2.5%, #284174 100.63%);
  color: #fff;
  height: 44.8023426061vw;
  padding-top: 5.8565153734vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-contact {
    height: auto;
    padding-bottom: 18.6666666667vw;
    padding-top: 16vw;
  }
}
.l-contact:before {
  background: url('data:image/svg+xml;utf8,<svg width="877" height="612" viewBox="0 0 877 612" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.04" d="M302.887 0H877V612H0L302.887 0Z" fill="white"/></svg>') no-repeat 0 0/cover;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 64.2020497804vw;
}
@media screen and (max-width: 640px) {
  .l-contact:before {
    right: unset;
    left: -21.8666666667vw;
    width: 244vw;
  }
}
.l-contact p {
  font-size: 1.4641288433vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0732064422vw;
  padding-top: 3.6603221083vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-contact p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
    padding-top: 5.3333333333vw;
    text-align: left;
  }
}
.l-contact-btns {
  display: flex;
  justify-content: center;
  gap: 6.149341142vw;
  padding-top: 2.5622254758vw;
}
@media screen and (max-width: 640px) {
  .l-contact-btns {
    flex-direction: column;
    gap: 9.0666666667vw;
    padding-top: 7.2vw;
  }
}
.l-contact-btn-ttl {
  font-size: 1.1713030747vw;
  font-weight: 500;
  padding-bottom: 0.7320644217vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-contact-btn-ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.l-contact-btn-txt {
  padding-top: 1.317715959vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-contact-btn-txt {
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.l-contact-btn-txt li {
  color: #fff;
}
.l-contact-btn-txt li b {
  font-weight: 500;
}
.l-contact-btn-txt li a {
  color: #fff;
}

.l-footer {
  background-color: #1A1A1A;
  height: 31.8448023426vw;
  padding-top: 5.7833089312vw;
}
@media screen and (max-width: 640px) {
  .l-footer {
    height: auto;
    padding-top: 18.6666666667vw;
  }
}
.l-footer-logo {
  margin: 0 auto;
  width: 17.4231332357vw;
}
@media screen and (max-width: 640px) {
  .l-footer-logo {
    width: 63.4666666667vw;
  }
}
.l-footer-logo path {
  fill: #fff;
}
.l-footer-navi {
  align-items: center;
  display: flex;
  font-weight: 500;
  gap: 4.9780380673vw;
  justify-content: center;
  padding-top: 5.1244509517vw;
}
@media screen and (max-width: 640px) {
  .l-footer-navi {
    column-gap: 27.2vw;
    row-gap: 6.6666666667vw;
    font-size: 4.2666666667vw;
    flex-wrap: wrap;
    justify-content: start;
    padding: 12vw 6.4vw 0;
  }
}
.l-footer-navi a {
  align-content: center;
  color: #fff;
  display: flex;
  gap: 0.8052708638vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-footer-navi a {
    background-size: 1.8666666667vw auto;
    gap: 2.9333333333vw;
  }
}
.l-footer-navi a:after {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1/1.7;
  background-color: #5081E8;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.40989 19.5L0 18.1034L8.18021 10L0 1.89665L1.40989 0.5L11 10L1.40989 19.5Z" fill="%23000"/></svg>');
  width: 0.5124450952vw;
}
@media screen and (max-width: 640px) {
  .l-footer-navi a:after {
    width: 1.8666666667vw;
  }
}
.l-footer-navi a:hover {
  color: #5081E8;
  opacity: 1;
}
.l-footer-below {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: space-between;
  margin-top: 4.9780380673vw;
  padding: 1.4641288433vw 0 0;
}
@media screen and (max-width: 640px) {
  .l-footer-below {
    align-items: center;
    flex-direction: column;
    margin-top: 10.6666666667vw;
    padding: 6.4vw 0 14.9333333333vw;
  }
}
.l-footer-below a, .l-footer-below span {
  color: #999;
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 640px) {
  .l-footer-below a {
    font-size: 3.2vw;
  }
}
.l-footer-below a:hover {
  color: #fff;
  opacity: 1;
}
.l-footer-below span {
  letter-spacing: 0.102489019vw;
}
@media screen and (max-width: 640px) {
  .l-footer-below span {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    padding-top: 6.4vw;
  }
}

.l-pagetop {
  align-items: center;
  background: #666;
  border-radius: 0.3660322108vw;
  bottom: 1.0980966325vw;
  display: flex;
  height: 3.6603221083vw;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 1.0980966325vw;
  text-indent: -9999px;
  width: 3.6603221083vw;
}
.l-pagetop:before {
  background: url('data:image/svg+xml;utf8,<svg width="14" height="20" viewBox="0 0 14 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 20V3.825L1.4 8.4L0 7L7 0L14 7L12.6 8.425L8 3.825V20H6Z" fill="white"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: block;
  height: 1.4641288433vw;
  width: 1.0248901903vw;
}
.l-pagetop span {
  overflow: hidden;
  position: absolute;
  left: -9999px;
}
.l-pagetop:hover {
  background-color: #bfbfbf;
  opacity: 1;
}

[data-js-hamburger-btn] {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  position: relative;
  min-width: 50px;
  width: 5.8565153734vw;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-btn] {
    width: 16vw;
  }
}
[data-js-hamburger-btn] span {
  background-color: #1A1A1A;
  bottom: 0;
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
  width: 2.8184480234vw;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-btn] span {
    width: 7.7013333333vw;
  }
}
[data-js-hamburger-btn] span:before, [data-js-hamburger-btn] span:after {
  background-color: #1A1A1A;
  border-radius: 9999px;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
[data-js-hamburger-btn] span:before {
  top: -0.5124450952vw;
  width: 100%;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-btn] span:before {
    top: -1.3333333333vw;
  }
}
[data-js-hamburger-btn] span::after {
  bottom: -0.5124450952vw;
  right: unset;
  width: 100%;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-btn] span::after {
    bottom: -1.3333333333vw;
  }
}
[data-js-hamburger-btn]:hover {
  background: #1A1A1A;
}
[data-js-hamburger-btn]:hover span,
[data-js-hamburger-btn]:hover span:before,
[data-js-hamburger-btn]:hover span:after {
  background: #fff;
}
[data-js-hamburger-btn].is-open span {
  background-color: transparent;
}
[data-js-hamburger-btn].is-open span:before, [data-js-hamburger-btn].is-open span:after {
  bottom: 0;
  margin: auto;
  top: 0;
}
[data-js-hamburger-btn].is-open span::before {
  transform: rotate(200deg);
}
[data-js-hamburger-btn].is-open span::after {
  top: 0;
  transform: rotate(-200deg);
}

[data-js-hamburger-menu] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 8888;
  transition: all 0.4s ease;
}
[data-js-hamburger-menu].is-open {
  height: 47.5841874085vw;
  opacity: 1;
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-menu].is-open {
    height: calc(100vh - 16vw);
  }
}

[data-js-fadeinup],
[data-js-fadeinup-wrapper] > * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(3.6603221083vw);
}
[data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper] > *.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup] [data-js-fadeinup],
[data-js-fadeinup-wrapper] [data-js-fadeinup],
[data-js-fadeinup] [data-js-fadeinup-wrapper] > * {
  transform: translateY(1.8301610542vw);
}
[data-js-fadeinup] [data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper] [data-js-fadeinup].is-inview,
[data-js-fadeinup] [data-js-fadeinup-wrapper] > *.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup="2"] {
  transition-delay: 0.2s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="2"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="3"] {
  transition-delay: 0.4s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="3"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="4"] {
  transition-delay: 0.6s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="4"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="5"] {
  transition-delay: 0.8s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="5"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="6"] {
  transition-delay: 1s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="6"] {
    transition-delay: unset;
  }
}

@media screen and (max-width: 640px) {
  [data-js-scroll-section] {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}

[data-js-accordion] {
  cursor: pointer;
  position: relative;
}
[data-js-accordion]:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="11" viewBox="0 0 19 11" fill="none"><path d="M-1.4007e-07 1.40989L1.39665 -1.74885e-06L9.5 8.18021L17.6034 -1.38754e-07L19 1.40989L9.5 11L-1.4007e-07 1.40989Z" fill="%235081E8"/></svg>') no-repeat 50% 50%/contain;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: 1.6837481698vw;
  right: 0;
  position: absolute;
  margin-top: -0.439238653vw;
  left: unset;
  top: 50%;
  transition: transform 0.5s ease;
  transform-origin: 50% 50%;
  width: 1.3909224012vw;
}
@media screen and (min-width: 641px) {
  [data-js-accordion]:after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  [data-js-accordion]:after {
    background-size: 5.0666666667vw 2.9333333333vw;
    height: 18.6666666667vw;
    right: -6.4vw;
    top: -2.6666666667vw;
    width: 18.6666666667vw;
  }
}
[data-js-accordion] + div {
  display: none;
}
@media screen and (max-width: 640px) {
  [data-js-accordion].is-open {
    width: 100%;
  }
}
[data-js-accordion].is-open:after {
  transform: rotate(180deg) !important;
}/*# sourceMappingURL=common.css.map */