@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --ease-in-out-quart: cubic-bezier(0.76,0,0.24,1);
  --ease-out-expo: cubic-bezier(0.16,1,0.3,1);
  --ease-in-out-circ: cubic-bezier(0.85,0,0.15,1);
  --ease-out-cubic: cubic-bezier(0.33,1,0.68,1);
  --ease-in-out-quint: cubic-bezier(0.83,0,0.17,1);
}

html, body {
  color: #1C1C1C;
  font-size: 1.1713030747vw;
  min-height: 100vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin: 0 !important;
  }
}

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

a {
  color: #1C1C1C;
  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: 2;
}
@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;
  }
}

.c-inner-l {
  margin: 0 auto;
  padding: 0 1.756954612vw 0 5.8565153734vw;
}

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

.c-inner-s {
  margin: 0 auto;
  width: 65.8857979502vw;
}
@media screen and (max-width: 640px) {
  .c-inner-s {
    width: 88vw;
  }
}

.c-btn-1, .c-btn-2 {
  background: #133A85;
  border-radius: 0.5124450952vw;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4641288433vw;
  font-weight: 500;
  height: 5.8565153734vw;
  line-height: 5.8565153734vw;
  text-align: center;
  width: 22.2547584187vw;
}
@media screen and (max-width: 640px) {
  .c-btn-1, .c-btn-2 {
    border-radius: 1.8666666667vw;
    font-size: 4.2666666667vw;
    height: 16vw;
    line-height: 16vw;
    width: 87.2vw;
  }
}

.c-btn-2 {
  background: #6E6E6E;
}

.c-hamburger-overlay {
  background: #1C1C1C;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: -100vh;
  transition: opacity 0.2s ease;
  width: 100vw;
  z-index: 2;
}
.c-hamburger-overlay.is-open {
  opacity: 1;
  top: 0;
}
.c-hamburger-btn {
  display: block;
  height: 16vw;
  position: absolute;
  right: 0;
  width: 16vw;
  top: 0;
  z-index: 9999;
}
.c-hamburger-btn span {
  background-color: #F15D01;
  bottom: 0;
  display: block;
  height: min(0.5333333333vw, 2px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.3333333333vw;
}
.c-hamburger-btn span:before, .c-hamburger-btn span:after {
  background-color: #F15D01;
  border-radius: 9999px;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 5.3333333333vw;
  height: min(0.5333333333vw, 2px);
  transition: all 0.2s ease;
}
.c-hamburger-btn span:before {
  top: -1.8666666667vw;
  width: 100%;
}
.c-hamburger-btn span::after {
  bottom: -1.8666666667vw;
  right: unset;
  width: 100%;
}
.c-hamburger-btn.is-open span {
  background-color: transparent;
}
.c-hamburger-btn.is-open span:before, .c-hamburger-btn.is-open span:after {
  bottom: 0;
  margin: auto;
  top: 0;
}
.c-hamburger-btn.is-open span::before {
  transform: rotate(45deg);
}
.c-hamburger-btn.is-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .c-hamburger-menu {
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 16vw;
    width: 100vw;
    z-index: 8888;
    transition: all 0.4s ease;
  }
  .c-hamburger-menu > ul {
    padding: 0 6.4vw 29.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .c-hamburger-menu.is-open {
    background-color: #fff;
    height: 89.6vw;
    opacity: 1;
    overflow-y: scroll;
    width: 100%;
  }
}

.c-ttl-1 {
  color: #133A85;
  border-bottom: 0.1464128843vw solid #133A85;
  font-size: 2.196193265vw;
  font-weight: 700;
  letter-spacing: 0.0878477306vw;
  padding: 0 0.878477306vw 0.5856515373vw;
  position: relative;
  margin: 0 auto;
  text-align: center;
  min-width: 20.6442166911vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .c-ttl-1 {
    border-width: 0.5333333333vw;
    font-size: 5.3333333333vw;
    padding: 0 2.6666666667vw 1.3333333333vw;
  }
}
.c-ttl-1:after {
  border-left: calc(2.4158125915vw / 2) solid transparent;
  border-right: calc(2.4158125915vw / 2) solid transparent;
  border-top: calc(1.3909224012vw) solid #133A85;
  bottom: -1.3909224012vw;
  content: " ";
  display: inline-block;
  left: 50%;
  margin-left: -1.1713030747vw;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .c-ttl-1:after {
    border-left: calc(5.6vw / 2) solid transparent;
    border-right: calc(5.6vw / 2) solid transparent;
    border-top: calc(3.2vw) solid #133A85;
    bottom: -3.2vw;
    margin-left: -2.6666666667vw;
  }
}

.c-ttl-2 {
  color: #133A85;
  font-size: 3.3674963397vw;
  font-weight: 900;
  line-height: 1.4347826087;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c-ttl-2 {
    font-size: 8vw;
    line-height: 1.4666666667;
  }
}

.c-marker, .c-marker-2, .c-marker-1 {
  line-height: 1.4;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-marker-1 {
  background: linear-gradient(transparent 70%, #FEDD42 30%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3660322108vw;
}
.c-marker-2 {
  background: linear-gradient(transparent 60%, #FEDD42 40%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-box-1 {
  background: #DDE8FD;
  border-radius: 0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .c-box-1 {
    border-radius: 2.6666666667vw;
  }
}

.c-bg-1, .c-bg-3, .c-bg-2 {
  background-color: #DDE8FD;
  background-image: url(../img/bg_top_1.png), url(../img/bg_bottom_1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 0, 50% 100%;
  background-size: 100vw auto, 100vw auto;
}
@media screen and (max-width: 640px) {
  .c-bg-1, .c-bg-3, .c-bg-2 {
    background-image: url(../img/bg_top_1_sp.png), url(../img/bg_bottom_1_sp.png);
  }
}

.c-bg-2 {
  background-image: url(../img/bg_top_2.png), url(../img/bg_bottom_2.png);
}
@media screen and (max-width: 640px) {
  .c-bg-2 {
    background-image: url(../img/bg_top_2_sp.png), url(../img/bg_bottom_2_sp.png);
  }
}

.c-bg-3 {
  background-image: url(../img/bg_top_3.png), url(../img/bg_bottom_3.png);
  background-position: 50% 0, 50% max(800px, 100%);
}
@media screen and (max-width: 640px) {
  .c-bg-3 {
    background-image: url(../img/bg_top_3_sp.png), url(../img/bg_bottom_3_sp.png);
    background-position: 50% 0, 50% 100%;
  }
}

.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: #1C1C1C !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-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 #1C1C1C;
}
.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-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-1 {
  flex: 1;
}
.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-blk {
  color: #1C1C1C;
}
.u-font-lgry {
  color: #F3F2F3;
}
.u-font-red {
  color: #E23223;
}
.u-font-wht {
  color: #fff !important;
}
.u-font-grn {
  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;
}

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

@media screen and (max-width: 640px) {
  .l-contents {
    margin-top: 16vw;
  }
}

.l-header {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 5.8565153734vw;
  justify-content: space-between;
  padding-left: 2.196193265vw;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .l-header {
    height: 16vw;
    padding-left: 4vw;
  }
}
.l-header-logo {
  font-size: 0;
  position: relative;
  width: 14.055636896vw;
}
@media screen and (max-width: 640px) {
  .l-header-logo {
    display: block;
    top: unset;
    width: 32vw;
  }
}
.l-header-navi {
  align-items: center;
  display: flex;
  gap: 2.9282576867vw;
  padding-right: 33.9677891654vw;
  padding-top: 0.5856515373vw;
}
@media screen and (max-width: 640px) {
  .l-header-navi {
    align-items: start;
    flex-direction: column;
    gap: 8vw;
    padding: 11.2vw 13.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-header-navi li {
    width: 100%;
  }
}
.l-header-navi li a {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .l-header-navi li a {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14.495" height="9.825" viewBox="0 0 14.495 9.825"><path d="M7.288,13.5a1,1,0,0,1-.65-.241L-1.537,6.248,6.638-.759A1,1,0,0,1,7.939.76l-6.4,5.488,6.4,5.488A1,1,0,0,1,7.288,13.5Z" transform="translate(1 8.289) rotate(-90)" fill="%23fff"/></svg>') no-repeat top 50% right 0/3.7333333333vw auto;
    color: #fff;
    display: block;
    font-size: 5.3333333333vw;
    font-weight: 700;
    width: 100%;
  }
}
.l-header-secondary {
  align-items: center;
  display: flex;
  height: 5.8565153734vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .l-header-secondary {
    bottom: 0;
    height: 13.3333333333vw;
    left: 0;
    top: unset;
  }
}
.l-header-tel {
  padding-right: 1.0980966325vw;
  padding-top: 0.3660322108vw;
}
@media screen and (max-width: 640px) {
  .l-header-tel {
    background-color: #FEDD42;
    height: 100%;
    padding: 2.1333333333vw 0 0 6.4vw;
    width: 50%;
  }
}
.l-header-tel dt {
  align-items: end;
  display: flex;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.7086383602vw;
  font-weight: 700;
  gap: 0.2928257687vw;
  line-height: 2.9282576867vw;
}
@media screen and (max-width: 640px) {
  .l-header-tel dt {
    font-size: 5.8666666667vw;
  }
}
.l-header-tel dt:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23.064" height="23.064" viewBox="0 0 23.064 23.064"><path id="Icon_fa-solid-phone-flip" data-name="Icon fa-solid-phone-flip" d="M15.635,1.108A1.8,1.8,0,0,1,17.77.062l3.964,1.081a1.807,1.807,0,0,1,1.329,1.739,20.182,20.182,0,0,1-20.18,20.18,1.807,1.807,0,0,1-1.739-1.329L.062,17.77a1.8,1.8,0,0,1,1.045-2.135l4.324-1.8a1.8,1.8,0,0,1,2.086.523l1.82,2.221a15.224,15.224,0,0,0,7.239-7.239L14.355,7.522a1.8,1.8,0,0,1-.523-2.086l1.8-4.324Z" transform="translate(0.002 0.002)" fill="%23133A85"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: inline-block;
  height: 1.6837481698vw;
  position: relative;
  top: -0.2928257687vw;
  width: 1.6837481698vw;
}
@media screen and (max-width: 640px) {
  .l-header-tel dt:before {
    height: 4.5333333333vw;
    margin-right: 0.8vw;
    top: 0.8vw;
    width: 4.5333333333vw;
  }
}
.l-header-tel dt i {
  display: inline-block;
  padding-right: 0.2196193265vw;
  position: relative;
  top: -0.1464128843vw;
}
.l-header-tel dd {
  font-size: 1.0248901903vw;
  font-weight: 500;
  padding-left: 0.2196193265vw;
  margin-top: -0.1464128843vw;
}
@media screen and (max-width: 640px) {
  .l-header-tel dd {
    font-size: 2.6666666667vw;
    margin-top: 0;
    padding-top: 1.3333333333vw;
  }
}
.l-header-contact {
  align-items: center;
  background: #133A85;
  color: #fff;
  display: flex;
  font-weight: 700;
  gap: 0.3660322108vw;
  height: 100%;
  justify-content: center;
  width: 12.8111273792vw;
}
@media screen and (max-width: 640px) {
  .l-header-contact {
    width: 50%;
  }
}
.l-header-contact:before {
  aspect-ratio: 1/0.8;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.11" height="15.015" viewBox="0 0 19.11 15.015"><path d="M19.54,5.625H4.07a1.825,1.825,0,0,0-1.82,1.82V18.82a1.825,1.825,0,0,0,1.82,1.82H19.54a1.825,1.825,0,0,0,1.82-1.82V7.445A1.825,1.825,0,0,0,19.54,5.625Zm-.227,3.867-7.507,5-7.507-5V7.672l7.507,5,7.507-5Z" transform="translate(-2.25 -5.625)" fill="%23fff"/></svg>') no-repeat 0 0/1.3909224012vw auto;
  content: " ";
  display: inline-block;
  height: auto;
  position: relative;
  top: 0.1464128843vw;
  width: 1.3909224012vw;
}
@media screen and (max-width: 640px) {
  .l-header-contact:before {
    background-size: 5.0666666667vw auto;
    margin-right: 1.3333333333vw;
    top: 0.5333333333vw;
    width: 5.0666666667vw;
  }
}

@keyframes bar-1 {
  0% {
    transform: translateY(0.5rem) rotate(25deg);
  }
  50% {
    transform: translateY(0.5rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes bar-1-active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.5rem) rotate(0);
  }
  100% {
    transform: translateY(0.5rem) rotate(25deg);
  }
}
@keyframes bar-2 {
  0% {
    transform: translateY(-0.5rem) rotate(-25deg);
  }
  50% {
    transform: translateY(-0.5rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes bar-2-active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-0.5rem) rotate(0);
  }
  100% {
    transform: translateY(-0.5rem) rotate(-25deg);
  }
}
@keyframes sp-bar-1 {
  0% {
    transform: translateY(0.1875rem) rotate(25deg);
  }
  50% {
    transform: translateY(0.1875rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes sp-bar-1-active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.1875rem) rotate(0);
  }
  100% {
    transform: translateY(0.1875rem) rotate(25deg);
  }
}
@keyframes sp-bar-2 {
  0% {
    transform: translateY(-0.3125rem) rotate(-25deg);
  }
  50% {
    transform: translateY(-0.3125rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes sp-bar-2-active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-0.3125rem) rotate(0);
  }
  100% {
    transform: translateY(-0.3125rem) rotate(-25deg);
  }
}
.l-gnavi-btn {
  display: block;
  height: 16vw;
  position: absolute;
  right: 0;
  width: 16vw;
  top: 0;
  z-index: 9999;
}
.l-gnavi-btn span {
  background-color: #1C1C1C;
  bottom: 0;
  display: block;
  height: min(0.5333333333vw, 2px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.3333333333vw;
}
.l-gnavi-btn span:before, .l-gnavi-btn span:after {
  background-color: #1C1C1C;
  border-radius: 9999px;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 5.3333333333vw;
  height: min(0.5333333333vw, 2px);
  transition: all 0.2s ease;
}
.l-gnavi-btn span:before {
  top: -1.8666666667vw;
  width: 6.6666666667vw;
}
.l-gnavi-btn span::after {
  bottom: -1.8666666667vw;
  right: unset;
  width: 3.4666666667vw;
}
.l-gnavi-btn.is-open span {
  background-color: transparent;
}
.l-gnavi-btn.is-open span:before, .l-gnavi-btn.is-open span:after {
  bottom: 0;
  margin: auto;
  top: 0;
}
.l-gnavi-btn.is-open span::before {
  transform: rotate(45deg);
}
.l-gnavi-btn.is-open span::after {
  top: 0;
  transform: rotate(-45deg);
  width: 6.6666666667vw;
}
.l-gnavi-content {
  overflow: hidden;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 640px) {
  .l-gnavi-content {
    background-color: #1A1A1A;
    opacity: 0;
    height: calc(100vh - 3.75rem);
    right: 0;
    position: fixed;
    transform: translateY(-100vh);
    top: 3.75rem;
    width: 100vw;
  }
}
.l-gnavi-content.is-open {
  right: 0;
  opacity: 1;
  overflow-y: scroll;
  transform: translateY(0);
}

.l-path {
  display: flex;
  padding-top: 1.8301610542vw;
}
@media screen and (max-width: 640px) {
  .l-path {
    padding-top: 5.3333333333vw;
  }
}
.l-path li {
  font-size: 1.1713030747vw;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .l-path li {
    font-size: 3.2vw;
  }
}
.l-path li:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5.432" height="9.5" viewBox="0 0 5.432 9.5"><path d="M15.041,10.945,11.446,7.352a.676.676,0,0,1,0-.959.685.685,0,0,1,.962,0l4.073,4.07a.678.678,0,0,1,.02.936l-4.09,4.1a.679.679,0,1,1-.962-.959Z" transform="translate(-11.246 -6.196)" fill="%231c1c1c"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: inline-block;
  height: 0.7320644217vw;
  margin-left: 0.7320644217vw;
  margin-right: 0.7320644217vw;
  width: 0.439238653vw;
}
@media screen and (max-width: 640px) {
  .l-path li:before {
    height: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
    width: 1.6vw;
  }
}
.l-path li a {
  color: #BFBFBF;
}
.l-path li:first-child:before {
  display: none;
}

.l-footer {
  padding-top: 5.8565153734vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-footer {
    padding-bottom: 15.4666666667vw;
    padding-top: 15.2vw;
  }
}
.l-footer-logo {
  position: relative;
  top: -0.3660322108vw;
  width: 14.055636896vw;
}
@media screen and (max-width: 640px) {
  .l-footer-logo {
    margin: 0 auto;
    width: 51.2vw;
  }
}
.l-footer-navi {
  display: flex;
  font-weight: 700;
  gap: 2.9282576867vw;
}
@media screen and (max-width: 640px) {
  .l-footer-navi {
    column-gap: 10.6666666667vw;
    row-gap: 2.6666666667vw;
    padding-top: 8.8vw;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 68.2666666667vw;
  }
}
.l-footer-profile {
  padding-top: 1.2445095168vw;
}
@media screen and (max-width: 640px) {
  .l-footer-profile {
    padding-top: 9.3333333333vw;
  }
}
.l-footer-profile p {
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  .l-footer-profile p {
    font-size: 3.7333333333vw;
  }
}
.l-footer-profile p + p {
  padding-top: 1.6105417277vw;
}
@media screen and (max-width: 640px) {
  .l-footer-profile p + p {
    padding-top: 3.2vw;
  }
}

.l-pagetop {
  bottom: 0.9516837482vw;
  display: block;
  position: absolute;
  right: 1.0980966325vw;
  width: 4.0263543192vw;
}
@media screen and (max-width: 640px) {
  .l-pagetop {
    bottom: 16vw;
    right: 3.7333333333vw;
    width: 9.6vw;
  }
}

[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="23" height="23" viewBox="0 0 23 23"><path d="M12688.8,8903.128v-9.5h-9.5v-4h9.5v-9.5h4v9.5h9.5v4h-9.5v9.5Z" transform="translate(-12679.304 -8880.128)" fill="%231a1a1a"/></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: rotate(90deg) !important;
  transform-origin: 50% 50%;
  width: 1.6837481698vw;
}
@media screen and (max-width: 640px) {
  [data-js-accordion]:after {
    height: 4vw;
    right: 1.0666666667vw;
    margin-top: -4vw;
    width: 4vw;
  }
}
[data-js-accordion] + div {
  display: none;
}

@media screen and (max-width: 640px) {
  [data-js-accordion=open] {
    width: 100%;
  }
}
[data-js-accordion=open]:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="4" viewBox="0 0 23 4"><path id="線_4" data-name="線 4" d="M23,2H0V-2H23Z" transform="translate(0 2)" fill="%231a1a1a"/></svg>') no-repeat 50% 50%/contain;
  transform: rotate(0) !important;
}

*[data-js-carousel] {
  position: relative;
}
*[data-js-carousel] .slick-list {
  overflow: visible;
}
@media screen and (max-width: 640px) {
  *[data-js-carousel] .slick-list {
    overflow: hidden;
  }
}
*[data-js-carousel] .slick-arrow {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18.362" height="33.725" viewBox="0 0 18.362 33.725"><path id="arrow" d="M0,32.225a1.5,1.5,0,0,1-1.061-.439,1.5,1.5,0,0,1,0-2.121l14.3-14.3-14.3-14.3a1.5,1.5,0,0,1,0-2.121,1.5,1.5,0,0,1,2.121,0L16.423,14.3a1.5,1.5,0,0,1,0,2.121L1.061,31.786A1.5,1.5,0,0,1,0,32.225Z" transform="translate(1.5 1.5)" fill="%23133a85"/></svg>') no-repeat top left/contain;
  height: 2.4890190337vw;
  position: absolute;
  margin-top: -1.0980966325vw;
  top: 50%;
  width: 1.317715959vw;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  *[data-js-carousel] .slick-arrow {
    height: 8.8vw;
    position: absolute;
    margin: unset;
    top: 50%;
    width: 4.8vw;
    z-index: 2;
  }
}
*[data-js-carousel] .slick-prev {
  left: -4.9780380673vw;
  transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
  *[data-js-carousel] .slick-prev {
    left: 4.2666666667vw;
  }
}
*[data-js-carousel] .slick-next {
  right: -4.9780380673vw;
}
@media screen and (max-width: 640px) {
  *[data-js-carousel] .slick-next {
    right: 4.2666666667vw;
  }
}
*[data-js-carousel] .slick-dots {
  display: flex;
  gap: 2.3426061493vw;
  justify-content: center;
  margin-left: -0.5124450952vw;
  padding-top: 4.5387994143vw;
}
@media screen and (max-width: 640px) {
  *[data-js-carousel] .slick-dots {
    gap: 5.3333333333vw;
    padding-top: 11.2vw;
  }
}
*[data-js-carousel] .slick-dots li {
  font-size: 0;
  line-height: 0;
}
*[data-js-carousel] .slick-dots li button {
  background-color: #133A85;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.3;
  text-indent: -9999px;
  height: 0.878477306vw;
  width: 0.878477306vw;
}
@media screen and (max-width: 640px) {
  *[data-js-carousel] .slick-dots li button {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
}
*[data-js-carousel] .slick-dots li.slick-active button {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */