@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("lib/ress.min.css");
:root {
  --R: .6rem;
}

html {
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  color: #1A1A1A;
  font-size: max(10px, 1.6rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.08rem;
  line-height: 1.5;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

* {
  position: relative;
  z-index: 1;
}

a {
  color: #14178C;
  transition: color 0.2s ease, background-color 0.2s ease;
}
a:hover {
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

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: auto;
  width: 100%;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
}

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

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

/* override */
/* components */
.c-inner {
  margin: 0 auto;
  width: 81.9912152269vw;
}
@media screen and (max-width: 1024px) {
  .c-inner {
    width: 90.9224011713vw;
  }
}
@media screen and (max-width: 640px) {
  .c-inner {
    width: 34.2rem;
  }
}

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

.c-btn-1, .c-btn-3, .c-btn-5, .c-btn-2 {
  align-items: center;
  background-color: #14178C;
  border: 2px solid #14178C;
  border-radius: var(--R);
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 0.6rem;
  height: 5.2rem;
  justify-content: center;
  letter-spacing: 0.07rem;
  line-height: 1.4285714286;
  min-width: 22rem;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .c-btn-1, .c-btn-3, .c-btn-5, .c-btn-2 {
    height: 5rem;
    line-height: 1.2142857143;
    min-width: 18rem;
  }
}
.c-btn-1 [class*=c-icon], .c-btn-3 [class*=c-icon], .c-btn-5 [class*=c-icon], .c-btn-2 [class*=c-icon] {
  background-color: #fff;
}
.c-btn-1:hover, .c-btn-3:hover, .c-btn-5:hover, .c-btn-2:hover {
  background: #fff !important;
  color: #14178C;
  opacity: 1;
}
.c-btn-1:hover [class*=c-icon], .c-btn-3:hover [class*=c-icon], .c-btn-5:hover [class*=c-icon], .c-btn-2:hover [class*=c-icon] {
  background-color: #14178C;
}
.c-btn-1.is-orange, .is-orange.c-btn-3, .is-orange.c-btn-5, .is-orange.c-btn-2 {
  background-color: #FF6A18;
  border-color: #FF6A18;
}
.c-btn-1.is-orange:hover, .is-orange.c-btn-3:hover, .is-orange.c-btn-5:hover, .is-orange.c-btn-2:hover {
  color: #FF6A18;
}
.c-btn-1.is-orange:hover [class*=c-icon], .is-orange.c-btn-3:hover [class*=c-icon], .is-orange.c-btn-5:hover [class*=c-icon], .is-orange.c-btn-2:hover [class*=c-icon] {
  background-color: #FF6A18;
}

.c-btn-2 {
  font-size: 1.6rem;
  gap: 1.2rem;
  height: 6.4rem;
  line-height: 1.25;
  min-width: 28rem;
}
.c-btn-2 .c-icon-beginner {
  position: relative;
  top: 0.1rem;
  width: 1.7244rem;
}

.c-btn-3, .c-btn-5 {
  font-size: 2.4rem;
  gap: 2rem;
  height: 9rem;
  width: 50rem;
}
@media screen and (max-width: 640px) {
  .c-btn-3, .c-btn-5 {
    font-size: 1.6rem;
    gap: 0.9rem;
    height: 6rem;
    width: 100%;
  }
}
.c-btn-3 .c-icon-beginner, .c-btn-5 .c-icon-beginner {
  width: 2.856rem;
}
@media screen and (max-width: 640px) {
  .c-btn-3 .c-icon-beginner, .c-btn-5 .c-icon-beginner {
    width: 1.9rem;
  }
}
.c-btn-3:hover, .c-btn-5:hover {
  background: #fff !important;
  color: #1A1A1A;
}
.c-btn-3:hover [class^=c-icon], .c-btn-5:hover [class^=c-icon] {
  background: #1A1A1A;
}
.c-btn-3.is-orange, .is-orange.c-btn-5 {
  border: none;
}
.c-btn-3.is-orange:hover, .is-orange.c-btn-5:hover {
  color: #FF6A18;
}
.c-btn-3.is-orange:hover [class^=c-icon], .is-orange.c-btn-5:hover [class^=c-icon] {
  background: #FF6A18;
}

.c-btn-4 {
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: var(--R);
  color: #1A1A1A;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 7.8rem;
  line-height: 1.4;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 40.3rem;
}
@media screen and (max-width: 640px) {
  .c-btn-4 {
    font-size: 1.6rem;
    height: 5.4318rem;
    line-height: 1.375;
    width: 34.1rem;
  }
}
.c-btn-4 [class^=c-icon] {
  position: absolute;
  right: 2.6rem;
}
@media screen and (max-width: 640px) {
  .c-btn-4 [class^=c-icon] {
    right: 1.5rem;
  }
}
.c-btn-4:hover {
  background: #14178C;
  color: #fff;
  opacity: 1;
}

.c-btn-5 {
  background: transparent;
  border: 1px solid #fff;
  flex-direction: column;
  line-height: 1;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  .c-btn-5 {
    gap: 0.5rem;
    width: 100%;
  }
}
.c-btn-5 span {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .c-btn-5 span {
    font-size: 1.4rem;
  }
}
.c-btn-5 strong {
  align-items: center;
  display: flex;
  font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3rem;
  justify-content: center;
  gap: 1.1rem;
}
@media screen and (max-width: 640px) {
  .c-btn-5 strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .c-btn-5 .c-icon-tel,
  .c-btn-5 .c-icon-mail {
    width: 2.3rem;
  }
}

.c-ttl-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-ttl-1:after {
  background: #FF6A18;
  content: " ";
  display: inline-block;
  height: 2px;
  width: 3.6rem;
}
.c-ttl-1 > span {
  color: #14178C;
  font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5.6rem;
  letter-spacing: 0.28rem;
  line-height: 1;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 640px) {
  .c-ttl-1 > span {
    font-size: 3.6rem;
    letter-spacing: 0.18rem;
    margin-bottom: 1rem;
  }
}
.c-ttl-1 > strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  .c-ttl-1 > strong {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.c-notice li {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  padding-left: 1em;
  text-indent: -1.2em;
}
@media screen and (max-width: 640px) {
  .c-notice li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.c-icon, .c-icon-ppt, .c-icon-pdf {
  background-size: contain;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: auto;
}

.c-icon-pdf {
  aspect-ratio: 1/1.2083333333;
  background-image: url(/images/lp/video/icon_pdf.svg);
  width: 2.4rem;
}

.c-icon-ppt {
  aspect-ratio: 1/1.0357142857;
  background-image: url(/images/lp/video/icon_ppt.svg);
  width: 2.8rem;
}

.c-mask-icon, .c-icon-mail, .c-icon-tel, .c-icon-beginner {
  background-color: #1A1A1A;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-icon-beginner {
  aspect-ratio: 1/1.2675753228;
  content: " ";
  display: inline-block;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.392156 0.0908741C0.633825 -0.040329 0.927916 -0.028757 1.15853 0.121029L6.97 3.89568L12.7815 0.121029C13.0121 -0.028757 13.3062 -0.040329 13.5478 0.0908741C13.7895 0.222077 13.94 0.475014 13.94 0.750001V12.88C13.94 13.1339 13.8115 13.3706 13.5985 13.509L7.37853 17.549C7.13008 17.7103 6.80992 17.7103 6.56147 17.549L0.341472 13.509C0.128505 13.3706 0 13.1339 0 12.88V0.750001C0 0.475014 0.150488 0.222077 0.392156 0.0908741ZM6.22 5.19718L1.5 2.13146V12.4728L6.22 15.5385V5.19718ZM7.72 15.5385L12.44 12.4728V2.13146L7.72 5.19718V15.5385Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.392156 0.0908741C0.633825 -0.040329 0.927916 -0.028757 1.15853 0.121029L6.97 3.89568L12.7815 0.121029C13.0121 -0.028757 13.3062 -0.040329 13.5478 0.0908741C13.7895 0.222077 13.94 0.475014 13.94 0.750001V12.88C13.94 13.1339 13.8115 13.3706 13.5985 13.509L7.37853 17.549C7.13008 17.7103 6.80992 17.7103 6.56147 17.549L0.341472 13.509C0.128505 13.3706 0 13.1339 0 12.88V0.750001C0 0.475014 0.150488 0.222077 0.392156 0.0908741ZM6.22 5.19718L1.5 2.13146V12.4728L6.22 15.5385V5.19718ZM7.72 15.5385L12.44 12.4728V2.13146L7.72 5.19718V15.5385Z" fill="%23000"/></svg>');
  width: 1.394rem;
}

.c-icon-tel {
  aspect-ratio: 1/1;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path d="M22.9987 17.1478V21.666C22.9989 21.9895 22.8763 22.301 22.6558 22.5377C22.4352 22.7744 22.1331 22.9186 21.8105 22.9412C21.2525 22.9804 20.7968 23 20.4433 23C9.15221 23 0 13.8473 0 2.55556C0 2.20289 0.0195915 1.74715 0.0587745 1.18833C0.0814185 0.865623 0.225619 0.563514 0.462279 0.342967C0.698939 0.12242 1.01044 -0.00014622 1.33393 3.27852e-07H5.8519C6.01038 -0.00016015 6.16327 0.0585977 6.28086 0.164859C6.39845 0.271121 6.47235 0.4173 6.4882 0.575C6.51716 0.868037 6.54441 1.10315 6.56997 1.28033C6.82387 3.05252 7.34424 4.77613 8.11344 6.39272C8.23482 6.64828 8.1556 6.95367 7.92562 7.11722L5.16832 9.08756C6.85453 13.0158 9.98493 16.1464 13.9129 17.8327L15.8806 15.0803C15.9607 14.9675 16.0781 14.8865 16.212 14.8517C16.3459 14.8169 16.4878 14.8304 16.6127 14.8899C18.2291 15.6577 19.9521 16.1768 21.7236 16.4297C21.9007 16.4552 22.135 16.4825 22.4263 16.5114C22.5838 16.5276 22.7296 16.6016 22.8356 16.7192C22.9416 16.8368 22.9989 16.9895 22.9987 17.1478Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path d="M22.9987 17.1478V21.666C22.9989 21.9895 22.8763 22.301 22.6558 22.5377C22.4352 22.7744 22.1331 22.9186 21.8105 22.9412C21.2525 22.9804 20.7968 23 20.4433 23C9.15221 23 0 13.8473 0 2.55556C0 2.20289 0.0195915 1.74715 0.0587745 1.18833C0.0814185 0.865623 0.225619 0.563514 0.462279 0.342967C0.698939 0.12242 1.01044 -0.00014622 1.33393 3.27852e-07H5.8519C6.01038 -0.00016015 6.16327 0.0585977 6.28086 0.164859C6.39845 0.271121 6.47235 0.4173 6.4882 0.575C6.51716 0.868037 6.54441 1.10315 6.56997 1.28033C6.82387 3.05252 7.34424 4.77613 8.11344 6.39272C8.23482 6.64828 8.1556 6.95367 7.92562 7.11722L5.16832 9.08756C6.85453 13.0158 9.98493 16.1464 13.9129 17.8327L15.8806 15.0803C15.9607 14.9675 16.0781 14.8865 16.212 14.8517C16.3459 14.8169 16.4878 14.8304 16.6127 14.8899C18.2291 15.6577 19.9521 16.1768 21.7236 16.4297C21.9007 16.4552 22.135 16.4825 22.4263 16.5114C22.5838 16.5276 22.7296 16.6016 22.8356 16.7192C22.9416 16.8368 22.9989 16.9895 22.9987 17.1478Z" fill="%23000"/></svg>');
  width: 2.3rem;
}

.c-icon-mail {
  aspect-ratio: 1/1;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23" fill="none"><path d="M0.5 23V0H23.5V23H0.5ZM12 12.9375L2.8 5.75V20.125H21.2V5.75L12 12.9375ZM12 10.0625L21.2 2.875H2.8L12 10.0625ZM2.8 5.75V2.875V20.125V5.75Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23" fill="none"><path d="M0.5 23V0H23.5V23H0.5ZM12 12.9375L2.8 5.75V20.125H21.2V5.75L12 12.9375ZM12 10.0625L21.2 2.875H2.8L12 10.0625ZM2.8 5.75V2.875V20.125V5.75Z" fill="%23000"/></svg>');
  width: 2.3rem;
}

.c-player {
  display: flex;
  justify-content: center;
}
.c-player iframe {
  aspect-ratio: 1/0.5625;
  height: auto;
  width: 100%;
}

.c-box-1 {
  background: #ECEDF8;
  border-radius: var(--R);
}

.c-box-2 {
  background: #fff;
  border-radius: var(--R);
}

.c-bg-1 {
  background: #14178C;
  position: relative;
}
.c-bg-1:before, .c-bg-1:after {
  aspect-ratio: 1/1;
  background: url(/images/lp/video/triangle_white.webp) no-repeat 0 0/contain;
  content: " ";
  display: block;
  position: absolute;
  width: 61.7rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .c-bg-1:before, .c-bg-1:after {
    width: 32rem;
  }
}
@media screen and (max-width: 640px) {
  .c-bg-1:before, .c-bg-1:after {
    width: 24.1rem;
  }
}
.c-bg-1:before {
  left: 0;
  top: 0;
  transform: rotate(90deg);
}
.c-bg-1:after {
  bottom: 0;
  right: 0;
  transform: rotate(270deg);
}

.c-anchor {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media screen and (max-width: 640px) {
  .c-anchor {
    padding-top: 4rem;
    margin-top: -4rem;
  }
}

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

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

.u-static {
  position: static;
}

.u-relative {
  position: relative;
}

.u-fixed {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 640px) {
  .s\:u-gap-0 {
    gap: 0vw !important;
  }
  .s\:u-gap-5 {
    gap: 1.2820512821vw !important;
  }
  .s\:u-gap-10 {
    gap: 2.5641025641vw !important;
  }
  .s\:u-gap-15 {
    gap: 3.8461538462vw !important;
  }
  .s\:u-gap-20 {
    gap: 5.1282051282vw !important;
  }
  .s\:u-gap-25 {
    gap: 6.4102564103vw !important;
  }
  .s\:u-gap-30 {
    gap: 7.6923076923vw !important;
  }
  .s\:u-gap-35 {
    gap: 8.9743589744vw !important;
  }
  .s\:u-gap-40 {
    gap: 10.2564102564vw !important;
  }
  .s\:u-gap-45 {
    gap: 11.5384615385vw !important;
  }
  .s\:u-gap-50 {
    gap: 12.8205128205vw !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-0 {
  letter-spacing: 0 !important;
}
.u-ls-5 {
  letter-spacing: 0.05rem !important;
}
.u-ls-10 {
  letter-spacing: 0.1rem !important;
}
.u-ls-15 {
  letter-spacing: 0.15rem !important;
}
.u-ls-20 {
  letter-spacing: 0.2rem !important;
}
.u-ls-25 {
  letter-spacing: 0.25rem !important;
}

@media screen and (max-width: 640px) {
  .s\:u-ls-0 {
    letter-spacing: 0;
  }
  .s\:u-ls-10 {
    letter-spacing: 0.2564102564vw;
  }
  .s\:u-ls-15 {
    letter-spacing: 0.3846153846vw;
  }
  .s\:u-ls-18 {
    letter-spacing: 0.4615384615vw;
  }
  .s\:u-ls-20 {
    letter-spacing: 0.5128205128vw;
  }
  .s\:u-ls-25 {
    letter-spacing: 0.641025641vw;
  }
}
.u-font-0 {
  font-size: 0;
}
.u-font-14 {
  font-size: 1.0248901903vw;
}
.u-font-16 {
  font-size: 1.1713030747vw;
}
.u-font-20 {
  font-size: 1.4641288433vw;
}
.u-font-21 {
  font-size: 1.5373352855vw;
}
.u-font-22 {
  font-size: 1.6105417277vw;
}
.u-font-24 {
  font-size: 1.756954612vw;
}
.u-font-25 {
  font-size: 1.8301610542vw;
}
.u-font-28 {
  font-size: 2.0497803807vw;
}
.u-font-30 {
  font-size: 2.196193265vw;
}
.u-font-34 {
  font-size: 2.4890190337vw;
}
.u-font-35 {
  font-size: 2.5622254758vw;
}
.u-font-36 {
  font-size: 2.635431918vw;
}
.u-font-40 {
  font-size: 2.9282576867vw;
}
.u-font-47 {
  font-size: 3.4407027818vw;
}
.u-font-50 {
  font-size: 3.6603221083vw;
}
.u-font-69 {
  font-size: 5.0512445095vw;
}
.u-font-192 {
  font-size: 14.055636896vw;
}
.u-font-black {
  color: #1A1A1A;
}
.u-font-light-gray {
  color: #F3F2F3;
}
.u-font-red {
  color: #FF1818;
}
.u-font-blue {
  color: #14178C;
}
.u-font-white {
  color: #fff !important;
}
.u-font-green {
  color: #00C9B8 !important;
}
.u-font-yellow {
  color: #FEDD42 !important;
}
.u-font-normal {
  font-weight: 400 !important;
}
.u-font-medium {
  font-weight: 500 !important;
}
.u-font-semibold {
  font-weight: 600 !important;
}
.u-font-bold {
  font-weight: 700 !important;
}
.u-font-super-bold {
  font-weight: 900 !important;
}
.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 !important;
}
.u-font-family-2 {
  font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}
.u-font-family-3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}

@media screen and (max-width: 640px) {
  .s\:u-font-12 {
    font-size: 3.0769230769vw;
  }
  .s\:u-font-14 {
    font-size: 3.5897435897vw;
  }
  .s\:u-font-16 {
    font-size: 4.1025641026vw;
  }
  .s\:u-font-20 {
    font-size: 5.1282051282vw;
  }
  .s\:u-font-26 {
    font-size: 6.6666666667vw;
  }
  .s\:u-font-30 {
    font-size: 7.6923076923vw;
  }
  .s\:u-font-36 {
    font-size: 9.2307692308vw;
  }
  .s\:u-font-40 {
    font-size: 10.2564102564vw;
  }
  .s\:u-font-42 {
    font-size: 10.7692307692vw;
  }
  .s\:u-font-50 {
    font-size: 12.8205128205vw;
  }
  .s\:u-font-120 {
    font-size: 30.7692307692vw;
  }
}
@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.2820512821vw !important;
  }
  .s\:u-bottom-10 {
    bottom: 2.5641025641vw !important;
  }
  .s\:u-bottom-15 {
    bottom: 3.8461538462vw !important;
  }
  .s\:u-bottom-20 {
    bottom: 5.1282051282vw !important;
  }
  .s\:u-bottom-25 {
    bottom: 6.4102564103vw !important;
  }
  .s\:u-bottom-30 {
    bottom: 7.6923076923vw !important;
  }
  .s\:u-bottom-35 {
    bottom: 8.9743589744vw !important;
  }
  .s\:u-bottom-40 {
    bottom: 10.2564102564vw !important;
  }
  .s\:u-bottom-45 {
    bottom: 11.5384615385vw !important;
  }
  .s\:u-bottom-50 {
    bottom: 12.8205128205vw !important;
  }
  .s\:u-bottom-55 {
    bottom: 14.1025641026vw !important;
  }
  .s\:u-bottom-60 {
    bottom: 15.3846153846vw !important;
  }
  .s\:u-bottom-65 {
    bottom: 16.6666666667vw !important;
  }
  .s\:u-bottom-70 {
    bottom: 17.9487179487vw !important;
  }
  .s\:u-bottom-75 {
    bottom: 19.2307692308vw !important;
  }
  .s\:u-bottom-80 {
    bottom: 20.5128205128vw !important;
  }
  .s\:u-bottom-85 {
    bottom: 21.7948717949vw !important;
  }
  .s\:u-bottom-90 {
    bottom: 23.0769230769vw !important;
  }
  .s\:u-bottom-95 {
    bottom: 24.358974359vw !important;
  }
  .s\:u-bottom-100 {
    bottom: 25.641025641vw !important;
  }
  .s\:u-top-0 {
    top: 0vw !important;
  }
  .s\:u-top-5 {
    top: 1.2820512821vw !important;
  }
  .s\:u-top-10 {
    top: 2.5641025641vw !important;
  }
  .s\:u-top-15 {
    top: 3.8461538462vw !important;
  }
  .s\:u-top-20 {
    top: 5.1282051282vw !important;
  }
  .s\:u-top-25 {
    top: 6.4102564103vw !important;
  }
  .s\:u-top-30 {
    top: 7.6923076923vw !important;
  }
  .s\:u-top-35 {
    top: 8.9743589744vw !important;
  }
  .s\:u-top-40 {
    top: 10.2564102564vw !important;
  }
  .s\:u-top-45 {
    top: 11.5384615385vw !important;
  }
  .s\:u-top-50 {
    top: 12.8205128205vw !important;
  }
  .s\:u-top-55 {
    top: 14.1025641026vw !important;
  }
  .s\:u-top-60 {
    top: 15.3846153846vw !important;
  }
  .s\:u-top-65 {
    top: 16.6666666667vw !important;
  }
  .s\:u-top-70 {
    top: 17.9487179487vw !important;
  }
  .s\:u-top-75 {
    top: 19.2307692308vw !important;
  }
  .s\:u-top-80 {
    top: 20.5128205128vw !important;
  }
  .s\:u-top-85 {
    top: 21.7948717949vw !important;
  }
  .s\:u-top-90 {
    top: 23.0769230769vw !important;
  }
  .s\:u-top-95 {
    top: 24.358974359vw !important;
  }
  .s\:u-top-100 {
    top: 25.641025641vw !important;
  }
  .s\:u-left-0 {
    left: 0vw !important;
  }
  .s\:u-left-5 {
    left: 1.2820512821vw !important;
  }
  .s\:u-left-10 {
    left: 2.5641025641vw !important;
  }
  .s\:u-left-15 {
    left: 3.8461538462vw !important;
  }
  .s\:u-left-20 {
    left: 5.1282051282vw !important;
  }
  .s\:u-left-25 {
    left: 6.4102564103vw !important;
  }
  .s\:u-left-30 {
    left: 7.6923076923vw !important;
  }
  .s\:u-left-35 {
    left: 8.9743589744vw !important;
  }
  .s\:u-left-40 {
    left: 10.2564102564vw !important;
  }
  .s\:u-left-45 {
    left: 11.5384615385vw !important;
  }
  .s\:u-left-50 {
    left: 12.8205128205vw !important;
  }
  .s\:u-left-55 {
    left: 14.1025641026vw !important;
  }
  .s\:u-left-60 {
    left: 15.3846153846vw !important;
  }
  .s\:u-left-65 {
    left: 16.6666666667vw !important;
  }
  .s\:u-left-70 {
    left: 17.9487179487vw !important;
  }
  .s\:u-left-75 {
    left: 19.2307692308vw !important;
  }
  .s\:u-left-80 {
    left: 20.5128205128vw !important;
  }
  .s\:u-left-85 {
    left: 21.7948717949vw !important;
  }
  .s\:u-left-90 {
    left: 23.0769230769vw !important;
  }
  .s\:u-left-95 {
    left: 24.358974359vw !important;
  }
  .s\:u-left-100 {
    left: 25.641025641vw !important;
  }
  .s\:u-right-0 {
    right: 0vw !important;
  }
  .s\:u-right-5 {
    right: 1.2820512821vw !important;
  }
  .s\:u-right-10 {
    right: 2.5641025641vw !important;
  }
  .s\:u-right-15 {
    right: 3.8461538462vw !important;
  }
  .s\:u-right-20 {
    right: 5.1282051282vw !important;
  }
  .s\:u-right-25 {
    right: 6.4102564103vw !important;
  }
  .s\:u-right-30 {
    right: 7.6923076923vw !important;
  }
  .s\:u-right-35 {
    right: 8.9743589744vw !important;
  }
  .s\:u-right-40 {
    right: 10.2564102564vw !important;
  }
  .s\:u-right-45 {
    right: 11.5384615385vw !important;
  }
  .s\:u-right-50 {
    right: 12.8205128205vw !important;
  }
  .s\:u-right-55 {
    right: 14.1025641026vw !important;
  }
  .s\:u-right-60 {
    right: 15.3846153846vw !important;
  }
  .s\:u-right-65 {
    right: 16.6666666667vw !important;
  }
  .s\:u-right-70 {
    right: 17.9487179487vw !important;
  }
  .s\:u-right-75 {
    right: 19.2307692308vw !important;
  }
  .s\:u-right-80 {
    right: 20.5128205128vw !important;
  }
  .s\:u-right-85 {
    right: 21.7948717949vw !important;
  }
  .s\:u-right-90 {
    right: 23.0769230769vw !important;
  }
  .s\:u-right-95 {
    right: 24.358974359vw !important;
  }
  .s\:u-right-100 {
    right: 25.641025641vw !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-nowrap {
  white-space: nowrap;
}

.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.2820512821vw !important;
  }
  .s\:u-t-10 {
    top: 2.5641025641vw !important;
  }
  .s\:u-t-15 {
    top: 3.8461538462vw !important;
  }
  .s\:u-t-20 {
    top: 5.1282051282vw !important;
  }
  .s\:u-b-0 {
    bottom: 0vw !important;
  }
  .s\:u-b-5 {
    bottom: 1.2820512821vw !important;
  }
  .s\:u-b-10 {
    bottom: 2.5641025641vw !important;
  }
  .s\:u-b-15 {
    bottom: 3.8461538462vw !important;
  }
  .s\:u-b-20 {
    bottom: 5.1282051282vw !important;
  }
  .s\:u-b-25 {
    bottom: 6.4102564103vw !important;
  }
  .s\:u-b-30 {
    bottom: 7.6923076923vw !important;
  }
  .s\:u-b-35 {
    bottom: 8.9743589744vw !important;
  }
  .s\:u-b-40 {
    bottom: 10.2564102564vw !important;
  }
  .s\:u-b-45 {
    bottom: 11.5384615385vw !important;
  }
  .s\:u-b-50 {
    bottom: 12.8205128205vw !important;
  }
  .s\:u-b-55 {
    bottom: 14.1025641026vw !important;
  }
  .s\:u-b-60 {
    bottom: 15.3846153846vw !important;
  }
  .s\:u-b-65 {
    bottom: 16.6666666667vw !important;
  }
  .s\:u-b-70 {
    bottom: 17.9487179487vw !important;
  }
  .s\:u-b-75 {
    bottom: 19.2307692308vw !important;
  }
  .s\:u-b-80 {
    bottom: 20.5128205128vw !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: 43.0769230769vw;
  }
  .s\:u-pb-120vw {
    padding-bottom: 30.7692307692vw;
  }
}
.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.2820512821vw !important;
  }
  .s\:u-p-10 {
    padding: 2.5641025641vw !important;
  }
  .s\:u-p-15 {
    padding: 3.8461538462vw !important;
  }
  .s\:u-p-20 {
    padding: 5.1282051282vw !important;
  }
  .s\:u-pb-0 {
    padding-bottom: 0vw !important;
  }
  .s\:u-pb-5 {
    padding-bottom: 1.2820512821vw !important;
  }
  .s\:u-pb-10 {
    padding-bottom: 2.5641025641vw !important;
  }
  .s\:u-pb-15 {
    padding-bottom: 3.8461538462vw !important;
  }
  .s\:u-pb-20 {
    padding-bottom: 5.1282051282vw !important;
  }
  .s\:u-pb-25 {
    padding-bottom: 6.4102564103vw !important;
  }
  .s\:u-pb-30 {
    padding-bottom: 7.6923076923vw !important;
  }
  .s\:u-pb-35 {
    padding-bottom: 8.9743589744vw !important;
  }
  .s\:u-pb-40 {
    padding-bottom: 10.2564102564vw !important;
  }
  .s\:u-pb-45 {
    padding-bottom: 11.5384615385vw !important;
  }
  .s\:u-pb-50 {
    padding-bottom: 12.8205128205vw !important;
  }
  .s\:u-pb-55 {
    padding-bottom: 14.1025641026vw !important;
  }
  .s\:u-pb-60 {
    padding-bottom: 15.3846153846vw !important;
  }
  .s\:u-pb-65 {
    padding-bottom: 16.6666666667vw !important;
  }
  .s\:u-pb-70 {
    padding-bottom: 17.9487179487vw !important;
  }
  .s\:u-pb-75 {
    padding-bottom: 19.2307692308vw !important;
  }
  .s\:u-pb-80 {
    padding-bottom: 20.5128205128vw !important;
  }
  .s\:u-pb-85 {
    padding-bottom: 21.7948717949vw !important;
  }
  .s\:u-pb-90 {
    padding-bottom: 23.0769230769vw !important;
  }
  .s\:u-pb-95 {
    padding-bottom: 24.358974359vw !important;
  }
  .s\:u-pb-100 {
    padding-bottom: 25.641025641vw !important;
  }
  .s\:u-pb-105 {
    padding-bottom: 26.9230769231vw !important;
  }
  .s\:u-pb-110 {
    padding-bottom: 28.2051282051vw !important;
  }
  .s\:u-pb-115 {
    padding-bottom: 29.4871794872vw !important;
  }
  .s\:u-pb-120 {
    padding-bottom: 30.7692307692vw !important;
  }
  .s\:u-pb-125 {
    padding-bottom: 32.0512820513vw !important;
  }
  .s\:u-pb-130 {
    padding-bottom: 33.3333333333vw !important;
  }
  .s\:u-pb-135 {
    padding-bottom: 34.6153846154vw !important;
  }
  .s\:u-pb-140 {
    padding-bottom: 35.8974358974vw !important;
  }
  .s\:u-pb-145 {
    padding-bottom: 37.1794871795vw !important;
  }
  .s\:u-pb-150 {
    padding-bottom: 38.4615384615vw !important;
  }
  .s\:u-pt-0 {
    padding-top: 0vw !important;
  }
  .s\:u-pt-5 {
    padding-top: 1.2820512821vw !important;
  }
  .s\:u-pt-10 {
    padding-top: 2.5641025641vw !important;
  }
  .s\:u-pt-15 {
    padding-top: 3.8461538462vw !important;
  }
  .s\:u-pt-20 {
    padding-top: 5.1282051282vw !important;
  }
  .s\:u-pt-25 {
    padding-top: 6.4102564103vw !important;
  }
  .s\:u-pt-30 {
    padding-top: 7.6923076923vw !important;
  }
  .s\:u-pt-35 {
    padding-top: 8.9743589744vw !important;
  }
  .s\:u-pt-40 {
    padding-top: 10.2564102564vw !important;
  }
  .s\:u-pt-45 {
    padding-top: 11.5384615385vw !important;
  }
  .s\:u-pt-50 {
    padding-top: 12.8205128205vw !important;
  }
  .s\:u-pt-55 {
    padding-top: 14.1025641026vw !important;
  }
  .s\:u-pt-60 {
    padding-top: 15.3846153846vw !important;
  }
  .s\:u-pt-65 {
    padding-top: 16.6666666667vw !important;
  }
  .s\:u-pt-70 {
    padding-top: 17.9487179487vw !important;
  }
  .s\:u-pt-75 {
    padding-top: 19.2307692308vw !important;
  }
  .s\:u-pt-80 {
    padding-top: 20.5128205128vw !important;
  }
  .s\:u-pt-85 {
    padding-top: 21.7948717949vw !important;
  }
  .s\:u-pt-90 {
    padding-top: 23.0769230769vw !important;
  }
  .s\:u-pt-95 {
    padding-top: 24.358974359vw !important;
  }
  .s\:u-pt-100 {
    padding-top: 25.641025641vw !important;
  }
  .s\:u-pt-105 {
    padding-top: 26.9230769231vw !important;
  }
  .s\:u-pt-110 {
    padding-top: 28.2051282051vw !important;
  }
  .s\:u-pt-115 {
    padding-top: 29.4871794872vw !important;
  }
  .s\:u-pt-120 {
    padding-top: 30.7692307692vw !important;
  }
  .s\:u-pt-125 {
    padding-top: 32.0512820513vw !important;
  }
  .s\:u-pt-130 {
    padding-top: 33.3333333333vw !important;
  }
  .s\:u-pt-135 {
    padding-top: 34.6153846154vw !important;
  }
  .s\:u-pt-140 {
    padding-top: 35.8974358974vw !important;
  }
  .s\:u-pt-145 {
    padding-top: 37.1794871795vw !important;
  }
  .s\:u-pt-150 {
    padding-top: 38.4615384615vw !important;
  }
  .s\:u-pl-0 {
    padding-left: 0vw !important;
  }
  .s\:u-pl-5 {
    padding-left: 1.2820512821vw !important;
  }
  .s\:u-pl-10 {
    padding-left: 2.5641025641vw !important;
  }
  .s\:u-pl-15 {
    padding-left: 3.8461538462vw !important;
  }
  .s\:u-pl-20 {
    padding-left: 5.1282051282vw !important;
  }
  .s\:u-pl-25 {
    padding-left: 6.4102564103vw !important;
  }
  .s\:u-pl-30 {
    padding-left: 7.6923076923vw !important;
  }
  .s\:u-pl-35 {
    padding-left: 8.9743589744vw !important;
  }
  .s\:u-pl-40 {
    padding-left: 10.2564102564vw !important;
  }
  .s\:u-pl-45 {
    padding-left: 11.5384615385vw !important;
  }
  .s\:u-pl-50 {
    padding-left: 12.8205128205vw !important;
  }
  .s\:u-pl-55 {
    padding-left: 14.1025641026vw !important;
  }
  .s\:u-pl-60 {
    padding-left: 15.3846153846vw !important;
  }
  .s\:u-pl-65 {
    padding-left: 16.6666666667vw !important;
  }
  .s\:u-pl-70 {
    padding-left: 17.9487179487vw !important;
  }
  .s\:u-pl-75 {
    padding-left: 19.2307692308vw !important;
  }
  .s\:u-pl-80 {
    padding-left: 20.5128205128vw !important;
  }
  .s\:u-pr-0 {
    padding-right: 0vw !important;
  }
  .s\:u-pr-5 {
    padding-right: 1.2820512821vw !important;
  }
  .s\:u-pr-10 {
    padding-right: 2.5641025641vw !important;
  }
  .s\:u-pr-15 {
    padding-right: 3.8461538462vw !important;
  }
  .s\:u-pr-20 {
    padding-right: 5.1282051282vw !important;
  }
  .s\:u-pr-25 {
    padding-right: 6.4102564103vw !important;
  }
  .s\:u-pr-30 {
    padding-right: 7.6923076923vw !important;
  }
  .s\:u-pr-35 {
    padding-right: 8.9743589744vw !important;
  }
  .s\:u-pr-40 {
    padding-right: 10.2564102564vw !important;
  }
  .s\:u-pr-45 {
    padding-right: 11.5384615385vw !important;
  }
  .s\:u-pr-50 {
    padding-right: 12.8205128205vw !important;
  }
  .s\:u-pr-55 {
    padding-right: 14.1025641026vw !important;
  }
  .s\:u-pr-60 {
    padding-right: 15.3846153846vw !important;
  }
  .s\:u-pr-65 {
    padding-right: 16.6666666667vw !important;
  }
  .s\:u-pr-70 {
    padding-right: 17.9487179487vw !important;
  }
  .s\:u-pr-75 {
    padding-right: 19.2307692308vw !important;
  }
  .s\:u-pr-80 {
    padding-right: 20.5128205128vw !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-100 {
  margin-top: -7.3206442167vw !important;
}

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

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

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

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

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

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

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

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

.u-mt-m-55 {
  margin-top: -4.0263543192vw !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.2820512821vw !important;
  }
  .s\:u-mb-10 {
    margin-bottom: 2.5641025641vw !important;
  }
  .s\:u-mb-15 {
    margin-bottom: 3.8461538462vw !important;
  }
  .s\:u-mb-20 {
    margin-bottom: 5.1282051282vw !important;
  }
  .s\:u-mb-25 {
    margin-bottom: 6.4102564103vw !important;
  }
  .s\:u-mb-30 {
    margin-bottom: 7.6923076923vw !important;
  }
  .s\:u-mb-35 {
    margin-bottom: 8.9743589744vw !important;
  }
  .s\:u-mb-40 {
    margin-bottom: 10.2564102564vw !important;
  }
  .s\:u-mb-45 {
    margin-bottom: 11.5384615385vw !important;
  }
  .s\:u-mb-50 {
    margin-bottom: 12.8205128205vw !important;
  }
  .s\:u-mb-55 {
    margin-bottom: 14.1025641026vw !important;
  }
  .s\:u-mb-60 {
    margin-bottom: 15.3846153846vw !important;
  }
  .s\:u-mb-65 {
    margin-bottom: 16.6666666667vw !important;
  }
  .s\:u-mb-70 {
    margin-bottom: 17.9487179487vw !important;
  }
  .s\:u-mb-75 {
    margin-bottom: 19.2307692308vw !important;
  }
  .s\:u-mb-80 {
    margin-bottom: 20.5128205128vw !important;
  }
  .s\:u-mb-85 {
    margin-bottom: 21.7948717949vw !important;
  }
  .s\:u-mb-90 {
    margin-bottom: 23.0769230769vw !important;
  }
  .s\:u-mb-95 {
    margin-bottom: 24.358974359vw !important;
  }
  .s\:u-mb-100 {
    margin-bottom: 25.641025641vw !important;
  }
  .s\:u-mb-105 {
    margin-bottom: 26.9230769231vw !important;
  }
  .s\:u-mb-110 {
    margin-bottom: 28.2051282051vw !important;
  }
  .s\:u-mb-115 {
    margin-bottom: 29.4871794872vw !important;
  }
  .s\:u-mb-120 {
    margin-bottom: 30.7692307692vw !important;
  }
  .s\:u-mb-125 {
    margin-bottom: 32.0512820513vw !important;
  }
  .s\:u-mb-130 {
    margin-bottom: 33.3333333333vw !important;
  }
  .s\:u-mb-135 {
    margin-bottom: 34.6153846154vw !important;
  }
  .s\:u-mb-140 {
    margin-bottom: 35.8974358974vw !important;
  }
  .s\:u-mb-145 {
    margin-bottom: 37.1794871795vw !important;
  }
  .s\:u-mb-150 {
    margin-bottom: 38.4615384615vw !important;
  }
  .s\:u-mt-0 {
    margin-top: 0vw !important;
  }
  .s\:u-mt-5 {
    margin-top: 1.2820512821vw !important;
  }
  .s\:u-mt-10 {
    margin-top: 2.5641025641vw !important;
  }
  .s\:u-mt-15 {
    margin-top: 3.8461538462vw !important;
  }
  .s\:u-mt-20 {
    margin-top: 5.1282051282vw !important;
  }
  .s\:u-mt-25 {
    margin-top: 6.4102564103vw !important;
  }
  .s\:u-mt-30 {
    margin-top: 7.6923076923vw !important;
  }
  .s\:u-mt-35 {
    margin-top: 8.9743589744vw !important;
  }
  .s\:u-mt-40 {
    margin-top: 10.2564102564vw !important;
  }
  .s\:u-mt-45 {
    margin-top: 11.5384615385vw !important;
  }
  .s\:u-mt-50 {
    margin-top: 12.8205128205vw !important;
  }
  .s\:u-mt-55 {
    margin-top: 14.1025641026vw !important;
  }
  .s\:u-mt-60 {
    margin-top: 15.3846153846vw !important;
  }
  .s\:u-mt-65 {
    margin-top: 16.6666666667vw !important;
  }
  .s\:u-mt-70 {
    margin-top: 17.9487179487vw !important;
  }
  .s\:u-mt-75 {
    margin-top: 19.2307692308vw !important;
  }
  .s\:u-mt-80 {
    margin-top: 20.5128205128vw !important;
  }
  .s\:u-mt-85 {
    margin-top: 21.7948717949vw !important;
  }
  .s\:u-mt-90 {
    margin-top: 23.0769230769vw !important;
  }
  .s\:u-mt-95 {
    margin-top: 24.358974359vw !important;
  }
  .s\:u-mt-100 {
    margin-top: 25.641025641vw !important;
  }
  .s\:u-ml-10 {
    margin-left: -2.5641025641vw !important;
  }
  .s\:u-ml-5 {
    margin-left: -1.2820512821vw !important;
  }
  .s\:u-ml-0 {
    margin-left: 0vw !important;
  }
  .s\:u-ml-5 {
    margin-left: 1.2820512821vw !important;
  }
  .s\:u-ml-10 {
    margin-left: 2.5641025641vw !important;
  }
  .s\:u-ml-15 {
    margin-left: 3.8461538462vw !important;
  }
  .s\:u-ml-20 {
    margin-left: 5.1282051282vw !important;
  }
  .s\:u-ml-25 {
    margin-left: 6.4102564103vw !important;
  }
  .s\:u-ml-30 {
    margin-left: 7.6923076923vw !important;
  }
  .s\:u-ml-35 {
    margin-left: 8.9743589744vw !important;
  }
  .s\:u-ml-40 {
    margin-left: 10.2564102564vw !important;
  }
  .s\:u-ml-45 {
    margin-left: 11.5384615385vw !important;
  }
  .s\:u-ml-50 {
    margin-left: 12.8205128205vw !important;
  }
  .s\:u-ml-55 {
    margin-left: 14.1025641026vw !important;
  }
  .s\:u-ml-60 {
    margin-left: 15.3846153846vw !important;
  }
  .s\:u-ml-65 {
    margin-left: 16.6666666667vw !important;
  }
  .s\:u-ml-70 {
    margin-left: 17.9487179487vw !important;
  }
  .s\:u-ml-75 {
    margin-left: 19.2307692308vw !important;
  }
  .s\:u-ml-80 {
    margin-left: 20.5128205128vw !important;
  }
  .s\:u-mr-0 {
    margin-right: 0vw !important;
  }
  .s\:u-mr-5 {
    margin-right: 1.2820512821vw !important;
  }
  .s\:u-mr-10 {
    margin-right: 2.5641025641vw !important;
  }
  .s\:u-mr-15 {
    margin-right: 3.8461538462vw !important;
  }
  .s\:u-mr-20 {
    margin-right: 5.1282051282vw !important;
  }
  .s\:u-mr-25 {
    margin-right: 6.4102564103vw !important;
  }
  .s\:u-mr-30 {
    margin-right: 7.6923076923vw !important;
  }
  .s\:u-mr-35 {
    margin-right: 8.9743589744vw !important;
  }
  .s\:u-mr-40 {
    margin-right: 10.2564102564vw !important;
  }
  .s\:u-mr-45 {
    margin-right: 11.5384615385vw !important;
  }
  .s\:u-mr-50 {
    margin-right: 12.8205128205vw !important;
  }
  .s\:u-mr-55 {
    margin-right: 14.1025641026vw !important;
  }
  .s\:u-mr-60 {
    margin-right: 15.3846153846vw !important;
  }
  .s\:u-mr-65 {
    margin-right: 16.6666666667vw !important;
  }
  .s\:u-mr-70 {
    margin-right: 17.9487179487vw !important;
  }
  .s\:u-mr-75 {
    margin-right: 19.2307692308vw !important;
  }
  .s\:u-mr-80 {
    margin-right: 20.5128205128vw !important;
  }
  .s\:u-mb-m-50 {
    margin-bottom: -12.8205128205vw !important;
  }
  .s\:u-mb-m-45 {
    margin-bottom: -11.5384615385vw !important;
  }
  .s\:u-mb-m-40 {
    margin-bottom: -10.2564102564vw !important;
  }
  .s\:u-mb-m-35 {
    margin-bottom: -8.9743589744vw !important;
  }
  .s\:u-mb-m-30 {
    margin-bottom: -7.6923076923vw !important;
  }
  .s\:u-mb-m-25 {
    margin-bottom: -6.4102564103vw !important;
  }
  .s\:u-mb-m-20 {
    margin-bottom: -5.1282051282vw !important;
  }
  .s\:u-mb-m-15 {
    margin-bottom: -3.8461538462vw !important;
  }
  .s\:u-mb-m-10 {
    margin-bottom: -2.5641025641vw !important;
  }
  .s\:u-mb-m-5 {
    margin-bottom: -1.2820512821vw !important;
  }
  .s\:u-mb-m-0 {
    margin-bottom: 0vw !important;
  }
  .s\:u-mt-m-50 {
    margin-top: -12.8205128205vw !important;
  }
  .s\:u-mt-m-45 {
    margin-top: -11.5384615385vw !important;
  }
  .s\:u-mt-m-40 {
    margin-top: -10.2564102564vw !important;
  }
  .s\:u-mt-m-35 {
    margin-top: -8.9743589744vw !important;
  }
  .s\:u-mt-m-30 {
    margin-top: -7.6923076923vw !important;
  }
  .s\:u-mt-m-25 {
    margin-top: -6.4102564103vw !important;
  }
  .s\:u-mt-m-20 {
    margin-top: -5.1282051282vw !important;
  }
  .s\:u-mt-m-15 {
    margin-top: -3.8461538462vw !important;
  }
  .s\:u-mt-m-10 {
    margin-top: -2.5641025641vw !important;
  }
  .s\:u-mt-m-5 {
    margin-top: -1.2820512821vw !important;
  }
  .s\:u-mt-m-0 {
    margin-top: 0vw !important;
  }
  .s\:u-ml-m-50 {
    margin-left: -12.8205128205vw !important;
  }
  .s\:u-ml-m-45 {
    margin-left: -11.5384615385vw !important;
  }
  .s\:u-ml-m-40 {
    margin-left: -10.2564102564vw !important;
  }
  .s\:u-ml-m-35 {
    margin-left: -8.9743589744vw !important;
  }
  .s\:u-ml-m-30 {
    margin-left: -7.6923076923vw !important;
  }
  .s\:u-ml-m-25 {
    margin-left: -6.4102564103vw !important;
  }
  .s\:u-ml-m-20 {
    margin-left: -5.1282051282vw !important;
  }
  .s\:u-ml-m-15 {
    margin-left: -3.8461538462vw !important;
  }
  .s\:u-ml-m-10 {
    margin-left: -2.5641025641vw !important;
  }
  .s\:u-ml-m-5 {
    margin-left: -1.2820512821vw !important;
  }
  .s\:u-ml-m-0 {
    margin-left: 0vw !important;
  }
  .s\:u-mr-m-50 {
    margin-right: -12.8205128205vw !important;
  }
  .s\:u-mr-m-45 {
    margin-right: -11.5384615385vw !important;
  }
  .s\:u-mr-m-40 {
    margin-right: -10.2564102564vw !important;
  }
  .s\:u-mr-m-35 {
    margin-right: -8.9743589744vw !important;
  }
  .s\:u-mr-m-30 {
    margin-right: -7.6923076923vw !important;
  }
  .s\:u-mr-m-25 {
    margin-right: -6.4102564103vw !important;
  }
  .s\:u-mr-m-20 {
    margin-right: -5.1282051282vw !important;
  }
  .s\:u-mr-m-15 {
    margin-right: -3.8461538462vw !important;
  }
  .s\:u-mr-m-10 {
    margin-right: -2.5641025641vw !important;
  }
  .s\:u-mr-m-5 {
    margin-right: -1.2820512821vw !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: 7.6923076923vw;
  }
  .s\:u-w-127 {
    width: 32.5641025641vw;
  }
  .s\:u-w-163 {
    width: 41.7948717949vw;
  }
  .s\:u-w-277 {
    width: 71.0256410256vw;
  }
  .s\:u-w-310 {
    width: 79.4871794872vw;
  }
}
.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: 11.7948717949vw;
  }
  .s\:u-h-68 {
    height: 17.4358974359vw;
  }
  .s\:u-h-238 {
    height: 61.0256410256vw;
  }
  .s\:u-h-415 {
    height: 106.4102564103vw;
  }
  .s\:u-h-405 {
    height: 103.8461538462vw;
  }
}
.u-z-9999 {
  z-index: 9999;
}
.u-z-2 {
  z-index: 2;
}

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

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

.l-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 8rem;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-top: 6rem;
  }
}

.l-header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .l-header-wrapper {
    position: unset !important;
  }
}

.l-header {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 8rem;
  justify-content: space-between;
  padding: 0 0 0 3.1rem;
  width: 100vw;
}
@media screen and (max-width: 640px) {
  .l-header {
    height: 6rem;
    padding: 0 !important;
    left: 0;
    position: fixed;
    top: 0;
  }
}
.l-header-logo {
  width: 15.9rem;
}
@media screen and (max-width: 640px) {
  .l-header-logo {
    left: 2.4rem !important;
    top: 0 !important;
    width: 11.5rem !important;
  }
}
.p-home .l-header-logo {
  left: 8.4rem;
  top: 7.5rem;
  width: 33.7rem;
}
.is-fixed .l-header-logo {
  left: 0;
  top: 0;
  width: 15.9rem;
}
.l-header-logo a {
  display: block;
  font-size: 0;
}
.l-header-btns {
  align-items: center;
  display: flex;
  position: absolute;
  right: 6.2rem;
  top: 1.4rem;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .l-header-btns {
    background-color: #fff;
    bottom: 0;
    height: 7rem;
    gap: 1rem;
    left: 0;
    justify-content: center;
    position: fixed;
    right: unset;
    top: unset;
    width: 100vw;
  }
}
.l-header-btns .c-btn-1 {
  margin-left: 1.6rem;
}
@media screen and (max-width: 640px) {
  .l-header-btns .c-btn-1 {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .l-header .hamburger-btn {
    right: 0.5rem;
  }
}
.l-header .hamburger-menu {
  position: absolute;
  right: 1.9rem;
  top: 8rem;
}
@media screen and (max-width: 640px) {
  .l-header .hamburger-menu {
    right: 2.4rem;
    top: 6rem;
  }
}
.l-header .hamburger-menu .gnavi {
  background: #14178C;
  border-radius: var(--R);
  padding: 3.8rem 4.6rem 6.5rem;
  width: 33.3rem;
}
@media screen and (max-width: 640px) {
  .l-header .hamburger-menu .gnavi {
    width: 34.2rem;
  }
}
.l-header .hamburger-menu .gnavi li {
  border-bottom: 1px solid #fff;
  line-height: 5.5rem;
}
.l-header .hamburger-menu .gnavi li a {
  color: #fff;
  display: block;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .l-header .hamburger-menu .gnavi li a {
    font-size: 1.6rem;
  }
}
.l-header .hamburger-menu .gnavi li a:hover {
  opacity: 0.5;
}

.l-path {
  display: flex;
  padding-top: 3.5rem;
}
@media screen and (max-width: 640px) {
  .l-path {
    padding-top: 1.7rem;
  }
}
.l-path li {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .l-path li {
    font-size: 1.2rem;
  }
}
.l-path li:before {
  aspect-ratio: 1/1.6666666667;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M0.769033 10L0 9.26492L4.46193 5L0 0.735077L0.769033 0L6 5L0.769033 10Z" fill="%231A1A1A"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: inline-block;
  height: auto;
  margin: 0 1rem;
  width: 0.6rem;
}
@media screen and (max-width: 640px) {
  .l-path li:before {
    margin: 0 1.2rem;
  }
}
.l-path li:first-child:before {
  display: none;
}
.l-path li a {
  color: #1A1A1A;
  text-decoration: none;
}

.l-contents {
  flex: 1;
}

@media screen and (max-width: 640px) {
  .l-footer {
    padding-bottom: 7rem;
  }
}
.l-footer-pagetop {
  background: #1A1A1A url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="27" viewBox="0 0 22 27" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.8792 1.33982C11.4315 1.33982 11.8792 1.78753 11.8792 2.33982V25.6002C11.8792 26.1525 11.4315 26.6002 10.8792 26.6002C10.3269 26.6002 9.87917 26.1525 9.87917 25.6002V2.33982C9.87917 1.78753 10.3269 1.33982 10.8792 1.33982Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.1721 0.967698C10.5626 0.577174 11.1958 0.577174 11.5863 0.967698L20.8905 10.2719C21.281 10.6624 21.281 11.2956 20.8905 11.6861C20.4999 12.0766 19.8668 12.0766 19.4762 11.6861L10.8792 3.08902L2.28212 11.6861C1.89159 12.0766 1.25843 12.0766 0.867905 11.6861C0.477381 11.2956 0.477381 10.6624 0.867905 10.2719L10.1721 0.967698Z" fill="white"/></svg>') no-repeat 50% 50%/2.0608rem auto;
  border-radius: var(--R);
  bottom: 6.5rem;
  display: inline-block;
  height: 5.8rem;
  overflow: hidden;
  position: fixed;
  right: 2rem;
  text-indent: -9999px;
  width: 5.8rem;
  z-index: 3;
  zoom: 1;
}
.l-footer-pagetop:hover {
  background-color: #7D7D7D;
  opacity: 1;
}
.l-footer-upper {
  background: #fff;
  display: flex;
  height: 13.7rem;
}
@media screen and (max-width: 640px) {
  .l-footer-upper {
    height: unset;
    padding: 4rem 4.8rem 5.5rem;
  }
}
.l-footer-upper .fnavi {
  align-items: center;
  display: flex;
  gap: 0 5rem;
  padding: 0 2.4rem;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer-upper .fnavi {
    flex-wrap: wrap;
    padding: 1rem 12rem;
  }
}
@media screen and (max-width: 640px) {
  .l-footer-upper .fnavi {
    align-items: start;
    flex-direction: column;
    padding: 0;
    gap: 1rem;
  }
}
.l-footer-upper .fnavi li a {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}
.l-footer-lower {
  background: #1A1A1A;
  color: #fff;
  height: 4.5rem;
}
@media screen and (max-width: 640px) {
  .l-footer-lower {
    height: unset;
  }
}
.l-footer-lower .c-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .l-footer-lower .c-inner {
    display: block;
    padding: 2.2rem 0 1.8rem;
  }
}
.l-footer-lower .fnavi-2 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .l-footer-lower .fnavi-2 {
    justify-content: center;
    margin: 0 0 1.1rem;
  }
}
.l-footer-lower .fnavi-2 li {
  font-size: 1.4rem;
  line-height: 1;
}
.l-footer-lower .fnavi-2 li:first-child:after {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
}
.l-footer-lower .fnavi-2 li a {
  color: #fff;
  text-decoration: none;
}
.l-footer-lower .copy {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .l-footer-lower .copy {
    display: block;
    text-align: center;
  }
}

@keyframes open_header_animation {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes close_header_animation {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
[data-js-header] {
  position: absolute;
}
@media screen and (max-width: 640px) {
  [data-js-header] {
    animation: unset;
  }
}
[data-js-header].is-fixed {
  animation: open_header_animation 0.3s ease forwards;
  position: fixed;
  transform: translateY(0);
}
@media screen and (max-width: 640px) {
  [data-js-header].is-fixed {
    position: absolute;
    top: 0;
    transform: unset;
  }
}
[data-js-header].is-close {
  animation: close_header_animation 0.3s ease forwards;
}

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

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

[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: 15.3846153846vw;
    margin-top: -15.3846153846vw;
  }
}

[data-js-accordion] {
  cursor: pointer;
  position: relative;
  padding: 2rem 12rem 1.2rem 3rem;
}
@media screen and (max-width: 640px) {
  [data-js-accordion] {
    padding: 1.8rem 4rem 2rem 1.7rem;
  }
}
[data-js-accordion]:after {
  aspect-ratio: 1/0.6218905473;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.075" height="9.998" viewBox="0 0 16.075 9.998"><path d="M.681,15.343-.681,13.879,6.381,7.306-.681.732.681-.732,9.316,7.306Z" transform="translate(15.343 0.682) rotate(90)" fill="%23299aff"/></svg>') no-repeat 50% 50%/contain;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: auto;
  right: 2.9rem;
  position: absolute;
  margin-top: -0.3660322108vw;
  left: unset;
  top: 50%;
  transition: transform 0.5s ease;
  transform-origin: 50% 50%;
  flex-shrink: 0;
  width: 1.608rem;
}
@media screen and (max-width: 640px) {
  [data-js-accordion]:after {
    right: 1.73rem;
    top: 3rem;
  }
}
[data-js-accordion] + div {
  display: none;
}
@media screen and (max-width: 640px) {
  [data-js-accordion].is-open {
    width: 100%;
  }
}
[data-js-accordion].is-open:after {
  transform: rotate(180deg) !important;
}

/**
 * home
 */
.p-mv {
  background: url(/images/lp/video/mv.webp) no-repeat 50% 0/cover;
  border-radius: var(--R);
  min-height: 63.8rem;
  margin: 0 auto;
  padding: 0 0 6.1rem;
  width: 124.2rem;
}
@media screen and (max-width: 640px) {
  .p-mv {
    background: url(/images/lp/video/mv_sp.webp) no-repeat 100% 0/cover;
    min-height: 56.8rem;
    padding: 0 0 3.5rem;
    width: 34.2rem;
  }
}
.p-mv-inner {
  padding: 12.2rem 0 0 6.2rem;
  width: 63.7rem;
}
@media screen and (max-width: 640px) {
  .p-mv-inner {
    padding: 13rem 2.4rem 0;
    width: unset;
  }
}
.p-mv-inner .ttl, .p-mv-inner .p-category-item .ttl-4, .p-category-item .p-mv-inner .ttl-4, .p-mv-inner .p-category-item .ttl-3, .p-category-item .p-mv-inner .ttl-3, .p-mv-inner .p-category-item .ttl-2, .p-category-item .p-mv-inner .ttl-2, .p-mv-inner .p-category-item .ttl-1, .p-category-item .p-mv-inner .ttl-1, .p-mv-inner .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-mv-inner .ttl-3, .p-mv-inner .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-mv-inner .ttl-2, .p-mv-inner .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-mv-inner .ttl-1 {
  color: #14178C;
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  line-height: 1.3913043478;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 640px) {
  .p-mv-inner .ttl, .p-mv-inner .p-category-item .ttl-4, .p-category-item .p-mv-inner .ttl-4, .p-mv-inner .p-category-item .ttl-3, .p-category-item .p-mv-inner .ttl-3, .p-mv-inner .p-category-item .ttl-2, .p-category-item .p-mv-inner .ttl-2, .p-mv-inner .p-category-item .ttl-1, .p-category-item .p-mv-inner .ttl-1, .p-mv-inner .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-mv-inner .ttl-3, .p-mv-inner .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-mv-inner .ttl-2, .p-mv-inner .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-mv-inner .ttl-1 {
    font-size: 3.6rem;
    line-height: 1.3333333333;
    margin-bottom: 1.8rem;
  }
}
.p-mv-inner .desc {
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .p-mv-inner .desc {
    line-height: 1.5714285714;
    margin-bottom: 1rem;
  }
}
.p-mv-btns {
  display: flex;
  gap: 1.19rem;
  padding: 7.5rem 0 0 6.1rem;
}

.p-about {
  padding: 10rem 0 13.4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-about {
    padding: 5rem 0 6rem;
  }
}
.p-about:before {
  aspect-ratio: 1/1;
  background: url(/images/lp/video/triangle_orange.webp) no-repeat 0 0/contain;
  content: " ";
  display: block;
  position: absolute;
  width: 61.7rem;
  z-index: 0;
  bottom: 2.6rem;
  left: 0;
}
@media screen and (max-width: 640px) {
  .p-about:before {
    width: 32rem;
  }
}
.p-about .c-ttl-1 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 640px) {
  .p-about .c-ttl-1 {
    margin-bottom: 4rem;
  }
}
.p-about-txt {
  flex: 1;
  padding-top: 0.5rem;
  padding-right: 9.7321428571%;
}
@media screen and (max-width: 1024px) {
  .p-about-txt {
    padding-top: 4rem;
    padding-right: 4.4642857143%;
  }
}
@media screen and (max-width: 640px) {
  .p-about-txt {
    padding-right: 0;
    padding-top: 3.2rem;
  }
}
.p-about-txt .ttl, .p-about-txt .p-category-item .ttl-4, .p-category-item .p-about-txt .ttl-4, .p-about-txt .p-category-item .ttl-3, .p-category-item .p-about-txt .ttl-3, .p-about-txt .p-category-item .ttl-2, .p-category-item .p-about-txt .ttl-2, .p-about-txt .p-category-item .ttl-1, .p-category-item .p-about-txt .ttl-1, .p-about-txt .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-about-txt .ttl-3, .p-about-txt .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-about-txt .ttl-2, .p-about-txt .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-about-txt .ttl-1 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 3rem;
}
@media screen and (max-width: 640px) {
  .p-about-txt .ttl, .p-about-txt .p-category-item .ttl-4, .p-category-item .p-about-txt .ttl-4, .p-about-txt .p-category-item .ttl-3, .p-category-item .p-about-txt .ttl-3, .p-about-txt .p-category-item .ttl-2, .p-category-item .p-about-txt .ttl-2, .p-about-txt .p-category-item .ttl-1, .p-category-item .p-about-txt .ttl-1, .p-about-txt .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-about-txt .ttl-3, .p-about-txt .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-about-txt .ttl-2, .p-about-txt .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-about-txt .ttl-1 {
    font-size: 2rem;
    margin: 0 0 1.7rem;
  }
}
.p-about-img {
  width: 51.9642857143%;
}
@media screen and (max-width: 640px) {
  .p-about-img {
    width: 100%;
  }
}

.p-feature {
  padding: 12.5rem 0 13.3rem;
}
@media screen and (max-width: 640px) {
  .p-feature {
    padding: 6rem 0 5.5rem;
  }
}
.p-feature .c-ttl-1 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 640px) {
  .p-feature .c-ttl-1 {
    margin-bottom: 4rem;
  }
}
.p-feature-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.2rem;
}
@media screen and (max-width: 640px) {
  .p-feature-items {
    gap: 2.1rem;
  }
}
.p-feature-item {
  align-items: start;
  background: #fff;
  border-radius: var(--R);
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 1.7rem 2.2rem 7.2rem;
  position: relative;
  width: 48.125%;
}
@media screen and (max-width: 640px) {
  .p-feature-item {
    flex-direction: column;
    padding: 2.5rem 2rem 0.8rem 2.4rem;
    width: 100%;
  }
}
.p-feature-item .num {
  color: #FF6A18;
  font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 300;
  left: 2.6rem;
  line-height: 1;
  position: absolute;
  top: 2.6rem;
}
@media screen and (max-width: 640px) {
  .p-feature-item .num {
    left: 2.4rem;
    top: 2rem;
  }
}
.p-feature-item-txt {
  flex: 1;
  padding-right: 2.5rem;
}
@media screen and (max-width: 640px) {
  .p-feature-item-txt {
    padding-right: 0;
  }
}
.p-feature-item-txt .ttl, .p-feature-item-txt .p-category-item .ttl-4, .p-category-item .p-feature-item-txt .ttl-4, .p-feature-item-txt .p-category-item .ttl-3, .p-category-item .p-feature-item-txt .ttl-3, .p-feature-item-txt .p-category-item .ttl-2, .p-category-item .p-feature-item-txt .ttl-2, .p-feature-item-txt .p-category-item .ttl-1, .p-category-item .p-feature-item-txt .ttl-1, .p-feature-item-txt .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-feature-item-txt .ttl-3, .p-feature-item-txt .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-feature-item-txt .ttl-2, .p-feature-item-txt .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-feature-item-txt .ttl-1 {
  color: #14178C;
  letter-spacing: 0.2rem;
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 640px) {
  .p-feature-item-txt .ttl, .p-feature-item-txt .p-category-item .ttl-4, .p-category-item .p-feature-item-txt .ttl-4, .p-feature-item-txt .p-category-item .ttl-3, .p-category-item .p-feature-item-txt .ttl-3, .p-feature-item-txt .p-category-item .ttl-2, .p-category-item .p-feature-item-txt .ttl-2, .p-feature-item-txt .p-category-item .ttl-1, .p-category-item .p-feature-item-txt .ttl-1, .p-feature-item-txt .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-feature-item-txt .ttl-3, .p-feature-item-txt .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-feature-item-txt .ttl-2, .p-feature-item-txt .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-feature-item-txt .ttl-1 {
    padding: 0 0 0 4.2rem;
    letter-spacing: 0.05rem;
    margin: 0 0 1.5rem;
  }
}
.p-feature-item-img {
  align-items: center;
  display: flex;
  height: 100%;
  width: 15.3rem;
}
@media screen and (max-width: 640px) {
  .p-feature-item-img {
    margin: -0.5rem auto 0;
    width: 11.3rem;
  }
}

.p-situations {
  padding: 12.8rem 0 13.4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-situations {
    padding: 5.7rem 0 6rem;
  }
}
.p-situations:before {
  aspect-ratio: 1/1;
  background: url(/images/lp/video/triangle_orange.webp) no-repeat 0 0/contain;
  content: " ";
  display: block;
  position: absolute;
  width: 61.7rem;
  z-index: 0;
  right: 0;
  transform: scale(-1, 1);
  top: 4.4rem;
}
@media screen and (max-width: 640px) {
  .p-situations:before {
    width: 32rem;
  }
}
.p-situations-items {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem;
  padding-top: 6rem;
}
@media screen and (max-width: 640px) {
  .p-situations-items {
    gap: 3.8rem;
    padding-top: 4rem;
  }
}
.p-situations-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-situations-item {
    flex-direction: column !important;
  }
}
.p-situations-item-img {
  border-radius: var(--R);
  flex-shrink: 0;
  overflow: hidden;
  width: 48.125%;
}
@media screen and (max-width: 640px) {
  .p-situations-item-img {
    margin: 0 0 1.5rem;
    width: 100%;
  }
}
.p-situations-item-txt {
  padding-left: 6.9rem;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .p-situations-item-txt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.p-situations-item-txt .num {
  color: #FF6A18;
  font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-situations-item-txt .num {
    font-size: 3.6rem;
    width: 5.8rem;
  }
}
.p-situations-item-txt .ttl, .p-situations-item-txt .p-category-item .ttl-4, .p-category-item .p-situations-item-txt .ttl-4, .p-situations-item-txt .p-category-item .ttl-3, .p-category-item .p-situations-item-txt .ttl-3, .p-situations-item-txt .p-category-item .ttl-2, .p-category-item .p-situations-item-txt .ttl-2, .p-situations-item-txt .p-category-item .ttl-1, .p-category-item .p-situations-item-txt .ttl-1, .p-situations-item-txt .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-situations-item-txt .ttl-3, .p-situations-item-txt .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-situations-item-txt .ttl-2, .p-situations-item-txt .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-situations-item-txt .ttl-1 {
  color: #14178C;
  font-size: 2rem;
  margin: 0.5rem 0 2rem;
}
@media screen and (max-width: 640px) {
  .p-situations-item-txt .ttl, .p-situations-item-txt .p-category-item .ttl-4, .p-category-item .p-situations-item-txt .ttl-4, .p-situations-item-txt .p-category-item .ttl-3, .p-category-item .p-situations-item-txt .ttl-3, .p-situations-item-txt .p-category-item .ttl-2, .p-category-item .p-situations-item-txt .ttl-2, .p-situations-item-txt .p-category-item .ttl-1, .p-category-item .p-situations-item-txt .ttl-1, .p-situations-item-txt .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-situations-item-txt .ttl-3, .p-situations-item-txt .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-situations-item-txt .ttl-2, .p-situations-item-txt .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-situations-item-txt .ttl-1 {
    flex: 1;
    font-size: 1.6rem;
    margin: 0;
  }
}
.p-situations-item-txt .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 640px) {
  .p-situations-item-txt .list {
    gap: 0.5rem;
    padding-left: 0.8rem;
    padding-top: 1rem;
    width: 100%;
  }
}
.p-situations-item-txt .list li {
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1.3em;
}
@media screen and (max-width: 640px) {
  .p-situations-item-txt .list li {
    white-space: unset !important;
  }
}
.p-situations-item-txt .list li:before {
  content: "・";
  font-weight: 700;
  padding-right: 0.5rem;
}
.p-situations-item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-situations-item:nth-child(even) .p-situations-item-txt {
  padding: 0 6.9rem 0 0;
}

.p-labels {
  padding: 12.6rem 11rem 13.3rem;
}
@media screen and (max-width: 1024px) {
  .p-labels {
    padding: 12rem 5rem;
  }
}
@media screen and (max-width: 640px) {
  .p-labels {
    border-radius: 0;
    padding: 5.5rem 2.4rem 6rem;
    width: 100%;
  }
}
.p-labels-desc {
  padding: 3rem 0 6.3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-labels-desc {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 3.2rem 0 3.5rem;
    text-align: left;
  }
}
.p-labels-items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 640px) {
  .p-labels-items {
    gap: 2rem;
  }
}
.p-labels-item {
  align-items: start;
  background: #fff;
  border-radius: var(--R);
  display: flex;
  min-height: 28.3rem;
  padding: 5.5rem 0 5.7rem 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-labels-item {
    flex-direction: column;
    padding: 3.2rem 2.4rem 4rem;
  }
}
.p-labels-item-img {
  align-self: center;
  display: flex;
  height: 100%;
  flex-shrink: 0;
  justify-content: center;
  width: 53.4444444444%;
}
@media screen and (max-width: 640px) {
  .p-labels-item-img {
    margin: 0 0 1.5rem;
    width: 100%;
  }
}
.p-labels-item-img img {
  height: 7.5rem;
  width: auto;
}
@media screen and (max-width: 640px) {
  .p-labels-item-img img {
    height: 4.97rem;
    margin: 0 0 2rem;
  }
}
.p-labels-item-txt {
  flex: 1;
  padding-right: 6.7rem;
}
@media screen and (max-width: 640px) {
  .p-labels-item-txt {
    padding: 0;
  }
}
.p-labels-item-txt .ttl, .p-labels-item-txt .p-category-item .ttl-4, .p-category-item .p-labels-item-txt .ttl-4, .p-labels-item-txt .ttl-3, .p-labels-item-txt .ttl-2, .p-labels-item-txt .ttl-1 {
  letter-spacing: 0.2rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 640px) {
  .p-labels-item-txt .ttl, .p-labels-item-txt .p-category-item .ttl-4, .p-category-item .p-labels-item-txt .ttl-4, .p-labels-item-txt .ttl-3, .p-labels-item-txt .ttl-2, .p-labels-item-txt .ttl-1 {
    margin-bottom: 0.7rem;
    text-align: center;
  }
}
.p-labels-item-txt .ttl-1 {
  color: #CF7400;
}
.p-labels-item-txt .ttl-2 {
  color: #55768C;
}
.p-labels-item-txt .ttl-3 {
  color: #D8B628;
}
.p-labels-item-txt p {
  letter-spacing: 0;
}

.p-category {
  padding: 12.8rem 0 9rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-category {
    padding: 5.8rem 0 5.5rem;
  }
}
.p-category:before {
  aspect-ratio: 1/1;
  background: url(/images/lp/video/triangle_orange.webp) no-repeat 0 0/contain;
  content: " ";
  display: block;
  position: absolute;
  width: 61.7rem;
  z-index: 0;
  left: 0;
  top: 4.4rem;
}
@media screen and (max-width: 640px) {
  .p-category:before {
    width: 32rem;
  }
}
.p-category .c-ttl-1 {
  margin-bottom: 6.1rem;
}
@media screen and (max-width: 640px) {
  .p-category .c-ttl-1 {
    margin-bottom: 4rem;
  }
}
.p-category-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6.9rem;
  row-gap: 6.2rem;
}
@media screen and (max-width: 640px) {
  .p-category-items {
    display: flex;
    row-gap: 5.5rem;
    flex-direction: column;
  }
}
.p-category-item {
  width: 100%;
}
.p-category-item .c-player {
  border-radius: var(--R);
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .p-category-item .c-player {
    margin-bottom: 1.2rem;
  }
}
.p-category-item .ttl, .p-category-item .ttl-4, .p-category-item .ttl-3, .p-category-item .ttl-2, .p-category-item .ttl-1 {
  font-size: 2.4rem;
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 640px) {
  .p-category-item .ttl, .p-category-item .ttl-4, .p-category-item .ttl-3, .p-category-item .ttl-2, .p-category-item .ttl-1 {
    font-size: 2rem;
  }
}
.p-category-item .ttl-1 {
  color: #B81E5B;
}
.p-category-item .ttl-2 {
  color: #227839;
}
.p-category-item .ttl-3 {
  color: #6042A4;
}
.p-category-item .ttl-4 {
  color: #7E4900;
}
.p-category-item p {
  letter-spacing: 0;
}

.p-howto {
  border-radius: var(--R);
  padding: 0 0 13.4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-howto {
    border-radius: 0;
    padding: 0 2.4rem 6rem;
    width: 100%;
  }
}
.p-howto-ttl {
  align-items: center;
  background: #ECEDF8;
  border-radius: 0 0 var(--R) var(--R);
  color: #14178C;
  display: flex;
  font-size: 2.4rem;
  gap: 2.4rem;
  height: 11rem;
  justify-content: center;
  margin: 0 auto 5.5rem;
  width: 41.5rem;
}
@media screen and (max-width: 640px) {
  .p-howto-ttl {
    font-size: 2rem;
    gap: 1.1rem;
    height: 7.4rem;
    margin: 0 auto 3rem;
    width: 29.4rem;
  }
}
.p-howto-ttl:before {
  aspect-ratio: 1/0.6309836066;
  background: url(/images/lp/video/howto_icon.svg) no-repeat 0 0/contain;
  content: " ";
  display: inline-block;
  height: auto;
  width: 6.1rem;
}
@media screen and (max-width: 640px) {
  .p-howto-ttl:before {
    width: 3.9623rem;
  }
}
.p-howto-subttl {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-howto-subttl {
    font-size: 1.6rem;
  }
}
.p-howto-video {
  margin: 0 0 7rem;
}
@media screen and (max-width: 640px) {
  .p-howto-video {
    margin: 0 0 2.5rem;
  }
}
.p-howto-video .c-player {
  margin: 0 auto;
  padding-top: 6rem;
  width: 84.5rem;
}
@media screen and (max-width: 640px) {
  .p-howto-video .c-player {
    padding-top: 2.5rem;
    width: 100%;
  }
}
.p-howto-download .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  justify-content: center;
  padding-top: 3.5rem;
}
@media screen and (max-width: 640px) {
  .p-howto-download .btns {
    gap: 2.173rem;
    padding-top: 2.5rem;
  }
}

.p-qa {
  padding: 12.5rem 0 13.4rem;
}
@media screen and (max-width: 640px) {
  .p-qa {
    padding: 5.5rem 0 6rem;
  }
}
.p-qa:before, .p-qa:after {
  aspect-ratio: 1/1;
  background: url(/images/lp/video/triangle_orange.webp) no-repeat 0 0/contain;
  content: " ";
  display: block;
  position: absolute;
  width: 61.7rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .p-qa:before, .p-qa:after {
    width: 32rem;
  }
}
.p-qa:before {
  right: 0;
  top: 5.4rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .p-qa:before {
    top: 0;
  }
}
.p-qa:after {
  bottom: -20.9rem;
  left: 0;
}
@media screen and (max-width: 640px) {
  .p-qa:after {
    display: none;
  }
}
.p-qa-items {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 6rem 0 0;
}
@media screen and (max-width: 640px) {
  .p-qa-items {
    gap: 2.4rem;
    padding: 4rem 0 0;
  }
}
.p-qa-item {
  padding: 4.5rem 5rem 3.8rem;
}
@media screen and (max-width: 640px) {
  .p-qa-item {
    padding: 2.7rem 2.4rem;
  }
}
.p-qa-item .num {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #14178C;
  border-radius: var(--R);
  color: #fff;
  font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
  justify-content: center;
  width: 4.8rem;
}
@media screen and (max-width: 640px) {
  .p-qa-item .num {
    font-size: 1.6rem;
    font-weight: 500;
    flex-shrink: 0;
    position: relative;
    top: -0.2rem;
    width: 3.6rem;
  }
}
.p-qa-item .ttl, .p-qa-item .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-qa-item .ttl-1, .p-qa-item .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-qa-item .ttl-2, .p-qa-item .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-qa-item .ttl-3, .p-qa-item .p-category-item .ttl-1, .p-category-item .p-qa-item .ttl-1, .p-qa-item .p-category-item .ttl-2, .p-category-item .p-qa-item .ttl-2, .p-qa-item .p-category-item .ttl-3, .p-category-item .p-qa-item .ttl-3, .p-qa-item .p-category-item .ttl-4, .p-category-item .p-qa-item .ttl-4 {
  align-items: center;
  border-bottom: 1px solid #14178C;
  display: flex;
  font-size: 2.4rem;
  gap: 3rem;
  margin: 0 0 2rem;
  padding: 0 0 3rem;
}
@media screen and (max-width: 640px) {
  .p-qa-item .ttl, .p-qa-item .p-labels-item-txt .ttl-1, .p-labels-item-txt .p-qa-item .ttl-1, .p-qa-item .p-labels-item-txt .ttl-2, .p-labels-item-txt .p-qa-item .ttl-2, .p-qa-item .p-labels-item-txt .ttl-3, .p-labels-item-txt .p-qa-item .ttl-3, .p-qa-item .p-category-item .ttl-1, .p-category-item .p-qa-item .ttl-1, .p-qa-item .p-category-item .ttl-2, .p-category-item .p-qa-item .ttl-2, .p-qa-item .p-category-item .ttl-3, .p-category-item .p-qa-item .ttl-3, .p-qa-item .p-category-item .ttl-4, .p-category-item .p-qa-item .ttl-4 {
    align-items: start;
    font-size: 2rem;
    gap: 1.6rem;
    line-height: 1.3;
    margin: 0 0 1.2rem;
    padding: 0 0 1.5rem;
  }
}
.p-qa-item p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  .p-qa-item p {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

.p-trial {
  background: url(/images/lp/video/trial_bg.webp) no-repeat 50% 50%/cover;
  color: #fff;
  padding: 10rem 0 10.7rem;
}
@media screen and (max-width: 640px) {
  .p-trial {
    padding: 4.5rem 0 6rem;
  }
}
.p-trial-ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  margin: 0 0 4rem;
}
@media screen and (max-width: 640px) {
  .p-trial-ttl {
    gap: 1rem;
    margin: 0 0 3.1rem;
  }
}
.p-trial-ttl span {
  font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5.6rem;
  letter-spacing: 0.28rem;
  line-height: 1;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .p-trial-ttl span {
    font-size: 3.6rem;
    padding-bottom: 0;
  }
}
.p-trial-ttl strong {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-trial-ttl strong {
    font-size: 1.6rem;
  }
}
.p-trial-desc {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-trial-desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 0.8rem;
  }
}
.p-trial-notice {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 4rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-trial-notice {
    font-size: 1.2rem;
    margin: 0 0 3.5rem;
  }
}
.p-trial-contact {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
  padding: 4.9rem 0 0;
}
@media screen and (max-width: 640px) {
  .p-trial-contact {
    flex-direction: column;
    gap: 2.4rem;
    padding: 2.4rem 0 0;
  }
}

.p-footer-pagetop {
  background: #1A1A1A url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="27" viewBox="0 0 22 27" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.8792 1.33982C11.4315 1.33982 11.8792 1.78753 11.8792 2.33982V25.6002C11.8792 26.1525 11.4315 26.6002 10.8792 26.6002C10.3269 26.6002 9.87917 26.1525 9.87917 25.6002V2.33982C9.87917 1.78753 10.3269 1.33982 10.8792 1.33982Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.1721 0.967698C10.5626 0.577174 11.1958 0.577174 11.5863 0.967698L20.8905 10.2719C21.281 10.6624 21.281 11.2956 20.8905 11.6861C20.4999 12.0766 19.8668 12.0766 19.4762 11.6861L10.8792 3.08902L2.28212 11.6861C1.89159 12.0766 1.25843 12.0766 0.867905 11.6861C0.477381 11.2956 0.477381 10.6624 0.867905 10.2719L10.1721 0.967698Z" fill="white"/></svg>') no-repeat 50% 50%/2.0608rem auto;
  border-radius: var(--R);
  bottom: 6.5rem;
  display: inline-block;
  height: 5.8rem;
  overflow: hidden;
  position: fixed;
  right: 2rem;
  text-indent: -9999px;
  width: 5.8rem;
  z-index: 3;
  zoom: 1;
}
.p-footer-upper {
  background: #fff;
  display: flex;
  height: 13.7rem;
}
.p-footer-upper .fnavi {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
  width: 100%;
}
.p-footer-upper .fnavi li a {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}
.p-footer-lower {
  background: #1A1A1A;
  color: #fff;
  height: 4.5rem;
}
.p-footer-lower .c-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.p-footer-lower .fnavi-2 {
  display: flex;
}
.p-footer-lower .fnavi-2 li {
  font-size: 1.4rem;
  line-height: 1;
}
.p-footer-lower .fnavi-2 li:first-child:after {
  content: "|";
  display: inline-block;
  padding: 0 1em;
}
.p-footer-lower .fnavi-2 li a {
  color: #fff;
  text-decoration: none;
}
.p-footer-lower .copy {
  font-size: 1.4rem;
  line-height: 1;
}

/**
 * apply
 */
.p-form {
  padding: 2.5rem 0 13.4rem;
}
@media screen and (max-width: 640px) {
  .p-form {
    padding: 2rem 0 6rem;
  }
}
.p-form .c-box-1 {
  padding: 8.8rem 0 13.8rem;
}
@media screen and (max-width: 640px) {
  .p-form .c-box-1 {
    border-radius: 0;
    padding: 4.8rem 0 5.9rem;
    width: 100%;
  }
}
.p-form-items {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 3.4rem 0 0;
}
@media screen and (max-width: 640px) {
  .p-form-items {
    gap: 3.3rem;
    padding: 4.5rem 0 0;
  }
}
.p-form-item {
  padding: 0 9.8214285714%;
}
@media screen and (max-width: 640px) {
  .p-form-item {
    padding: 0 6.432748538%;
  }
}
.p-form-item-head {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  padding: 0 0 1rem;
}
.p-form-item-head .required, .p-form-item-head .optional {
  align-items: center;
  background: #FF6A18;
  border-radius: 0.4rem;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  height: 2.8rem;
  justify-content: center;
  min-width: 4.7rem;
  padding: 0 0.7rem;
}
.p-form-item-head .optional {
  background: #606060;
}
.p-form-item-head label {
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .p-form-item-head label {
    font-size: 1.6rem;
  }
}
.p-form-item-body input[type=text],
.p-form-item-body input[type=name],
.p-form-item-body input[type=email],
.p-form-item-body input[type=tel],
.p-form-item-body input[type=date],
.p-form-item-body select {
  background: #fff;
  border-radius: 1rem;
  height: 6rem;
  line-height: 6rem;
  padding: 0 2rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-form-item-body input[type=text],
  .p-form-item-body input[type=name],
  .p-form-item-body input[type=email],
  .p-form-item-body input[type=tel],
  .p-form-item-body input[type=date],
  .p-form-item-body select {
    font-size: 1.6rem;
  }
}
.p-form-item-body select {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8" viewBox="0 0 16 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.26192 7.56944C7.54279 7.81019 7.95724 7.81019 8.23811 7.56944L15.2381 1.56944C15.5526 1.29988 15.589 0.826401 15.3195 0.511907C15.0499 0.197412 14.5764 0.160991 14.2619 0.430558L7.75001 6.01219L1.23811 0.430558C0.923613 0.160991 0.450138 0.197412 0.180571 0.511907C-0.0889955 0.826401 -0.0525743 1.29988 0.26192 1.56944L7.26192 7.56944Z" fill="%23000"/></svg>') no-repeat right 1.5rem top 50%/1.55rem auto;
  width: 26rem;
}
@media screen and (max-width: 640px) {
  .p-form-item-body select {
    color: #1A1A1A;
    width: 100%;
  }
}
.p-form-item-body input[type=date]{
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="0 0 18 20" fill="none"><path d="M16 18H2V7H16M13 0V2H5V0H3V2H2C0.89 2 0 2.89 0 4V18C0 18.5304 0.210714 19.0391 0.585786 19.4142C0.960859 19.7893 1.46957 20 2 20H16C16.5304 20 17.0391 19.7893 17.4142 19.4142C17.7893 19.0391 18 18.5304 18 18V4C18 3.46957 17.7893 2.96086 17.4142 2.58579C17.0391 2.21071 16.5304 2 16 2H15V0M14 11H9V16H14V11Z" fill="black"/></svg>') no-repeat 90% 50%/1.8rem auto;
  color: #1A1A1A;
  width: 21.2rem;
}
@media screen and (max-width: 640px) {
  .p-form-item-body input[type=date]{
    padding-left: 1rem;
    width: 15.5rem;
  }
}
.p-form-item-body input[type=date]::-webkit-calendar-picker-indicator{
  opacity: 0;
}
.p-form-item-body .note {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 1rem;
}
@media screen and (max-width: 640px) {
  .p-form-item-body .note {
    font-size: 1.4rem;
    padding-top: 1.5rem;
  }
}
.p-form-agree {
  display: flex;
  align-content: center;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  padding: 2em 0 6rem;
}
.p-form-agree input[type=checkbox] {
  transform: scale(1.2);
}
.p-form-agree label {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .p-form-agree label {
    font-size: 1.6rem;
  }
}
.p-form-agree label a {
  color: #1A1A1A;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-form-agree label a {
    font-weight: 500;
  }
}
.p-form-btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 640px) {
  .p-form-btn .c-btn-2 {
    width: 100%;
  }
}

.p-spec {
  padding: 12.8rem 0 13.4rem;
}
@media screen and (max-width: 640px) {
  .p-spec {
    padding: 6rem 0 6rem;
  }
}
.p-spec-dl {
  display: grid;
  grid-template-columns: 19.7rem 1fr;
  line-height: 3rem;
  padding: 5.3rem 6.4rem 8.3rem;
}
@media screen and (max-width: 640px) {
  .p-spec-dl {
    display: flex;
    flex-direction: column;
    line-height: 1.5714285714;
    padding: 2rem 2.4rem 3.6rem;
  }
}
.p-spec-dl dt,
.p-spec-dl dd {
  border-bottom: 1px solid #E8E8E8;
  padding: 2rem 0;
}
.p-spec-dl dt {
  color: #FF6A18;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-spec-dl dt {
    border: none;
    padding: 1.2rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .p-spec-dl dt:first-child {
    padding-top: 0;
  }
}
.p-spec-dl dd {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-spec-dl dd {
    padding: 0.5rem 0 1.5rem;
  }
}/*# sourceMappingURL=app.css.map */