@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("lib/ress.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --black: #222222;
  --white: #fff;
  --blue: #102253;
  --light-blue: #3F4F76;
  --dark-blue: #07112E;
  --gold: #FAE27B;
  --orange: #FF6A18;
  --green: #00C9B8;
  --red: #FF1818;
  --font-1: Noto Serif JP, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, Yu Mincho, MS 明朝, MS Mincho, serif;
  --font-2: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, sans-serif;
}

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

body {
  color: var(--black);
  font-size: max(10px, 1.6rem);
  font-family: var(--font-1);
  font-weight: 400;
  line-height: 1.5;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

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

a {
  color: var(--white);
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  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: 767px) {
  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: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* override */
/* components */
.c-inner {
  margin: 0 auto;
  width: 35.8rem;
}

.c-inner-s {
  margin: 0 auto;
  width: 32.6rem;
}

@-webkit-keyframes sparkle-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes sparkle-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
@-webkit-keyframes sparkle-twinkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sparkle-twinkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-sparkle {
  -webkit-animation: sparkle-rotate 12s linear infinite, sparkle-twinkle 3s ease-in-out infinite;
          animation: sparkle-rotate 12s linear infinite, sparkle-twinkle 3s ease-in-out infinite;
  aspect-ratio: 1/1;
  background: url(../img/sparkle.webp) no-repeat 0 0/100% auto;
  display: inline-block;
  mix-blend-mode: screen;
  position: absolute;
  width: 6.4rem;
}

.c-gold-bar {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#B08502), to(#F0D769));
  background: -webkit-linear-gradient(left, #B08502, #F0D769);
  background: linear-gradient(to right, #B08502, #F0D769);
  border-radius: 9999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.6rem;
  width: 19.4rem;
}

.c-ttl-1 {
  color: var(--gold);
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.c-ttl-1:after {
  background: var(--gold);
  content: " ";
  display: block;
  height: 0.2rem;
  margin: 1.4rem auto 0;
  width: 4rem;
}

.c-ttl-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  height: 4.1rem;
  letter-spacing: -0.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35.8rem;
}

.c-note {
  font-family: var(--font-2);
  font-size: 1.3rem;
  line-height: 1.5;
}
.c-note:before {
  content: "※";
}

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

@media screen and (max-width: 767px) {
  .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: 767px) {
  .s\:u-absolute {
    position: absolute;
  }
  .s\:u-static {
    position: static;
  }
  .s\:u-relative {
    position: relative;
  }
}
.u-bg-black {
  background-color: var(--black) !important;
}
.u-bg-white {
  background-color: var(--white) !important;
}
.u-bg-red {
  background-color: var(--red) !important;
}
.u-bg-dark-blue {
  background-color: var(--dark-blue) !important;
}

.u-cursor-default {
  cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}

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

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.u-flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.u-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.u-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-flex-right {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.u-flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.u-flex-start {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.u-flex-end {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.u-flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.u-flex-unset {
  -webkit-box-flex: unset !important;
  -webkit-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
}
.u-flex-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
.u-flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.u-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.u-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.u-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 767px) {
  .s\:u-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .s\:u-flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s\:u-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .s\:u-flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .s\:u-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .s\:u-flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s\:u-flex-left {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .s\:u-flex-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s\:u-flex-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .s\:u-flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .s\:u-flex-nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .s\:u-flex-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .s\:u-flex-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .s\:u-flex-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.u-gap-0 {
  gap: 0rem !important;
}

.u-gap-5 {
  gap: 0.5rem !important;
}

.u-gap-10 {
  gap: 1rem !important;
}

.u-gap-15 {
  gap: 1.5rem !important;
}

.u-gap-20 {
  gap: 2rem !important;
}

.u-gap-25 {
  gap: 2.5rem !important;
}

.u-gap-30 {
  gap: 3rem !important;
}

.u-gap-35 {
  gap: 3.5rem !important;
}

.u-gap-40 {
  gap: 4rem !important;
}

.u-gap-45 {
  gap: 4.5rem !important;
}

.u-gap-50 {
  gap: 5rem !important;
}

.u-gap-55 {
  gap: 5.5rem !important;
}

.u-gap-60 {
  gap: 6rem !important;
}

.u-gap-65 {
  gap: 6.5rem !important;
}

.u-gap-70 {
  gap: 7rem !important;
}

.u-gap-75 {
  gap: 7.5rem !important;
}

.u-gap-80 {
  gap: 8rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-gap-0 {
    gap: 0rem !important;
  }
  .s\:u-gap-5 {
    gap: 0.5rem !important;
  }
  .s\:u-gap-10 {
    gap: 1rem !important;
  }
  .s\:u-gap-15 {
    gap: 1.5rem !important;
  }
  .s\:u-gap-20 {
    gap: 2rem !important;
  }
  .s\:u-gap-25 {
    gap: 2.5rem !important;
  }
  .s\:u-gap-30 {
    gap: 3rem !important;
  }
  .s\:u-gap-35 {
    gap: 3.5rem !important;
  }
  .s\:u-gap-40 {
    gap: 4rem !important;
  }
  .s\:u-gap-45 {
    gap: 4.5rem !important;
  }
  .s\:u-gap-50 {
    gap: 5rem !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: 767px) {
  .s\:u-align-center {
    text-align: center;
  }
  .s\:u-align-right {
    text-align: right;
  }
  .s\:u-align-left {
    text-align: left;
  }
}
.u-lh-10 {
  line-height: 1;
}
.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: 767px) {
  .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;
}
.u-ls-m-1 {
  letter-spacing: -0.01rem !important;
}
.u-ls-m-2 {
  letter-spacing: -0.02rem !important;
}
.u-ls-m-3 {
  letter-spacing: -0.03rem !important;
}
.u-ls-m-4 {
  letter-spacing: -0.04rem !important;
}
.u-ls-m-5 {
  letter-spacing: -0.05rem !important;
}
.u-ls-m-10 {
  letter-spacing: -0.1rem !important;
}
.u-ls-m-20 {
  letter-spacing: -0.2rem !important;
}
.u-ls-m-30 {
  letter-spacing: -0.3rem !important;
}
.u-ls-m-40 {
  letter-spacing: -0.4rem !important;
}
.u-ls-m-50 {
  letter-spacing: -0.5rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-ls-0 {
    letter-spacing: 0 !important;
  }
  .s\:u-ls-10 {
    letter-spacing: 0.1rem !important;
  }
  .s\:u-ls-15 {
    letter-spacing: 0.15rem !important;
  }
  .s\:u-ls-20 {
    letter-spacing: 0.2rem !important;
  }
}
.u-font-0 {
  font-size: 0;
}
.u-font-10 {
  font-size: 1rem;
}
.u-font-12 {
  font-size: 1.2rem;
}
.u-font-14 {
  font-size: 1.4rem;
}
.u-font-16 {
  font-size: 1.6rem;
}
.u-font-18 {
  font-size: 1.8rem;
}
.u-font-20 {
  font-size: 2rem;
}
.u-font-black {
  color: var(--black);
}
.u-font-red {
  color: var(--red) !important;
}
.u-font-blue {
  color: var(--blue) !important;
}
.u-font-white {
  color: var(--white) !important;
}
.u-font-green {
  color: var(--green) !important;
}
.u-font-orange {
  color: var(--orange) !important;
}
.u-font-gold {
  color: var(--gold) !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 Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif !important;
}
.u-font-family-2 {
  font-family: "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: 767px) {
  .s\:u-font-10 {
    font-size: 1rem;
  }
  .s\:u-font-12 {
    font-size: 1.2rem;
  }
  .s\:u-font-14 {
    font-size: 1.4rem;
  }
  .s\:u-font-16 {
    font-size: 1.6rem;
  }
  .s\:u-font-20 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}

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

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

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

.u-bottom-5 {
  bottom: 0.5rem !important;
}

.u-bottom-10 {
  bottom: 1rem !important;
}

.u-bottom-15 {
  bottom: 1.5rem !important;
}

.u-bottom-20 {
  bottom: 2rem !important;
}

.u-bottom-25 {
  bottom: 2.5rem !important;
}

.u-bottom-30 {
  bottom: 3rem !important;
}

.u-bottom-35 {
  bottom: 3.5rem !important;
}

.u-bottom-40 {
  bottom: 4rem !important;
}

.u-bottom-45 {
  bottom: 4.5rem !important;
}

.u-bottom-50 {
  bottom: 5rem !important;
}

.u-bottom-55 {
  bottom: 5.5rem !important;
}

.u-bottom-60 {
  bottom: 6rem !important;
}

.u-bottom-65 {
  bottom: 6.5rem !important;
}

.u-bottom-70 {
  bottom: 7rem !important;
}

.u-bottom-75 {
  bottom: 7.5rem !important;
}

.u-bottom-80 {
  bottom: 8rem !important;
}

.u-bottom-85 {
  bottom: 8.5rem !important;
}

.u-bottom-90 {
  bottom: 9rem !important;
}

.u-bottom-95 {
  bottom: 9.5rem !important;
}

.u-bottom-100 {
  bottom: 10rem !important;
}

.u-bottom-105 {
  bottom: 10.5rem !important;
}

.u-bottom-110 {
  bottom: 11rem !important;
}

.u-bottom-115 {
  bottom: 11.5rem !important;
}

.u-bottom-120 {
  bottom: 12rem !important;
}

.u-bottom-125 {
  bottom: 12.5rem !important;
}

.u-bottom-130 {
  bottom: 13rem !important;
}

.u-bottom-135 {
  bottom: 13.5rem !important;
}

.u-bottom-140 {
  bottom: 14rem !important;
}

.u-bottom-145 {
  bottom: 14.5rem !important;
}

.u-bottom-150 {
  bottom: 15rem !important;
}

.u-bottom-155 {
  bottom: 15.5rem !important;
}

.u-bottom-160 {
  bottom: 16rem !important;
}

.u-bottom-165 {
  bottom: 16.5rem !important;
}

.u-bottom-170 {
  bottom: 17rem !important;
}

.u-bottom-175 {
  bottom: 17.5rem !important;
}

.u-bottom-180 {
  bottom: 18rem !important;
}

.u-bottom-185 {
  bottom: 18.5rem !important;
}

.u-bottom-190 {
  bottom: 19rem !important;
}

.u-bottom-195 {
  bottom: 19.5rem !important;
}

.u-bottom-200 {
  bottom: 20rem !important;
}

.u-bottom-205 {
  bottom: 20.5rem !important;
}

.u-bottom-210 {
  bottom: 21rem !important;
}

.u-bottom-215 {
  bottom: 21.5rem !important;
}

.u-bottom-220 {
  bottom: 22rem !important;
}

.u-bottom-225 {
  bottom: 22.5rem !important;
}

.u-bottom-230 {
  bottom: 23rem !important;
}

.u-bottom-235 {
  bottom: 23.5rem !important;
}

.u-bottom-240 {
  bottom: 24rem !important;
}

.u-bottom-245 {
  bottom: 24.5rem !important;
}

.u-bottom-250 {
  bottom: 25rem !important;
}

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

.u-top-5 {
  top: 0.5rem !important;
}

.u-top-10 {
  top: 1rem !important;
}

.u-top-15 {
  top: 1.5rem !important;
}

.u-top-20 {
  top: 2rem !important;
}

.u-top-25 {
  top: 2.5rem !important;
}

.u-top-30 {
  top: 3rem !important;
}

.u-top-35 {
  top: 3.5rem !important;
}

.u-top-40 {
  top: 4rem !important;
}

.u-top-45 {
  top: 4.5rem !important;
}

.u-top-50 {
  top: 5rem !important;
}

.u-top-55 {
  top: 5.5rem !important;
}

.u-top-60 {
  top: 6rem !important;
}

.u-top-65 {
  top: 6.5rem !important;
}

.u-top-70 {
  top: 7rem !important;
}

.u-top-75 {
  top: 7.5rem !important;
}

.u-top-80 {
  top: 8rem !important;
}

.u-top-85 {
  top: 8.5rem !important;
}

.u-top-90 {
  top: 9rem !important;
}

.u-top-95 {
  top: 9.5rem !important;
}

.u-top-100 {
  top: 10rem !important;
}

.u-top-105 {
  top: 10.5rem !important;
}

.u-top-110 {
  top: 11rem !important;
}

.u-top-115 {
  top: 11.5rem !important;
}

.u-top-120 {
  top: 12rem !important;
}

.u-top-125 {
  top: 12.5rem !important;
}

.u-top-130 {
  top: 13rem !important;
}

.u-top-135 {
  top: 13.5rem !important;
}

.u-top-140 {
  top: 14rem !important;
}

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

.u-left-5 {
  left: 0.5rem !important;
}

.u-left-10 {
  left: 1rem !important;
}

.u-left-15 {
  left: 1.5rem !important;
}

.u-left-20 {
  left: 2rem !important;
}

.u-left-25 {
  left: 2.5rem !important;
}

.u-left-30 {
  left: 3rem !important;
}

.u-left-35 {
  left: 3.5rem !important;
}

.u-left-40 {
  left: 4rem !important;
}

.u-left-45 {
  left: 4.5rem !important;
}

.u-left-50 {
  left: 5rem !important;
}

.u-left-55 {
  left: 5.5rem !important;
}

.u-left-60 {
  left: 6rem !important;
}

.u-left-65 {
  left: 6.5rem !important;
}

.u-left-70 {
  left: 7rem !important;
}

.u-left-75 {
  left: 7.5rem !important;
}

.u-left-80 {
  left: 8rem !important;
}

.u-left-85 {
  left: 8.5rem !important;
}

.u-left-90 {
  left: 9rem !important;
}

.u-left-95 {
  left: 9.5rem !important;
}

.u-left-100 {
  left: 10rem !important;
}

.u-left-105 {
  left: 10.5rem !important;
}

.u-left-110 {
  left: 11rem !important;
}

.u-left-115 {
  left: 11.5rem !important;
}

.u-left-120 {
  left: 12rem !important;
}

.u-left-125 {
  left: 12.5rem !important;
}

.u-left-130 {
  left: 13rem !important;
}

.u-left-135 {
  left: 13.5rem !important;
}

.u-left-140 {
  left: 14rem !important;
}

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

.u-right-5 {
  right: 0.5rem !important;
}

.u-right-10 {
  right: 1rem !important;
}

.u-right-15 {
  right: 1.5rem !important;
}

.u-right-20 {
  right: 2rem !important;
}

.u-right-25 {
  right: 2.5rem !important;
}

.u-right-30 {
  right: 3rem !important;
}

.u-right-35 {
  right: 3.5rem !important;
}

.u-right-40 {
  right: 4rem !important;
}

.u-right-45 {
  right: 4.5rem !important;
}

.u-right-50 {
  right: 5rem !important;
}

.u-right-55 {
  right: 5.5rem !important;
}

.u-right-60 {
  right: 6rem !important;
}

.u-right-65 {
  right: 6.5rem !important;
}

.u-right-70 {
  right: 7rem !important;
}

.u-right-75 {
  right: 7.5rem !important;
}

.u-right-80 {
  right: 8rem !important;
}

.u-right-85 {
  right: 8.5rem !important;
}

.u-right-90 {
  right: 9rem !important;
}

.u-right-95 {
  right: 9.5rem !important;
}

.u-right-100 {
  right: 10rem !important;
}

.u-right-105 {
  right: 10.5rem !important;
}

.u-right-110 {
  right: 11rem !important;
}

.u-right-115 {
  right: 11.5rem !important;
}

.u-right-120 {
  right: 12rem !important;
}

.u-right-125 {
  right: 12.5rem !important;
}

.u-right-130 {
  right: 13rem !important;
}

.u-right-135 {
  right: 13.5rem !important;
}

.u-right-140 {
  right: 14rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-bottom-0 {
    bottom: 0rem !important;
  }
  .s\:u-bottom-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-bottom-10 {
    bottom: 1rem !important;
  }
  .s\:u-bottom-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-bottom-20 {
    bottom: 2rem !important;
  }
  .s\:u-bottom-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-bottom-30 {
    bottom: 3rem !important;
  }
  .s\:u-bottom-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-bottom-40 {
    bottom: 4rem !important;
  }
  .s\:u-bottom-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-bottom-50 {
    bottom: 5rem !important;
  }
  .s\:u-bottom-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-bottom-60 {
    bottom: 6rem !important;
  }
  .s\:u-bottom-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-bottom-70 {
    bottom: 7rem !important;
  }
  .s\:u-bottom-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-bottom-80 {
    bottom: 8rem !important;
  }
  .s\:u-bottom-85 {
    bottom: 8.5rem !important;
  }
  .s\:u-bottom-90 {
    bottom: 9rem !important;
  }
  .s\:u-bottom-95 {
    bottom: 9.5rem !important;
  }
  .s\:u-bottom-100 {
    bottom: 10rem !important;
  }
  .s\:u-top-0 {
    top: 0rem !important;
  }
  .s\:u-top-5 {
    top: 0.5rem !important;
  }
  .s\:u-top-10 {
    top: 1rem !important;
  }
  .s\:u-top-15 {
    top: 1.5rem !important;
  }
  .s\:u-top-20 {
    top: 2rem !important;
  }
  .s\:u-top-25 {
    top: 2.5rem !important;
  }
  .s\:u-top-30 {
    top: 3rem !important;
  }
  .s\:u-top-35 {
    top: 3.5rem !important;
  }
  .s\:u-top-40 {
    top: 4rem !important;
  }
  .s\:u-top-45 {
    top: 4.5rem !important;
  }
  .s\:u-top-50 {
    top: 5rem !important;
  }
  .s\:u-top-55 {
    top: 5.5rem !important;
  }
  .s\:u-top-60 {
    top: 6rem !important;
  }
  .s\:u-top-65 {
    top: 6.5rem !important;
  }
  .s\:u-top-70 {
    top: 7rem !important;
  }
  .s\:u-top-75 {
    top: 7.5rem !important;
  }
  .s\:u-top-80 {
    top: 8rem !important;
  }
  .s\:u-top-85 {
    top: 8.5rem !important;
  }
  .s\:u-top-90 {
    top: 9rem !important;
  }
  .s\:u-top-95 {
    top: 9.5rem !important;
  }
  .s\:u-top-100 {
    top: 10rem !important;
  }
  .s\:u-left-0 {
    left: 0rem !important;
  }
  .s\:u-left-5 {
    left: 0.5rem !important;
  }
  .s\:u-left-10 {
    left: 1rem !important;
  }
  .s\:u-left-15 {
    left: 1.5rem !important;
  }
  .s\:u-left-20 {
    left: 2rem !important;
  }
  .s\:u-left-25 {
    left: 2.5rem !important;
  }
  .s\:u-left-30 {
    left: 3rem !important;
  }
  .s\:u-left-35 {
    left: 3.5rem !important;
  }
  .s\:u-left-40 {
    left: 4rem !important;
  }
  .s\:u-left-45 {
    left: 4.5rem !important;
  }
  .s\:u-left-50 {
    left: 5rem !important;
  }
  .s\:u-left-55 {
    left: 5.5rem !important;
  }
  .s\:u-left-60 {
    left: 6rem !important;
  }
  .s\:u-left-65 {
    left: 6.5rem !important;
  }
  .s\:u-left-70 {
    left: 7rem !important;
  }
  .s\:u-left-75 {
    left: 7.5rem !important;
  }
  .s\:u-left-80 {
    left: 8rem !important;
  }
  .s\:u-left-85 {
    left: 8.5rem !important;
  }
  .s\:u-left-90 {
    left: 9rem !important;
  }
  .s\:u-left-95 {
    left: 9.5rem !important;
  }
  .s\:u-left-100 {
    left: 10rem !important;
  }
  .s\:u-right-0 {
    right: 0rem !important;
  }
  .s\:u-right-5 {
    right: 0.5rem !important;
  }
  .s\:u-right-10 {
    right: 1rem !important;
  }
  .s\:u-right-15 {
    right: 1.5rem !important;
  }
  .s\:u-right-20 {
    right: 2rem !important;
  }
  .s\:u-right-25 {
    right: 2.5rem !important;
  }
  .s\:u-right-30 {
    right: 3rem !important;
  }
  .s\:u-right-35 {
    right: 3.5rem !important;
  }
  .s\:u-right-40 {
    right: 4rem !important;
  }
  .s\:u-right-45 {
    right: 4.5rem !important;
  }
  .s\:u-right-50 {
    right: 5rem !important;
  }
  .s\:u-right-55 {
    right: 5.5rem !important;
  }
  .s\:u-right-60 {
    right: 6rem !important;
  }
  .s\:u-right-65 {
    right: 6.5rem !important;
  }
  .s\:u-right-70 {
    right: 7rem !important;
  }
  .s\:u-right-75 {
    right: 7.5rem !important;
  }
  .s\:u-right-80 {
    right: 8rem !important;
  }
  .s\:u-right-85 {
    right: 8.5rem !important;
  }
  .s\:u-right-90 {
    right: 9rem !important;
  }
  .s\:u-right-95 {
    right: 9.5rem !important;
  }
  .s\:u-right-100 {
    right: 10rem !important;
  }
}
.u-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .s\:u-block {
    display: block;
  }
}
.u-nowrap {
  white-space: nowrap;
}

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

.u-t-5 {
  top: 0.5rem !important;
}

.u-t-10 {
  top: 1rem !important;
}

.u-t-15 {
  top: 1.5rem !important;
}

.u-t-20 {
  top: 2rem !important;
}

.u-t-25 {
  top: 2.5rem !important;
}

.u-t-30 {
  top: 3rem !important;
}

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

.u-b-5 {
  bottom: 0.5rem !important;
}

.u-b-10 {
  bottom: 1rem !important;
}

.u-b-15 {
  bottom: 1.5rem !important;
}

.u-b-20 {
  bottom: 2rem !important;
}

.u-b-25 {
  bottom: 2.5rem !important;
}

.u-b-30 {
  bottom: 3rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-t-0 {
    top: 0rem !important;
  }
  .s\:u-t-5 {
    top: 0.5rem !important;
  }
  .s\:u-t-10 {
    top: 1rem !important;
  }
  .s\:u-t-15 {
    top: 1.5rem !important;
  }
  .s\:u-t-20 {
    top: 2rem !important;
  }
  .s\:u-b-0 {
    bottom: 0rem !important;
  }
  .s\:u-b-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-b-10 {
    bottom: 1rem !important;
  }
  .s\:u-b-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-b-20 {
    bottom: 2rem !important;
  }
  .s\:u-b-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-b-30 {
    bottom: 3rem !important;
  }
  .s\:u-b-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-b-40 {
    bottom: 4rem !important;
  }
  .s\:u-b-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-b-50 {
    bottom: 5rem !important;
  }
  .s\:u-b-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-b-60 {
    bottom: 6rem !important;
  }
  .s\:u-b-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-b-70 {
    bottom: 7rem !important;
  }
  .s\:u-b-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-b-80 {
    bottom: 8rem !important;
  }
}
.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pl-1 {
  padding-left: 0.1rem !important;
}

.u-pl-2 {
  padding-left: 0.2rem !important;
}

.u-pl-3 {
  padding-left: 0.3rem !important;
}

.u-pl-4 {
  padding-left: 0.4rem !important;
}

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

.u-pl-6 {
  padding-left: 0.6rem !important;
}

.u-pl-7 {
  padding-left: 0.7rem !important;
}

.u-pl-8 {
  padding-left: 0.8rem !important;
}

.u-pl-9 {
  padding-left: 0.9rem !important;
}

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

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

.u-pr-1 {
  padding-right: 0.1rem !important;
}

.u-pr-2 {
  padding-right: 0.2rem !important;
}

.u-pr-3 {
  padding-right: 0.3rem !important;
}

.u-pr-4 {
  padding-right: 0.4rem !important;
}

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

.u-pr-6 {
  padding-right: 0.6rem !important;
}

.u-pr-7 {
  padding-right: 0.7rem !important;
}

.u-pr-8 {
  padding-right: 0.8rem !important;
}

.u-pr-9 {
  padding-right: 0.9rem !important;
}

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

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

.u-p-5 {
  padding: 0.5rem !important;
}

.u-p-10 {
  padding: 1rem !important;
}

.u-p-15 {
  padding: 1.5rem !important;
}

.u-p-20 {
  padding: 2rem !important;
}

.u-p-25 {
  padding: 2.5rem !important;
}

.u-p-30 {
  padding: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

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

.u-pb-155 {
  padding-bottom: 15.5rem !important;
}

.u-pb-160 {
  padding-bottom: 16rem !important;
}

.u-pb-165 {
  padding-bottom: 16.5rem !important;
}

.u-pb-170 {
  padding-bottom: 17rem !important;
}

.u-pb-175 {
  padding-bottom: 17.5rem !important;
}

.u-pb-180 {
  padding-bottom: 18rem !important;
}

.u-pb-185 {
  padding-bottom: 18.5rem !important;
}

.u-pb-190 {
  padding-bottom: 19rem !important;
}

.u-pb-195 {
  padding-bottom: 19.5rem !important;
}

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

.u-pb-205 {
  padding-bottom: 20.5rem !important;
}

.u-pb-210 {
  padding-bottom: 21rem !important;
}

.u-pb-215 {
  padding-bottom: 21.5rem !important;
}

.u-pb-220 {
  padding-bottom: 22rem !important;
}

.u-pb-225 {
  padding-bottom: 22.5rem !important;
}

.u-pb-230 {
  padding-bottom: 23rem !important;
}

.u-pb-235 {
  padding-bottom: 23.5rem !important;
}

.u-pb-240 {
  padding-bottom: 24rem !important;
}

.u-pb-245 {
  padding-bottom: 24.5rem !important;
}

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

.u-pb-255 {
  padding-bottom: 25.5rem !important;
}

.u-pb-260 {
  padding-bottom: 26rem !important;
}

.u-pb-265 {
  padding-bottom: 26.5rem !important;
}

.u-pb-270 {
  padding-bottom: 27rem !important;
}

.u-pb-275 {
  padding-bottom: 27.5rem !important;
}

.u-pb-280 {
  padding-bottom: 28rem !important;
}

.u-pb-285 {
  padding-bottom: 28.5rem !important;
}

.u-pb-290 {
  padding-bottom: 29rem !important;
}

.u-pb-295 {
  padding-bottom: 29.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

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

.u-pt-155 {
  padding-top: 15.5rem !important;
}

.u-pt-160 {
  padding-top: 16rem !important;
}

.u-pt-165 {
  padding-top: 16.5rem !important;
}

.u-pt-170 {
  padding-top: 17rem !important;
}

.u-pt-175 {
  padding-top: 17.5rem !important;
}

.u-pt-180 {
  padding-top: 18rem !important;
}

.u-pt-185 {
  padding-top: 18.5rem !important;
}

.u-pt-190 {
  padding-top: 19rem !important;
}

.u-pt-195 {
  padding-top: 19.5rem !important;
}

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

.u-pt-205 {
  padding-top: 20.5rem !important;
}

.u-pt-210 {
  padding-top: 21rem !important;
}

.u-pt-215 {
  padding-top: 21.5rem !important;
}

.u-pt-220 {
  padding-top: 22rem !important;
}

.u-pt-225 {
  padding-top: 22.5rem !important;
}

.u-pt-230 {
  padding-top: 23rem !important;
}

.u-pt-235 {
  padding-top: 23.5rem !important;
}

.u-pt-240 {
  padding-top: 24rem !important;
}

.u-pt-245 {
  padding-top: 24.5rem !important;
}

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

.u-pt-255 {
  padding-top: 25.5rem !important;
}

.u-pt-260 {
  padding-top: 26rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pl-105 {
  padding-left: 10.5rem !important;
}

.u-pl-110 {
  padding-left: 11rem !important;
}

.u-pl-115 {
  padding-left: 11.5rem !important;
}

.u-pl-120 {
  padding-left: 12rem !important;
}

.u-pl-125 {
  padding-left: 12.5rem !important;
}

.u-pl-130 {
  padding-left: 13rem !important;
}

.u-pl-135 {
  padding-left: 13.5rem !important;
}

.u-pl-140 {
  padding-left: 14rem !important;
}

.u-pl-145 {
  padding-left: 14.5rem !important;
}

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

.u-pl-155 {
  padding-left: 15.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pr-105 {
  padding-right: 10.5rem !important;
}

.u-pr-110 {
  padding-right: 11rem !important;
}

.u-pr-115 {
  padding-right: 11.5rem !important;
}

.u-pr-120 {
  padding-right: 12rem !important;
}

.u-pr-125 {
  padding-right: 12.5rem !important;
}

.u-pr-130 {
  padding-right: 13rem !important;
}

.u-pr-135 {
  padding-right: 13.5rem !important;
}

.u-pr-140 {
  padding-right: 14rem !important;
}

.u-pr-145 {
  padding-right: 14.5rem !important;
}

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

.u-pr-155 {
  padding-right: 15.5rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-pb-0 {
    padding-bottom: 0rem !important;
  }
  .s\:u-pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .s\:u-pb-10 {
    padding-bottom: 1rem !important;
  }
  .s\:u-pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .s\:u-pb-20 {
    padding-bottom: 2rem !important;
  }
  .s\:u-pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .s\:u-pb-30 {
    padding-bottom: 3rem !important;
  }
  .s\:u-pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .s\:u-pb-40 {
    padding-bottom: 4rem !important;
  }
  .s\:u-pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .s\:u-pb-50 {
    padding-bottom: 5rem !important;
  }
  .s\:u-pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .s\:u-pb-60 {
    padding-bottom: 6rem !important;
  }
  .s\:u-pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .s\:u-pb-70 {
    padding-bottom: 7rem !important;
  }
  .s\:u-pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .s\:u-pb-80 {
    padding-bottom: 8rem !important;
  }
  .s\:u-pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .s\:u-pb-90 {
    padding-bottom: 9rem !important;
  }
  .s\:u-pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .s\:u-pb-100 {
    padding-bottom: 10rem !important;
  }
  .s\:u-pt-0 {
    padding-top: 0rem !important;
  }
  .s\:u-pt-5 {
    padding-top: 0.5rem !important;
  }
  .s\:u-pt-10 {
    padding-top: 1rem !important;
  }
  .s\:u-pt-15 {
    padding-top: 1.5rem !important;
  }
  .s\:u-pt-20 {
    padding-top: 2rem !important;
  }
  .s\:u-pt-25 {
    padding-top: 2.5rem !important;
  }
  .s\:u-pt-30 {
    padding-top: 3rem !important;
  }
  .s\:u-pt-35 {
    padding-top: 3.5rem !important;
  }
  .s\:u-pt-40 {
    padding-top: 4rem !important;
  }
  .s\:u-pt-45 {
    padding-top: 4.5rem !important;
  }
  .s\:u-pt-50 {
    padding-top: 5rem !important;
  }
  .s\:u-pt-55 {
    padding-top: 5.5rem !important;
  }
  .s\:u-pt-60 {
    padding-top: 6rem !important;
  }
  .s\:u-pt-65 {
    padding-top: 6.5rem !important;
  }
  .s\:u-pt-70 {
    padding-top: 7rem !important;
  }
  .s\:u-pt-75 {
    padding-top: 7.5rem !important;
  }
  .s\:u-pt-80 {
    padding-top: 8rem !important;
  }
  .s\:u-pt-85 {
    padding-top: 8.5rem !important;
  }
  .s\:u-pt-90 {
    padding-top: 9rem !important;
  }
  .s\:u-pt-95 {
    padding-top: 9.5rem !important;
  }
  .s\:u-pt-100 {
    padding-top: 10rem !important;
  }
  .s\:u-pl-0 {
    padding-left: 0rem !important;
  }
  .s\:u-pl-5 {
    padding-left: 0.5rem !important;
  }
  .s\:u-pl-10 {
    padding-left: 1rem !important;
  }
  .s\:u-pl-15 {
    padding-left: 1.5rem !important;
  }
  .s\:u-pl-20 {
    padding-left: 2rem !important;
  }
  .s\:u-pl-25 {
    padding-left: 2.5rem !important;
  }
  .s\:u-pl-30 {
    padding-left: 3rem !important;
  }
  .s\:u-pl-35 {
    padding-left: 3.5rem !important;
  }
  .s\:u-pl-40 {
    padding-left: 4rem !important;
  }
  .s\:u-pl-45 {
    padding-left: 4.5rem !important;
  }
  .s\:u-pl-50 {
    padding-left: 5rem !important;
  }
  .s\:u-pl-55 {
    padding-left: 5.5rem !important;
  }
  .s\:u-pl-60 {
    padding-left: 6rem !important;
  }
  .s\:u-pl-65 {
    padding-left: 6.5rem !important;
  }
  .s\:u-pl-70 {
    padding-left: 7rem !important;
  }
  .s\:u-pl-75 {
    padding-left: 7.5rem !important;
  }
  .s\:u-pl-80 {
    padding-left: 8rem !important;
  }
  .s\:u-pl-85 {
    padding-left: 8.5rem !important;
  }
  .s\:u-pl-90 {
    padding-left: 9rem !important;
  }
  .s\:u-pl-95 {
    padding-left: 9.5rem !important;
  }
  .s\:u-pl-100 {
    padding-left: 10rem !important;
  }
  .s\:u-pr-0 {
    padding-right: 0rem !important;
  }
  .s\:u-pr-5 {
    padding-right: 0.5rem !important;
  }
  .s\:u-pr-10 {
    padding-right: 1rem !important;
  }
  .s\:u-pr-15 {
    padding-right: 1.5rem !important;
  }
  .s\:u-pr-20 {
    padding-right: 2rem !important;
  }
  .s\:u-pr-25 {
    padding-right: 2.5rem !important;
  }
  .s\:u-pr-30 {
    padding-right: 3rem !important;
  }
  .s\:u-pr-35 {
    padding-right: 3.5rem !important;
  }
  .s\:u-pr-40 {
    padding-right: 4rem !important;
  }
  .s\:u-pr-45 {
    padding-right: 4.5rem !important;
  }
  .s\:u-pr-50 {
    padding-right: 5rem !important;
  }
  .s\:u-pr-55 {
    padding-right: 5.5rem !important;
  }
  .s\:u-pr-60 {
    padding-right: 6rem !important;
  }
  .s\:u-pr-65 {
    padding-right: 6.5rem !important;
  }
  .s\:u-pr-70 {
    padding-right: 7rem !important;
  }
  .s\:u-pr-75 {
    padding-right: 7.5rem !important;
  }
  .s\:u-pr-80 {
    padding-right: 8rem !important;
  }
  .s\:u-pr-85 {
    padding-right: 8.5rem !important;
  }
  .s\:u-pr-90 {
    padding-right: 9rem !important;
  }
  .s\:u-pr-95 {
    padding-right: 9.5rem !important;
  }
  .s\:u-pr-100 {
    padding-right: 10rem !important;
  }
}
.u-m-auto {
  margin: 0 auto;
}

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

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

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

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

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

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

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

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

.u-ml-5 {
  margin-left: 0.5rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-ml-15 {
  margin-left: 1.5rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-ml-25 {
  margin-left: 2.5rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-ml-85 {
  margin-left: 8.5rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-ml-95 {
  margin-left: 9.5rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

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

.u-mr-5 {
  margin-right: 0.5rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mr-15 {
  margin-right: 1.5rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mr-85 {
  margin-right: 8.5rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mr-95 {
  margin-right: 9.5rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

.u-mb-m-100 {
  margin-bottom: -10rem !important;
}

.u-mb-m-95 {
  margin-bottom: -9.5rem !important;
}

.u-mb-m-90 {
  margin-bottom: -9rem !important;
}

.u-mb-m-85 {
  margin-bottom: -8.5rem !important;
}

.u-mb-m-80 {
  margin-bottom: -8rem !important;
}

.u-mb-m-75 {
  margin-bottom: -7.5rem !important;
}

.u-mb-m-70 {
  margin-bottom: -7rem !important;
}

.u-mb-m-65 {
  margin-bottom: -6.5rem !important;
}

.u-mb-m-60 {
  margin-bottom: -6rem !important;
}

.u-mb-m-55 {
  margin-bottom: -5.5rem !important;
}

.u-mb-m-50 {
  margin-bottom: -5rem !important;
}

.u-mb-m-45 {
  margin-bottom: -4.5rem !important;
}

.u-mb-m-40 {
  margin-bottom: -4rem !important;
}

.u-mb-m-35 {
  margin-bottom: -3.5rem !important;
}

.u-mb-m-30 {
  margin-bottom: -3rem !important;
}

.u-mb-m-25 {
  margin-bottom: -2.5rem !important;
}

.u-mb-m-20 {
  margin-bottom: -2rem !important;
}

.u-mb-m-15 {
  margin-bottom: -1.5rem !important;
}

.u-mb-m-10 {
  margin-bottom: -1rem !important;
}

.u-mb-m-5 {
  margin-bottom: -0.5rem !important;
}

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

.u-mt-m-100 {
  margin-top: -10rem !important;
}

.u-mt-m-95 {
  margin-top: -9.5rem !important;
}

.u-mt-m-90 {
  margin-top: -9rem !important;
}

.u-mt-m-85 {
  margin-top: -8.5rem !important;
}

.u-mt-m-80 {
  margin-top: -8rem !important;
}

.u-mt-m-75 {
  margin-top: -7.5rem !important;
}

.u-mt-m-70 {
  margin-top: -7rem !important;
}

.u-mt-m-65 {
  margin-top: -6.5rem !important;
}

.u-mt-m-60 {
  margin-top: -6rem !important;
}

.u-mt-m-55 {
  margin-top: -5.5rem !important;
}

.u-mt-m-50 {
  margin-top: -5rem !important;
}

.u-mt-m-45 {
  margin-top: -4.5rem !important;
}

.u-mt-m-40 {
  margin-top: -4rem !important;
}

.u-mt-m-35 {
  margin-top: -3.5rem !important;
}

.u-mt-m-30 {
  margin-top: -3rem !important;
}

.u-mt-m-25 {
  margin-top: -2.5rem !important;
}

.u-mt-m-20 {
  margin-top: -2rem !important;
}

.u-mt-m-15 {
  margin-top: -1.5rem !important;
}

.u-mt-m-10 {
  margin-top: -1rem !important;
}

.u-mt-m-5 {
  margin-top: -0.5rem !important;
}

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

.u-ml-m-100 {
  margin-left: -10rem !important;
}

.u-ml-m-95 {
  margin-left: -9.5rem !important;
}

.u-ml-m-90 {
  margin-left: -9rem !important;
}

.u-ml-m-85 {
  margin-left: -8.5rem !important;
}

.u-ml-m-80 {
  margin-left: -8rem !important;
}

.u-ml-m-75 {
  margin-left: -7.5rem !important;
}

.u-ml-m-70 {
  margin-left: -7rem !important;
}

.u-ml-m-65 {
  margin-left: -6.5rem !important;
}

.u-ml-m-60 {
  margin-left: -6rem !important;
}

.u-ml-m-55 {
  margin-left: -5.5rem !important;
}

.u-ml-m-50 {
  margin-left: -5rem !important;
}

.u-ml-m-45 {
  margin-left: -4.5rem !important;
}

.u-ml-m-40 {
  margin-left: -4rem !important;
}

.u-ml-m-35 {
  margin-left: -3.5rem !important;
}

.u-ml-m-30 {
  margin-left: -3rem !important;
}

.u-ml-m-25 {
  margin-left: -2.5rem !important;
}

.u-ml-m-20 {
  margin-left: -2rem !important;
}

.u-ml-m-15 {
  margin-left: -1.5rem !important;
}

.u-ml-m-10 {
  margin-left: -1rem !important;
}

.u-ml-m-5 {
  margin-left: -0.5rem !important;
}

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

.u-mr-m-50 {
  margin-right: -5rem !important;
}

.u-mr-m-45 {
  margin-right: -4.5rem !important;
}

.u-mr-m-40 {
  margin-right: -4rem !important;
}

.u-mr-m-35 {
  margin-right: -3.5rem !important;
}

.u-mr-m-30 {
  margin-right: -3rem !important;
}

.u-mr-m-25 {
  margin-right: -2.5rem !important;
}

.u-mr-m-20 {
  margin-right: -2rem !important;
}

.u-mr-m-15 {
  margin-right: -1.5rem !important;
}

.u-mr-m-10 {
  margin-right: -1rem !important;
}

.u-mr-m-5 {
  margin-right: -0.5rem !important;
}

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

.u-ml-m-10 {
  margin-left: -1rem !important;
}

.u-ml-m-9 {
  margin-left: -0.9rem !important;
}

.u-ml-m-8 {
  margin-left: -0.8rem !important;
}

.u-ml-m-7 {
  margin-left: -0.7rem !important;
}

.u-ml-m-6 {
  margin-left: -0.6rem !important;
}

.u-ml-m-5 {
  margin-left: -0.5rem !important;
}

.u-ml-m-4 {
  margin-left: -0.4rem !important;
}

.u-ml-m-3 {
  margin-left: -0.3rem !important;
}

.u-ml-m-2 {
  margin-left: -0.2rem !important;
}

.u-ml-m-1 {
  margin-left: -0.1rem !important;
}

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

.u-mr-m-10 {
  margin-right: -1rem !important;
}

.u-mr-m-9 {
  margin-right: -0.9rem !important;
}

.u-mr-m-8 {
  margin-right: -0.8rem !important;
}

.u-mr-m-7 {
  margin-right: -0.7rem !important;
}

.u-mr-m-6 {
  margin-right: -0.6rem !important;
}

.u-mr-m-5 {
  margin-right: -0.5rem !important;
}

.u-mr-m-4 {
  margin-right: -0.4rem !important;
}

.u-mr-m-3 {
  margin-right: -0.3rem !important;
}

.u-mr-m-2 {
  margin-right: -0.2rem !important;
}

.u-mr-m-1 {
  margin-right: -0.1rem !important;
}

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

@media screen and (max-width: 767px) {
  .s\:u-m-auto {
    margin: 0 auto;
  }
  .s\:u-mb-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .s\:u-mb-10 {
    margin-bottom: 1rem !important;
  }
  .s\:u-mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .s\:u-mb-20 {
    margin-bottom: 2rem !important;
  }
  .s\:u-mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .s\:u-mb-30 {
    margin-bottom: 3rem !important;
  }
  .s\:u-mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .s\:u-mb-40 {
    margin-bottom: 4rem !important;
  }
  .s\:u-mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .s\:u-mb-50 {
    margin-bottom: 5rem !important;
  }
  .s\:u-mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .s\:u-mb-60 {
    margin-bottom: 6rem !important;
  }
  .s\:u-mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .s\:u-mb-70 {
    margin-bottom: 7rem !important;
  }
  .s\:u-mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .s\:u-mb-80 {
    margin-bottom: 8rem !important;
  }
  .s\:u-mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .s\:u-mb-90 {
    margin-bottom: 9rem !important;
  }
  .s\:u-mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .s\:u-mb-100 {
    margin-bottom: 10rem !important;
  }
  .s\:u-mb-105 {
    margin-bottom: 10.5rem !important;
  }
  .s\:u-mb-110 {
    margin-bottom: 11rem !important;
  }
  .s\:u-mb-115 {
    margin-bottom: 11.5rem !important;
  }
  .s\:u-mb-120 {
    margin-bottom: 12rem !important;
  }
  .s\:u-mb-125 {
    margin-bottom: 12.5rem !important;
  }
  .s\:u-mb-130 {
    margin-bottom: 13rem !important;
  }
  .s\:u-mb-135 {
    margin-bottom: 13.5rem !important;
  }
  .s\:u-mb-140 {
    margin-bottom: 14rem !important;
  }
  .s\:u-mb-145 {
    margin-bottom: 14.5rem !important;
  }
  .s\:u-mb-150 {
    margin-bottom: 15rem !important;
  }
  .s\:u-mt-0 {
    margin-top: 0rem !important;
  }
  .s\:u-mt-5 {
    margin-top: 0.5rem !important;
  }
  .s\:u-mt-10 {
    margin-top: 1rem !important;
  }
  .s\:u-mt-15 {
    margin-top: 1.5rem !important;
  }
  .s\:u-mt-20 {
    margin-top: 2rem !important;
  }
  .s\:u-mt-25 {
    margin-top: 2.5rem !important;
  }
  .s\:u-mt-30 {
    margin-top: 3rem !important;
  }
  .s\:u-mt-35 {
    margin-top: 3.5rem !important;
  }
  .s\:u-mt-40 {
    margin-top: 4rem !important;
  }
  .s\:u-mt-45 {
    margin-top: 4.5rem !important;
  }
  .s\:u-mt-50 {
    margin-top: 5rem !important;
  }
  .s\:u-mt-55 {
    margin-top: 5.5rem !important;
  }
  .s\:u-mt-60 {
    margin-top: 6rem !important;
  }
  .s\:u-mt-65 {
    margin-top: 6.5rem !important;
  }
  .s\:u-mt-70 {
    margin-top: 7rem !important;
  }
  .s\:u-mt-75 {
    margin-top: 7.5rem !important;
  }
  .s\:u-mt-80 {
    margin-top: 8rem !important;
  }
  .s\:u-mt-85 {
    margin-top: 8.5rem !important;
  }
  .s\:u-mt-90 {
    margin-top: 9rem !important;
  }
  .s\:u-mt-95 {
    margin-top: 9.5rem !important;
  }
  .s\:u-mt-100 {
    margin-top: 10rem !important;
  }
  .s\:u-ml-0 {
    margin-left: 0rem !important;
  }
  .s\:u-ml-5 {
    margin-left: 0.5rem !important;
  }
  .s\:u-ml-10 {
    margin-left: 1rem !important;
  }
  .s\:u-ml-15 {
    margin-left: 1.5rem !important;
  }
  .s\:u-ml-20 {
    margin-left: 2rem !important;
  }
  .s\:u-ml-25 {
    margin-left: 2.5rem !important;
  }
  .s\:u-ml-30 {
    margin-left: 3rem !important;
  }
  .s\:u-ml-35 {
    margin-left: 3.5rem !important;
  }
  .s\:u-ml-40 {
    margin-left: 4rem !important;
  }
  .s\:u-ml-45 {
    margin-left: 4.5rem !important;
  }
  .s\:u-ml-50 {
    margin-left: 5rem !important;
  }
  .s\:u-ml-55 {
    margin-left: 5.5rem !important;
  }
  .s\:u-ml-60 {
    margin-left: 6rem !important;
  }
  .s\:u-ml-65 {
    margin-left: 6.5rem !important;
  }
  .s\:u-ml-70 {
    margin-left: 7rem !important;
  }
  .s\:u-ml-75 {
    margin-left: 7.5rem !important;
  }
  .s\:u-ml-80 {
    margin-left: 8rem !important;
  }
  .s\:u-mr-0 {
    margin-right: 0rem !important;
  }
  .s\:u-mr-5 {
    margin-right: 0.5rem !important;
  }
  .s\:u-mr-10 {
    margin-right: 1rem !important;
  }
  .s\:u-mr-15 {
    margin-right: 1.5rem !important;
  }
  .s\:u-mr-20 {
    margin-right: 2rem !important;
  }
  .s\:u-mr-25 {
    margin-right: 2.5rem !important;
  }
  .s\:u-mr-30 {
    margin-right: 3rem !important;
  }
  .s\:u-mr-35 {
    margin-right: 3.5rem !important;
  }
  .s\:u-mr-40 {
    margin-right: 4rem !important;
  }
  .s\:u-mr-45 {
    margin-right: 4.5rem !important;
  }
  .s\:u-mr-50 {
    margin-right: 5rem !important;
  }
  .s\:u-mr-55 {
    margin-right: 5.5rem !important;
  }
  .s\:u-mr-60 {
    margin-right: 6rem !important;
  }
  .s\:u-mr-65 {
    margin-right: 6.5rem !important;
  }
  .s\:u-mr-70 {
    margin-right: 7rem !important;
  }
  .s\:u-mr-75 {
    margin-right: 7.5rem !important;
  }
  .s\:u-mr-80 {
    margin-right: 8rem !important;
  }
  .s\:u-mb-m-100 {
    margin-bottom: -10rem !important;
  }
  .s\:u-mb-m-95 {
    margin-bottom: -9.5rem !important;
  }
  .s\:u-mb-m-90 {
    margin-bottom: -9rem !important;
  }
  .s\:u-mb-m-85 {
    margin-bottom: -8.5rem !important;
  }
  .s\:u-mb-m-80 {
    margin-bottom: -8rem !important;
  }
  .s\:u-mb-m-75 {
    margin-bottom: -7.5rem !important;
  }
  .s\:u-mb-m-70 {
    margin-bottom: -7rem !important;
  }
  .s\:u-mb-m-65 {
    margin-bottom: -6.5rem !important;
  }
  .s\:u-mb-m-60 {
    margin-bottom: -6rem !important;
  }
  .s\:u-mb-m-55 {
    margin-bottom: -5.5rem !important;
  }
  .s\:u-mb-m-50 {
    margin-bottom: -5rem !important;
  }
  .s\:u-mb-m-45 {
    margin-bottom: -4.5rem !important;
  }
  .s\:u-mb-m-40 {
    margin-bottom: -4rem !important;
  }
  .s\:u-mb-m-35 {
    margin-bottom: -3.5rem !important;
  }
  .s\:u-mb-m-30 {
    margin-bottom: -3rem !important;
  }
  .s\:u-mb-m-25 {
    margin-bottom: -2.5rem !important;
  }
  .s\:u-mb-m-20 {
    margin-bottom: -2rem !important;
  }
  .s\:u-mb-m-15 {
    margin-bottom: -1.5rem !important;
  }
  .s\:u-mb-m-10 {
    margin-bottom: -1rem !important;
  }
  .s\:u-mb-m-5 {
    margin-bottom: -0.5rem !important;
  }
  .s\:u-mb-m-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mt-m-100 {
    margin-top: -10rem !important;
  }
  .s\:u-mt-m-95 {
    margin-top: -9.5rem !important;
  }
  .s\:u-mt-m-90 {
    margin-top: -9rem !important;
  }
  .s\:u-mt-m-85 {
    margin-top: -8.5rem !important;
  }
  .s\:u-mt-m-80 {
    margin-top: -8rem !important;
  }
  .s\:u-mt-m-75 {
    margin-top: -7.5rem !important;
  }
  .s\:u-mt-m-70 {
    margin-top: -7rem !important;
  }
  .s\:u-mt-m-65 {
    margin-top: -6.5rem !important;
  }
  .s\:u-mt-m-60 {
    margin-top: -6rem !important;
  }
  .s\:u-mt-m-55 {
    margin-top: -5.5rem !important;
  }
  .s\:u-mt-m-50 {
    margin-top: -5rem !important;
  }
  .s\:u-mt-m-45 {
    margin-top: -4.5rem !important;
  }
  .s\:u-mt-m-40 {
    margin-top: -4rem !important;
  }
  .s\:u-mt-m-35 {
    margin-top: -3.5rem !important;
  }
  .s\:u-mt-m-30 {
    margin-top: -3rem !important;
  }
  .s\:u-mt-m-25 {
    margin-top: -2.5rem !important;
  }
  .s\:u-mt-m-20 {
    margin-top: -2rem !important;
  }
  .s\:u-mt-m-15 {
    margin-top: -1.5rem !important;
  }
  .s\:u-mt-m-10 {
    margin-top: -1rem !important;
  }
  .s\:u-mt-m-5 {
    margin-top: -0.5rem !important;
  }
  .s\:u-mt-m-0 {
    margin-top: 0rem !important;
  }
  .s\:u-ml-m-100 {
    margin-left: -10rem !important;
  }
  .s\:u-ml-m-95 {
    margin-left: -9.5rem !important;
  }
  .s\:u-ml-m-90 {
    margin-left: -9rem !important;
  }
  .s\:u-ml-m-85 {
    margin-left: -8.5rem !important;
  }
  .s\:u-ml-m-80 {
    margin-left: -8rem !important;
  }
  .s\:u-ml-m-75 {
    margin-left: -7.5rem !important;
  }
  .s\:u-ml-m-70 {
    margin-left: -7rem !important;
  }
  .s\:u-ml-m-65 {
    margin-left: -6.5rem !important;
  }
  .s\:u-ml-m-60 {
    margin-left: -6rem !important;
  }
  .s\:u-ml-m-55 {
    margin-left: -5.5rem !important;
  }
  .s\:u-ml-m-50 {
    margin-left: -5rem !important;
  }
  .s\:u-ml-m-45 {
    margin-left: -4.5rem !important;
  }
  .s\:u-ml-m-40 {
    margin-left: -4rem !important;
  }
  .s\:u-ml-m-35 {
    margin-left: -3.5rem !important;
  }
  .s\:u-ml-m-30 {
    margin-left: -3rem !important;
  }
  .s\:u-ml-m-25 {
    margin-left: -2.5rem !important;
  }
  .s\:u-ml-m-20 {
    margin-left: -2rem !important;
  }
  .s\:u-ml-m-15 {
    margin-left: -1.5rem !important;
  }
  .s\:u-ml-m-10 {
    margin-left: -1rem !important;
  }
  .s\:u-ml-m-5 {
    margin-left: -0.5rem !important;
  }
  .s\:u-ml-m-0 {
    margin-left: 0rem !important;
  }
  .s\:u-mr-m-100 {
    margin-right: -10rem !important;
  }
  .s\:u-mr-m-95 {
    margin-right: -9.5rem !important;
  }
  .s\:u-mr-m-90 {
    margin-right: -9rem !important;
  }
  .s\:u-mr-m-85 {
    margin-right: -8.5rem !important;
  }
  .s\:u-mr-m-80 {
    margin-right: -8rem !important;
  }
  .s\:u-mr-m-75 {
    margin-right: -7.5rem !important;
  }
  .s\:u-mr-m-70 {
    margin-right: -7rem !important;
  }
  .s\:u-mr-m-65 {
    margin-right: -6.5rem !important;
  }
  .s\:u-mr-m-60 {
    margin-right: -6rem !important;
  }
  .s\:u-mr-m-55 {
    margin-right: -5.5rem !important;
  }
  .s\:u-mr-m-50 {
    margin-right: -5rem !important;
  }
  .s\:u-mr-m-45 {
    margin-right: -4.5rem !important;
  }
  .s\:u-mr-m-40 {
    margin-right: -4rem !important;
  }
  .s\:u-mr-m-35 {
    margin-right: -3.5rem !important;
  }
  .s\:u-mr-m-30 {
    margin-right: -3rem !important;
  }
  .s\:u-mr-m-25 {
    margin-right: -2.5rem !important;
  }
  .s\:u-mr-m-20 {
    margin-right: -2rem !important;
  }
  .s\:u-mr-m-15 {
    margin-right: -1.5rem !important;
  }
  .s\:u-mr-m-10 {
    margin-right: -1rem !important;
  }
  .s\:u-mr-m-5 {
    margin-right: -0.5rem !important;
  }
  .s\:u-mr-m-0 {
    margin-right: 0rem !important;
  }
}
.u-w-full-vw {
  width: 100vw;
}
.u-w-full {
  width: 100%;
}
.u-w-half {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .s\:u-w-full {
    width: 100%;
  }
  .s\:u-w-auto {
    width: auto;
  }
}
.u-h-full {
  height: 100%;
}
.u-h-half {
  height: 50%;
}

@media screen and (max-width: 767px) {
  .s\:u-h-full {
    height: 100%;
  }
  .s\:u-h-auto {
    height: auto;
  }
}
.u-z-9999 {
  z-index: 9999;
}

.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;
}

.u-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.u-hidden-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
  white-space: nowrap; /* 折り返し防止 */
}

.u-bb-0 {
  border-bottom: none !important;
}

.l-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-bg {
    background: #222222 url(../img/bg.webp) no-repeat 50% 50%/cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-bg {
    display: none;
  }
}
.l-bg .logo {
  left: 4rem;
  position: absolute;
  top: 4rem;
  width: 13.0882964601rem;
}
@media screen and (max-width: 960px) {
  .l-bg .logo {
    left: 2.6041666667vw;
    top: 4.1666666667vw;
    width: 14.5833333333vw;
  }
}
.l-bg:before, .l-bg:after {
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  mix-blend-mode: screen;
  isolation: isolate;
  top: 0;
  width: 2.7rem;
}
.l-bg:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 57, 130, 0)), to(#071c57));
  background: -webkit-linear-gradient(left, rgba(28, 57, 130, 0) 0%, #071c57 100%);
  background: linear-gradient(to right, rgba(28, 57, 130, 0) 0%, #071c57 100%);
  left: calc(50% - 19.5rem - 2.7rem);
}
.l-bg:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(7, 28, 87, 0)), to(#071c57));
  background: -webkit-linear-gradient(right, rgba(7, 28, 87, 0) 0%, #071c57 100%);
  background: linear-gradient(to left, rgba(7, 28, 87, 0) 0%, #071c57 100%);
  right: calc(50% - 19.5rem - 2.7rem);
}

.l-scroller {
  background: var(--blue) url(../img/scroller_bg.webp) no-repeat 50% 0/39rem auto;
  color: var(--white);
  margin: 0 auto;
  min-height: 100%;
  padding: 0 0 6.4rem;
  width: 39rem;
  z-index: 2;
}

.l-cv {
  background: var(--black);
  bottom: 0;
  position: fixed;
  left: calc(50% - 19.5rem);
  width: 39rem;
  z-index: 3;
}
.l-cv .btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#B48904), to(#FCE67E));
  background: -webkit-linear-gradient(left, #B48904 0%, #FCE67E 100%);
  background: linear-gradient(to right, #B48904 0%, #FCE67E 100%);
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  height: 6.49rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

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

[data-js-fadeinup] [data-js-fadeinup],
[data-js-fadeinup-wrapper] [data-js-fadeinup],
[data-js-fadeinup] [data-js-fadeinup-wrapper] > * {
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}
[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;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

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

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

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

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

[data-js-accordion] {
  cursor: pointer;
  position: relative;
  padding: 2rem 12rem 1.2rem 3rem;
}
[data-js-accordion]:after {
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.999" height="16" viewBox="0 0 15.999 16"><path d="M389.5-3013v-6.5H383v-3h6.5v-6.5h3v6.5H399v3h-6.5v6.5Z" transform="translate(-383 3029)" fill="%233f4f76"/></svg>') no-repeat 50% 50%/contain;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: auto;
  right: 0.5rem;
  position: absolute;
  left: unset;
  top: 2rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.6rem;
}
[data-js-accordion].is-open:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="3" viewBox="0 0 16 3"><path d="M1.5,16h-3V0h3Z" transform="translate(16 1.5) rotate(90)" fill="%233f4f76"/></svg>');
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

[data-js-accordion-target] {
  display: none;
}

.p-mv {
  height: 64.8rem;
  width: 100%;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-mv-anim {
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
  contain: paint;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-mv-anim:before {
  background: url(../img/mv_particle.webp) no-repeat 0 0/100% auto;
  content: " ";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-animation: fadeIn 1.2s ease forwards 1s;
          animation: fadeIn 1.2s ease forwards 1s;
  width: 100%;
  will-change: opacity;
}
.p-mv-body {
  height: 100%;
}
.p-mv-body > * {
  display: block;
  position: absolute;
}
.p-mv-body .logo {
  display: block;
  left: 1.6rem;
  top: 1.6rem;
  width: 7.722rem;
}
.p-mv-body .ttl {
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
  opacity: 0;
  left: 1.6rem;
  top: 9.5rem;
  width: 35.8rem;
}
.p-mv-body .badge {
  -webkit-animation: fadeInUp 0.6s ease forwards 1s;
          animation: fadeInUp 0.6s ease forwards 1s;
  opacity: 0;
  right: 1.5rem;
  top: 22.4rem;
  width: 16.4rem;
}
.p-mv-body .card, .p-mv-body .card-2, .p-mv-body .card-1 {
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.p-mv-body .card-1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  left: 0;
  top: 22.4rem;
  width: 25.95rem;
}
.p-mv-body .card-2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  right: 0.2rem;
  top: 39.7rem;
  width: 24.3rem;
}

.p-intro {
  padding: 6rem 0 6.4rem;
  margin-top: -5rem;
}
.p-intro p {
  font-weight: 700;
  line-height: 1.6875;
  padding: 0 0 1.8rem;
  text-align: center;
}
.p-intro-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-linear-gradient(45deg, #a4723b -30.257%, #b68a52 17.897%, #fae2b1 82.103%, #eed2a0 98.154%, #cfab75 114.205%, #b68a52 130.257%);
  background: linear-gradient(45deg, #a4723b -30.257%, #b68a52 17.897%, #fae2b1 82.103%, #eed2a0 98.154%, #cfab75 114.205%, #b68a52 130.257%);
  border-radius: 0.8rem;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 8.8rem;
  line-height: 1;
  gap: 1.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-intro-btn .txt-1 {
  font-size: 1.8rem;
}
.p-intro-btn .txt-2 {
  font-size: 2.2rem;
}

.p-message {
  background: var(--light-blue);
  padding: 3.2rem 0 2.8rem;
}
.p-message .u-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-message-prof {
  text-align: center;
  width: 12rem;
}
.p-message-prof img {
  width: 9rem;
}
.p-message-prof .caption {
  font-family: var(--font-2);
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.7rem 0 0;
}
.p-message-prof .caption b {
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
.p-message-body {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: -0.2rem;
  width: 22rem;
}

.p-overview {
  padding: 6.4rem 0 0;
}
.p-overview-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  height: 4.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2.3rem;
}
.p-overview-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.p-overview-item .ttl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin-bottom: 0.7rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-overview-item .ttl:before {
  content: "●";
  padding-right: 0.5rem;
}
.p-overview-item .ttl b {
  font-weight: 700;
}
.p-overview-item .img {
  margin: 0 auto;
  padding: 0.8rem 0 1.7rem;
  width: 16.6rem;
}
.p-overview-item .txt {
  font-family: var(--font-2);
  font-size: 1.4rem;
}
.p-overview-item .ex {
  display: inline-block;
  letter-spacing: -0.01rem;
  padding: 0.2rem 0 0 2.8rem;
  text-indent: -2.8rem;
}

.p-cards {
  padding: 6.2rem 0 2.7rem;
}
.p-cards-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.1rem;
}
.p-cards-item-head {
  text-align: center;
}
.p-cards-item-head:before {
  aspect-ratio: 1/1;
  background: url(../img/cards_grad.webp) no-repeat 50% 50%/cover;
  content: " ";
  display: block;
  position: absolute;
  left: -1.6rem;
  top: -6.8rem;
  width: 39rem;
}
.p-cards-item-head .ttl {
  font-size: 2.2rem;
  margin: 0 0 1.1rem;
}
.p-cards-item-head img {
  width: 25.4rem;
}
.p-cards-item-head .txt {
  font-weight: 700;
  padding: 1.2rem 0 0;
}
.p-cards-item-head .txt small {
  font-family: var(--font-2);
  font-size: 1.4rem;
  font-weight: 400;
}
.p-cards-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2rem;
  padding: 2.2rem 0 0;
}
.p-cards-item-body .bonus .c-gold-bar {
  margin: 0 auto 1.5rem;
}
.p-cards-item-body .bonus .subttl {
  color: var(--gold);
  margin: 0 0 0.9rem;
}
.p-cards-item-body .bonus .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-cards-item-body .bonus .note {
  display: inline-block;
  font-family: var(--font-2);
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.4rem 0 0;
}
.p-cards-item-body .bonus .note a {
  text-decoration: underline;
}
.p-cards-message {
  color: var(--gold);
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6363636364;
  padding: 2.8rem 0 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  text-align: center;
}
.p-cards-message span {
  margin: 0 -0.7rem;
}

.p-campaign {
  background: -webkit-gradient(linear, left top, right top, from(#CBA56F), color-stop(50%, #D8B682), to(#E5C794));
  background: -webkit-linear-gradient(left, #CBA56F 0%, #D8B682 50%, #E5C794 100%);
  background: linear-gradient(90deg, #CBA56F 0%, #D8B682 50%, #E5C794 100%);
  padding: 1.7rem 0 3.1rem;
}
.p-campaign-ttl {
  color: var(--blue);
  margin-bottom: 1.19rem;
  text-align: center;
}
.p-campaign-ttl span {
  display: block;
  font-size: 1.8rem;
  margin: 0 0 0.3rem;
}
.p-campaign-ttl strong {
  display: block;
  width: 35.8rem;
}
.p-campaign-body {
  background: -webkit-gradient(linear, left top, right top, from(#CBA56F), color-stop(50%, #D8B682), to(#E5C794));
  background: -webkit-linear-gradient(left, #CBA56F 0%, #D8B682 50%, #E5C794 100%);
  background: linear-gradient(90deg, #CBA56F 0%, #D8B682 50%, #E5C794 100%);
  padding: 0 0 3.65rem;
}
.p-campaign-body:before {
  background-color: var(--blue);
  content: " ";
  display: block;
  height: 100%;
  left: 1.6rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 35.8rem;
}
.p-campaign-body .intro {
  font-weight: 700;
  line-height: 1.6875;
  padding: 3.4rem 0 3.6rem;
  text-align: center;
}
.p-campaign-body .intro:before {
  background: url(../img/campaign_intro_bg.webp) no-repeat 0 0/100% auto;
  bottom: -4rem;
  content: " ";
  display: block;
  height: 10.8rem;
  position: absolute;
  left: -1.6rem;
  width: 35.8rem;
}
.p-campaign-body .overview .c-gold-bar {
  margin: 0 auto 1.5rem;
}
.p-campaign-body .overview .c-gold-bar .c-sparkle {
  left: -2.15rem;
  top: -3.2rem;
}
.p-campaign-body .overview .ttl-2 {
  display: block;
  margin: 0 0 1.6rem;
  width: 32.6rem;
}
.p-campaign-body .overview .txt {
  margin: 0 0 0.7rem;
  text-align: center;
}
.p-campaign-body .overview .txt span {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-campaign-body .overview .txt strong {
  display: block;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  padding: 0.5rem 0 0;
}
.p-campaign-body .card, .p-campaign-body .p-mv-body .card-1, .p-mv-body .p-campaign-body .card-1, .p-campaign-body .p-mv-body .card-2, .p-mv-body .p-campaign-body .card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-campaign-body .card:before, .p-campaign-body .p-mv-body .card-1:before, .p-mv-body .p-campaign-body .card-1:before, .p-campaign-body .p-mv-body .card-2:before, .p-mv-body .p-campaign-body .card-2:before {
  background: -webkit-gradient(linear, left top, right top, from(#8b6b1b), color-stop(20%, #d4af37), color-stop(70%, #e0d280), color-stop(90%, #d4af37), color-stop(120%, #8b6b1b));
  background: -webkit-linear-gradient(left, #8b6b1b 0%, #d4af37 20%, #e0d280 70%, #d4af37 90%, #8b6b1b 120%);
  background: linear-gradient(90deg, #8b6b1b 0%, #d4af37 20%, #e0d280 70%, #d4af37 90%, #8b6b1b 120%);
  content: " ";
  display: block;
  height: 0.4rem;
  margin: 0 0 3.5rem;
  width: 100%;
}
.p-campaign-body .card-item-head {
  text-align: center;
}
.p-campaign-body .card-item-head:before {
  aspect-ratio: 1/1;
  background: url(../img/campaign_card_grad.webp) no-repeat 0 0/32.6rem auto;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  top: -4rem;
  width: 32.6rem;
}
.p-campaign-body .card-item-head .ttl {
  color: var(--gold);
  font-size: 2.2rem;
  margin: 0 0 1.5rem;
}
.p-campaign-body .card-item-head .img {
  left: 0.3rem;
  margin: 0 auto 1rem;
  width: 18.7rem;
}
.p-campaign-body .card-item-head .img .c-sparkle {
  right: -2.5rem;
  top: -3.2rem;
}
.p-campaign-body .card-item-head .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem;
  margin: 0.8rem 0 2.7rem;
  width: 100%;
}
.p-campaign-body .card-item-head .date li {
  width: 100%;
}
.p-campaign-body .card-item-head .period {
  border-bottom: 1px solid var(--white);
  border-top: 1px solid var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 0.3rem;
  padding: 1rem 0 0.7rem;
}
.p-campaign-body .card-item-head .period dt:after {
  content: "：";
}
.p-campaign-body .card-item-head .period dd sup {
  padding-left: 0.3rem;
  top: -0.5rem;
}
.p-campaign-body .card-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6rem;
  padding: 3.6rem 0 0;
}
.p-campaign-body .card-item-body .point {
  border-top: 2px solid var(--light-blue);
  color: var(--gold);
  padding: 3rem 0 0;
  text-align: center;
}
.p-campaign-body .card-item-body .point:before {
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g transform="translate(-184 -987)"><circle cx="12" cy="12" r="12" transform="translate(184 987)" fill="%233f4f76"/><path d="M-1.09-2.2H1.09V-6.44H5.13v-2.1H1.09V-12.8H-1.09v4.26H-5.13v2.1h4.04Z" transform="translate(196 1007)" fill="%23fff"/></g></svg>') no-repeat 0 0/contain;
  content: " ";
  display: block;
  top: -1.2rem;
  left: calc(50% - 1.2rem);
  position: absolute;
  width: 2.4rem;
}
.p-campaign-body .card-item-body .point:first-child {
  border: none;
  padding-top: 0;
}
.p-campaign-body .card-item-body .point:first-child:before {
  display: none;
}
.p-campaign-body .card-item-body .point .ttl {
  font-size: 1.8rem;
  line-height: 1;
}
.p-campaign-body .card-item-body .point .ttl .small {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.p-campaign-body .card-item-body .point .ttl .large {
  font-size: 2.8rem;
}
.p-campaign-body .card-item-body .point .ttl sup {
  font-size: 1.2rem;
  padding: 0 0 0 0.3rem;
}
.p-campaign-body .card-item-body .point .value {
  font-size: 2.2rem;
  font-weight: 700;
}
.p-campaign-body .card-item-body .point .value b {
  font-size: 3.6rem;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.3rem 0 0;
}
.p-campaign-body .card-item-body .point .note {
  font-size: 1.5rem;
  display: block;
  margin-bottom: -0.3rem;
}
.p-campaign-body .card-item-body .point-total {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="326" height="14.354" viewBox="0 0 326 14.354"><path d="M163,13.854,150.646,1.5H0v-2H151.474L163,11.026,174.526-.5H326v2H175.354Z" transform="translate(0 0.5)" fill="%233f4f76"/></svg>') no-repeat 50% 0/auto 1.435rem;
  margin-top: -1.3rem;
  padding: 3rem 0 0;
}
.p-campaign-body .card-item.is-gold {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="326.302" height="2" viewBox="0 0 326.302 2"><path d="M1426.3,1536.384h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.006a1,1,0,0,1,0-2h.006a1,1,0,0,1,0,2Zm-6.006,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.006a1,1,0,0,1,0-2h.006a1,1,0,0,1,0,2Zm-6.006,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.006a1,1,0,0,1,0-2h.006a1,1,0,0,1,0,2Zm-6.006,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0h-.005a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Zm-6.005,0H1102a1,1,0,0,1,0-2h.005a1,1,0,0,1,0,2Z" transform="translate(-1101 -1534.384)" fill="%23fae27b"/></svg>') no-repeat 50% 0/100% auto;
  margin-top: 2.8rem;
  padding-top: 3.3rem;
}
.p-campaign-foot {
  color: var(--blue);
  font-family: var(--font-2);
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1.2rem 0 0;
}
.p-campaign-foot ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-campaign-foot ul li {
  display: grid;
  counter-increment: idx;
  grid-template-columns: 3rem 1fr;
  letter-spacing: -0.05rem;
  text-align: justify;
}
.p-campaign-foot ul li:before {
  content: "※" counter(idx) ")";
}
.p-campaign-foot ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-campaign-foot ul li dl dt {
  white-space: nowrap;
}
.p-campaign-foot ul li dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.p-tools {
  background-color: #07112E;
  padding: 6rem 0 6.4rem;
}
.p-tools .ttl {
  margin: 0 auto 2rem;
  width: 31.4rem;
}
.p-tools .txt {
  font-weight: 700;
  line-height: 1.6875;
  text-align: center;
  white-space: nowrap;
}

.p-pay {
  background: #111111;
  border: 1px solid var(--white);
  margin: 0 0 3.2rem;
  padding: 3.2rem 0 3rem;
}
.p-pay-desc {
  font-size: 1.5rem;
  letter-spacing: -0.08rem;
  margin: 0 0 3rem -0.5rem;
  padding: 2.2rem 0 0;
  white-space: nowrap;
}
.p-pay-img {
  margin: 0 auto 2.4rem;
  width: 29.4rem;
}
.p-pay-subttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  margin: 0 0 3.1rem;
}
.p-pay-step-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.p-pay-step-item {
  margin: 0 -0.3rem;
}
.p-pay-step-item .ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
}
.p-pay-step-item .ttl-num {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--gold);
  color: var(--black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 2.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.8rem;
}
.p-pay-step-item .ttl-txt {
  color: var(--gold);
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -0.1rem;
}
.p-pay-step-item .ttl img {
  position: absolute;
  right: 0;
}
.p-pay-step-item .ttl img.icon-1 {
  width: 7.7rem;
  right: 1rem;
}
.p-pay-step-item .ttl img.icon-2 {
  width: 5.317rem;
  top: -0.8rem;
  right: -0.2rem;
}
.p-pay-step-item .ttl img.icon-3 {
  width: 6.631rem;
  top: -1.5rem;
  right: 3.9rem;
}
.p-pay-step-item .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-pay-step-item .note {
  display: block;
  font-family: var(--font-2);
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-service {
  background: var(--light-blue);
  border: 1px solid var(--white);
  padding: 3.2rem 0 2.8rem;
}
.p-service-desc {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: -0.02rem;
  padding: 2rem 0 1.2rem;
  text-align: center;
}
.p-service-img {
  margin: 0 -1.6rem;
  width: 35.6rem;
}
.p-service-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin: 0 -0.5rem;
  padding: 3rem 0 0;
}
.p-service-item .ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gold);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 1.3rem;
  white-space: nowrap;
}
.p-service-item .ttl:before {
  aspect-ratio: 1/1;
  background: var(--gold);
  content: " ";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.4rem;
  width: 1.2rem;
}
.p-service-item .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-service + .message {
  background: transparent;
  color: var(--gold);
  font-size: 2.2rem;
  font-weight: 700;
  padding: 3.1rem 0 3rem;
  text-align: center;
}

.p-flow {
  padding: 6rem 0 3.8rem;
  margin-top: -6rem;
}
.p-flow .c-ttl-2 {
  margin: 0 0 3.3rem;
}
.p-flow-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6rem;
  z-index: 2;
}
.p-flow-item {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25.091" height="12.546" viewBox="0 0 25.091 12.546"><path d="M22.555,0,12.545,10.01,2.536,0H0L12.545,12.546,25.091,0Z" transform="translate(0)" fill="%23fff"/></svg>') no-repeat 50% 100%/2.5rem auto;
  padding: 0 0 3.6rem;
}
.p-flow-item .ttl {
  color: var(--gold);
  font-size: 2.2rem;
  line-height: 1.3636363636;
  margin: 0 0 1.5rem;
  text-align: center;
}
.p-flow-item .img {
  margin: 0 auto;
  width: 24rem;
}
.p-flow-item .img.has-border {
  border: 1px solid var(--white);
}
.p-flow-item:last-child {
  background: none;
  padding: 0;
}
.p-flow-item:last-child .img {
  left: 0.5rem;
  margin-top: 2rem;
  width: 28.65rem;
}
@-webkit-keyframes reveal-rtl {
  from {
    opacity: 0;
    -webkit-mask-position: right center;
            mask-position: right center;
  }
  to {
    opacity: 1;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
}
@keyframes reveal-rtl {
  from {
    opacity: 0;
    -webkit-mask-position: right center;
            mask-position: right center;
  }
  to {
    opacity: 1;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
}
.p-flow-anim {
  --feather: 2.4rem;
  background: url(../img/flow_particle.webp) no-repeat 0 0/100% auto;
  position: absolute;
  left: -1.6rem;
  bottom: 0;
  width: 39rem;
  height: 31.5rem;
  mix-blend-mode: screen;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(#000), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(left, #000 0, #000 calc(50% - var(--feather)), transparent calc(50% + var(--feather)));
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(#000), to(transparent));
          mask-image: linear-gradient(to right, #000 0, #000 calc(50% - var(--feather)), transparent calc(50% + var(--feather)));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 250% 100%;
          mask-size: 250% 100%;
  -webkit-mask-position: top left;
          mask-position: top left;
  opacity: 0;
  will-change: -webkit-mask-position, mask-position;
}
.p-flow-anim.is-inview {
  -webkit-animation: reveal-rtl 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: reveal-rtl 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.p-details {
  padding: 0 0 6.4rem;
}
.p-details-table {
  border-collapse: collapse;
  display: grid;
  grid-template-columns: 12.25rem 1fr; /* 左カラム固定、右は可変 */
  margin: 3rem 0 0;
}
.p-details-table dt, .p-details-table dd {
  border-bottom: 1px solid var(--white);
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1rem 1rem 1.2rem 1.2rem;
}
.p-details-table dt {
  padding-left: 0;
}
.p-details-table dd {
  border-left: 1px solid var(--white);
  padding-right: 0;
}
.p-details-table dd a {
  display: inline-block;
  font-family: var(--font-2);
  font-size: 1.4rem;
  padding-top: 1.1rem;
  text-decoration: underline;
}

.p-faq {
  background: #EAECF0;
  color: var(--black);
  padding: 3.8rem 0;
}
.p-faq-ttl {
  color: var(--blue);
  font-size: 2.8rem;
  margin: 0 0 2.2rem;
  text-align: center;
}
.p-faq-items > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  padding-left: 0;
  padding-right: 4rem;
}
.p-faq-items > *:before {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 400 !important;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 2.4rem;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.3rem;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  width: 2.4rem;
}
.p-faq-items .q {
  border-top: 1px solid #B8BFD1;
  line-height: 1.75;
  font-weight: 700;
  margin-top: 1.2rem;
  padding-bottom: 0.5rem;
  padding-top: 1.6rem;
  text-align: justify;
}
.p-faq-items .q:first-child {
  margin-top: 0;
}
.p-faq-items .q:before {
  background: #B8BFD1;
  content: "Q";
}
.p-faq-items .a {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
.p-faq-items .a:before {
  background: #E6C015;
  content: "A";
}
.p-faq-items .a a {
  color: var(--black);
  text-decoration: underline;
}

.p-contact {
  background: #C5CAD6;
  color: var(--blue);
  padding: 4rem 0 3rem;
}
.p-contact-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.p-contact-item {
  border-top: 1px solid var(--blue);
  padding-top: 3rem;
}
.p-contact-item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 0.5rem;
}
.p-contact-item-body .ttl {
  font-family: var(--font-2);
  font-size: 1.4rem;
  font-weight: 700;
}
.p-contact-item-body .link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto Slab", serif;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 1.2rem;
  text-decoration: underline;
}
.p-contact-item-body .app-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4.47rem;
  padding: 1rem 0 1.7rem;
}
.p-contact-item-body .app-item .ttl {
  font-size: 1.2rem;
  margin: 0 0 0.6rem;
}
.p-contact-item-body .app-item .btn {
  height: 5.156rem;
}
.p-contact-item-body .icon, .p-contact-item-body .icon-mail, .p-contact-item-body .icon-freedial {
  display: inline-block;
  height: 5.6rem;
  width: 5.6rem;
}
.p-contact-item-body .icon-freedial {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56"><path d="M28,0A28,28,0,1,0,56,28,28,28,0,0,0,28,0M45.2,38.421H10.8V22.566a20.763,20.763,0,0,1,6.487,1.128c-2.025,1.329-3.827,3.325-3.827,5.868a5.547,5.547,0,0,0,3.827,5.455,6.358,6.358,0,0,0,2.149.43,6.251,6.251,0,0,0,2.1-.43,5.544,5.544,0,0,0,3.834-5.455c0-2.543-1.8-4.539-3.874-5.868a19.325,19.325,0,0,1,13.014,0c-2.037,1.329-3.832,3.325-3.832,5.868a5.536,5.536,0,0,0,3.832,5.455,6.059,6.059,0,0,0,2.1.43,6.541,6.541,0,0,0,2.15-.43,5.517,5.517,0,0,0,3.779-5.455c0-2.543-1.747-4.539-3.779-5.868A20.286,20.286,0,0,1,45.2,22.566ZM19.439,24.6c1.858.94,4.173,2.653,4.173,4.963a4.2,4.2,0,0,1-8.394,0c0-2.309,2.351-4.023,4.221-4.963m17.18,0c1.835.94,4.224,2.653,4.224,4.963a4.207,4.207,0,0,1-8.413,0c0-2.309,2.312-4.023,4.189-4.963M45.2,20.848a20.778,20.778,0,0,0-8.539,1.717,21.844,21.844,0,0,0-8.635-1.717,21.656,21.656,0,0,0-8.636,1.717A20.947,20.947,0,0,0,10.8,20.848V17.579H45.2Z" fill="%23102253"/></svg>') no-repeat 0 0/contain;
}
.p-contact-item-body .icon-mail {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56"><path d="M56,28A28,28,0,1,1,28,0,28,28,0,0,1,56,28M41,41a3.259,3.259,0,0,0,3.25-3.25v-19.5A3.261,3.261,0,0,0,41,15H15a3.261,3.261,0,0,0-3.25,3.25v19.5A3.259,3.259,0,0,0,15,41Zm0-19.5V37.75H15V21.5l13,8.125Zm-26-3.25H41L28,26.375Zm0,3.25v0Z" transform="translate(0 -0.001)" fill="%23102253"/></svg>') no-repeat 0 0/contain;
}
.p-contact-item-body .c-note {
  letter-spacing: -0.07rem;
}
.p-contact-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.p-footer {
  background: #3F4F76;
  color: var(--white);
  font-family: var(--font-2);
  padding: 4rem 0 0;
}
.p-footer .ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-footer .txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-footer .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding: 2rem 0 0;
}
.p-footer .links a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.p-footer .copy {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2.5rem 0 5rem;
  text-align: center;
}

.google-txt {
  font-family: "Roboto Slab", serif;
}

.google-txt-sans {
  font-family: "Roboto", sans-serif;
}/*# sourceMappingURL=app.css.map */