@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  color: #333333;
  font-feature-settings: "palt" 1;
}

html {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.3880597015vw;
  }
}
@media (min-width: 670px) {
  html {
    font-size: 16px;
  }
}

body br.sbr {
  display: inline;
}
@media screen and (min-width: 768px) {
  body br.sbr {
    display: none;
  }
}
body br.pbr {
  display: none;
}
@media screen and (min-width: 768px) {
  body br.pbr {
    display: inline;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
table,
th,
td,
button {
  letter-spacing: 0.05em;
  line-height: 1.75;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  width: 100%;
  height: auto;
}

img:not([alt]) {
  filter: blur(0px) !important;
}

.footer-fixed {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(0px) !important;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ▼ マーカーを非表示にする */
summary::-webkit-details-marker {
  display: none;
}

/* Firefox 向け */
summary {
  list-style: none;
}

/* IE/Edge 向け */
summary::-ms-expand {
  display: none;
}

.l-footer {
  background: #f4dce9;
  padding-top: min(87 * 0.1333333333vw, 87px);
  padding-bottom: min(54 * 0.1333333333vw, 54px);
}
.l-footer .l-inner {
  max-width: min(670 * 0.1333333333vw, 670px);
}

.l-header {
  position: fixed;
  z-index: 999;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 720px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-main {
  overflow-x: hidden;
}

.c-animation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-animation.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.c-animation-slide {
  position: relative;
}
.c-animation-slide p,
.c-animation-slide span {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.c-animation-slide.is-animated p,
.c-animation-slide.is-animated span {
  transition: -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.c-btns {
  display: grid;
  gap: clamp(1rem, 0.5rem + 2.1333vw, 1.5rem);
  width: 100%;
  max-width: min(750 * 0.1333333333vw, 750px);
  justify-content: center;
  align-items: center;
}

.c-button__primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 0rem + 2.1333vw, 1rem);
  background: #D1187D;
  border-radius: 99999px;
  color: #fff;
  width: 100%;
  padding-top: min(16 * 0.1333333333vw, 16px);
  padding-bottom: min(16 * 0.1333333333vw, 16px);
  padding-left: min(128 * 0.1333333333vw, 128px);
  padding-right: min(135 * 0.1333333333vw, 135px);
  border-width: min(5 * 0.1333333333vw, 5px);
  border-style: solid;
  border-color: #000;
  position: relative;
  box-shadow: 0 clamp(0.3125rem, 0rem + 1.3333vw, 0.625rem) 0 #000;
}
.c-button__primary span {
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  font-size: min(36 * 0.1333333333vw, 36px);
}
.c-button__secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 0rem + 2.1333vw, 1rem);
  background: #467f2e;
  border-radius: 99999px;
  color: #fff;
  width: 100%;
  padding-top: min(16 * 0.1333333333vw, 16px);
  padding-bottom: min(16 * 0.1333333333vw, 16px);
  border-width: min(5 * 0.1333333333vw, 5px);
  padding-left: min(164 * 0.1333333333vw, 164px);
  padding-right: min(135 * 0.1333333333vw, 135px);
  border-style: solid;
  border-color: #000;
  position: relative;
  box-shadow: 0 clamp(0.3125rem, 0rem + 1.3333vw, 0.625rem) 0 #000;
}
.c-button__secondary span {
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  font-size: min(36 * 0.1333333333vw, 36px);
}
.c-button__youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 0rem + 2.1333vw, 1rem);
  background: #ff0000;
  border-radius: 99999px;
  color: #fff;
  width: 100%;
  padding-top: min(16 * 0.1333333333vw, 16px);
  padding-bottom: min(16 * 0.1333333333vw, 16px);
  border-width: min(5 * 0.1333333333vw, 5px);
  padding-left: min(110 * 0.1333333333vw, 110px);
  padding-right: min(95 * 0.1333333333vw, 95px);
  border-style: solid;
  border-color: #000;
  position: relative;
  box-shadow: 0 clamp(0.3125rem, 0rem + 1.3333vw, 0.625rem) 0 #000;
}
@media screen and (min-width: 600px) {
  .c-button__youtube {
    padding-left: min(113.5 * 0.1333333333vw, 113.5px);
    padding-right: min(109.5 * 0.1333333333vw, 109.5px);
  }
}
.c-button__youtube span {
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  font-size: min(34 * 0.1333333333vw, 34px);
}
.c-button__arrow {
  display: block;
  width: min(42 * 0.1333333333vw, 42px);
  height: min(42 * 0.1333333333vw, 42px);
  position: relative;
  top: min(2 * 0.1333333333vw, 2px);
}
.c-button__arrow img {
  width: 100%;
  height: auto;
}

.c-section-header {
  text-align: center;
}
.c-section-header__title {
  font-size: min(70 * 0.1333333333vw, 70px);
  font-weight: 600;
  font-family: "Roboto Condensed", "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  color: #000;
}
.c-section-header__title::first-letter {
  color: #D1187D;
}
.c-section-header__sub-title {
  font-size: min(28 * 0.1333333333vw, 28px);
  font-weight: 600;
  font-family: "Roboto Condensed", "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #D1187D;
}

.p-floor-map .slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.p-floor-map .slider-thumbnail .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-floor-map .swiper-container {
  position: relative;
}
.p-floor-map .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-floor-map .slider-thumbnail .swiper-slide {
  pointer-events: auto;
}
.p-floor-map .slider-thumbnail {
  margin-top: 0.75rem !important;
}
@media screen and (min-width: 768px) {
  .p-floor-map .slider-thumbnail {
    margin-top: 1.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-floor-map .main-slider .swiper-slide {
    max-height: 40rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-floor-map .main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-floor-map .swiper-button-prev {
  background: url("../images/common/slider-prev-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  z-index: 20;
  border-radius: 9999px;
  left: -1rem;
}
@media screen and (min-width: 768px) {
  .p-floor-map .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    left: -2rem;
  }
}
.p-floor-map .swiper-button-next {
  background: url("../images/common/slider-next-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  /* ボタンの高さの半分 */
  z-index: 10;
  border-radius: 9999px;
  right: -1rem;
}
@media screen and (min-width: 768px) {
  .p-floor-map .swiper-button-next {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    right: -2rem;
  }
}

.p-footer__title {
  font-size: min(70 * 0.1333333333vw, 70px);
  font-weight: 600;
  font-family: "Roboto Condensed", "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  color: #000;
  -webkit-margin-after: min(40 * 0.1333333333vw, 40px);
          margin-block-end: min(40 * 0.1333333333vw, 40px);
}
.p-footer__title::first-letter {
  color: #D1187D;
}
.p-footer__address > * + * {
  margin-top: min(28 * 0.1333333333vw, 28px);
}
.p-footer__address > div {
  display: flex;
  align-items: center;
  gap: clamp(0.78125rem, 0rem + 3.3333vw, 1.5625rem);
}
.p-footer__address > div:nth-child(1) {
  align-items: flex-start;
}
.p-footer__address > div:nth-child(1) img {
  margin-top: min(8 * 0.1333333333vw, 8px);
}
.p-footer__address > div img {
  display: block;
  width: min(29 * 0.1333333333vw, 29px);
  height: auto;
}
.p-footer__text {
  font-size: min(26 * 0.1333333333vw, 26px);
  font-weight: 500;
  line-height: 1.3846153846;
  letter-spacing: 0.01em;
  font-style: normal;
  color: #000;
}
.p-footer__copyright {
  font-size: min(20 * 0.1333333333vw, 20px);
  margin-top: min(48 * 0.1333333333vw, 48px);
  color: #000;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-appearance {
  padding-top: min(120 * 0.1333333333vw, 120px);
  padding-bottom: min(108 * 0.1333333333vw, 108px);
  position: relative;
}
.p-appearance:before {
  content: "";
  position: absolute;
  width: 100%;
  height: min(632 * 0.1333333333vw, 632px);
  background: #ededed;
  bottom: min(0 * 0.1333333333vw, 0px);
  left: 0;
  z-index: 2;
}
.p-appearance .l-inner {
  position: relative;
  z-index: 3;
  max-width: min(670 * 0.1333333333vw, 670px);
}
.p-appearance .c-section-header {
  margin-bottom: min(48 * 0.1333333333vw, 48px);
}
.p-appearance__title {
  -webkit-margin-before: min(40 * 0.1333333333vw, 40px);
          margin-block-start: min(40 * 0.1333333333vw, 40px);
  font-size: min(36 * 0.1333333333vw, 36px);
  color: #D1187D;
  font-weight: 700;
  line-height: 1.2777777778;
  letter-spacing: 0.01em;
}
.p-appearance__text {
  font-size: min(28 * 0.1333333333vw, 28px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
.p-appearance__textarea {
  text-align: center;
  -webkit-margin-after: min(80 * 0.1333333333vw, 80px);
          margin-block-end: min(80 * 0.1333333333vw, 80px);
}
.p-appearance__textarea > * + * {
  margin-top: min(27 * 0.1333333333vw, 27px);
}
.p-appearance .c-btns {
  margin-top: min(54 * 0.1333333333vw, 54px);
}

.p-cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 4rem;
    padding-bottom: 6.25rem;
  }
}
.p-cta::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 105%;
  background: linear-gradient(80deg, #48A7FA, #6516EF);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-cta::before {
    top: 47%;
    background: linear-gradient(90deg, #48A7FA, #6516EF);
  }
}
.p-cta.--gray {
  background: #F8F8F8;
}
.p-cta.--light-gray {
  background: #FCFCFC;
}
.p-cta .l-inner {
  position: relative;
  z-index: 3;
  text-align: center;
}
.p-cta .c-section-heading {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cta .c-section-heading {
    margin-bottom: 2.5rem;
  }
}
.p-cta .c-section-heading__title {
  background: linear-gradient(90deg, #CCCCCC, #48A7FA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-cta .c-section-heading__sub-title {
  color: #fff;
}
.p-cta__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    font-size: 2.5rem;
  }
}
.p-cta__textarea {
  margin-top: 1.5rem;
  text-align: center;
  max-width: 27.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__textarea {
    max-width: 100%;
  }
}
.p-cta__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.p-cta__btn {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    margin-top: 2.875rem;
  }
}

.p-faq {
  background: #000;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-faq:before {
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/feature/dot_sp.png);
  background-repeat: repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .p-faq:before {
    background: url(../images/feature/dot_pc.png);
    background-repeat: repeat;
    background-size: cover;
  }
}
.p-faq .l-inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-faq .l-inner {
    max-width: 62.5rem;
  }
}
.p-faq .c-section-heading {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-faq .c-section-heading {
    margin-bottom: 4rem;
  }
}
.p-faq .c-section-heading .c-section-heading__sub-title {
  color: #fff;
}
.p-faq__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__container {
    gap: 1rem;
  }
}
.p-faq__content[open] .p-faq__question::after {
  transform: translateY(-50%) rotate(180deg);
  content: "−";
}
.p-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 3.5rem 1.25rem 1.5rem;
  cursor: pointer;
  color: #fff;
  border-bottom: solid 1px #6C6C6C;
}
.p-faq__question::after {
  position: absolute;
  content: "＋";
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  transition: transform 0.3s ease;
}
.p-faq__question span {
  font-family: "Roboto Condensed", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-faq__question span {
    font-size: 1.5rem;
  }
}
.p-faq__question h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__question h3 {
    font-size: 1.125rem;
  }
}
.p-faq__answer {
  display: flex;
  gap: 1rem;
  padding: 0rem 1.5rem 0rem 1.5rem;
  color: #FFFFFF;
  overflow: hidden;
  transition: all 0.3s ease;
  max-height: 0;
  opacity: 0;
}
.p-faq__answer.is-open {
  padding: 1.25rem 1.5rem 1.5rem 1.5rem;
  max-height: 31.25rem;
  opacity: 1;
}
.p-faq__answer span {
  font-family: "Roboto Condensed", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-faq__answer span {
    font-size: 1.5rem;
  }
}
.p-faq__textarea {
  padding-right: 2rem;
}
.p-faq__text {
  font-size: 0.875rem;
  line-height: 2;
  color: #CDCDCD;
}
@media screen and (min-width: 768px) {
  .p-faq__text {
    font-size: 0.875rem;
  }
}
.p-faq__text strong {
  font-weight: 700;
  color: #fff;
}

.p-mainview {
  margin-top: min(60 * 0.1333333333vw, 60px);
  padding-right: min(40 * 0.1333333333vw, 40px);
  position: relative;
  z-index: 2;
}
.p-mainview::before {
  content: "";
  position: absolute;
  top: 50%;
  right: min(14 * 0.1333333333vw, 14px);
  transform: translateY(-50%);
  width: min(15 * 0.1333333333vw, 15px);
  height: min(95 * 0.1333333333vw, 95px);
  background-image: url(../images/mainview/scroll_text.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-mainview .l-inner {
  padding-inline: 0;
}

.p-problem {
  padding-top: min(108 * 0.1333333333vw, 108px);
  padding-bottom: min(118 * 0.1333333333vw, 118px);
  position: relative;
  padding-left: min(30 * 0.1333333333vw, 30px);
}
.p-problem::before {
  content: "";
  position: absolute;
  top: max(-144 * 0.1333333333vw, -144px);
  right: 0;
  width: min(718 * 0.1333333333vw, 718px);
  height: min(1859 * 0.1333333333vw, 1859px);
  background: #f4dce9;
  border-radius: clamp(2.375rem, 0rem + 10.1333vw, 4.75rem) 0 0 clamp(2.375rem, 0rem + 10.1333vw, 4.75rem);
}
.p-problem:after {
  position: absolute;
  content: "";
  width: min(146 * 0.1333333333vw, 146px);
  height: min(810 * 0.1333333333vw, 810px);
  background-image: url(../images/problem/problem.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: min(66 * 0.1333333333vw, 66px);
  right: min(0 * 0.1333333333vw, 0px);
  z-index: 2;
}
.p-problem .l-inner {
  position: relative;
  z-index: 3;
  max-width: min(580 * 0.1333333333vw, 580px);
}
.p-problem .c-section-header {
  margin-bottom: min(38 * 0.1333333333vw, 38px);
}
.p-problem__container {
  display: grid;
  gap: clamp(2.1875rem, 0rem + 9.3333vw, 4.375rem);
}
.p-problem__title {
  -webkit-margin-before: min(24 * 0.1333333333vw, 24px);
          margin-block-start: min(24 * 0.1333333333vw, 24px);
  font-size: min(26 * 0.1333333333vw, 26px);
  font-weight: 500;
  line-height: 1.3846153846;
  letter-spacing: 0.01em;
}

.p-service {
  padding-top: min(108 * 0.1333333333vw, 108px);
  padding-bottom: min(120 * 0.1333333333vw, 120px);
  position: relative;
}
.p-service:after {
  position: absolute;
  content: "";
  width: min(142 * 0.1333333333vw, 142px);
  height: min(719 * 0.1333333333vw, 719px);
  background-image: url(../images/service/service.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: min(0 * 0.1333333333vw, 0px);
  left: min(0 * 0.1333333333vw, 0px);
  z-index: 2;
}
.p-service .l-inner {
  position: relative;
  z-index: 3;
  max-width: min(670 * 0.1333333333vw, 670px);
}
.p-service .c-section-header {
  margin-bottom: min(48 * 0.1333333333vw, 48px);
}
.p-service__container {
  display: grid;
  gap: clamp(2rem, 0rem + 8.5333vw, 4rem);
}
.p-service__title {
  -webkit-margin-before: min(40 * 0.1333333333vw, 40px);
          margin-block-start: min(40 * 0.1333333333vw, 40px);
  font-size: min(36 * 0.1333333333vw, 36px);
  color: #D1187D;
  font-weight: 700;
  line-height: 1.2777777778;
  letter-spacing: 0.01em;
}
.p-service__list {
  -webkit-margin-before: min(20 * 0.1333333333vw, 20px);
          margin-block-start: min(20 * 0.1333333333vw, 20px);
  -webkit-margin-after: min(16 * 0.1333333333vw, 16px);
          margin-block-end: min(16 * 0.1333333333vw, 16px);
}
.p-service__item {
  position: relative;
  padding-left: min(28 * 0.1333333333vw, 28px);
  font-size: min(26 * 0.1333333333vw, 26px);
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0.01em;
}
.p-service__item:before {
  content: "";
  position: absolute;
  width: min(20 * 0.1333333333vw, 20px);
  height: min(20 * 0.1333333333vw, 20px);
  background: #e08bb2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 99999px;
}
.p-service__content:nth-child(2) .p-service__text {
  margin-top: min(14 * 0.1333333333vw, 14px);
}
.p-service__text {
  font-size: min(26 * 0.1333333333vw, 26px);
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0.01em;
}
.p-service__image figcaption {
  margin-top: max(-72 * 0.1333333333vw, -72px);
  margin-left: max(-52 * 0.1333333333vw, -52px);
}
.p-service__image figcaption span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #D1187D;
  color: #fff;
  padding-top: min(12 * 0.1333333333vw, 12px);
  padding-bottom: min(12 * 0.1333333333vw, 12px);
  padding-left: min(18 * 0.1333333333vw, 18px);
  padding-right: min(18 * 0.1333333333vw, 18px);
  font-size: min(36 * 0.1333333333vw, 36px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
.p-service .c-btns {
  margin-top: min(62 * 0.1333333333vw, 62px);
}

.p-short-video {
  padding-top: min(112 * 0.1333333333vw, 112px);
  padding-bottom: min(125 * 0.1333333333vw, 125px);
  position: relative;
  padding-right: min(30 * 0.1333333333vw, 30px);
}
.p-short-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(718 * 0.1333333333vw, 718px);
  height: 100%;
  background: #f4dce9;
  border-radius: 0 clamp(2.375rem, 0rem + 10.1333vw, 4.75rem) clamp(2.375rem, 0rem + 10.1333vw, 4.75rem) 0;
}
.p-short-video:after {
  position: absolute;
  content: "";
  width: min(146 * 0.1333333333vw, 146px);
  height: min(1163 * 0.1333333333vw, 1163px);
  background-image: url(../images/short-video/short-video.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: min(52 * 0.1333333333vw, 52px);
  right: min(30 * 0.1333333333vw, 30px);
  z-index: 2;
}
.p-short-video .l-inner {
  position: relative;
  z-index: 3;
  max-width: min(580 * 0.1333333333vw, 580px);
}
.p-short-video .c-section-header {
  margin-bottom: min(45 * 0.1333333333vw, 45px);
}
.p-short-video__container {
  display: grid;
  gap: clamp(3.125rem, 0rem + 13.3333vw, 6.25rem);
}
.p-short-video__title {
  -webkit-margin-before: min(24 * 0.1333333333vw, 24px);
          margin-block-start: min(24 * 0.1333333333vw, 24px);
  font-size: min(26 * 0.1333333333vw, 26px);
  font-weight: 500;
  line-height: 1.3846153846;
  letter-spacing: 0.01em;
}
.p-short-video__content {
  position: relative;
}
.p-short-video__content:before {
  content: attr(data-num);
  position: absolute;
  font-size: min(62 * 0.1333333333vw, 62px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
  top: max(-22 * 0.1333333333vw, -22px);
  left: min(23 * 0.1333333333vw, 23px);
  z-index: 2;
}
.p-short-video__content:after {
  content: "";
  position: absolute;
  background: #000;
  width: min(4 * 0.1333333333vw, 4px);
  height: min(25 * 0.1333333333vw, 25px);
  top: max(-42 * 0.1333333333vw, -42px);
  left: min(59 * 0.1333333333vw, 59px);
  z-index: 2;
}
.p-short-video__content:nth-child(1) .p-short-video__text {
  margin-top: min(32 * 0.1333333333vw, 32px);
}
.p-short-video__content:nth-child(2) .p-short-video__text {
  margin-top: min(32 * 0.1333333333vw, 32px);
}
.p-short-video__content:nth-child(3) .p-short-video__text {
  margin-top: min(12 * 0.1333333333vw, 12px);
}
.p-short-video__text {
  font-size: min(26 * 0.1333333333vw, 26px);
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0.01em;
}
.p-short-video__image figcaption {
  margin-top: max(-72 * 0.1333333333vw, -72px);
  margin-left: max(-52 * 0.1333333333vw, -52px);
}
.p-short-video__image figcaption span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #D1187D;
  color: #fff;
  padding-top: min(12 * 0.1333333333vw, 12px);
  padding-bottom: min(12 * 0.1333333333vw, 12px);
  padding-left: min(18 * 0.1333333333vw, 18px);
  padding-right: min(18 * 0.1333333333vw, 18px);
  font-size: min(36 * 0.1333333333vw, 36px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
.p-short-video__image figcaption span:nth-child(2) {
  margin-top: min(4 * 0.1333333333vw, 4px);
}

.p-sns {
  padding-top: min(112 * 0.1333333333vw, 112px);
  padding-bottom: min(120 * 0.1333333333vw, 120px);
  position: relative;
  padding-left: min(30 * 0.1333333333vw, 30px);
}
.p-sns::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(718 * 0.1333333333vw, 718px);
  height: 100%;
  background: #f4dce9;
  border-radius: 4.75rem 0 0 4.75rem;
}
.p-sns:after {
  position: absolute;
  content: "";
  width: min(146 * 0.1333333333vw, 146px);
  height: min(332 * 0.1333333333vw, 332px);
  background-image: url(../images/sns/sns.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: min(110 * 0.1333333333vw, 110px);
  right: min(0 * 0.1333333333vw, 0px);
  z-index: 2;
}
.p-sns .l-inner {
  position: relative;
  z-index: 3;
  max-width: min(660 * 0.1333333333vw, 660px);
}
.p-sns .c-section-header {
  margin-bottom: min(56 * 0.1333333333vw, 56px);
}
.p-sns__title {
  -webkit-margin-before: min(24 * 0.1333333333vw, 24px);
          margin-block-start: min(24 * 0.1333333333vw, 24px);
  font-size: min(26 * 0.1333333333vw, 26px);
  font-weight: 500;
  line-height: 1.3846153846;
  letter-spacing: 0.01em;
}
.p-sns__image--logo {
  width: 100%;
  max-width: min(437 * 0.1333333333vw, 437px);
  margin-inline: auto;
  margin-bottom: min(64 * 0.1333333333vw, 64px);
}
.p-sns__image--youtube {
  width: 100%;
  max-width: min(245 * 0.1333333333vw, 245px);
  margin-inline: auto;
  margin-bottom: min(64 * 0.1333333333vw, 64px);
}
.p-sns__meta {
  display: flex;
  gap: clamp(3.125rem, 0rem + 13.3333vw, 6.25rem);
}
.p-sns__item:nth-child(1) {
  width: 100%;
  max-width: min(202 * 0.1333333333vw, 202px);
  position: relative;
}
.p-sns__item:nth-child(1)::before {
  content: "";
  width: min(6 * 0.1333333333vw, 6px);
  height: min(134 * 0.1333333333vw, 134px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: max(-47 * 0.1333333333vw, -47px);
  background: url(../images/sns/dot-small.svg) no-repeat center center/contain;
}
.p-sns__item:nth-child(2) {
  width: 100%;
  max-width: min(318 * 0.1333333333vw, 318px);
}
.p-sns__meta-title {
  font-size: min(28 * 0.1333333333vw, 28px);
  margin-bottom: min(25 * 0.1333333333vw, 25px);
  font-weight: 600;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 9999px;
  border-width: min(2 * 0.1333333333vw, 2px);
  border-style: solid;
  border-color: #000;
  color: #000;
  padding-top: min(8 * 0.1333333333vw, 8px);
  padding-bottom: min(8 * 0.1333333333vw, 8px);
}
.p-sns__meta-title--small {
  font-size: min(26 * 0.1333333333vw, 26px);
}
.p-sns__meta-text {
  font-size: min(30 * 0.1333333333vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #e01616;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  text-align: center;
}
.p-sns__meta-text--black {
  color: #000;
}
.p-sns__meta-text--black .p-sns__text--num {
  letter-spacing: -0.05em;
  position: relative;
  top: max(-4 * 0.1333333333vw, -4px);
  display: inline-block;
}
.p-sns__meta-text--black .p-sns__vertical-text {
  width: min(48 * 0.1333333333vw, 48px);
}
.p-sns__text--small {
  display: inline-block;
  margin-left: min(4 * 0.1333333333vw, 4px);
  margin-right: min(2 * 0.1333333333vw, 2px);
}
.p-sns__text--num {
  font-size: min(82 * 0.1333333333vw, 82px);
  font-family: "Roboto Condensed", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
.p-sns__vertical-text {
  font-size: min(30 * 0.1333333333vw, 30px);
  font-family: "Noto Sans JP", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.p-sns__movie {
  -webkit-margin-before: min(52 * 0.1333333333vw, 52px);
          margin-block-start: min(52 * 0.1333333333vw, 52px);
  -webkit-margin-after: min(62 * 0.1333333333vw, 62px);
          margin-block-end: min(62 * 0.1333333333vw, 62px);
  width: 100%;
  max-width: min(590 * 0.1333333333vw, 590px);
  height: min(320 * 0.1333333333vw, 320px);
  margin-inline: auto;
}
.p-sns__movie iframe {
  width: 100%;
  height: 100%;
  border-radius: clamp(1rem, 0rem + 4.2667vw, 2rem);
}
.p-sns .c-btns {
  -webkit-margin-after: min(80 * 0.1333333333vw, 80px);
          margin-block-end: min(80 * 0.1333333333vw, 80px);
}
.p-sns__info {
  display: flex;
  width: min(530 * 0.1333333333vw, 530px);
  margin-inline: auto;
  gap: clamp(3.4375rem, 0rem + 14.6667vw, 6.875rem);
}
.p-sns__info-content {
  width: min(210 * 0.1333333333vw, 210px);
}
.p-sns__info-content:nth-child(1) {
  position: relative;
}
.p-sns__info-content:nth-child(1):before {
  content: "";
  width: min(6 * 0.1333333333vw, 6px);
  height: min(340 * 0.1333333333vw, 340px);
  position: absolute;
  background: url(../images/sns/dot.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: max(-55 * 0.1333333333vw, -55px);
}
.p-sns__text {
  font-size: min(20 * 0.1333333333vw, 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  -webkit-margin-before: min(14 * 0.1333333333vw, 14px);
          margin-block-start: min(14 * 0.1333333333vw, 14px);
  -webkit-margin-after: min(16 * 0.1333333333vw, 16px);
          margin-block-end: min(16 * 0.1333333333vw, 16px);
}
.p-sns__text--caution {
  font-size: min(14 * 0.1333333333vw, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-align: right;
  margin-inline: auto;
  max-width: min(530 * 0.1333333333vw, 530px);
  -webkit-margin-before: min(24 * 0.1333333333vw, 24px);
          margin-block-start: min(24 * 0.1333333333vw, 24px);
}
.p-sns__icon {
  width: min(110 * 0.1333333333vw, 110px);
  height: min(110 * 0.1333333333vw, 110px);
  margin-bottom: min(14 * 0.1333333333vw, 14px);
  margin-inline: auto;
}
.p-sns__icon-title {
  display: block;
  text-align: center;
  font-size: min(26 * 0.1333333333vw, 26px);
  color: #000;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  -webkit-margin-before: min(14 * 0.1333333333vw, 14px);
          margin-block-start: min(14 * 0.1333333333vw, 14px);
  -webkit-margin-after: min(16 * 0.1333333333vw, 16px);
          margin-block-end: min(16 * 0.1333333333vw, 16px);
}

.p-solve {
  padding-top: min(115 * 0.1333333333vw, 115px);
  padding-bottom: min(117 * 0.1333333333vw, 117px);
  position: relative;
}
.p-solve:after {
  position: absolute;
  content: "";
  width: min(146 * 0.1333333333vw, 146px);
  height: min(536 * 0.1333333333vw, 536px);
  background-image: url(../images/solve/solve.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: min(66 * 0.1333333333vw, 66px);
  left: min(0 * 0.1333333333vw, 0px);
  z-index: 2;
}
.p-solve .l-inner {
  position: relative;
  z-index: 3;
  max-width: min(670 * 0.1333333333vw, 670px);
}
.p-solve .c-section-header {
  margin-bottom: min(38 * 0.1333333333vw, 38px);
}
.p-solve__container {
  display: grid;
  gap: clamp(2rem, 0rem + 8.5333vw, 4rem);
  max-width: min(540 * 0.1333333333vw, 540px);
  margin-inline: auto;
}
.p-solve__title {
  -webkit-margin-before: min(24 * 0.1333333333vw, 24px);
          margin-block-start: min(24 * 0.1333333333vw, 24px);
  font-size: min(26 * 0.1333333333vw, 26px);
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0.01em;
}
.p-solve .c-btns {
  margin-top: min(72 * 0.1333333333vw, 72px);
}

.p-header__logo {
  background: #fff;
  max-width: min(268 * 0.1333333333vw, 268px);
  padding-top: min(28 * 0.1333333333vw, 28px);
  padding-bottom: min(28 * 0.1333333333vw, 28px);
  padding-left: min(40 * 0.1333333333vw, 40px);
  padding-right: min(40 * 0.1333333333vw, 40px);
  border-radius: 0 0 1.75rem 0;
  display: block;
}
.p-header__logo:hover {
  opacity: 1;
}
.p-header__logo img {
  transition: opacity 0.3s;
}
.p-header__logo img:hover {
  opacity: 0.8;
}

.u-delay-time1 {
  animation-delay: 0.3s;
}

.u-delay-time2 {
  animation-delay: 0.6s;
}

.u-delay-time3 {
  animation-delay: 0.9s;
}

.u-delay-time4 {
  animation-delay: 1.2s;
}

.u-delay-time5 {
  animation-delay: 1.5s;
}

.u-delay-time6 {
  animation-delay: 1.8s;
}

.u-delay-time7 {
  animation-delay: 2.1s;
}

.u-delay-time8 {
  animation-delay: 2.4s;
}

.u-delay-time9 {
  animation-delay: 2.7s;
}

.u-delay-time10 {
  animation-delay: 3s;
}

.u-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-mobile-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-block {
    display: block;
  }
}

.u-inline-block {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-mobile-inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-inline-block {
    display: inline-block;
  }
}

.u-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .u-mobile-inline {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-inline {
    display: inline;
  }
}

.u-scroll-fade {
  opacity: 0;
  transition: all 0.7s;
}
.u-scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.u-scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.7s;
}
.u-scroll-up.done {
  opacity: 1;
  transform: translate(0, 0);
}

.u-load-fade {
  opacity: 0;
  transition: all 0.7s;
}
.u-load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.u-load-fadeup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.7s;
}
.u-load-fadeup.done {
  opacity: 1;
  transform: translate(0, 0);
}

.u-fade-delay1 {
  transition-delay: 0.1s;
}

.u-fade-delay2 {
  transition-delay: 0.2s;
}

.u-fade-delay3 {
  transition-delay: 0.3s;
}

.u-fade-delay4 {
  transition-delay: 0.4s;
}

.u-fade-delay5 {
  transition-delay: 0.5s;
}

.u-fade-delay6 {
  transition-delay: 0.6s;
}

.u-fade-delay7 {
  transition-delay: 0.7s;
}

.u-fade-delay8 {
  transition-delay: 0.8s;
}

.u-fade-delay9 {
  transition-delay: 0.9s;
}

.u-fade-delay10 {
  transition-delay: 1s;
}

.u-fade-delay11 {
  transition-delay: 1.1s;
}

.u-fade-delay12 {
  transition-delay: 1.2s;
}

.u-fade-delay13 {
  transition-delay: 1.3s;
}

.u-fade-delay14 {
  transition-delay: 1.4s;
}

.u-fade-delay15 {
  transition-delay: 1.5s;
}

.u-fade-delay16 {
  transition-delay: 1.6s;
}

.u-fade-delay17 {
  transition-delay: 1.7s;
}

.u-fade-delay18 {
  transition-delay: 1.8s;
}

.u-fade-delay19 {
  transition-delay: 1.9s;
}

.u-fade-delay20 {
  transition-delay: 2s;
}

.u-flex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex {
    display: flex;
  }
}

.u-flex-col {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex-col {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex-col {
    display: flex;
    flex-direction: column;
  }
}

.u-flex-center-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.u-flex-center-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.u-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.u-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.u-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.u-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.u-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.u-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.u-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.u-text-5xl {
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.u-text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.u-text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.u-text-8xl {
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

.u-text-9xl {
  font-size: 8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

.u-text-bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-bold {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-bold {
    font-weight: 700;
  }
}

.u-text-normal {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-normal {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-normal {
    font-weight: 400;
  }
}

.u-text-light {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-light {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-light {
    font-weight: 300;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-lineheight-s {
  line-height: 1.2;
}

.u-lineheight-m {
  line-height: 1.5;
}

.u-lineheight-l {
  line-height: 1.8;
}

.u-lineheight-xl {
  line-height: 2;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt8 {
  padding-top: 8px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt12 {
  padding-top: 12px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt28 {
  padding-top: 28px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt36 {
  padding-top: 36px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt44 {
  padding-top: 44px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt48 {
  padding-top: 48px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt52 {
  padding-top: 52px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt56 {
  padding-top: 56px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt68 {
  padding-top: 68px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt72 {
  padding-top: 72px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt76 {
  padding-top: 76px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt84 {
  padding-top: 84px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt88 {
  padding-top: 88px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt92 {
  padding-top: 92px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt96 {
  padding-top: 96px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb12 {
  padding-bottom: 12px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb28 {
  padding-bottom: 28px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb36 {
  padding-bottom: 36px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb44 {
  padding-bottom: 44px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb52 {
  padding-bottom: 52px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb56 {
  padding-bottom: 56px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb68 {
  padding-bottom: 68px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb76 {
  padding-bottom: 76px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb84 {
  padding-bottom: 84px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb88 {
  padding-bottom: 88px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb92 {
  padding-bottom: 92px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb96 {
  padding-bottom: 96px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl8 {
  padding-left: 8px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl12 {
  padding-left: 12px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl24 {
  padding-left: 24px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl32 {
  padding-left: 32px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl36 {
  padding-left: 36px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl44 {
  padding-left: 44px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl48 {
  padding-left: 48px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl52 {
  padding-left: 52px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl56 {
  padding-left: 56px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl64 {
  padding-left: 64px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl68 {
  padding-left: 68px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl72 {
  padding-left: 72px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl76 {
  padding-left: 76px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl84 {
  padding-left: 84px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl88 {
  padding-left: 88px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl92 {
  padding-left: 92px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl96 {
  padding-left: 96px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr8 {
  padding-right: 8px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr12 {
  padding-right: 12px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr16 {
  padding-right: 16px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr24 {
  padding-right: 24px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr28 {
  padding-right: 28px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr32 {
  padding-right: 32px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr36 {
  padding-right: 36px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr44 {
  padding-right: 44px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr48 {
  padding-right: 48px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr52 {
  padding-right: 52px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr56 {
  padding-right: 56px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr64 {
  padding-right: 64px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr68 {
  padding-right: 68px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr72 {
  padding-right: 72px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr76 {
  padding-right: 76px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr84 {
  padding-right: 84px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr88 {
  padding-right: 88px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr92 {
  padding-right: 92px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr96 {
  padding-right: 96px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt68 {
  margin-top: 68px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt76 {
  margin-top: 76px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt84 {
  margin-top: 84px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt92 {
  margin-top: 92px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb68 {
  margin-bottom: 68px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb76 {
  margin-bottom: 76px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb84 {
  margin-bottom: 84px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb92 {
  margin-bottom: 92px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml68 {
  margin-left: 68px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml76 {
  margin-left: 76px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml84 {
  margin-left: 84px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml92 {
  margin-left: 92px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr68 {
  margin-right: 68px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr76 {
  margin-right: 76px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr84 {
  margin-right: 84px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr92 {
  margin-right: 92px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr100 {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .u-mobile-m-auto {
    margin: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-m0 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-p0 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pr0 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-m-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-m0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-p0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pr0 {
    padding-right: 0 !important;
  }
}

.u-fixed {
  position: fixed;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

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

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

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

.u-text-bottom {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}
/*# sourceMappingURL=styles.css.map */
