@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/amstelvaralpha");
@import url("lib/ress.min.css");
@import url("lib/slick.css");
@import url("lib/simplebar.min.css");
html {
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  color: #222222;
  font-size: max(10px, 1.6rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 2;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
* {
  position: relative;
  z-index: 1;
}

a {
  color: #222222;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
a:hover {
  opacity: 0.6;
}

button:hover {
  opacity: 0.8;
}

p + p {
  padding-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  p + p {
    padding-top: 1.5rem;
  }
}

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: 112rem;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 35rem;
  }
}

.c-ttl-1, .c-ttl-4, .c-ttl-3, .c-ttl-2 {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 10rem;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-1, .c-ttl-4, .c-ttl-3, .c-ttl-2 {
    font-size: 5rem;
  }
}

.c-ttl-2 {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-2 {
    font-size: 5rem;
    line-height: 1.12;
  }
}

.c-ttl-3 {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-3 {
    font-size: 4rem;
    line-height: 1.3;
  }
}

.c-ttl-4 {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-4 {
    font-size: 5rem;
  }
}

.c-skew {
  display: inline-block;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-style: normal;
  transform: skew(-16deg);
}

.c-btn-1 {
  align-items: center;
  background: #fff;
  border: 1px solid #EA5414;
  color: #EA5414;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 300;
  display: flex;
  line-height: 1;
  height: 7rem;
  justify-content: center;
  width: 46.2rem;
}
@media screen and (max-width: 767px) {
  .c-btn-1 {
    width: 100%;
  }
}
.c-btn-1:after {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/1.6256166806;
  background-color: #EA5414;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.743" height="17.464" viewBox="0 0 10.743 17.464"><path d="M1.88,18.019.518,16.556,8.326,9.288.518,2.02,1.88.556l9.381,8.732Z" transform="translate(-0.518 -0.556)" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.743" height="17.464" viewBox="0 0 10.743 17.464"><path d="M1.88,18.019.518,16.556,8.326,9.288.518,2.02,1.88.556l9.381,8.732Z" transform="translate(-0.518 -0.556)" fill="%23000"/></svg>');
  position: absolute;
  right: 2.3rem;
  top: calc(50% - 0.8rem);
  width: 1.0743rem;
}
@media screen and (max-width: 767px) {
  .c-btn-1:after {
    right: 1.8rem;
  }
}
.c-btn-1 > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: center;
}
.c-btn-1 strong {
  font-size: 2.5rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-btn-1 strong {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.c-btn-1 small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn-1 small {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.c-btn-1:hover {
  background-color: #EA5414;
  color: #fff;
  opacity: 1;
}
.c-btn-1:hover:after {
  background-color: #fff;
}

.c-list {
  display: flex;
  flex-direction: column;
}
.c-list li {
  line-height: 1.875;
  padding-left: 2rem;
  text-indent: -2rem;
}
.c-list li: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: #222222 !important;
}
.u-bg-white {
  background-color: #fff !important;
}
.u-bg-grn {
  background-color: #00C9B8 !important;
}
.u-bg-yellow {
  background-color: #FFEB4E !important;
}
.u-bg-light-gray {
  background-color: #F5F5F2 !important;
}
.u-bg-light-blue {
  background-color: #CEE8FF !important;
}
.u-bg-red {
  background-color: #EA5414 !important;
}

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

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

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

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

.u-order-1 {
  order: 1;
}
.u-order-2 {
  order: 2;
}
.u-order-3 {
  order: 3;
}
.u-order-4 {
  order: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .s\:u-gap-0 {
    gap: 0vw !important;
  }
  .s\:u-gap-5 {
    gap: 1.2820512821vw !important;
  }
  .s\:u-gap-10 {
    gap: 2.5641025641vw !important;
  }
  .s\:u-gap-15 {
    gap: 3.8461538462vw !important;
  }
  .s\:u-gap-20 {
    gap: 5.1282051282vw !important;
  }
  .s\:u-gap-25 {
    gap: 6.4102564103vw !important;
  }
  .s\:u-gap-30 {
    gap: 7.6923076923vw !important;
  }
  .s\:u-gap-35 {
    gap: 8.9743589744vw !important;
  }
  .s\:u-gap-40 {
    gap: 10.2564102564vw !important;
  }
  .s\:u-gap-45 {
    gap: 11.5384615385vw !important;
  }
  .s\:u-gap-50 {
    gap: 12.8205128205vw !important;
  }
}
.u-grid {
  display: grid;
}

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

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

@media screen and (max-width: 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;
}

@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-14 {
  font-size: 1.0324483776vw;
}
.u-font-16 {
  font-size: 1.1799410029vw;
}
.u-font-20 {
  font-size: 1.4749262537vw;
}
.u-font-21 {
  font-size: 1.5486725664vw;
}
.u-font-22 {
  font-size: 1.6224188791vw;
}
.u-font-24 {
  font-size: 1.7699115044vw;
}
.u-font-25 {
  font-size: 1.8436578171vw;
}
.u-font-28 {
  font-size: 2.0648967552vw;
}
.u-font-30 {
  font-size: 2.2123893805vw;
}
.u-font-34 {
  font-size: 2.5073746313vw;
}
.u-font-35 {
  font-size: 2.581120944vw;
}
.u-font-36 {
  font-size: 2.6548672566vw;
}
.u-font-40 {
  font-size: 2.9498525074vw;
}
.u-font-47 {
  font-size: 3.4660766962vw;
}
.u-font-50 {
  font-size: 3.6873156342vw;
}
.u-font-69 {
  font-size: 5.0884955752vw;
}
.u-font-192 {
  font-size: 14.1592920354vw;
}
.u-font-black {
  color: #222222;
}
.u-font-light-gray {
  color: #F5F5F2;
}
.u-font-red {
  color: #EA5414;
}
.u-font-blue {
  color: #0A3464;
}
.u-font-white {
  color: #fff !important;
}
.u-font-green {
  color: #00C9B8 !important;
}
.u-font-yellow {
  color: #FFEB4E !important;
}
.u-font-normal {
  font-weight: 400 !important;
}
.u-font-medium {
  font-weight: 500 !important;
}
.u-font-semibold {
  font-weight: 600 !important;
}
.u-font-bold {
  font-weight: 700 !important;
}
.u-font-super-bold {
  font-weight: 900 !important;
}
.u-font-underline {
  text-decoration: underline;
}
.u-font-family-1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}
.u-font-family-2 {
  font-family: "Poppins", "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-12 {
    font-size: 3.0769230769vw;
  }
  .s\:u-font-14 {
    font-size: 3.5897435897vw;
  }
  .s\:u-font-16 {
    font-size: 4.1025641026vw;
  }
  .s\:u-font-20 {
    font-size: 5.1282051282vw;
  }
  .s\:u-font-26 {
    font-size: 6.6666666667vw;
  }
  .s\:u-font-30 {
    font-size: 7.6923076923vw;
  }
  .s\:u-font-36 {
    font-size: 9.2307692308vw;
  }
  .s\:u-font-40 {
    font-size: 10.2564102564vw;
  }
  .s\:u-font-42 {
    font-size: 10.7692307692vw;
  }
  .s\:u-font-50 {
    font-size: 12.8205128205vw;
  }
  .s\:u-font-120 {
    font-size: 30.7692307692vw;
  }
}
@media screen and (max-width: 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: 0vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .s\:u-bottom-0 {
    bottom: 0vw !important;
  }
  .s\:u-bottom-5 {
    bottom: 1.2820512821vw !important;
  }
  .s\:u-bottom-10 {
    bottom: 2.5641025641vw !important;
  }
  .s\:u-bottom-15 {
    bottom: 3.8461538462vw !important;
  }
  .s\:u-bottom-20 {
    bottom: 5.1282051282vw !important;
  }
  .s\:u-bottom-25 {
    bottom: 6.4102564103vw !important;
  }
  .s\:u-bottom-30 {
    bottom: 7.6923076923vw !important;
  }
  .s\:u-bottom-35 {
    bottom: 8.9743589744vw !important;
  }
  .s\:u-bottom-40 {
    bottom: 10.2564102564vw !important;
  }
  .s\:u-bottom-45 {
    bottom: 11.5384615385vw !important;
  }
  .s\:u-bottom-50 {
    bottom: 12.8205128205vw !important;
  }
  .s\:u-bottom-55 {
    bottom: 14.1025641026vw !important;
  }
  .s\:u-bottom-60 {
    bottom: 15.3846153846vw !important;
  }
  .s\:u-bottom-65 {
    bottom: 16.6666666667vw !important;
  }
  .s\:u-bottom-70 {
    bottom: 17.9487179487vw !important;
  }
  .s\:u-bottom-75 {
    bottom: 19.2307692308vw !important;
  }
  .s\:u-bottom-80 {
    bottom: 20.5128205128vw !important;
  }
  .s\:u-bottom-85 {
    bottom: 21.7948717949vw !important;
  }
  .s\:u-bottom-90 {
    bottom: 23.0769230769vw !important;
  }
  .s\:u-bottom-95 {
    bottom: 24.358974359vw !important;
  }
  .s\:u-bottom-100 {
    bottom: 25.641025641vw !important;
  }
  .s\:u-top-0 {
    top: 0vw !important;
  }
  .s\:u-top-5 {
    top: 1.2820512821vw !important;
  }
  .s\:u-top-10 {
    top: 2.5641025641vw !important;
  }
  .s\:u-top-15 {
    top: 3.8461538462vw !important;
  }
  .s\:u-top-20 {
    top: 5.1282051282vw !important;
  }
  .s\:u-top-25 {
    top: 6.4102564103vw !important;
  }
  .s\:u-top-30 {
    top: 7.6923076923vw !important;
  }
  .s\:u-top-35 {
    top: 8.9743589744vw !important;
  }
  .s\:u-top-40 {
    top: 10.2564102564vw !important;
  }
  .s\:u-top-45 {
    top: 11.5384615385vw !important;
  }
  .s\:u-top-50 {
    top: 12.8205128205vw !important;
  }
  .s\:u-top-55 {
    top: 14.1025641026vw !important;
  }
  .s\:u-top-60 {
    top: 15.3846153846vw !important;
  }
  .s\:u-top-65 {
    top: 16.6666666667vw !important;
  }
  .s\:u-top-70 {
    top: 17.9487179487vw !important;
  }
  .s\:u-top-75 {
    top: 19.2307692308vw !important;
  }
  .s\:u-top-80 {
    top: 20.5128205128vw !important;
  }
  .s\:u-top-85 {
    top: 21.7948717949vw !important;
  }
  .s\:u-top-90 {
    top: 23.0769230769vw !important;
  }
  .s\:u-top-95 {
    top: 24.358974359vw !important;
  }
  .s\:u-top-100 {
    top: 25.641025641vw !important;
  }
  .s\:u-left-0 {
    left: 0vw !important;
  }
  .s\:u-left-5 {
    left: 1.2820512821vw !important;
  }
  .s\:u-left-10 {
    left: 2.5641025641vw !important;
  }
  .s\:u-left-15 {
    left: 3.8461538462vw !important;
  }
  .s\:u-left-20 {
    left: 5.1282051282vw !important;
  }
  .s\:u-left-25 {
    left: 6.4102564103vw !important;
  }
  .s\:u-left-30 {
    left: 7.6923076923vw !important;
  }
  .s\:u-left-35 {
    left: 8.9743589744vw !important;
  }
  .s\:u-left-40 {
    left: 10.2564102564vw !important;
  }
  .s\:u-left-45 {
    left: 11.5384615385vw !important;
  }
  .s\:u-left-50 {
    left: 12.8205128205vw !important;
  }
  .s\:u-left-55 {
    left: 14.1025641026vw !important;
  }
  .s\:u-left-60 {
    left: 15.3846153846vw !important;
  }
  .s\:u-left-65 {
    left: 16.6666666667vw !important;
  }
  .s\:u-left-70 {
    left: 17.9487179487vw !important;
  }
  .s\:u-left-75 {
    left: 19.2307692308vw !important;
  }
  .s\:u-left-80 {
    left: 20.5128205128vw !important;
  }
  .s\:u-left-85 {
    left: 21.7948717949vw !important;
  }
  .s\:u-left-90 {
    left: 23.0769230769vw !important;
  }
  .s\:u-left-95 {
    left: 24.358974359vw !important;
  }
  .s\:u-left-100 {
    left: 25.641025641vw !important;
  }
  .s\:u-right-0 {
    right: 0vw !important;
  }
  .s\:u-right-5 {
    right: 1.2820512821vw !important;
  }
  .s\:u-right-10 {
    right: 2.5641025641vw !important;
  }
  .s\:u-right-15 {
    right: 3.8461538462vw !important;
  }
  .s\:u-right-20 {
    right: 5.1282051282vw !important;
  }
  .s\:u-right-25 {
    right: 6.4102564103vw !important;
  }
  .s\:u-right-30 {
    right: 7.6923076923vw !important;
  }
  .s\:u-right-35 {
    right: 8.9743589744vw !important;
  }
  .s\:u-right-40 {
    right: 10.2564102564vw !important;
  }
  .s\:u-right-45 {
    right: 11.5384615385vw !important;
  }
  .s\:u-right-50 {
    right: 12.8205128205vw !important;
  }
  .s\:u-right-55 {
    right: 14.1025641026vw !important;
  }
  .s\:u-right-60 {
    right: 15.3846153846vw !important;
  }
  .s\:u-right-65 {
    right: 16.6666666667vw !important;
  }
  .s\:u-right-70 {
    right: 17.9487179487vw !important;
  }
  .s\:u-right-75 {
    right: 19.2307692308vw !important;
  }
  .s\:u-right-80 {
    right: 20.5128205128vw !important;
  }
  .s\:u-right-85 {
    right: 21.7948717949vw !important;
  }
  .s\:u-right-90 {
    right: 23.0769230769vw !important;
  }
  .s\:u-right-95 {
    right: 24.358974359vw !important;
  }
  .s\:u-right-100 {
    right: 25.641025641vw !important;
  }
}
.u-block {
  display: block;
}

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

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

.u-nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 481px) and (max-width: 767px) {
  .u-t-0 {
    top: 0vw !important;
  }
  .u-t-5 {
    top: 0.3687315634vw !important;
  }
  .u-t-10 {
    top: 0.7374631268vw !important;
  }
  .u-t-15 {
    top: 1.1061946903vw !important;
  }
  .u-t-20 {
    top: 1.4749262537vw !important;
  }
  .u-t-25 {
    top: 1.8436578171vw !important;
  }
  .u-t-30 {
    top: 2.2123893805vw !important;
  }
  .u-b-0 {
    bottom: 0vw !important;
  }
  .u-b-5 {
    bottom: 0.3687315634vw !important;
  }
  .u-b-10 {
    bottom: 0.7374631268vw !important;
  }
  .u-b-15 {
    bottom: 1.1061946903vw !important;
  }
  .u-b-20 {
    bottom: 1.4749262537vw !important;
  }
  .u-b-25 {
    bottom: 1.8436578171vw !important;
  }
  .u-b-30 {
    bottom: 2.2123893805vw !important;
  }
  .u-b-35 {
    bottom: 2.581120944vw !important;
  }
  .u-b-40 {
    bottom: 2.9498525074vw !important;
  }
  .u-b-45 {
    bottom: 3.3185840708vw !important;
  }
  .u-b-50 {
    bottom: 3.6873156342vw !important;
  }
  .u-b-55 {
    bottom: 4.0560471976vw !important;
  }
  .u-b-60 {
    bottom: 4.4247787611vw !important;
  }
  .u-b-65 {
    bottom: 4.7935103245vw !important;
  }
  .u-b-70 {
    bottom: 5.1622418879vw !important;
  }
  .u-b-75 {
    bottom: 5.5309734513vw !important;
  }
  .u-b-80 {
    bottom: 5.8997050147vw !important;
  }
  .u-b-85 {
    bottom: 6.2684365782vw !important;
  }
  .u-b-90 {
    bottom: 6.6371681416vw !important;
  }
  .u-b-95 {
    bottom: 7.005899705vw !important;
  }
  .u-b-100 {
    bottom: 7.3746312684vw !important;
  }
  .u-b-105 {
    bottom: 7.7433628319vw !important;
  }
  .u-b-110 {
    bottom: 8.1120943953vw !important;
  }
  .u-b-115 {
    bottom: 8.4808259587vw !important;
  }
  .u-b-120 {
    bottom: 8.8495575221vw !important;
  }
  .u-b-125 {
    bottom: 9.2182890855vw !important;
  }
  .u-b-130 {
    bottom: 9.587020649vw !important;
  }
  .u-b-135 {
    bottom: 9.9557522124vw !important;
  }
  .u-b-140 {
    bottom: 10.3244837758vw !important;
  }
  .u-b-145 {
    bottom: 10.6932153392vw !important;
  }
  .u-b-150 {
    bottom: 11.0619469027vw !important;
  }
  .u-b-155 {
    bottom: 11.4306784661vw !important;
  }
  .u-b-160 {
    bottom: 11.7994100295vw !important;
  }
  .u-b-165 {
    bottom: 12.1681415929vw !important;
  }
  .u-b-170 {
    bottom: 12.5368731563vw !important;
  }
  .u-b-175 {
    bottom: 12.9056047198vw !important;
  }
  .u-b-180 {
    bottom: 13.2743362832vw !important;
  }
  .u-b-185 {
    bottom: 13.6430678466vw !important;
  }
  .u-b-190 {
    bottom: 14.01179941vw !important;
  }
  .u-b-195 {
    bottom: 14.3805309735vw !important;
  }
  .u-b-200 {
    bottom: 14.7492625369vw !important;
  }
  .u-b-205 {
    bottom: 15.1179941003vw !important;
  }
  .u-b-210 {
    bottom: 15.4867256637vw !important;
  }
  .u-b-215 {
    bottom: 15.8554572271vw !important;
  }
  .u-b-220 {
    bottom: 16.2241887906vw !important;
  }
}
@media screen and (max-width: 767px) {
  .s\:u-t-0 {
    top: 0vw !important;
  }
  .s\:u-t-5 {
    top: 1.2820512821vw !important;
  }
  .s\:u-t-10 {
    top: 2.5641025641vw !important;
  }
  .s\:u-t-15 {
    top: 3.8461538462vw !important;
  }
  .s\:u-t-20 {
    top: 5.1282051282vw !important;
  }
  .s\:u-b-0 {
    bottom: 0vw !important;
  }
  .s\:u-b-5 {
    bottom: 1.2820512821vw !important;
  }
  .s\:u-b-10 {
    bottom: 2.5641025641vw !important;
  }
  .s\:u-b-15 {
    bottom: 3.8461538462vw !important;
  }
  .s\:u-b-20 {
    bottom: 5.1282051282vw !important;
  }
  .s\:u-b-25 {
    bottom: 6.4102564103vw !important;
  }
  .s\:u-b-30 {
    bottom: 7.6923076923vw !important;
  }
  .s\:u-b-35 {
    bottom: 8.9743589744vw !important;
  }
  .s\:u-b-40 {
    bottom: 10.2564102564vw !important;
  }
  .s\:u-b-45 {
    bottom: 11.5384615385vw !important;
  }
  .s\:u-b-50 {
    bottom: 12.8205128205vw !important;
  }
  .s\:u-b-55 {
    bottom: 14.1025641026vw !important;
  }
  .s\:u-b-60 {
    bottom: 15.3846153846vw !important;
  }
  .s\:u-b-65 {
    bottom: 16.6666666667vw !important;
  }
  .s\:u-b-70 {
    bottom: 17.9487179487vw !important;
  }
  .s\:u-b-75 {
    bottom: 19.2307692308vw !important;
  }
  .s\:u-b-80 {
    bottom: 20.5128205128vw !important;
  }
}
.u-p-0 {
  padding: 0vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .s\:u-pt-168vw {
    padding-top: 43.0769230769vw;
  }
  .s\:u-pb-120vw {
    padding-bottom: 30.7692307692vw;
  }
}
.u-pl-ip {
  padding-left: 9.0707964602vw;
}

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

@media screen and (min-width: 481px) and (max-width: 767px) {
  .u-p-0 {
    padding: 0vw !important;
  }
  .u-p-5 {
    padding: 0.3687315634vw !important;
  }
  .u-p-10 {
    padding: 0.7374631268vw !important;
  }
  .u-p-15 {
    padding: 1.1061946903vw !important;
  }
  .u-p-20 {
    padding: 1.4749262537vw !important;
  }
  .u-p-25 {
    padding: 1.8436578171vw !important;
  }
  .u-p-30 {
    padding: 2.2123893805vw !important;
  }
  .u-pb-0 {
    padding-bottom: 0vw !important;
  }
  .u-pb-5 {
    padding-bottom: 0.3687315634vw !important;
  }
  .u-pb-10 {
    padding-bottom: 0.7374631268vw !important;
  }
  .u-pb-15 {
    padding-bottom: 1.1061946903vw !important;
  }
  .u-pb-20 {
    padding-bottom: 1.4749262537vw !important;
  }
  .u-pb-25 {
    padding-bottom: 1.8436578171vw !important;
  }
  .u-pb-30 {
    padding-bottom: 2.2123893805vw !important;
  }
  .u-pb-35 {
    padding-bottom: 2.581120944vw !important;
  }
  .u-pb-40 {
    padding-bottom: 2.9498525074vw !important;
  }
  .u-pb-45 {
    padding-bottom: 3.3185840708vw !important;
  }
  .u-pb-50 {
    padding-bottom: 3.6873156342vw !important;
  }
  .u-pb-55 {
    padding-bottom: 4.0560471976vw !important;
  }
  .u-pb-60 {
    padding-bottom: 4.4247787611vw !important;
  }
  .u-pb-65 {
    padding-bottom: 4.7935103245vw !important;
  }
  .u-pb-70 {
    padding-bottom: 5.1622418879vw !important;
  }
  .u-pb-75 {
    padding-bottom: 5.5309734513vw !important;
  }
  .u-pb-80 {
    padding-bottom: 5.8997050147vw !important;
  }
  .u-pb-85 {
    padding-bottom: 6.2684365782vw !important;
  }
  .u-pb-90 {
    padding-bottom: 6.6371681416vw !important;
  }
  .u-pb-95 {
    padding-bottom: 7.005899705vw !important;
  }
  .u-pb-100 {
    padding-bottom: 7.3746312684vw !important;
  }
  .u-pb-105 {
    padding-bottom: 7.7433628319vw !important;
  }
  .u-pb-110 {
    padding-bottom: 8.1120943953vw !important;
  }
  .u-pb-115 {
    padding-bottom: 8.4808259587vw !important;
  }
  .u-pb-120 {
    padding-bottom: 8.8495575221vw !important;
  }
  .u-pb-125 {
    padding-bottom: 9.2182890855vw !important;
  }
  .u-pb-130 {
    padding-bottom: 9.587020649vw !important;
  }
  .u-pb-135 {
    padding-bottom: 9.9557522124vw !important;
  }
  .u-pb-140 {
    padding-bottom: 10.3244837758vw !important;
  }
  .u-pb-145 {
    padding-bottom: 10.6932153392vw !important;
  }
  .u-pb-150 {
    padding-bottom: 11.0619469027vw !important;
  }
  .u-pb-155 {
    padding-bottom: 11.4306784661vw !important;
  }
  .u-pb-160 {
    padding-bottom: 11.7994100295vw !important;
  }
  .u-pb-165 {
    padding-bottom: 12.1681415929vw !important;
  }
  .u-pb-170 {
    padding-bottom: 12.5368731563vw !important;
  }
  .u-pb-175 {
    padding-bottom: 12.9056047198vw !important;
  }
  .u-pb-180 {
    padding-bottom: 13.2743362832vw !important;
  }
  .u-pb-185 {
    padding-bottom: 13.6430678466vw !important;
  }
  .u-pb-190 {
    padding-bottom: 14.01179941vw !important;
  }
  .u-pb-195 {
    padding-bottom: 14.3805309735vw !important;
  }
  .u-pb-200 {
    padding-bottom: 14.7492625369vw !important;
  }
  .u-pb-205 {
    padding-bottom: 15.1179941003vw !important;
  }
  .u-pb-210 {
    padding-bottom: 15.4867256637vw !important;
  }
  .u-pb-215 {
    padding-bottom: 15.8554572271vw !important;
  }
  .u-pb-220 {
    padding-bottom: 16.2241887906vw !important;
  }
  .u-pb-225 {
    padding-bottom: 16.592920354vw !important;
  }
  .u-pb-230 {
    padding-bottom: 16.9616519174vw !important;
  }
  .u-pt-0 {
    padding-top: 0vw !important;
  }
  .u-pt-5 {
    padding-top: 0.3687315634vw !important;
  }
  .u-pt-10 {
    padding-top: 0.7374631268vw !important;
  }
  .u-pt-15 {
    padding-top: 1.1061946903vw !important;
  }
  .u-pt-20 {
    padding-top: 1.4749262537vw !important;
  }
  .u-pt-25 {
    padding-top: 1.8436578171vw !important;
  }
  .u-pt-30 {
    padding-top: 2.2123893805vw !important;
  }
  .u-pt-35 {
    padding-top: 2.581120944vw !important;
  }
  .u-pt-40 {
    padding-top: 2.9498525074vw !important;
  }
  .u-pt-45 {
    padding-top: 3.3185840708vw !important;
  }
  .u-pt-50 {
    padding-top: 3.6873156342vw !important;
  }
  .u-pt-55 {
    padding-top: 4.0560471976vw !important;
  }
  .u-pt-60 {
    padding-top: 4.4247787611vw !important;
  }
  .u-pt-65 {
    padding-top: 4.7935103245vw !important;
  }
  .u-pt-70 {
    padding-top: 5.1622418879vw !important;
  }
  .u-pt-75 {
    padding-top: 5.5309734513vw !important;
  }
  .u-pt-80 {
    padding-top: 5.8997050147vw !important;
  }
  .u-pt-85 {
    padding-top: 6.2684365782vw !important;
  }
  .u-pt-90 {
    padding-top: 6.6371681416vw !important;
  }
  .u-pt-95 {
    padding-top: 7.005899705vw !important;
  }
  .u-pt-100 {
    padding-top: 7.3746312684vw !important;
  }
  .u-pt-105 {
    padding-top: 7.7433628319vw !important;
  }
  .u-pt-110 {
    padding-top: 8.1120943953vw !important;
  }
  .u-pt-115 {
    padding-top: 8.4808259587vw !important;
  }
  .u-pt-120 {
    padding-top: 8.8495575221vw !important;
  }
  .u-pt-125 {
    padding-top: 9.2182890855vw !important;
  }
  .u-pt-130 {
    padding-top: 9.587020649vw !important;
  }
  .u-pt-135 {
    padding-top: 9.9557522124vw !important;
  }
  .u-pt-140 {
    padding-top: 10.3244837758vw !important;
  }
  .u-pt-145 {
    padding-top: 10.6932153392vw !important;
  }
  .u-pt-150 {
    padding-top: 11.0619469027vw !important;
  }
  .u-pt-155 {
    padding-top: 11.4306784661vw !important;
  }
  .u-pt-160 {
    padding-top: 11.7994100295vw !important;
  }
  .u-pt-165 {
    padding-top: 12.1681415929vw !important;
  }
  .u-pt-170 {
    padding-top: 12.5368731563vw !important;
  }
  .u-pt-175 {
    padding-top: 12.9056047198vw !important;
  }
  .u-pt-180 {
    padding-top: 13.2743362832vw !important;
  }
  .u-pt-185 {
    padding-top: 13.6430678466vw !important;
  }
  .u-pt-190 {
    padding-top: 14.01179941vw !important;
  }
  .u-pt-195 {
    padding-top: 14.3805309735vw !important;
  }
  .u-pt-200 {
    padding-top: 14.7492625369vw !important;
  }
  .u-pt-205 {
    padding-top: 15.1179941003vw !important;
  }
  .u-pt-210 {
    padding-top: 15.4867256637vw !important;
  }
  .u-pt-215 {
    padding-top: 15.8554572271vw !important;
  }
  .u-pt-220 {
    padding-top: 16.2241887906vw !important;
  }
  .u-pl-0 {
    padding-left: 0vw !important;
  }
  .u-pl-5 {
    padding-left: 0.3687315634vw !important;
  }
  .u-pl-10 {
    padding-left: 0.7374631268vw !important;
  }
  .u-pl-15 {
    padding-left: 1.1061946903vw !important;
  }
  .u-pl-20 {
    padding-left: 1.4749262537vw !important;
  }
  .u-pl-25 {
    padding-left: 1.8436578171vw !important;
  }
  .u-pl-30 {
    padding-left: 2.2123893805vw !important;
  }
  .u-pl-35 {
    padding-left: 2.581120944vw !important;
  }
  .u-pl-40 {
    padding-left: 2.9498525074vw !important;
  }
  .u-pl-45 {
    padding-left: 3.3185840708vw !important;
  }
  .u-pl-50 {
    padding-left: 3.6873156342vw !important;
  }
  .u-pl-55 {
    padding-left: 4.0560471976vw !important;
  }
  .u-pl-60 {
    padding-left: 4.4247787611vw !important;
  }
  .u-pl-65 {
    padding-left: 4.7935103245vw !important;
  }
  .u-pl-70 {
    padding-left: 5.1622418879vw !important;
  }
  .u-pl-75 {
    padding-left: 5.5309734513vw !important;
  }
  .u-pl-80 {
    padding-left: 5.8997050147vw !important;
  }
  .u-pl-85 {
    padding-left: 6.2684365782vw !important;
  }
  .u-pl-90 {
    padding-left: 6.6371681416vw !important;
  }
  .u-pl-95 {
    padding-left: 7.005899705vw !important;
  }
  .u-pl-100 {
    padding-left: 7.3746312684vw !important;
  }
  .u-pl-105 {
    padding-left: 7.7433628319vw !important;
  }
  .u-pl-110 {
    padding-left: 8.1120943953vw !important;
  }
  .u-pl-115 {
    padding-left: 8.4808259587vw !important;
  }
  .u-pl-120 {
    padding-left: 8.8495575221vw !important;
  }
  .u-pl-125 {
    padding-left: 9.2182890855vw !important;
  }
  .u-pl-130 {
    padding-left: 9.587020649vw !important;
  }
  .u-pl-135 {
    padding-left: 9.9557522124vw !important;
  }
  .u-pl-140 {
    padding-left: 10.3244837758vw !important;
  }
  .u-pl-145 {
    padding-left: 10.6932153392vw !important;
  }
  .u-pl-150 {
    padding-left: 11.0619469027vw !important;
  }
  .u-pl-155 {
    padding-left: 11.4306784661vw !important;
  }
  .u-pr-0 {
    padding-right: 0vw !important;
  }
  .u-pr-5 {
    padding-right: 0.3687315634vw !important;
  }
  .u-pr-10 {
    padding-right: 0.7374631268vw !important;
  }
  .u-pr-15 {
    padding-right: 1.1061946903vw !important;
  }
  .u-pr-20 {
    padding-right: 1.4749262537vw !important;
  }
  .u-pr-25 {
    padding-right: 1.8436578171vw !important;
  }
  .u-pr-30 {
    padding-right: 2.2123893805vw !important;
  }
  .u-pr-35 {
    padding-right: 2.581120944vw !important;
  }
  .u-pr-40 {
    padding-right: 2.9498525074vw !important;
  }
  .u-pr-45 {
    padding-right: 3.3185840708vw !important;
  }
  .u-pr-50 {
    padding-right: 3.6873156342vw !important;
  }
  .u-pr-55 {
    padding-right: 4.0560471976vw !important;
  }
  .u-pr-60 {
    padding-right: 4.4247787611vw !important;
  }
  .u-pr-65 {
    padding-right: 4.7935103245vw !important;
  }
  .u-pr-70 {
    padding-right: 5.1622418879vw !important;
  }
  .u-pr-75 {
    padding-right: 5.5309734513vw !important;
  }
  .u-pr-80 {
    padding-right: 5.8997050147vw !important;
  }
  .u-pr-85 {
    padding-right: 6.2684365782vw !important;
  }
  .u-pr-90 {
    padding-right: 6.6371681416vw !important;
  }
  .u-pr-95 {
    padding-right: 7.005899705vw !important;
  }
  .u-pr-100 {
    padding-right: 7.3746312684vw !important;
  }
  .u-pr-105 {
    padding-right: 7.7433628319vw !important;
  }
  .u-pr-110 {
    padding-right: 8.1120943953vw !important;
  }
  .u-pr-115 {
    padding-right: 8.4808259587vw !important;
  }
  .u-pr-120 {
    padding-right: 8.8495575221vw !important;
  }
  .u-pr-125 {
    padding-right: 9.2182890855vw !important;
  }
  .u-pr-130 {
    padding-right: 9.587020649vw !important;
  }
  .u-pr-135 {
    padding-right: 9.9557522124vw !important;
  }
  .u-pr-140 {
    padding-right: 10.3244837758vw !important;
  }
  .u-pr-145 {
    padding-right: 10.6932153392vw !important;
  }
  .u-pr-150 {
    padding-right: 11.0619469027vw !important;
  }
  .u-pr-155 {
    padding-right: 11.4306784661vw !important;
  }
}
@media screen and (max-width: 767px) {
  .s\:u-p-0 {
    padding: 0vw !important;
  }
  .s\:u-p-5 {
    padding: 1.2820512821vw !important;
  }
  .s\:u-p-10 {
    padding: 2.5641025641vw !important;
  }
  .s\:u-p-15 {
    padding: 3.8461538462vw !important;
  }
  .s\:u-p-20 {
    padding: 5.1282051282vw !important;
  }
  .s\:u-pb-0 {
    padding-bottom: 0vw !important;
  }
  .s\:u-pb-5 {
    padding-bottom: 1.2820512821vw !important;
  }
  .s\:u-pb-10 {
    padding-bottom: 2.5641025641vw !important;
  }
  .s\:u-pb-15 {
    padding-bottom: 3.8461538462vw !important;
  }
  .s\:u-pb-20 {
    padding-bottom: 5.1282051282vw !important;
  }
  .s\:u-pb-25 {
    padding-bottom: 6.4102564103vw !important;
  }
  .s\:u-pb-30 {
    padding-bottom: 7.6923076923vw !important;
  }
  .s\:u-pb-35 {
    padding-bottom: 8.9743589744vw !important;
  }
  .s\:u-pb-40 {
    padding-bottom: 10.2564102564vw !important;
  }
  .s\:u-pb-45 {
    padding-bottom: 11.5384615385vw !important;
  }
  .s\:u-pb-50 {
    padding-bottom: 12.8205128205vw !important;
  }
  .s\:u-pb-55 {
    padding-bottom: 14.1025641026vw !important;
  }
  .s\:u-pb-60 {
    padding-bottom: 15.3846153846vw !important;
  }
  .s\:u-pb-65 {
    padding-bottom: 16.6666666667vw !important;
  }
  .s\:u-pb-70 {
    padding-bottom: 17.9487179487vw !important;
  }
  .s\:u-pb-75 {
    padding-bottom: 19.2307692308vw !important;
  }
  .s\:u-pb-80 {
    padding-bottom: 20.5128205128vw !important;
  }
  .s\:u-pb-85 {
    padding-bottom: 21.7948717949vw !important;
  }
  .s\:u-pb-90 {
    padding-bottom: 23.0769230769vw !important;
  }
  .s\:u-pb-95 {
    padding-bottom: 24.358974359vw !important;
  }
  .s\:u-pb-100 {
    padding-bottom: 25.641025641vw !important;
  }
  .s\:u-pb-105 {
    padding-bottom: 26.9230769231vw !important;
  }
  .s\:u-pb-110 {
    padding-bottom: 28.2051282051vw !important;
  }
  .s\:u-pb-115 {
    padding-bottom: 29.4871794872vw !important;
  }
  .s\:u-pb-120 {
    padding-bottom: 30.7692307692vw !important;
  }
  .s\:u-pb-125 {
    padding-bottom: 32.0512820513vw !important;
  }
  .s\:u-pb-130 {
    padding-bottom: 33.3333333333vw !important;
  }
  .s\:u-pb-135 {
    padding-bottom: 34.6153846154vw !important;
  }
  .s\:u-pb-140 {
    padding-bottom: 35.8974358974vw !important;
  }
  .s\:u-pb-145 {
    padding-bottom: 37.1794871795vw !important;
  }
  .s\:u-pb-150 {
    padding-bottom: 38.4615384615vw !important;
  }
  .s\:u-pt-0 {
    padding-top: 0vw !important;
  }
  .s\:u-pt-5 {
    padding-top: 1.2820512821vw !important;
  }
  .s\:u-pt-10 {
    padding-top: 2.5641025641vw !important;
  }
  .s\:u-pt-15 {
    padding-top: 3.8461538462vw !important;
  }
  .s\:u-pt-20 {
    padding-top: 5.1282051282vw !important;
  }
  .s\:u-pt-25 {
    padding-top: 6.4102564103vw !important;
  }
  .s\:u-pt-30 {
    padding-top: 7.6923076923vw !important;
  }
  .s\:u-pt-35 {
    padding-top: 8.9743589744vw !important;
  }
  .s\:u-pt-40 {
    padding-top: 10.2564102564vw !important;
  }
  .s\:u-pt-45 {
    padding-top: 11.5384615385vw !important;
  }
  .s\:u-pt-50 {
    padding-top: 12.8205128205vw !important;
  }
  .s\:u-pt-55 {
    padding-top: 14.1025641026vw !important;
  }
  .s\:u-pt-60 {
    padding-top: 15.3846153846vw !important;
  }
  .s\:u-pt-65 {
    padding-top: 16.6666666667vw !important;
  }
  .s\:u-pt-70 {
    padding-top: 17.9487179487vw !important;
  }
  .s\:u-pt-75 {
    padding-top: 19.2307692308vw !important;
  }
  .s\:u-pt-80 {
    padding-top: 20.5128205128vw !important;
  }
  .s\:u-pt-85 {
    padding-top: 21.7948717949vw !important;
  }
  .s\:u-pt-90 {
    padding-top: 23.0769230769vw !important;
  }
  .s\:u-pt-95 {
    padding-top: 24.358974359vw !important;
  }
  .s\:u-pt-100 {
    padding-top: 25.641025641vw !important;
  }
  .s\:u-pt-105 {
    padding-top: 26.9230769231vw !important;
  }
  .s\:u-pt-110 {
    padding-top: 28.2051282051vw !important;
  }
  .s\:u-pt-115 {
    padding-top: 29.4871794872vw !important;
  }
  .s\:u-pt-120 {
    padding-top: 30.7692307692vw !important;
  }
  .s\:u-pt-125 {
    padding-top: 32.0512820513vw !important;
  }
  .s\:u-pt-130 {
    padding-top: 33.3333333333vw !important;
  }
  .s\:u-pt-135 {
    padding-top: 34.6153846154vw !important;
  }
  .s\:u-pt-140 {
    padding-top: 35.8974358974vw !important;
  }
  .s\:u-pt-145 {
    padding-top: 37.1794871795vw !important;
  }
  .s\:u-pt-150 {
    padding-top: 38.4615384615vw !important;
  }
  .s\:u-pl-0 {
    padding-left: 0vw !important;
  }
  .s\:u-pl-5 {
    padding-left: 1.2820512821vw !important;
  }
  .s\:u-pl-10 {
    padding-left: 2.5641025641vw !important;
  }
  .s\:u-pl-15 {
    padding-left: 3.8461538462vw !important;
  }
  .s\:u-pl-20 {
    padding-left: 5.1282051282vw !important;
  }
  .s\:u-pl-25 {
    padding-left: 6.4102564103vw !important;
  }
  .s\:u-pl-30 {
    padding-left: 7.6923076923vw !important;
  }
  .s\:u-pl-35 {
    padding-left: 8.9743589744vw !important;
  }
  .s\:u-pl-40 {
    padding-left: 10.2564102564vw !important;
  }
  .s\:u-pl-45 {
    padding-left: 11.5384615385vw !important;
  }
  .s\:u-pl-50 {
    padding-left: 12.8205128205vw !important;
  }
  .s\:u-pl-55 {
    padding-left: 14.1025641026vw !important;
  }
  .s\:u-pl-60 {
    padding-left: 15.3846153846vw !important;
  }
  .s\:u-pl-65 {
    padding-left: 16.6666666667vw !important;
  }
  .s\:u-pl-70 {
    padding-left: 17.9487179487vw !important;
  }
  .s\:u-pl-75 {
    padding-left: 19.2307692308vw !important;
  }
  .s\:u-pl-80 {
    padding-left: 20.5128205128vw !important;
  }
  .s\:u-pr-0 {
    padding-right: 0vw !important;
  }
  .s\:u-pr-5 {
    padding-right: 1.2820512821vw !important;
  }
  .s\:u-pr-10 {
    padding-right: 2.5641025641vw !important;
  }
  .s\:u-pr-15 {
    padding-right: 3.8461538462vw !important;
  }
  .s\:u-pr-20 {
    padding-right: 5.1282051282vw !important;
  }
  .s\:u-pr-25 {
    padding-right: 6.4102564103vw !important;
  }
  .s\:u-pr-30 {
    padding-right: 7.6923076923vw !important;
  }
  .s\:u-pr-35 {
    padding-right: 8.9743589744vw !important;
  }
  .s\:u-pr-40 {
    padding-right: 10.2564102564vw !important;
  }
  .s\:u-pr-45 {
    padding-right: 11.5384615385vw !important;
  }
  .s\:u-pr-50 {
    padding-right: 12.8205128205vw !important;
  }
  .s\:u-pr-55 {
    padding-right: 14.1025641026vw !important;
  }
  .s\:u-pr-60 {
    padding-right: 15.3846153846vw !important;
  }
  .s\:u-pr-65 {
    padding-right: 16.6666666667vw !important;
  }
  .s\:u-pr-70 {
    padding-right: 17.9487179487vw !important;
  }
  .s\:u-pr-75 {
    padding-right: 19.2307692308vw !important;
  }
  .s\:u-pr-80 {
    padding-right: 20.5128205128vw !important;
  }
}
.u-m-auto {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .s\:u-m-auto {
    margin: 0 auto;
  }
  .s\:u-mb-0 {
    margin-bottom: 0vw !important;
  }
  .s\:u-mb-5 {
    margin-bottom: 1.2820512821vw !important;
  }
  .s\:u-mb-10 {
    margin-bottom: 2.5641025641vw !important;
  }
  .s\:u-mb-15 {
    margin-bottom: 3.8461538462vw !important;
  }
  .s\:u-mb-20 {
    margin-bottom: 5.1282051282vw !important;
  }
  .s\:u-mb-25 {
    margin-bottom: 6.4102564103vw !important;
  }
  .s\:u-mb-30 {
    margin-bottom: 7.6923076923vw !important;
  }
  .s\:u-mb-35 {
    margin-bottom: 8.9743589744vw !important;
  }
  .s\:u-mb-40 {
    margin-bottom: 10.2564102564vw !important;
  }
  .s\:u-mb-45 {
    margin-bottom: 11.5384615385vw !important;
  }
  .s\:u-mb-50 {
    margin-bottom: 12.8205128205vw !important;
  }
  .s\:u-mb-55 {
    margin-bottom: 14.1025641026vw !important;
  }
  .s\:u-mb-60 {
    margin-bottom: 15.3846153846vw !important;
  }
  .s\:u-mb-65 {
    margin-bottom: 16.6666666667vw !important;
  }
  .s\:u-mb-70 {
    margin-bottom: 17.9487179487vw !important;
  }
  .s\:u-mb-75 {
    margin-bottom: 19.2307692308vw !important;
  }
  .s\:u-mb-80 {
    margin-bottom: 20.5128205128vw !important;
  }
  .s\:u-mb-85 {
    margin-bottom: 21.7948717949vw !important;
  }
  .s\:u-mb-90 {
    margin-bottom: 23.0769230769vw !important;
  }
  .s\:u-mb-95 {
    margin-bottom: 24.358974359vw !important;
  }
  .s\:u-mb-100 {
    margin-bottom: 25.641025641vw !important;
  }
  .s\:u-mb-105 {
    margin-bottom: 26.9230769231vw !important;
  }
  .s\:u-mb-110 {
    margin-bottom: 28.2051282051vw !important;
  }
  .s\:u-mb-115 {
    margin-bottom: 29.4871794872vw !important;
  }
  .s\:u-mb-120 {
    margin-bottom: 30.7692307692vw !important;
  }
  .s\:u-mb-125 {
    margin-bottom: 32.0512820513vw !important;
  }
  .s\:u-mb-130 {
    margin-bottom: 33.3333333333vw !important;
  }
  .s\:u-mb-135 {
    margin-bottom: 34.6153846154vw !important;
  }
  .s\:u-mb-140 {
    margin-bottom: 35.8974358974vw !important;
  }
  .s\:u-mb-145 {
    margin-bottom: 37.1794871795vw !important;
  }
  .s\:u-mb-150 {
    margin-bottom: 38.4615384615vw !important;
  }
  .s\:u-mt-0 {
    margin-top: 0vw !important;
  }
  .s\:u-mt-5 {
    margin-top: 1.2820512821vw !important;
  }
  .s\:u-mt-10 {
    margin-top: 2.5641025641vw !important;
  }
  .s\:u-mt-15 {
    margin-top: 3.8461538462vw !important;
  }
  .s\:u-mt-20 {
    margin-top: 5.1282051282vw !important;
  }
  .s\:u-mt-25 {
    margin-top: 6.4102564103vw !important;
  }
  .s\:u-mt-30 {
    margin-top: 7.6923076923vw !important;
  }
  .s\:u-mt-35 {
    margin-top: 8.9743589744vw !important;
  }
  .s\:u-mt-40 {
    margin-top: 10.2564102564vw !important;
  }
  .s\:u-mt-45 {
    margin-top: 11.5384615385vw !important;
  }
  .s\:u-mt-50 {
    margin-top: 12.8205128205vw !important;
  }
  .s\:u-mt-55 {
    margin-top: 14.1025641026vw !important;
  }
  .s\:u-mt-60 {
    margin-top: 15.3846153846vw !important;
  }
  .s\:u-mt-65 {
    margin-top: 16.6666666667vw !important;
  }
  .s\:u-mt-70 {
    margin-top: 17.9487179487vw !important;
  }
  .s\:u-mt-75 {
    margin-top: 19.2307692308vw !important;
  }
  .s\:u-mt-80 {
    margin-top: 20.5128205128vw !important;
  }
  .s\:u-mt-85 {
    margin-top: 21.7948717949vw !important;
  }
  .s\:u-mt-90 {
    margin-top: 23.0769230769vw !important;
  }
  .s\:u-mt-95 {
    margin-top: 24.358974359vw !important;
  }
  .s\:u-mt-100 {
    margin-top: 25.641025641vw !important;
  }
  .s\:u-ml-10 {
    margin-left: -2.5641025641vw !important;
  }
  .s\:u-ml-5 {
    margin-left: -1.2820512821vw !important;
  }
  .s\:u-ml-0 {
    margin-left: 0vw !important;
  }
  .s\:u-ml-5 {
    margin-left: 1.2820512821vw !important;
  }
  .s\:u-ml-10 {
    margin-left: 2.5641025641vw !important;
  }
  .s\:u-ml-15 {
    margin-left: 3.8461538462vw !important;
  }
  .s\:u-ml-20 {
    margin-left: 5.1282051282vw !important;
  }
  .s\:u-ml-25 {
    margin-left: 6.4102564103vw !important;
  }
  .s\:u-ml-30 {
    margin-left: 7.6923076923vw !important;
  }
  .s\:u-ml-35 {
    margin-left: 8.9743589744vw !important;
  }
  .s\:u-ml-40 {
    margin-left: 10.2564102564vw !important;
  }
  .s\:u-ml-45 {
    margin-left: 11.5384615385vw !important;
  }
  .s\:u-ml-50 {
    margin-left: 12.8205128205vw !important;
  }
  .s\:u-ml-55 {
    margin-left: 14.1025641026vw !important;
  }
  .s\:u-ml-60 {
    margin-left: 15.3846153846vw !important;
  }
  .s\:u-ml-65 {
    margin-left: 16.6666666667vw !important;
  }
  .s\:u-ml-70 {
    margin-left: 17.9487179487vw !important;
  }
  .s\:u-ml-75 {
    margin-left: 19.2307692308vw !important;
  }
  .s\:u-ml-80 {
    margin-left: 20.5128205128vw !important;
  }
  .s\:u-mr-0 {
    margin-right: 0vw !important;
  }
  .s\:u-mr-5 {
    margin-right: 1.2820512821vw !important;
  }
  .s\:u-mr-10 {
    margin-right: 2.5641025641vw !important;
  }
  .s\:u-mr-15 {
    margin-right: 3.8461538462vw !important;
  }
  .s\:u-mr-20 {
    margin-right: 5.1282051282vw !important;
  }
  .s\:u-mr-25 {
    margin-right: 6.4102564103vw !important;
  }
  .s\:u-mr-30 {
    margin-right: 7.6923076923vw !important;
  }
  .s\:u-mr-35 {
    margin-right: 8.9743589744vw !important;
  }
  .s\:u-mr-40 {
    margin-right: 10.2564102564vw !important;
  }
  .s\:u-mr-45 {
    margin-right: 11.5384615385vw !important;
  }
  .s\:u-mr-50 {
    margin-right: 12.8205128205vw !important;
  }
  .s\:u-mr-55 {
    margin-right: 14.1025641026vw !important;
  }
  .s\:u-mr-60 {
    margin-right: 15.3846153846vw !important;
  }
  .s\:u-mr-65 {
    margin-right: 16.6666666667vw !important;
  }
  .s\:u-mr-70 {
    margin-right: 17.9487179487vw !important;
  }
  .s\:u-mr-75 {
    margin-right: 19.2307692308vw !important;
  }
  .s\:u-mr-80 {
    margin-right: 20.5128205128vw !important;
  }
  .s\:u-mb-m-50 {
    margin-bottom: -12.8205128205vw !important;
  }
  .s\:u-mb-m-45 {
    margin-bottom: -11.5384615385vw !important;
  }
  .s\:u-mb-m-40 {
    margin-bottom: -10.2564102564vw !important;
  }
  .s\:u-mb-m-35 {
    margin-bottom: -8.9743589744vw !important;
  }
  .s\:u-mb-m-30 {
    margin-bottom: -7.6923076923vw !important;
  }
  .s\:u-mb-m-25 {
    margin-bottom: -6.4102564103vw !important;
  }
  .s\:u-mb-m-20 {
    margin-bottom: -5.1282051282vw !important;
  }
  .s\:u-mb-m-15 {
    margin-bottom: -3.8461538462vw !important;
  }
  .s\:u-mb-m-10 {
    margin-bottom: -2.5641025641vw !important;
  }
  .s\:u-mb-m-5 {
    margin-bottom: -1.2820512821vw !important;
  }
  .s\:u-mb-m-0 {
    margin-bottom: 0vw !important;
  }
  .s\:u-mt-m-50 {
    margin-top: -12.8205128205vw !important;
  }
  .s\:u-mt-m-45 {
    margin-top: -11.5384615385vw !important;
  }
  .s\:u-mt-m-40 {
    margin-top: -10.2564102564vw !important;
  }
  .s\:u-mt-m-35 {
    margin-top: -8.9743589744vw !important;
  }
  .s\:u-mt-m-30 {
    margin-top: -7.6923076923vw !important;
  }
  .s\:u-mt-m-25 {
    margin-top: -6.4102564103vw !important;
  }
  .s\:u-mt-m-20 {
    margin-top: -5.1282051282vw !important;
  }
  .s\:u-mt-m-15 {
    margin-top: -3.8461538462vw !important;
  }
  .s\:u-mt-m-10 {
    margin-top: -2.5641025641vw !important;
  }
  .s\:u-mt-m-5 {
    margin-top: -1.2820512821vw !important;
  }
  .s\:u-mt-m-0 {
    margin-top: 0vw !important;
  }
  .s\:u-ml-m-50 {
    margin-left: -12.8205128205vw !important;
  }
  .s\:u-ml-m-45 {
    margin-left: -11.5384615385vw !important;
  }
  .s\:u-ml-m-40 {
    margin-left: -10.2564102564vw !important;
  }
  .s\:u-ml-m-35 {
    margin-left: -8.9743589744vw !important;
  }
  .s\:u-ml-m-30 {
    margin-left: -7.6923076923vw !important;
  }
  .s\:u-ml-m-25 {
    margin-left: -6.4102564103vw !important;
  }
  .s\:u-ml-m-20 {
    margin-left: -5.1282051282vw !important;
  }
  .s\:u-ml-m-15 {
    margin-left: -3.8461538462vw !important;
  }
  .s\:u-ml-m-10 {
    margin-left: -2.5641025641vw !important;
  }
  .s\:u-ml-m-5 {
    margin-left: -1.2820512821vw !important;
  }
  .s\:u-ml-m-0 {
    margin-left: 0vw !important;
  }
  .s\:u-mr-m-50 {
    margin-right: -12.8205128205vw !important;
  }
  .s\:u-mr-m-45 {
    margin-right: -11.5384615385vw !important;
  }
  .s\:u-mr-m-40 {
    margin-right: -10.2564102564vw !important;
  }
  .s\:u-mr-m-35 {
    margin-right: -8.9743589744vw !important;
  }
  .s\:u-mr-m-30 {
    margin-right: -7.6923076923vw !important;
  }
  .s\:u-mr-m-25 {
    margin-right: -6.4102564103vw !important;
  }
  .s\:u-mr-m-20 {
    margin-right: -5.1282051282vw !important;
  }
  .s\:u-mr-m-15 {
    margin-right: -3.8461538462vw !important;
  }
  .s\:u-mr-m-10 {
    margin-right: -2.5641025641vw !important;
  }
  .s\:u-mr-m-5 {
    margin-right: -1.2820512821vw !important;
  }
  .s\:u-mr-m-0 {
    margin-right: 0vw !important;
  }
}
.u-w-full-vw {
  width: 100vw;
}
.u-w-full {
  width: 100%;
}
.u-w-half {
  width: 50%;
}
.u-w-31 {
  width: 2.2861356932vw;
}
.u-w-158 {
  width: 11.6519174041vw;
}
.u-w-210 {
  width: 15.4867256637vw;
}
.u-w-395 {
  width: 29.1297935103vw;
}
.u-w-530 {
  width: 39.0855457227vw;
}
.u-w-535 {
  width: 39.4542772861vw;
}
.u-w-570 {
  width: 42.0353982301vw;
}

@media screen and (max-width: 767px) {
  .s\:u-w-full {
    width: 100%;
  }
  .s\:u-w-auto {
    width: auto;
  }
  .s\:u-w-30 {
    width: 7.6923076923vw;
  }
  .s\:u-w-127 {
    width: 32.5641025641vw;
  }
  .s\:u-w-163 {
    width: 41.7948717949vw;
  }
  .s\:u-w-277 {
    width: 71.0256410256vw;
  }
  .s\:u-w-310 {
    width: 79.4871794872vw;
  }
}
.u-h-full {
  height: 100%;
}
.u-h-half {
  height: 50%;
}
.u-h-63 {
  height: 4.6460176991vw;
}
.u-h-96 {
  height: 7.0796460177vw;
}

@media screen and (max-width: 767px) {
  .s\:u-h-full {
    height: 100%;
  }
  .s\:u-h-auto {
    height: auto;
  }
  .s\:u-h-46 {
    height: 11.7948717949vw;
  }
  .s\:u-h-68 {
    height: 17.4358974359vw;
  }
  .s\:u-h-238 {
    height: 61.0256410256vw;
  }
  .s\:u-h-415 {
    height: 106.4102564103vw;
  }
  .s\:u-h-405 {
    height: 103.8461538462vw;
  }
}
.u-z-9999 {
  z-index: 9999;
}
.u-z-2 {
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .s\:u-z-2 {
    z-index: 2;
  }
}
.u-mix-blend-normal {
  mix-blend-mode: normal;
}
.u-mix-blend-multiply {
  mix-blend-mode: multiply;
}

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

.u-only-sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.l-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
  padding: calc(100vh + 13.5rem) 0 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: calc(100vh + 6.7rem) 0 0;
  }
}

.l-header {
  display: flex;
  height: 8rem;
  padding: 0 12.3rem;
  position: fixed;
  top: 0;
  transition: background-color 0.4s ease;
  width: 100vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6rem;
    justify-content: space-between;
    padding: 0 0 0 2rem;
    z-index: 9999;
  }
}
.l-header .logo {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    padding-top: 1.3rem;
  }
}
.l-header .logo a {
  aspect-ratio: 1/0.3900226757;
  background: url(../img/logo_white.webp) no-repeat 0 0/contain;
  display: block;
  height: auto;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .l-header .logo a {
    width: 8.7rem;
  }
}
.l-header.is-fixed {
  background-color: #fff;
}
.l-header.is-fixed .logo a {
  background-image: url(../img/logo.webp);
  -webkit-mask-image: unset;
          mask-image: unset;
}
@media screen and (max-width: 767px) {
  .l-header.is-fixed .hamburger-btn span,
  .l-header.is-fixed .hamburger-btn span:before,
  .l-header.is-fixed .hamburger-btn span:after {
    background-color: #0A3464;
  }
  .is-open-hamburger .l-header {
    background-color: #0A3464 !important;
  }
  .is-open-hamburger .l-header .logo a {
    background-image: url(../img/logo_white.webp) !important;
  }
  .is-open-hamburger .l-header .hamburger-btn span:before,
  .is-open-hamburger .l-header .hamburger-btn span:after {
    background-color: #fff;
  }
}

.l-gnavi {
  align-items: center;
  display: flex;
  gap: 6rem;
  height: 8rem;
  position: fixed;
  right: 13rem;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-gnavi {
    align-items: start;
    background-color: #0A3464;
    flex-direction: column;
    gap: 0;
    height: 100%;
    left: 0;
    padding: 0.5rem 2rem;
    right: unset;
    top: 6rem;
    width: 100vw;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  .l-gnavi li {
    border-top: 1px solid #fff;
    width: 100%;
  }
  .l-gnavi li:first-child {
    border-top: none;
  }
}
.l-gnavi li a {
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .l-gnavi li a {
    align-items: center;
    display: flex;
    font-size: 2rem;
    height: 7.8rem;
  }
}
.is-fixed .l-gnavi li a {
  color: #0A3464;
}
@media screen and (max-width: 767px) {
  .is-open-hamburger .l-gnavi li a {
    color: #fff !important;
  }
}

.l-footer {
  background: #0A3464;
  color: #fff;
  padding: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5.7rem 0 0;
  }
}
.l-footer-logo {
  margin: 0 auto 4.2rem;
  width: 17.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-logo {
    margin: 0 auto 3.3rem;
    width: 12.2rem;
  }
}
.l-footer-navi {
  display: flex;
  justify-content: center;
  gap: 6.1rem;
  margin: 0 0 9.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    align-items: center;
    flex-direction: column;
    gap: 1.1rem;
    margin: 0 0 3.6rem;
  }
}
.l-footer-navi li a {
  color: #fff;
}
.l-footer-navi li a:hover {
  opacity: 0.5;
}
.l-footer-copy {
  display: block;
  border-top: 1px solid #fff;
  font-size: 1.6rem;
  padding: 1.2rem 0 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-copy {
    padding: 1.5rem 0;
  }
}

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

[data-js-hamburger-menu] {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  [data-js-hamburger-menu] {
    height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    transform: translateY(-100vh);
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  [data-js-hamburger-menu].is-open {
    opacity: 1;
    transform: translateY(0);
    z-index: 7777;
    height: min(46.4rem, 100%);
  }
}

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

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

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

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

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

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

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

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

[data-js-accordion] {
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  [data-js-accordion].is-open {
    width: 100%;
  }
}
[data-js-accordion].is-open:after {
  transform: rotate(180deg) !important;
}

.p-mv {
  height: calc(100vh + 13.5rem);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}
.p-mv.is-hide {
  opacity: 0;
}
.p-mv-img {
  height: 100%;
  width: 100%;
}
.p-mv-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-mv-ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  justify-content: center;
  position: absolute;
  margin-top: -2.2rem;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl {
    margin-top: -4rem;
  }
}
.p-mv-ttl img {
  width: 44.1rem;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl img {
    width: min(243px, 24.3rem);
  }
}
.p-mv-ttl .subttl {
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0.11rem;
  padding: 3.5rem 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl .subttl {
    font-size: min(25px, 2.5rem);
    letter-spacing: 0.07rem;
    padding: min(20px, 2rem) 0 0;
  }
}
.p-mv-badge {
  bottom: 20rem;
  position: absolute;
  right: 5rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv-badge {
    bottom: 17rem;
    right: 2rem;
  }
}
.p-mv-badge a {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #0A3464;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  height: auto;
  line-height: 1.1071428571;
  justify-content: center;
  transition: opacity 0.2s ease;
  width: 18.8rem;
}
@media screen and (max-width: 767px) {
  .p-mv-badge a {
    width: 10.6rem;
  }
}
.p-mv-badge a:before {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/0.9675657375;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44.305" height="42.868" viewBox="0 0 44.305 42.868"><path d="M-4461.77-517.081a23.771,23.771,0,0,1-8.453-3.693,11.029,11.029,0,0,1-3.318-3.718,7.286,7.286,0,0,1-.776-2.588,6.666,6.666,0,0,1,.291-2.71,9.246,9.246,0,0,1,2.906-4.078,16.411,16.411,0,0,1,3.962-2.422,1.142,1.142,0,0,1,1.509.574,1.143,1.143,0,0,1-.485,1.464l-.02.01a16.044,16.044,0,0,0-3.244,2.3,6.566,6.566,0,0,0-1.909,2.964,3.968,3.968,0,0,0,.437,3.067,8.259,8.259,0,0,0,2.5,2.568,21.515,21.515,0,0,0,7.365,2.994,36.313,36.313,0,0,0,8.18.851,36.118,36.118,0,0,0,8.179-.92,22.393,22.393,0,0,0,7.393-3,9.071,9.071,0,0,0,2.6-2.545,4.077,4.077,0,0,0,.627-3.057,5.934,5.934,0,0,0-1.76-2.984,14.79,14.79,0,0,0-3.2-2.315l-.02-.011a1.14,1.14,0,0,1-.443-1.552,1.145,1.145,0,0,1,1.472-.483,20.252,20.252,0,0,1,2.046,1.066,14.52,14.52,0,0,1,1.909,1.4,8.6,8.6,0,0,1,2.766,4.227,6.687,6.687,0,0,1,.121,2.726,7.514,7.514,0,0,1-.905,2.52,11.861,11.861,0,0,1-3.383,3.6,20.162,20.162,0,0,1-4.094,2.254,29.348,29.348,0,0,1-4.341,1.425,38.671,38.671,0,0,1-8.948,1.07A38.686,38.686,0,0,1-4461.77-517.081Zm7.948-15.767a19.678,19.678,0,0,0-.038-3.791,20.871,20.871,0,0,0-.8-3.711c-.36-1.282-.8-2.64-1.083-4.114a14.352,14.352,0,0,1-.168-4.565,12.423,12.423,0,0,1,3.892-7.781,19.839,19.839,0,0,0-1.17,7.889,16.918,16.918,0,0,0,.65,3.708c.352,1.234.81,2.511,1.221,3.9.194.7.378,1.418.519,2.169a17.356,17.356,0,0,1,.232,2.3,15.576,15.576,0,0,1-.566,4.51,13,13,0,0,1-4.854,7.207A21.907,21.907,0,0,0-4453.821-532.848Zm8.529.356a12.732,12.732,0,0,0,.042-3.035l-.1-.734c-.056-.241-.093-.479-.158-.722-.115-.488-.268-.992-.441-1.514-.329-1.049-.747-2.18-1.016-3.448a10.424,10.424,0,0,1-.115-3.981,9.117,9.117,0,0,1,4.026-6.249,13.928,13.928,0,0,0-1.309,6.441,11.154,11.154,0,0,0,.58,2.954c.322.992.752,2.042,1.141,3.213a18.211,18.211,0,0,1,.492,1.862c.061.327.1.668.143,1,.022.336.057.673.054,1.008a11.153,11.153,0,0,1-.693,3.9,9.871,9.871,0,0,1-4.932,5.539A16.681,16.681,0,0,0-4445.292-532.492Zm-17.2-.954a12.81,12.81,0,0,0-.01-3.034l-.116-.733c-.061-.24-.1-.478-.171-.72-.124-.485-.284-.986-.467-1.506-.347-1.043-.783-2.167-1.074-3.429a10.439,10.439,0,0,1-.183-3.977,9.1,9.1,0,0,1,3.919-6.314,13.839,13.839,0,0,0-1.2,6.458,11.178,11.178,0,0,0,.629,2.945c.34.986.787,2.028,1.195,3.193a18.329,18.329,0,0,1,.522,1.852c.067.325.109.666.161,1,.029.336.068.672.071,1.007a11.131,11.131,0,0,1-.624,3.912,9.841,9.841,0,0,1-4.837,5.62A16.568,16.568,0,0,0-4462.489-533.446Z" transform="translate(4474.851 558.446)" fill="%23000" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44.305" height="42.868" viewBox="0 0 44.305 42.868"><path d="M-4461.77-517.081a23.771,23.771,0,0,1-8.453-3.693,11.029,11.029,0,0,1-3.318-3.718,7.286,7.286,0,0,1-.776-2.588,6.666,6.666,0,0,1,.291-2.71,9.246,9.246,0,0,1,2.906-4.078,16.411,16.411,0,0,1,3.962-2.422,1.142,1.142,0,0,1,1.509.574,1.143,1.143,0,0,1-.485,1.464l-.02.01a16.044,16.044,0,0,0-3.244,2.3,6.566,6.566,0,0,0-1.909,2.964,3.968,3.968,0,0,0,.437,3.067,8.259,8.259,0,0,0,2.5,2.568,21.515,21.515,0,0,0,7.365,2.994,36.313,36.313,0,0,0,8.18.851,36.118,36.118,0,0,0,8.179-.92,22.393,22.393,0,0,0,7.393-3,9.071,9.071,0,0,0,2.6-2.545,4.077,4.077,0,0,0,.627-3.057,5.934,5.934,0,0,0-1.76-2.984,14.79,14.79,0,0,0-3.2-2.315l-.02-.011a1.14,1.14,0,0,1-.443-1.552,1.145,1.145,0,0,1,1.472-.483,20.252,20.252,0,0,1,2.046,1.066,14.52,14.52,0,0,1,1.909,1.4,8.6,8.6,0,0,1,2.766,4.227,6.687,6.687,0,0,1,.121,2.726,7.514,7.514,0,0,1-.905,2.52,11.861,11.861,0,0,1-3.383,3.6,20.162,20.162,0,0,1-4.094,2.254,29.348,29.348,0,0,1-4.341,1.425,38.671,38.671,0,0,1-8.948,1.07A38.686,38.686,0,0,1-4461.77-517.081Zm7.948-15.767a19.678,19.678,0,0,0-.038-3.791,20.871,20.871,0,0,0-.8-3.711c-.36-1.282-.8-2.64-1.083-4.114a14.352,14.352,0,0,1-.168-4.565,12.423,12.423,0,0,1,3.892-7.781,19.839,19.839,0,0,0-1.17,7.889,16.918,16.918,0,0,0,.65,3.708c.352,1.234.81,2.511,1.221,3.9.194.7.378,1.418.519,2.169a17.356,17.356,0,0,1,.232,2.3,15.576,15.576,0,0,1-.566,4.51,13,13,0,0,1-4.854,7.207A21.907,21.907,0,0,0-4453.821-532.848Zm8.529.356a12.732,12.732,0,0,0,.042-3.035l-.1-.734c-.056-.241-.093-.479-.158-.722-.115-.488-.268-.992-.441-1.514-.329-1.049-.747-2.18-1.016-3.448a10.424,10.424,0,0,1-.115-3.981,9.117,9.117,0,0,1,4.026-6.249,13.928,13.928,0,0,0-1.309,6.441,11.154,11.154,0,0,0,.58,2.954c.322.992.752,2.042,1.141,3.213a18.211,18.211,0,0,1,.492,1.862c.061.327.1.668.143,1,.022.336.057.673.054,1.008a11.153,11.153,0,0,1-.693,3.9,9.871,9.871,0,0,1-4.932,5.539A16.681,16.681,0,0,0-4445.292-532.492Zm-17.2-.954a12.81,12.81,0,0,0-.01-3.034l-.116-.733c-.061-.24-.1-.478-.171-.72-.124-.485-.284-.986-.467-1.506-.347-1.043-.783-2.167-1.074-3.429a10.439,10.439,0,0,1-.183-3.977,9.1,9.1,0,0,1,3.919-6.314,13.839,13.839,0,0,0-1.2,6.458,11.178,11.178,0,0,0,.629,2.945c.34.986.787,2.028,1.195,3.193a18.329,18.329,0,0,1,.522,1.852c.067.325.109.666.161,1,.029.336.068.672.071,1.007a11.131,11.131,0,0,1-.624,3.912,9.841,9.841,0,0,1-4.837,5.62A16.568,16.568,0,0,0-4462.489-533.446Z" transform="translate(4474.851 558.446)" fill="%23000" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  margin-top: -0.2rem;
  width: 4.4305rem;
}
@media screen and (max-width: 767px) {
  .p-mv-badge a:before {
    margin-top: -0.2rem;
    width: 2.439rem;
  }
}
.p-mv-badge a .txt-1 {
  font-size: 2.8rem;
  font-weight: 300;
  padding: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv-badge a .txt-1 {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 0.7rem 0 0;
  }
}
.p-mv-badge a .txt-2 {
  font-size: 3rem;
  font-weight: 300;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv-badge a .txt-2 {
    font-size: 1.7rem;
    letter-spacing: 0;
    padding-bottom: 0.3rem;
  }
}
.p-mv-badge a .txt-2 .u-font-yellow {
  font-size: 3.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv-badge a .txt-2 .u-font-yellow {
    font-size: 2rem;
  }
}
.p-mv-badge a:after {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/0.6027274186;
  background-color: #FFEB4E;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="31.165" height="18.784" viewBox="0 0 31.165 18.784"><path d="M2.221,31.354l-2.044-2.2L14.558,15.772.177,2.386,2.221.19l16.74,15.583Z" transform="translate(31.354 -0.177) rotate(90)" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="31.165" height="18.784" viewBox="0 0 31.165 18.784"><path d="M2.221,31.354l-2.044-2.2L14.558,15.772.177,2.386,2.221.19l16.74,15.583Z" transform="translate(31.354 -0.177) rotate(90)" fill="%23000"/></svg>');
  width: 3.1165rem;
}
@media screen and (max-width: 767px) {
  .p-mv-badge a:after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.053" height="9.841" viewBox="0 0 17.053 9.841"><path d="M.341,16.686l-.681-.732L8.033,8.16-.341.366.341-.366,9.5,8.16Z" transform="translate(16.687 0.341) rotate(90)" fill="%23000"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.053" height="9.841" viewBox="0 0 17.053 9.841"><path d="M.341,16.686l-.681-.732L8.033,8.16-.341.366.341-.366,9.5,8.16Z" transform="translate(16.687 0.341) rotate(90)" fill="%23000"/></svg>');
    width: 1.7053rem;
  }
}
.p-mv-badge a:hover {
  opacity: 0.6 !important;
}

#about {
  transform: translateY(13.5rem);
}
@media screen and (max-width: 767px) {
  #about {
    transform: translateY(1rem);
  }
}

#sento {
  transform: translateY(60rem);
}

.p-about {
  background: url(../img/bg.webp) no-repeat 50% 0/100% auto;
  display: grid;
  grid-template-columns: 61.1rem 1fr;
  grid-template-rows: auto 1fr;
  margin: -11.6rem 0 0;
  padding: 25.1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    background: url(../img/bg_sp.webp) no-repeat 50% 0/100% auto, url(../img/bg_sp.webp) no-repeat 50% 30.7rem/100% auto;
    display: flex;
    flex-direction: column;
    margin: -6.7rem 0 0;
    padding: 12.8rem 0 0;
  }
}
.p-about-img {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 767px) {
  .p-about-img {
    order: 2;
    width: calc(100% - 2rem);
    z-index: 2;
  }
}
.p-about-heading {
  align-self: start;
  grid-area: 1/2/2/3;
  padding: 4.5rem 12.3rem 8.2rem 11.7rem;
}
@media screen and (max-width: 767px) {
  .p-about-heading {
    padding: 0 2rem 2.5rem;
    order: 1;
  }
}
.p-about-heading .ttl {
  display: flex;
  gap: 4.3rem;
  margin: 0 0 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-heading .ttl {
    gap: 1.8rem;
    margin: 0 0 1.6rem;
  }
}
.p-about-heading .ttl-fish {
  margin-top: -0.8rem;
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-heading .ttl-fish {
    margin-top: -1.5rem;
    width: 7.3rem;
  }
}
.p-about-sento {
  background-color: #0A3464;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-area: 2/2/3/3;
  padding: 0 12.3rem 0 11.7rem;
}
@media screen and (max-width: 767px) {
  .p-about-sento {
    order: 3;
    margin: -12.6rem 0 0;
    padding: 18rem 2rem 4.5rem;
  }
}
.p-about-sento .c-ttl-3 {
  padding: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-sento .c-ttl-3 {
    padding: 0 0 1.3rem;
  }
}

#relaxation {
  transform: translateY(2rem);
}

.p-relaxation {
  background: url(../img/bg.webp) no-repeat 50% -11.8rem/100% auto, url(../img/bg.webp) no-repeat 50% 58.5rem/100% auto, url(../img/bg.webp) no-repeat 50% 130.3rem/100% auto, url(../img/bg.webp) no-repeat 50% 201.9rem/100% auto, url(../img/bg.webp) no-repeat 50% 241.7rem/100% auto, url(../img/bg.webp) no-repeat 50% 281.5rem/100% auto;
  padding: 13.7rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation {
    background: url(../img/bg_sp.webp) no-repeat 50% -5rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 30.7rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 72.1rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 111rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 150.5rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 191.5rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 232rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 272.6rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 313.3rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 353.9rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 394.4rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 435.1rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 472.2rem/100% auto;
    padding: 5.8rem 0 6rem;
  }
}
.p-relaxation-head {
  padding: 0 0 7.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-relaxation-head {
    padding: 0 0 4.2rem;
    text-align: left;
  }
}
.p-relaxation-head .c-ttl-2 {
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-head .c-ttl-2 {
    padding: 0 0 1.8rem;
  }
}
.p-relaxation-items {
  display: flex;
  flex-direction: column;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-items {
    gap: 6rem;
  }
}
.p-relaxation-item {
  align-items: start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item {
    display: block;
  }
}
.p-relaxation-item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-relaxation-item-slide {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item-slide {
    width: 100%;
  }
}
.p-relaxation-item-slide .slide img {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item-slide .slide img {
    width: 35rem;
  }
}
.p-relaxation-item-slide .slide .slick-dots {
  bottom: 1rem;
  display: flex;
  gap: 0.8rem;
  left: 2rem;
  position: absolute;
  z-index: 2;
}
.p-relaxation-item-slide .slide .slick-dots button {
  aspect-ratio: 1/1;
  background-color: #e2e2e2;
  border-radius: 50%;
  width: 0.9rem;
}
.p-relaxation-item-slide .slide .slick-dots button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-relaxation-item-slide .slide .slick-dots .slick-active button {
  background-color: #fff;
  border: 1px solid #0A3464;
  width: 1rem;
}
.p-relaxation-item-slide .slide-caption {
  bottom: -4rem;
  padding-top: 0.8rem;
  position: absolute;
}
.p-relaxation-item-slide .slide-caption.is-hide {
  transition-duration: 0.5s;
  opacity: 0 !important;
}
.p-relaxation-item-slide .fish, .p-relaxation-item-slide .p-facility-item .fish-2, .p-facility-item .p-relaxation-item-slide .fish-2, .p-relaxation-item-slide .p-facility-item .fish-1, .p-facility-item .p-relaxation-item-slide .fish-1, .p-relaxation-item-slide .p-etiquette .fish-2, .p-etiquette .p-relaxation-item-slide .fish-2, .p-relaxation-item-slide .p-etiquette .fish-1, .p-etiquette .p-relaxation-item-slide .fish-1 {
  display: inline-block;
  position: absolute;
}
.p-relaxation-item-body {
  padding: 0.8rem 0 0;
  width: 53rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item-body {
    padding: 2rem 0 0;
    width: 100%;
  }
}
.p-relaxation-item-body .c-ttl-3 {
  padding: 0 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item-body .c-ttl-3 {
    padding: 0 0 1.5rem;
  }
}
@media screen and (max-width: 860px) {
  .p-relaxation-item-body p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-relaxation-item-body p br {
    display: block;
  }
}
.p-relaxation-item-body .tips {
  background: #0A3464;
  color: #fff;
  margin: 2.7rem 0 0;
}
.p-relaxation-item-body .tips-ttl {
  align-items: center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  height: 3.5rem;
  line-height: 1;
  padding: 0 1.3rem 0 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item-body .tips-ttl {
    border-right: none;
    font-size: 1.6rem;
    height: 4.35rem;
    padding: 0 2rem;
    width: 100%;
  }
}
.p-relaxation-item-body .tips-ttl span {
  font-weight: 300;
}
.p-relaxation-item-body .tips-ttl span:after {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/1.5816777042;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.06" height="14.33" viewBox="0 0 9.06 14.33"><path d="M1.88,14.886.518,13.422l6.125-5.7L.518,2.02,1.88.556l7.7,7.165Z" transform="translate(-0.518 -0.556)" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.06" height="14.33" viewBox="0 0 9.06 14.33"><path d="M1.88,14.886.518,13.422l6.125-5.7L.518,2.02,1.88.556l7.7,7.165Z" transform="translate(-0.518 -0.556)" fill="%23000"/></svg>');
  margin: 0 1.15rem 0 1.13rem;
  width: 0.906rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item-body .tips-ttl span:after {
    aspect-ratio: 1/1.5262461986;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7.563" height="11.543" viewBox="0 0 7.563 11.543"><path d="M1.88,12.1.518,10.634,5.145,6.327.518,2.02,1.88.556l6.2,5.771Z" transform="translate(-0.518 -0.556)" fill="%23000"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7.563" height="11.543" viewBox="0 0 7.563 11.543"><path d="M1.88,12.1.518,10.634,5.145,6.327.518,2.02,1.88.556l6.2,5.771Z" transform="translate(-0.518 -0.556)" fill="%23000"/></svg>');
    margin: 0 0.7rem;
    width: 0.756rem;
  }
}
.p-relaxation-item-body .tips-ttl strong {
  font-weight: 300;
  letter-spacing: 0;
}
.p-relaxation-item-body .tips-body {
  padding: 1.2rem 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item-body .tips-body {
    padding: 1.8rem 2rem 1.5rem;
  }
}
.p-relaxation-item.item-1 .fish, .p-relaxation-item.item-1 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-1 .fish-2, .p-relaxation-item.item-1 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-1 .fish-1, .p-relaxation-item.item-1 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-1 .fish-2, .p-relaxation-item.item-1 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-1 .fish-1 {
  bottom: -3.6rem;
  right: 4rem;
  width: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item.item-1 .fish, .p-relaxation-item.item-1 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-1 .fish-2, .p-relaxation-item.item-1 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-1 .fish-1, .p-relaxation-item.item-1 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-1 .fish-2, .p-relaxation-item.item-1 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-1 .fish-1 {
    bottom: -3.8rem;
    right: 1.5rem;
    width: 8.4rem;
  }
}
.p-relaxation-item.item-2 .fish, .p-relaxation-item.item-2 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-2 .fish-2, .p-relaxation-item.item-2 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-2 .fish-1, .p-relaxation-item.item-2 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-2 .fish-2, .p-relaxation-item.item-2 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-2 .fish-1 {
  bottom: -3.2rem;
  right: 3.5rem;
  width: 10.8rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item.item-2 .fish, .p-relaxation-item.item-2 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-2 .fish-2, .p-relaxation-item.item-2 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-2 .fish-1, .p-relaxation-item.item-2 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-2 .fish-2, .p-relaxation-item.item-2 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-2 .fish-1 {
    bottom: -2.7rem;
    right: 2rem;
    width: 8rem;
  }
}
.p-relaxation-item.item-3 .fish, .p-relaxation-item.item-3 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-3 .fish-2, .p-relaxation-item.item-3 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-3 .fish-1, .p-relaxation-item.item-3 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-3 .fish-2, .p-relaxation-item.item-3 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-3 .fish-1 {
  bottom: -4.4rem;
  right: 3.8rem;
  width: 14.3rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item.item-3 .fish, .p-relaxation-item.item-3 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-3 .fish-2, .p-relaxation-item.item-3 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-3 .fish-1, .p-relaxation-item.item-3 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-3 .fish-2, .p-relaxation-item.item-3 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-3 .fish-1 {
    bottom: -1.4rem;
    right: 1.9rem;
    width: 8.9rem;
  }
}
.p-relaxation-item.item-4 .c-btn-1 {
  margin: 3.7rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item.item-4 .c-btn-1 {
    margin: 2.5rem 0;
  }
}
.p-relaxation-item.item-4 .fish, .p-relaxation-item.item-4 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-4 .fish-2, .p-relaxation-item.item-4 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-4 .fish-1, .p-relaxation-item.item-4 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-4 .fish-2, .p-relaxation-item.item-4 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-4 .fish-1 {
  bottom: -3.9rem;
  right: 3rem;
  width: 13.4rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item.item-4 .fish, .p-relaxation-item.item-4 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-4 .fish-2, .p-relaxation-item.item-4 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-4 .fish-1, .p-relaxation-item.item-4 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-4 .fish-2, .p-relaxation-item.item-4 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-4 .fish-1 {
    bottom: -2.1rem;
    right: 0.9rem;
    width: 8.6rem;
  }
}
.p-relaxation-item.item-5 .fish, .p-relaxation-item.item-5 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-5 .fish-2, .p-relaxation-item.item-5 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-5 .fish-1, .p-relaxation-item.item-5 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-5 .fish-2, .p-relaxation-item.item-5 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-5 .fish-1 {
  bottom: -2.7rem;
  right: 4rem;
  width: 11.9rem;
}
@media screen and (max-width: 767px) {
  .p-relaxation-item.item-5 .fish, .p-relaxation-item.item-5 .p-facility-item .fish-2, .p-facility-item .p-relaxation-item.item-5 .fish-2, .p-relaxation-item.item-5 .p-facility-item .fish-1, .p-facility-item .p-relaxation-item.item-5 .fish-1, .p-relaxation-item.item-5 .p-etiquette .fish-2, .p-etiquette .p-relaxation-item.item-5 .fish-2, .p-relaxation-item.item-5 .p-etiquette .fish-1, .p-etiquette .p-relaxation-item.item-5 .fish-1 {
    bottom: -3rem;
    right: 2.1rem;
    width: 7rem;
  }
}

.p-etiquette {
  padding: 11rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-etiquette {
    padding: 5.5rem 0 2.8rem;
  }
}
.p-etiquette .fish, .p-etiquette .fish-2, .p-etiquette .fish-1 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-etiquette .fish, .p-etiquette .fish-2, .p-etiquette .fish-1 {
    display: none;
  }
}
.p-etiquette .fish-1 {
  right: -3rem;
  top: -2rem;
  width: 12.1rem;
}
.p-etiquette .fish-2 {
  bottom: 29.5rem;
  left: -3.6rem;
  width: 11.8rem;
}
.p-etiquette .c-ttl-3 {
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-etiquette .c-ttl-3 {
    line-height: 1.3;
  }
}
.p-etiquette-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.9rem;
  justify-content: center;
  row-gap: 5.6rem;
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-etiquette-items {
    gap: 2.8rem;
    padding: 3.2rem 0 0;
  }
}
.p-etiquette-item {
  width: 24.3rem;
}
@media screen and (max-width: 767px) {
  .p-etiquette-item {
    width: 100%;
  }
}
.p-etiquette-item .img, .p-etiquette-item .p-goods-characters figure .img-mom, .p-goods-characters figure .p-etiquette-item .img-mom, .p-etiquette-item .p-goods-characters figure .img-yudoka, .p-goods-characters figure .p-etiquette-item .img-yudoka, .p-etiquette-item .p-goods-characters figure .img-dad, .p-goods-characters figure .p-etiquette-item .img-dad {
  align-items: center;
  aspect-ratio: 1/1;
  background: #F5F5F5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: auto;
  margin: 0 auto;
  width: 24.3rem;
}
@media screen and (max-width: 767px) {
  .p-etiquette-item .img, .p-etiquette-item .p-goods-characters figure .img-mom, .p-goods-characters figure .p-etiquette-item .img-mom, .p-etiquette-item .p-goods-characters figure .img-yudoka, .p-goods-characters figure .p-etiquette-item .img-yudoka, .p-etiquette-item .p-goods-characters figure .img-dad, .p-goods-characters figure .p-etiquette-item .img-dad {
    width: 20rem;
  }
}
.p-etiquette-item .img img, .p-etiquette-item .p-goods-characters figure .img-mom img, .p-goods-characters figure .p-etiquette-item .img-mom img, .p-etiquette-item .p-goods-characters figure .img-yudoka img, .p-goods-characters figure .p-etiquette-item .img-yudoka img, .p-etiquette-item .p-goods-characters figure .img-dad img, .p-goods-characters figure .p-etiquette-item .img-dad img {
  width: 19.7rem;
}
.p-etiquette-item .ttl {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  padding: 2.2rem 0 0.8rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-etiquette-item .ttl {
    font-size: 2rem;
    letter-spacing: 0.02rem;
    padding: 1.5rem 0 1rem;
  }
}
.p-etiquette-item p {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p-etiquette-item p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-etiquette-item p br {
    display: block;
  }
}

#service {
  transform: translateY(10rem);
}
@media screen and (max-width: 767px) {
  #service {
    transform: translateY(6rem);
  }
}

.p-service {
  background: url(../img/bg.webp) no-repeat 50% 0/100% auto, url(../img/bg.webp) no-repeat 50% 54.2rem/100% auto, url(../img/bg.webp) no-repeat 50% 79.2rem/100% auto;
  padding: 18.5rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    background: url(../img/bg_sp.webp) no-repeat 50% 0/100% auto, url(../img/bg_sp.webp) no-repeat 50% 30.7rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 72.1rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 111rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 150.5rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 191.5rem/100% auto;
    padding: 10.3rem 0 6rem;
  }
}
.p-service .c-ttl-2 {
  margin: 0 0 6.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service .c-ttl-2 {
    margin: 0 0 3rem;
  }
}
.p-service .c-ttl-3 {
  margin: 0 0 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service .c-ttl-3 {
    margin: 0 0 1.2rem;
  }
}
.p-service-fees table th, .p-service-fees table td {
  border: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
  height: 6.1rem;
  letter-spacing: 0;
  text-align: center;
  width: 37.2rem;
}
@media screen and (max-width: 767px) {
  .p-service-fees table th, .p-service-fees table td {
    width: auto;
  }
}
.p-service-fees table th {
  font-weight: 400;
}
.p-service-fees table td {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service-fees table td {
    height: 7rem;
    width: 10.5rem;
  }
}
.p-service-fees table tr:first-child th, .p-service-fees table tr:first-child td {
  border-top: none;
}
.p-service-fees table th:last-child,
.p-service-fees table td:last-child {
  border-right: none;
}
.p-service-fees .table {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
  border: none;
}
.p-service-fees .table .th {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-service-fees .table .th {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    width: 13.9rem;
  }
}
.p-service-fees .table .value {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: -0.3rem;
}
@media screen and (max-width: 767px) {
  .p-service-fees .table .value {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-top: 0;
  }
}
.p-service-fees .table .blue {
  background-color: #003366;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-service-fees .table .blue {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-service-fees .table.is-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-service-fees .table.is-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.p-service-fees .table-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
  line-height: 1.875;
  justify-content: center;
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-fees .table-head {
    grid-area: 1/1/3/2;
    padding-top: 0;
  }
}
.p-service-fees .table-head small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-service-fees .table-head small {
    font-size: 1.4rem;
  }
}
.p-service-fees .table-col, .p-service-fees .table-col-2, .p-service-fees .table-col-1 {
  border-left: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-fees .table-col-1 {
    grid-area: 1/2/2/4;
  }
}
@media screen and (max-width: 767px) {
  .p-service-fees .table-col-2 {
    grid-area: 2/2/3/4;
  }
}
.p-service-fees .table-th, .p-service-fees .table-td {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-service-fees .table-th {
  height: 6.1rem;
}
.p-service-fees .table-td {
  height: 7.9rem;
}
@media screen and (max-width: 767px) {
  .p-service-fees .table-td {
    height: 6rem;
  }
}
.p-service-hours {
  padding: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-hours {
    padding: 5.3rem 0 0;
  }
}
.p-service-hours .items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-service-hours .items {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.p-service-hours .item {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-service-hours .item {
    width: 100%;
  }
}
.p-service-hours .item-ttl {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0;
  padding: 1.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-hours .item-ttl {
    padding: 0.8rem 0 0;
  }
}
.p-service-hours .item-ttl small {
  font-size: 2rem;
}
.p-service-hours .item > p {
  line-height: 1.875;
}
.p-service-hours .item > small {
  color: #7B7B7B;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  padding: 1rem 0 0;
}

.p-facility {
  padding: 10.5rem 0 11.3rem;
}
@media screen and (max-width: 767px) {
  .p-facility {
    padding: 5.3rem 0 5.5rem;
  }
}
.p-facility .c-ttl-3 {
  margin: 0 0 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility .c-ttl-3 {
    font-size: 5rem;
    line-height: 1.12;
    margin: 0 0 3rem;
  }
}
.p-facility-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-facility-items {
    flex-wrap: wrap;
    row-gap: 2.5rem;
  }
}
.p-facility-item {
  text-align: center;
  width: 25.75rem;
}
@media screen and (max-width: 767px) {
  .p-facility-item {
    width: 16.3rem;
  }
}
.p-facility-item figcaption {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-facility-item figcaption {
    font-size: 1.6rem;
    padding: 1.5rem 0 0;
    white-space: nowrap;
  }
}
.p-facility-item figcaption small {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1;
  padding: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-facility-item figcaption small {
    padding: 0.5rem 0 0;
  }
}
.p-facility-item .fish, .p-facility-item .fish-2, .p-facility-item .fish-1 {
  position: absolute;
}
.p-facility-item .fish-1 {
  left: -3.8rem;
  top: 17.7rem;
  width: 12.2rem;
}
@media screen and (max-width: 767px) {
  .p-facility-item .fish-1 {
    left: 0.2rem;
    top: 11.53rem;
    width: 5rem;
  }
}
.p-facility-item .fish-2 {
  right: -1rem;
  top: -6rem;
  width: 13.9rem;
}
@media screen and (max-width: 767px) {
  .p-facility-item .fish-2 {
    right: -0.45rem;
    top: 12rem;
    width: 5.8rem;
  }
}

.p-amenities {
  background-color: #0A3464;
  color: #fff;
  padding: 11.1rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-amenities {
    padding: 5.2rem 0 12.5rem;
  }
}
.p-amenities .c-ttl-3 {
  margin: 0 auto 5.2rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-amenities .c-ttl-3 {
    font-size: 5rem;
    margin: 0 auto 2.5rem;
  }
}
.p-amenities .c-ttl-3 .fish, .p-amenities .c-ttl-3 .p-etiquette .fish-1, .p-etiquette .p-amenities .c-ttl-3 .fish-1, .p-amenities .c-ttl-3 .p-etiquette .fish-2, .p-etiquette .p-amenities .c-ttl-3 .fish-2, .p-amenities .c-ttl-3 .p-facility-item .fish-1, .p-facility-item .p-amenities .c-ttl-3 .fish-1, .p-amenities .c-ttl-3 .p-facility-item .fish-2, .p-facility-item .p-amenities .c-ttl-3 .fish-2 {
  position: absolute;
  right: -18.2rem;
  top: -5.5rem;
  width: 11.9rem;
}
.p-amenities-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-amenities-items {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2rem;
    column-gap: 3rem;
  }
}
.p-amenities-item {
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .p-amenities-item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 13.4rem;
  }
}
.p-amenities-item .img, .p-amenities-item .p-goods-characters figure .img-mom, .p-goods-characters figure .p-amenities-item .img-mom, .p-amenities-item .p-goods-characters figure .img-yudoka, .p-goods-characters figure .p-amenities-item .img-yudoka, .p-amenities-item .p-goods-characters figure .img-dad, .p-goods-characters figure .p-amenities-item .img-dad {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  height: auto;
  width: 100%;
}
.p-amenities-item .caption {
  display: inline-block;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.875;
  padding: 1.8rem 0 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-amenities-item .caption {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    padding: 1.2rem 0 0;
  }
}

.p-goods {
  background: url(../img/bg.webp) no-repeat 50% 75.8rem/100% auto, url(../img/bg.webp) no-repeat 50% 70.3rem/100% auto, url(../img/bg.webp) no-repeat 50% 0/100% auto;
  padding: 17.5rem 0 12.54rem;
  margin: -16.9rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-goods {
    background: url(../img/bg_sp.webp) no-repeat 50% 0/100% auto, url(../img/bg_sp.webp) no-repeat 50% 30.7rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 72.1rem/100% auto;
    margin: -10.5rem 0 0;
    padding: 10.5rem 0 6.8rem;
  }
}
.p-goods .c-ttl-3 {
  line-height: 1.24;
  margin: 0 0 4.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-goods .c-ttl-3 {
    font-size: 3.5rem;
    margin: 0 0 2.3rem;
  }
}
.p-goods-txt {
  padding: 5.5rem 0 0.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-goods-txt {
    padding: 1.7rem 0 1rem;
  }
}
.p-goods-characters {
  align-items: start;
  display: flex;
  justify-content: center;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-goods-characters {
    column-gap: 3.2rem;
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.p-goods-characters figure {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 29.2rem;
}
@media screen and (max-width: 767px) {
  .p-goods-characters figure {
    width: 15.9rem;
  }
}
.p-goods-characters figure .img-dad {
  margin-top: -4rem;
  width: 28.6rem;
}
@media screen and (max-width: 767px) {
  .p-goods-characters figure .img-dad {
    margin-top: -2rem;
    width: 15.5732876699rem;
  }
}
.p-goods-characters figure .img-yudoka {
  width: 17.528rem;
}
@media screen and (max-width: 767px) {
  .p-goods-characters figure .img-yudoka {
    width: 9.5443561636rem;
  }
}
.p-goods-characters figure .img-mom {
  margin: -4.5rem 0 0 0.5rem;
  width: 27.4rem;
}
@media screen and (max-width: 767px) {
  .p-goods-characters figure .img-mom {
    margin-top: -2rem;
    width: 14.9198630125rem;
  }
}
.p-goods-characters figure figcaption {
  aspect-ratio: 1/0.286392966;
  background: url(../img/goods_characters_ribbon.webp) no-repeat 0 0/100% auto;
  bottom: -1.75rem;
  color: #222222;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  left: 0.5rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  height: auto;
  padding-top: 1.4rem;
  position: absolute;
  text-align: center;
  width: 28.206rem;
}
@media screen and (max-width: 767px) {
  .p-goods-characters figure figcaption {
    bottom: -1.3rem;
    font-size: 1.0890410958rem;
    letter-spacing: 0.1rem;
    padding-top: 0.8rem;
    width: 15.3587465741rem;
  }
}

#access {
  transform: translateY(3rem);
}

.p-access {
  padding: 11.6rem 0 25.4rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 5.7rem 0 5rem;
  }
}
.p-access .c-ttl-2 {
  margin: 0 0 4.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-access .c-ttl-2 {
    margin: 0 0 3rem;
  }
}
.p-access-map {
  height: 35.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access-map {
    height: 20rem;
  }
}
.p-access-map iframe {
  height: 100%;
  width: 100%;
}
.p-access-items {
  display: flex;
  flex-direction: column;
  padding: 2.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-access-items {
    padding: 3rem 0 0;
  }
}
.p-access-item {
  border-bottom: 1px solid rgba(10, 52, 101, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-access-item {
    flex-direction: column;
    padding: 2.5rem 0 2.2rem;
  }
}
.p-access-item-ttl {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  flex: 1;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-access-item-ttl {
    padding: 0 0 0.5rem;
  }
}
.p-access-item-body {
  width: 93rem;
}
@media screen and (max-width: 767px) {
  .p-access-item-body {
    line-height: 1.875;
    width: 100%;
  }
}
.p-access-item-body .box {
  background-color: #F5F5F5;
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-access-item-body .box {
    padding: 2rem 2rem 1.8rem;
  }
}
.p-access-item-body .box-ttl {
  align-items: center;
  color: #0A3464;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-access-item-body .box-ttl {
    margin: 0 0 0.5rem;
  }
}
.p-access-item-body .box-ttl:before {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #0A3464;
}
.p-access-item-body .box.by-car {
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-access-item-body .box.by-car {
    margin: 0.5rem 0 1.5rem;
  }
}
.p-access-item-body .box.by-car .box-ttl:before {
  aspect-ratio: 1/0.8379714953;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32.556" height="27.281" viewBox="0 0 32.556 27.281"><path d="M31.5,17.649V12.975a4.272,4.272,0,0,0-.251-1.445h.127a1.173,1.173,0,0,0,1.173-1.173V9.339a1.173,1.173,0,0,0-1.173-1.173H29.653a1.166,1.166,0,0,0-.5.111l-.64-5A3.764,3.764,0,0,0,24.792,0H7.764A3.763,3.763,0,0,0,4.039,3.279l-.64,5a1.166,1.166,0,0,0-.5-.111H1.177A1.173,1.173,0,0,0,0,9.339v1.019A1.173,1.173,0,0,0,1.177,11.53H1.3a4.272,4.272,0,0,0-.251,1.445v4.674A2.181,2.181,0,0,0,0,19.515V20.2a2.185,2.185,0,0,0,2.185,2.185h.21v2.283a2.611,2.611,0,0,0,2.611,2.611h.623a2.611,2.611,0,0,0,2.611-2.611V22.389H24.318v2.283a2.611,2.611,0,0,0,2.611,2.611h.623a2.611,2.611,0,0,0,2.611-2.611V22.389h.21A2.185,2.185,0,0,0,32.556,20.2v-.689A2.181,2.181,0,0,0,31.5,17.649m-25.92-.383a1.813,1.813,0,1,1,0-3.615,1.813,1.813,0,1,1,0,3.615M21.324,18.3a.466.466,0,0,1-.465.465H11.7a.466.466,0,0,1-.465-.465V17.229a.466.466,0,0,1,.465-.465h9.161a.466.466,0,0,1,.465.465ZM4.939,8.713l.67-5.233a2.178,2.178,0,0,1,2.155-1.9H24.792a2.178,2.178,0,0,1,2.155,1.9l.67,5.233Zm22.034,8.554a1.813,1.813,0,1,1,1.949-1.808,1.883,1.883,0,0,1-1.949,1.808" transform="translate(0 -0.001)" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32.556" height="27.281" viewBox="0 0 32.556 27.281"><path d="M31.5,17.649V12.975a4.272,4.272,0,0,0-.251-1.445h.127a1.173,1.173,0,0,0,1.173-1.173V9.339a1.173,1.173,0,0,0-1.173-1.173H29.653a1.166,1.166,0,0,0-.5.111l-.64-5A3.764,3.764,0,0,0,24.792,0H7.764A3.763,3.763,0,0,0,4.039,3.279l-.64,5a1.166,1.166,0,0,0-.5-.111H1.177A1.173,1.173,0,0,0,0,9.339v1.019A1.173,1.173,0,0,0,1.177,11.53H1.3a4.272,4.272,0,0,0-.251,1.445v4.674A2.181,2.181,0,0,0,0,19.515V20.2a2.185,2.185,0,0,0,2.185,2.185h.21v2.283a2.611,2.611,0,0,0,2.611,2.611h.623a2.611,2.611,0,0,0,2.611-2.611V22.389H24.318v2.283a2.611,2.611,0,0,0,2.611,2.611h.623a2.611,2.611,0,0,0,2.611-2.611V22.389h.21A2.185,2.185,0,0,0,32.556,20.2v-.689A2.181,2.181,0,0,0,31.5,17.649m-25.92-.383a1.813,1.813,0,1,1,0-3.615,1.813,1.813,0,1,1,0,3.615M21.324,18.3a.466.466,0,0,1-.465.465H11.7a.466.466,0,0,1-.465-.465V17.229a.466.466,0,0,1,.465-.465h9.161a.466.466,0,0,1,.465.465ZM4.939,8.713l.67-5.233a2.178,2.178,0,0,1,2.155-1.9H24.792a2.178,2.178,0,0,1,2.155,1.9l.67,5.233Zm22.034,8.554a1.813,1.813,0,1,1,1.949-1.808,1.883,1.883,0,0,1-1.949,1.808" transform="translate(0 -0.001)" fill="%23000"/></svg>');
  margin-right: 1rem;
  width: 3.256rem;
}
.p-access-item-body .box.by-public {
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-access-item-body .box.by-public {
    margin: 0 0 0.2rem;
  }
}
.p-access-item-body .box.by-public .box-ttl:before {
  aspect-ratio: 1/1.2136812412;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="29.778" height="36.141" viewBox="0 0 29.778 36.141"><path d="M-3602.51-11636.209l-1.306-1.561h-18.732l-1.306,1.561H-3627l6.1-7.29h3.029l.07.056-1.447,1.728h12.133l-1.447-1.728.067-.056h3.029l6.1,7.29Zm-19-2.8h16.658l-1.224-1.465h-14.206Zm.612-5.533a4.266,4.266,0,0,1-4.268-4.265v-18.275a4.267,4.267,0,0,1,4.268-4.268h15.436a4.266,4.266,0,0,1,4.265,4.268v18.275a4.265,4.265,0,0,1-4.265,4.265Zm12.449-5.428a1.54,1.54,0,0,0,1.538,1.541,1.541,1.541,0,0,0,1.541-1.541,1.541,1.541,0,0,0-1.541-1.541A1.54,1.54,0,0,0-3608.45-11649.97Zm-12.542,0a1.543,1.543,0,0,0,1.541,1.541,1.541,1.541,0,0,0,1.541-1.541,1.541,1.541,0,0,0-1.541-1.541A1.543,1.543,0,0,0-3620.993-11649.97Zm-1.116-13.052v7.7a1.01,1.01,0,0,0,1,1h15.844a1.008,1.008,0,0,0,1-1v-7.7a1.006,1.006,0,0,0-1-1H-3621.1A1.008,1.008,0,0,0-3622.109-11663.021Zm2.724-5v.638a1.008,1.008,0,0,0,1,1h10.4a1.007,1.007,0,0,0,1-1v-.638a1.007,1.007,0,0,0-1-1h-10.4A1.008,1.008,0,0,0-3619.385-11668.019Z" transform="translate(3628.071 11671.85)" fill="%23000" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="29.778" height="36.141" viewBox="0 0 29.778 36.141"><path d="M-3602.51-11636.209l-1.306-1.561h-18.732l-1.306,1.561H-3627l6.1-7.29h3.029l.07.056-1.447,1.728h12.133l-1.447-1.728.067-.056h3.029l6.1,7.29Zm-19-2.8h16.658l-1.224-1.465h-14.206Zm.612-5.533a4.266,4.266,0,0,1-4.268-4.265v-18.275a4.267,4.267,0,0,1,4.268-4.268h15.436a4.266,4.266,0,0,1,4.265,4.268v18.275a4.265,4.265,0,0,1-4.265,4.265Zm12.449-5.428a1.54,1.54,0,0,0,1.538,1.541,1.541,1.541,0,0,0,1.541-1.541,1.541,1.541,0,0,0-1.541-1.541A1.54,1.54,0,0,0-3608.45-11649.97Zm-12.542,0a1.543,1.543,0,0,0,1.541,1.541,1.541,1.541,0,0,0,1.541-1.541,1.541,1.541,0,0,0-1.541-1.541A1.543,1.543,0,0,0-3620.993-11649.97Zm-1.116-13.052v7.7a1.01,1.01,0,0,0,1,1h15.844a1.008,1.008,0,0,0,1-1v-7.7a1.006,1.006,0,0,0-1-1H-3621.1A1.008,1.008,0,0,0-3622.109-11663.021Zm2.724-5v.638a1.008,1.008,0,0,0,1,1h10.4a1.007,1.007,0,0,0,1-1v-.638a1.007,1.007,0,0,0-1-1h-10.4A1.008,1.008,0,0,0-3619.385-11668.019Z" transform="translate(3628.071 11671.85)" fill="%23000" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  margin-right: 1rem;
  width: 2.978rem;
}
.p-access-item-body .box.by-public .c-list {
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-access-item-body .box.by-public .c-list {
    padding: 0.8rem 0 0;
  }
}

#faq {
  transform: translateY(-7rem);
}
@media screen and (max-width: 767px) {
  #faq {
    transform: translateY(2.5rem);
  }
}

.p-faq {
  background: url(../img/bg.webp) no-repeat 50% 0/100vw auto, url(../img/bg.webp) no-repeat 50% 70.3rem/100vw auto, url(../img/bg.webp) no-repeat 50% 140.6rem/100vw auto, url(../img/bg.webp) no-repeat 50% 210.9rem/100vw auto, url(../img/bg.webp) no-repeat 50% 281.2rem/100vw auto, url(../img/bg.webp) no-repeat 50% 351.5rem/100vw auto;
  padding: 18.5rem 0 15rem;
  margin-top: -17rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    background: url(../img/bg_sp.webp) no-repeat 50% 0/100% auto, url(../img/bg_sp.webp) no-repeat 50% 30.7rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 72.1rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 88.9rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 130.3rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 171.7rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 213.1rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 254.5rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 295.9rem/100% auto, url(../img/bg_sp.webp) no-repeat 50% 337.3rem/100% auto;
    margin-top: -2.5rem;
    padding: 9rem 0 6rem;
  }
}
.p-faq-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq-items {
    padding: 3rem 0 0;
  }
}
.p-faq-item {
  background-color: #fff;
  border: 1px solid #0A3464;
  border-radius: 1rem;
  padding: 2.2rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item {
    padding: 2rem 2rem;
  }
}
.p-faq-item .icon, .p-faq-item .a:before, .p-faq-item .q:before {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  flex-shrink: 0;
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item .icon, .p-faq-item .a:before, .p-faq-item .q:before {
    font-size: 1.6rem;
    width: 2rem;
  }
}
.p-faq-item .q {
  color: #0A3464;
  display: flex;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-faq-item .q {
    font-size: 1.6rem;
    line-height: 1.4375;
    padding-right: 3rem;
  }
}
.p-faq-item .q:before {
  content: "Q";
}
.p-faq-item .q:after {
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/0.5974756422;
  background-color: #0A3464;
  position: absolute;
  right: 0.7rem;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.58" height="13.491" viewBox="0 0 22.58 13.491"><path d="M1.88,23.136.518,21.672l10.556-9.826L.518,2.02,1.88.556l12.129,11.29Z" transform="translate(23.136 -0.518) rotate(90)" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.58" height="13.491" viewBox="0 0 22.58 13.491"><path d="M1.88,23.136.518,21.672l10.556-9.826L.518,2.02,1.88.556l12.129,11.29Z" transform="translate(23.136 -0.518) rotate(90)" fill="%23000"/></svg>');
  top: calc(50% - 0.6rem);
  transition: transform 0.4s ease;
  width: 2.258rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item .q:after {
    aspect-ratio: 1/0.6380691087;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.485" height="8.605" viewBox="0 0 13.485 8.605"><path d="M.681,12.753-.681,11.29,4.989,6.011-.681.732.681-.732,7.925,6.011Z" transform="translate(12.753 0.682) rotate(90)" fill="%230a3463"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.485" height="8.605" viewBox="0 0 13.485 8.605"><path d="M.681,12.753-.681,11.29,4.989,6.011-.681.732.681-.732,7.925,6.011Z" transform="translate(12.753 0.682) rotate(90)" fill="%230a3463"/></svg>');
    right: 0;
    top: 0.7rem;
    width: 1.3486rem;
  }
}
.p-faq-item .a {
  display: flex;
  line-height: 1.875;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq-item .a {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 1.5rem 0 0;
  }
}
.p-faq-item .a:before {
  content: "A";
  color: #EA5414;
}
@media screen and (max-width: 767px) {
  .p-faq-item .a:before {
    font-size: 2rem;
    margin-top: -0.3rem;
    width: 2.5rem;
  }
}/*# sourceMappingURL=app.css.map */