@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block !important;
  }
}

.u-desktop {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none !important;
  }
}

.phrase {
  display: inline-block;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 300;
  color: #3F3D42;
}

main {
  letter-spacing: 0.08em;
  line-height: 2;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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 */
/* Set core body defaults */
body {
  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]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
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=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-btn {
  background-color: #222427;
  text-align: center;
  padding: 22px 10px;
  padding: 2.2rem 1rem;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 270px;
  width: 27rem;
  max-width: 100%;
  border-radius: 100vh;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 0 32px rgba(121, 56, 139, .3);
          box-shadow: 0 0 32px rgba(121, 56, 139, .3);
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 11.4rem;
    padding: 1rem 1rem;
  }
}
.c-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  right: 20px;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F7BEFF;
  border-radius: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s transform cubic-bezier(0.4, 0, 0.2, 1), 0.5s -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 0.7rem;
    height: 0.7rem;
    right: 1.2rem;
  }
}
.c-btn span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn span {
    font-size: 1.2rem;
  }
}

.c-btn--lg {
  width: 362px;
  width: 36.2rem;
}
@media screen and (max-width: 767px) {
  .c-btn--lg {
    width: 27.4rem;
    padding: 1.8rem 1rem;
  }
}
.c-btn--lg::after {
  right: 32px;
  right: 3.2rem;
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn--lg span {
    font-size: 1.5rem;
  }
}

.c-btn--cta {
  background-color: #84329B;
}
@media screen and (max-width: 767px) {
  .c-btn--cta {
    width: 18.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--cta::after {
    right: 2.2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--cta span {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    background-color: #DB3EB1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.c-cat {
  min-width: 100px;
  min-width: 10rem;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #222427;
  padding: 4px 10px;
  padding: 0.4rem 1rem;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.c-column2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(10%, 1fr));
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, minmax(10%, 1fr));
  }
}

.c-column2--70 {
  gap: 70px;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .c-column2--70 {
    gap: 4rem;
  }
}

.c-column3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(10%, 1fr));
}
@media screen and (max-width: 767px) {
  .c-column3 {
    grid-template-columns: repeat(1, minmax(10%, 1fr));
  }
}

.c-column3--60 {
  gap: 60px;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-column3--60 {
    gap: 4.5rem;
  }
}

.c-column2--gap-sm {
  gap: 30px;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-column2--gap-sm {
    gap: 4rem;
  }
}

.c-column2--gap-lg {
  gap: 80px;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .c-column2--gap-lg {
    gap: 7rem;
  }
}

.c-headline1 {
  line-height: 1;
}

.c-headline1--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 62px;
  gap: 6.2rem;
}
@media screen and (max-width: 767px) {
  .c-headline1--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-headline1__sub {
    line-height: 1.7857142857;
  }
}

.c-headline1__sub--use {
  margin-top: 38px;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-headline1__sub--use {
    margin-top: 2.1rem;
  }
}

.c-headline1--feature {
  color: #9063CD;
}
@media screen and (max-width: 767px) {
  .c-headline1--feature .c-headline1__sub {
    color: #fff;
  }
}

.c-headline1__main {
  letter-spacing: 0.08em;
}

.c-headline1__sub--mt {
  margin-top: 33px;
  margin-top: 3.3rem;
}

.c-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-hover:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3F3D42;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ===============================================
# mediaのホバー
=============================================== */
@media screen and (min-width: 768px) {
  .p-media__img:hover ~ .p-media__body a .c-hoverUnderline::after,
  .p-media__link:hover h3::after,
  .p-media__link:hover .p-media__next span::after {
    opacity: 1;
  }
}
/* ===============================================
# p-card2のホバー
=============================================== */
@media screen and (min-width: 768px) {
  .p-card2__img:hover ~ .p-card2__link .c-hoverUnderline::after,
  .p-card2__link:hover h3::after,
  .p-card2__link:hover .p-card2__next span::after {
    opacity: 1;
  }
}
/* ===============================================
# footerのホバー
=============================================== */
@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 36px;
  width: 3.6rem;
}

.c-imgHover--sm img {
  width: 24px;
  width: 2.4rem;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
}
.c-link {
  position: relative;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  right: -15px;
  right: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/link.svg) center center/contain no-repeat;
}

.c-link--blue::after {
  background: url(../images/common/link-blue.svg) center center/contain no-repeat;
}

.c-section {
  padding: 100px 0;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 6rem 0;
  }
}

.c-tag {
  font-size: 14px;
  font-size: 1.4rem;
  color: #3F3D42;
  border: 1px solid #D9D9D9;
  padding: 6px 8px;
  padding: 0.6rem 0.8rem;
  display: inline-block;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.l-inner {
  width: 1450px;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner--works {
  width: 1300px;
  width: 130rem;
}
@media screen and (max-width: 767px) {
  .l-inner--works {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-inner--lg {
  width: 1795px;
  width: 179.5rem;
}

.l-sec01 {
  padding: 232px 0 123px;
  padding: 23.2rem 0 12.3rem;
}
@media screen and (max-width: 767px) {
  .l-sec01 {
    padding: 7.5rem 0 7.1rem;
  }
}
.l-sec02 {
  padding: 120px 0 90px;
  padding: 12rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .l-sec02 {
    padding: 7.2rem 0 9.2rem;
  }
}
.l-sec03 {
  padding: 160px 0;
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .l-sec03 {
    padding: 7.2rem 0 8rem;
  }
}
.l-sec04 {
  padding: 120px 0 185px;
  padding: 12rem 0 18.5rem;
}
@media screen and (max-width: 767px) {
  .l-sec04 {
    padding: 7.2rem 0 4.8rem;
  }
}
.l-sec05 {
  padding: 130px 0 204px;
  padding: 13rem 0 20.4rem;
}
@media screen and (max-width: 767px) {
  .l-sec05 {
    padding: 8rem 0 12rem;
  }
}

.p-card {
  width: 400px;
  width: 40rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-card {
    width: 55rem;
  }
}

@media screen and (max-width: 767px) {
  .p-card:nth-of-type(1) .p-card__img {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-card:nth-of-type(3) .p-card__img {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-card:nth-of-type(4) .p-card__img {
    margin-left: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-card:nth-of-type(5) .p-card__img {
    margin-right: 3.2rem;
  }
}

.p-card__img {
  width: 345px;
  width: 34.5rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-card__img {
    width: 63.2835820896%;
  }
}

@media screen and (max-width: 767px) {
  .p-card__img--01 img {
    border-radius: 7rem 3.4rem 9rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-card__img--02 img {
    border-radius: 7rem 7rem 4rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-card__img--03 img {
    border-radius: 3.4rem 7rem 4rem 9rem;
  }
}

@media screen and (max-width: 767px) {
  .p-card__img--04 img {
    border-radius: 3.4rem 7rem 4rem 9rem;
  }
}

@media screen and (max-width: 767px) {
  .p-card__img--05 img {
    border-radius: 7rem 3.4rem 9rem 4rem;
  }
}

.p-card__body {
  padding: 28px 29px 33px;
  padding: 2.8rem 2.9rem 3.3rem;
  border-radius: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 258px;
  height: 25.8rem;
  color: #fff;
  margin-top: -76px;
  margin-top: -7.6rem;
  position: relative;
  z-index: 2;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-card__body {
    padding: 2.2rem 2.5rem 2.4rem;
    height: auto;
    margin-top: -4rem;
  }
}

.p-card__body--01 {
  background-color: #A15BC7;
  -webkit-box-shadow: 0px 0px 8rem rgba(128, 4, 196, .3019607843);
          box-shadow: 0px 0px 8rem rgba(128, 4, 196, .3019607843);
}

.p-card__body--02 {
  background-color: #AB55C2;
  -webkit-box-shadow: 0px 0px 8rem rgba(131, 1, 167, .3019607843);
          box-shadow: 0px 0px 8rem rgba(131, 1, 167, .3019607843);
}

.p-card__body--03 {
  background-color: #B74FBE;
  -webkit-box-shadow: 0px 0px 8rem rgba(115, 0, 123, .3019607843);
          box-shadow: 0px 0px 8rem rgba(115, 0, 123, .3019607843);
}

.p-card__body--04 {
  background-color: #AE52C0;
  -webkit-box-shadow: 0px 0px 8rem rgba(115, 0, 123, .3019607843);
          box-shadow: 0px 0px 8rem rgba(115, 0, 123, .3019607843);
}

.p-card__body--05 {
  background-color: #B84BBB;
  -webkit-box-shadow: 0px 0px 8rem rgba(115, 0, 123, .3019607843);
          box-shadow: 0px 0px 8rem rgba(115, 0, 123, .3019607843);
}

.p-card__head {
  line-height: 1.7;
}

.p-card__txt {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-card__txt {
    margin-top: 1.5rem;
  }
}

.p-card__txt--adjust {
  margin-top: 25px;
  margin-top: 2.5rem;
}

/* ===============================================
# 02
=============================================== */
.p-card02 {
  color: #fff;
}

.p-card02__head {
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .p-card02__head {
    line-height: 1.75;
  }
}

.p-card02__head--pt {
  padding-top: 20px;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-card02__head--pt {
    padding-top: 0;
  }
}

.p-card02__img {
  margin-top: 19px;
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-card02__img {
    margin-top: 2.1rem;
  }
}
.p-card02__img img {
  border-radius: 2.4rem;
}

.p-card02__img--02 {
  margin-top: 38px;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-card02__img--02 {
    margin-top: 2.1rem;
  }
}

.p-card02__txt {
  margin-top: 27px;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-card02__txt {
    margin-top: 1.7rem;
  }
}

.p-card02__list {
  margin-top: 27px;
  margin-top: 2.7rem;
}

.p-card02__item {
  padding-left: 0.7em;
  text-indent: -0.5em;
  vertical-align: middle;
}
.p-card02__item + .p-card02__item {
  margin-top: 0.3em;
}
.p-card02__item::before {
  content: "";
  margin-right: 2px;
  margin-right: 0.2rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100%;
  vertical-align: middle;
}

/* ===============================================
# 03
=============================================== */
.p-card03 {
  width: 360px;
  width: 36rem;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-card03 {
    margin-right: auto;
    margin-left: auto;
    width: 55rem;
  }
}
.p-card03::before {
  position: absolute;
  content: "";
  width: 222px;
  width: 22.2rem;
  height: 195px;
  height: 19.5rem;
  border-radius: 6.4rem;
  opacity: 1;
  z-index: -1;
}

.p-card03--01::before {
  left: -60px;
  left: -6rem;
  top: -60px;
  top: -6rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4.8rem rgba(0, 0, 0, .0901960784);
          box-shadow: 0px 0px 4.8rem rgba(0, 0, 0, .0901960784);
}
@media screen and (max-width: 767px) {
  .p-card03--01::before {
    left: 0;
    top: -3.7rem;
  }
}

.p-card03--02 {
  margin-top: 110px;
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-card03--02 {
    margin-top: 14.8rem;
  }
}
.p-card03--02::before {
  right: -60px;
  right: -6rem;
  top: -60px;
  top: -6rem;
  background: transparent linear-gradient(311deg, rgba(144, 99, 205, .9568627451) 0%, #DB3EB1 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 40px rgba(178, 1, 227, .4039215686);
          box-shadow: 0px 0px 40px rgba(178, 1, 227, .4039215686);
}
@media screen and (max-width: 767px) {
  .p-card03--02::before {
    right: 0rem;
    top: -3.7rem;
  }
}

.p-card__wrap {
  padding: 45px 58px 50px;
  padding: 4.5rem 5.8rem 5rem;
  background: transparent linear-gradient(310deg, rgba(144, 99, 205, .6980392157) 0%, rgba(219, 62, 177, .6980392157) 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 4rem rgba(178, 1, 227, .5019607843);
          box-shadow: 0px 0px 4rem rgba(178, 1, 227, .5019607843);
  border-radius: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-card__wrap {
    width: 82.9850746269%;
    margin-right: auto;
    padding: 3rem 4.1rem 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-card__wrap--01 {
    margin-left: 12%;
  }
}

.p-card__wrap--02 {
  padding: 45px 58px 50px;
  padding: 4.5rem 5.8rem 5rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 48px rgba(0, 0, 0, .1490196078);
          box-shadow: 0px 0px 48px rgba(0, 0, 0, .1490196078);
  border-radius: 64px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-card__wrap--02 {
    padding: 3rem 4.1rem 3.6rem;
  }
}

.p-card03__ttl {
  color: #fff;
}

.p-card03__ttl--02 {
  color: #84329B;
  line-height: 1.2;
}
.p-card03__ttl--02 span {
  display: block;
}

.p-card03__img {
  margin-top: 25px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-card03__img {
    margin-top: 1rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-card03__img img {
  border-radius: 2.4rem;
}

.p-card03__txt {
  margin-top: 24px;
  margin-top: 2.4rem;
}

.p-card03__box {
  margin-top: 22px;
  margin-top: 2.2rem;
  padding: 22px 22px 28px;
  padding: 2.2rem 2.2rem 2.8rem;
  background-color: #F5EDFA;
  border-radius: 1.6rem;
  color: #84329B;
}

.p-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 118px;
  height: 11.8rem;
  background-color: rgba(21, 21, 21, .8);
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-cta {
    height: 9.5rem;
  }
}

.p-cta__wrap {
  position: relative;
  width: 100%;
  margin-left: 34.6%;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    margin-left: 36%;
  }
}

.p-cta__flex {
  width: 780px;
  width: 78rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-cta__flex::before {
  position: absolute;
  content: "";
  width: 89px;
  width: 8.9rem;
  height: 127px;
  height: 12.7rem;
  left: -150px;
  left: -15rem;
  bottom: 0;
  background: url(../images/common/cta01.png) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cta__flex::before {
    width: 7.8rem;
    height: 11.1rem;
    left: -10rem;
    bottom: 0.7rem;
  }
}

.p-cta__txt {
  margin-right: 64px;
  margin-right: 6.4rem;
  color: #fff;
}
.p-cta__txt strong {
  color: #9063CD;
}
@media screen and (max-width: 767px) {
  .p-cta__txt strong {
    letter-spacing: 0.1em;
  }
}

.p-cta__txt--sub {
  display: inline-block;
  margin-right: 20px;
  margin-right: 2rem;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-cta__txt--sub {
    margin-right: 0;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__txt--bottom {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__txt {
    width: 18.5rem;
  }
}

.p-cta__close {
  position: absolute;
  top: -10px;
  top: -1rem;
  right: 12px;
  right: 1.2rem;
  width: 13px;
  width: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-cta__close {
    top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__btn {
    margin-top: 0.5rem;
  }
}

.p-footer {
  padding: 83px 0px 50px;
  padding: 8.3rem 0rem 5rem;
  background-color: #151515;
  position: relative;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 5.4rem 0rem 6.4rem;
  }
}
.p-footer::before {
  position: absolute;
  content: "";
  width: 73.6979166667%;
  height: clamp(92px, -46px + 8.75vw, 178px);
  height: clamp(9.2rem, -4.6rem + 8.75vw, 17.8rem);
  left: 0;
  bottom: 0;
  background: url(../images/common/footerDeco.png) center center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-footer::before {
    width: 100%;
    height: clamp(12.2rem, -0.205rem + 33.079vw, 25.2rem);
    background: url(../images/sp/footerDeco.png) center center/cover no-repeat;
  }
}

.p-footer.is-active {
  margin-bottom: 118px;
  margin-bottom: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-footer.is-active {
    margin-bottom: 9.5rem;
  }
}

.p-footer__logo {
  width: 375px;
  width: 37.5rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 24.7rem;
  }
}

.p-footer__block {
  margin-top: 53px;
  margin-top: 5.3rem;
  margin-right: 40px;
  margin-right: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__block {
    margin-top: 6.7rem;
    margin-right: 2rem;
  }
}

.p-footer__company {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-footer__address {
  margin-top: 5px;
  margin-top: 0.5rem;
}

.p-footer__privacy {
  margin-top: 20px;
  margin-top: 2rem;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #84329B;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__privacy:hover {
    color: #ffffff;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
  }
}
.p-footer__copyright {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 48px;
  margin-top: 4.8rem;
  letter-spacing: 0.08em;
}
.p-footer__copyright span {
  color: #84329B;
  margin-top: 48px;
  margin-top: 4.8rem;
}

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form#mail_form {
  width: 860px;
  width: 86rem;
  margin: 87px auto 0;
  margin: 8.7rem auto 0;
  color: #3F3D42;
}
@media screen and (max-width: 767px) {
  form#mail_form {
    margin: 4rem auto 0;
  }
}

form#mail_form dl:not(:first-child):not(.privacy) {
  margin: 30px auto 0;
  margin: 3rem auto 0;
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form#mail_form dl dt {
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  form#mail_form dl dt {
    font-size: 1.4rem;
  }
}

form#mail_form dl dt i {
  font-style: normal;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
}

form#mail_form dl dt span.required {
  color: #84329B;
  margin-left: 8px;
  margin-left: 0.8rem;
}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #FF0076;
  margin-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, .2);
  border-right: 5px solid rgba(255, 255, 255, .2);
  border-bottom: 5px solid rgba(255, 255, 255, .2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  width: 100%;
  padding: 7px 32px;
  padding: 7px 3.2rem;
  height: 56px;
  height: 5.6rem;
  margin-top: 16px;
  margin-top: 1.6rem;
  border: 1px solid #E6E6E6;
  border-radius: 100vh;
  background: #F2F2F2;
  -webkit-appearance: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: inherit;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  form#mail_form input[type=text],
  form#mail_form input[type=email],
  form#mail_form input[type=tel] {
    height: 4.8rem;
    margin-top: 1.2rem;
    padding: 0.7rem 2.7rem;
  }
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

form#mail_form input[type=checkbox] {
  margin: 0 10px 0 0;
  border: 1px solid red;
}

form#mail_form textarea {
  display: block;
  width: 100%;
  height: 215px;
  height: 21.5rem;
  padding: 30px 32px 15px;
  padding: 3rem 3.2rem 1.5rem;
  resize: none;
  border-radius: 4rem;
  border: solid 1px #F2F2F2;
  background: #F2F2F2;
  -webkit-appearance: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: inherit;
  line-height: normal;
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  form#mail_form textarea {
    height: 17rem;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8A8491;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8A8491;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #8A8491;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

input::placeholder,
textarea::placeholder {
  color: #8A8491;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 1.4rem;
  }
}

form#mail_form select {
  padding: 7px 32px;
  padding: 7px 3.2rem;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: inherit;
  line-height: normal;
  /* width: 267px;
  width: 26.7rem; */
  width: 100%;
  border-radius: 100vh;
  color: #3F3D42;
  height: 56px;
  height: 5.6rem;
}
@media screen and (max-width: 767px) {
  form#mail_form select {
    width: 100%;
    height: 4.8rem;
  }
}

form#mail_form .arrow {
  margin-top: 16px;
  margin-top: 1.6rem;
  /* width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; */
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  form#mail_form .arrow {
    width: 100%;
  }
}
form#mail_form .arrow::after {
  background: url(../images/common/arrowSelect.svg) center center/contain no-repeat;
  content: "";
  width: 14px;
  width: 1.4rem;
  height: 10px;
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 32px;
  right: 3.2rem;
  /* top: 50%; */
  top: 2.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

form#mail_form select:focus,
form#mail_form select.select-option {
  color: #3F3D42;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  width: 40%;
  margin-top: 10px;
  padding: 7px 2%;
  border: solid 1px #2C3831;
  background: #1C221C;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
  background: #1C221C;
  border-color: #1DD061;
  -webkit-box-shadow: 0px 0px 54px -15px #0efb35;
          box-shadow: 0px 0px 54px -15px #0efb35;
}

/* -- input design -------------------------------------------------------------------------------- */
form#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name=postal] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

/* -- button -------------------------------------------------------------------------------- */
/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  form#mail_form {
    width: 95%;
    font-size: 100%;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: 25px 0 10px;
    text-align: left;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
  }
  form#mail_form dl dt i {
    float: none;
    position: static;
    /* font-weight: normal; */
  }
  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  /* -- input design -------------------------------------------------------------------------------- */
  form#mail_form input[name=phone],
  form#mail_form input[name=schedule] {
    width: 100%;
  }
  /* -- button -------------------------------------------------------------------------------- */
  form#mail_form p#form_submit {
    padding: 25px 0;
  }
  form#mail_form input[type=button] {
    margin-left: 0;
  }
}
/* 1000pixel end */
form#mail_form .privacy_policy_url {
  text-align: center;
  margin-top: 80px;
  margin-top: 8rem;
}

form#mail_form .privacy_policy_url a {
  display: inline;
  color: #84329B;
}

form#mail_form .privacy {
  margin-top: 20px;
  margin-top: 2rem;
}

form#mail_form .privacy .error_blank {
  text-align: center !important;
}
form#mail_form .privacy_policy_check {
  text-align: center;
}
form#mail_form .privacy_policy_check span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #84329B;
  margin-left: 3px;
  margin-left: 0.3rem;
  display: inline-block;
}

form#mail_form .privacy_policy_check input {
  margin-right: 8px;
  vertical-align: top;
  margin-top: 9px;
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  form#mail_form .privacy_policy_check input {
    margin-top: 0.8rem;
  }
}

/*ボタン*/
form#mail_form #form_submit {
  margin: 64px auto 0;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
form#mail_form #form_submit::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  right: 33px;
  right: 3.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F7BEFF;
  border-radius: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  form#mail_form #form_submit::after {
    /* right: 40%; */
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
  }
}

form#mail_form #form_submit input {
  background-color: #222427;
  text-align: center;
  padding: 22px 10px;
  padding: 2.2rem 1rem;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 270px;
  width: 27rem;
  max-width: 100%;
  border-radius: 100vh;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 0 32px rgba(121, 56, 139, .3);
          box-shadow: 0 0 32px rgba(121, 56, 139, .3);
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
}
@media screen and (max-width: 767px) {
  form#mail_form #form_submit input {
    padding: 1.7rem 1rem;
    height: 5.2rem;
  }
}

@media screen and (max-width: 767px) {
  .iPhone form#mail_form #form_submit input {
    height: 4.4rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  form#mail_form #form_submit input:hover {
    background-color: #DB3EB1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
dl.privacy dt {
  display: none;
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 32px 0 40px;
  }
  form#mail_form {
    padding: 0;
    width: 100%;
  }
  form#mail_form #form_submit {
    margin: 32px auto 0;
    width: 27rem;
  }
  form#mail_form dl dt {
    padding: 0px 0 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  form#mail_form dl dt {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  form#mail_form ul li label {
    width: 64%;
  }
  form#mail_form input[name=phone],
  form#mail_form input[name=schedule] {
    width: 100%;
  }
  form#mail_form .privacy_policy_url {
    margin: 32px 0 12px;
  }
  form#mail_form p#form_submit {
    margin-top: 0px;
  }
}
.p-header {
  width: 100%;
  height: 130px;
  height: 13rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, .85);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .p-header {
    width: 100%;
    height: 6.6rem;
  }
}

.p-header__inner {
  width: 100%;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 26px;
  padding-right: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 0.9rem;
    padding-right: 1.6rem;
  }
}

.p-header__logo {
  max-width: 100%;
}
.p-header__logo a img {
  width: 390px;
  width: 39rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo a img {
    width: 20.6rem;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  top: 0px;
  background-color: #fff;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-pcNav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: clamp(35px, -11.67px + 6.076vw, 105px);
  margin-right: clamp(3.5rem, -1.167rem + 6.076vw, 10.5rem);
}
@media screen and (max-width: 767px) {
  .p-pcNav {
    display: none;
  }
}

.p-pcNav__item {
  height: inherit;
  padding: 0 22px;
  padding: 0 2.2rem;
}

.p-pcNav__item:last-child {
  padding-right: 0;
}

.p-pcNav__link {
  display: block;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pcNav__link span {
  display: block;
  color: #707070;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

@media screen and (min-width: 980px) {
  .p-pcNav__link:hover span {
    color: #84329B;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
  }
}
.c-hamburger-outer {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger-outer {
    display: block;
    position: relative;
    margin-right: auto;
    z-index: 2;
    width: 4.8rem;
    height: 4.8rem;
    background-color: #222427;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-hamburger {
  z-index: 3;
  display: block;
  width: 20px;
  width: 2rem;
  height: 16px;
  height: 1.6rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 767px) {
  .c-hamburger span {
    display: inline-block;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
    position: absolute;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
  }
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

/*OPEN時の動き*/
.js-open .c-hamburger span {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-open .c-hamburger span:nth-child(2) {
  opacity: 0;
}

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  left: 0;
  right: 0;
}

body.noscroll {
  overflow: hidden;
}

.c-spNav {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-spNav {
    display: block;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 5;
    width: 100%;
    height: 101vh;
    background: #fff;
    color: #232323;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 10rem;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.c-spNav__inner {
  padding: 80px 15px 30px;
  padding: 8rem 1.5rem 3rem;
}

.c-spNav.js-open {
  opacity: 100;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .c-spNav__items {
    width: 100%;
    margin-top: 3rem;
  }
}

.c-spNav__item {
  border-bottom: 1px solid #D9D9D9;
}
.c-spNav__item:first-of-type {
  border-top: 1px solid #D9D9D9;
}

.c-spNav__link {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3F3D42;
  font-weight: 300;
  position: relative;
  padding: 17px 0;
  padding: 1.7rem 0;
}
.c-spNav__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-spNav__link span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (min-width: 980px) {
  .c-spNav__link:hover:after {
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.c-spNav__banner {
  width: 340px;
  width: 34rem;
  margin: 50px auto 0;
  margin: 5rem auto 0;
}

.c-spNav__logo {
  width: 331px;
  width: 33.1rem;
  margin: 82px auto 0;
  margin: 8.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-spNav__logo {
    width: 210px;
    margin: 4rem auto 0;
  }
}

.p-mv {
  margin-top: 370px;
  margin-top: 37rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 9.8rem;
  }
}

.p-mv__inner {
  width: 1200px;
  width: 120rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.p-mv__ttl {
  position: relative;
  z-index: 2;
}

.p-mv__ttl--sub span {
  color: #84329B;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl--sub span {
    display: block;
  }
}

.p-mv__ttl--main {
  padding: 0 14px 0 21px;
  padding: 0 1.4rem 0 2.1rem;
  background-color: rgba(255, 255, 255, .8);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl--main {
    padding: 0;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__ttl--main span {
    display: none;
  }
}

.p-mv__ttl--subBottom {
  margin-top: 28px;
  margin-top: 2.8rem;
  margin-left: 576px;
  margin-left: 57.6rem;
  padding: 6px 44px 6px 27px;
  padding: 0.6rem 4.4rem 0.6rem 2.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
  .p-mv__ttl--subBottom {
    margin-left: 0;
    margin-top: 1.8rem;
    padding: 0;
  }
}

.p-mv__slider {
  margin-top: -114px;
  margin-top: -11.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__slider {
    margin-top: 4.9rem;
  }
}

/* ===============================================
# about
=============================================== */
.p-about {
  overflow: hidden;
}

.p-about__flex {
  margin-left: clamp(88px, -848px + 48.75vw, 400px);
  margin-left: clamp(8.8rem, -84.8rem + 48.75vw, 40rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__flex {
    margin-left: 2rem;
  }
}

.p-about__ttl {
  line-height: 1.3965517241;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    line-height: 1.5333333333;
    margin-right: -5rem;
  }
}

.p-about__ttl--sub {
  margin-top: 30px;
  margin-top: 3rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__ttl--sub {
    margin-top: 1.3rem;
  }
}

.p-about__deco {
  margin-top: 84px;
  margin-top: 8.4rem;
  width: 1172px;
  width: 117.2rem;
  margin-right: -212px;
  margin-right: -21.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__deco {
    width: 41.4084507042%;
    margin-top: 5rem;
    margin-right: 0;
  }
}

.p-about__media {
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__media {
    margin-top: 7.3rem;
  }
}

/* ===============================================
# feature
=============================================== */
.p-feature__bg {
  padding: 160px 0;
  padding: 16rem 0;
  /* UI Properties */
  background: transparent linear-gradient(125deg, var(--unnamed-color-9063cd) 0%, #DB3EB1 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(125deg, #9063CD 0%, #DB3EB1 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-feature__bg {
    margin-top: -7.2rem;
    padding: 12.7rem 0 6.4rem;
  }
}

.p-feature__inner02 {
  width: 1332px;
  width: 133.2rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-feature__inner02 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-feature__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  gap: 6.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-feature__column {
    gap: 4.8rem;
  }
}

/* ===============================================
# case
=============================================== */
.p-case {
  background: url(../images/pc/caseBg.png) center center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-case {
    background: url(../images/sp/caseBg.png) center center/cover no-repeat;
  }
}
.p-case::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .55);
  z-index: 1;
}
.p-case::after {
  position: absolute;
  content: "USE CASE";
  font-size: 247px;
  font-size: 24.7rem;
  font-weight: 700;
  letter-spacing: 19.759px;
  letter-spacing: 1.976rem;
  line-height: 1;
  color: rgba(132, 50, 155, .3);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  right: -60px;
  right: -6rem;
  top: 270px;
  top: 27rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-case::after {
    top: 59rem;
    right: -8rem;
  }
}

.p-case__inner {
  position: relative;
  z-index: 2;
}

.p-case__headline {
  color: #fff;
}

.p-case__container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-case__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-case__container--01 {
  margin-top: 141px;
  margin-top: 14.1rem;
  width: 1140px;
  width: 114rem;
}
@media screen and (max-width: 767px) {
  .p-case__container--01 {
    margin-top: 6rem;
  }
}

.p-case__container--02 {
  margin-top: 130px;
  margin-top: 13rem;
  width: 1240px;
  width: 124rem;
}
@media screen and (max-width: 767px) {
  .p-case__container--02 {
    margin-top: 6rem;
  }
}

.p-case__subTtl {
  padding: 1px 59px 1px 66px;
  padding: 0.1rem 5.9rem 0.1rem 6.6rem;
  border-radius: 60px 0px;
  color: #fff;
  width: 423px;
  width: 42.3rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-case__subTtl--01 {
  background-color: rgba(171, 46, 217, .6);
}

.p-case__subTtl--02 {
  background-color: #1B5F6F;
}

.p-case__columns {
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-case__columns {
    margin-top: 3.2rem;
  }
}

/* ===============================================
# use
=============================================== */
@media screen and (max-width: 767px) {
  .p-use__headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-use__inner {
  width: 960px;
  width: 96rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-use__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-use__head {
  margin-top: 92px;
  margin-top: 9.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-use__head {
    margin-top: 4.7rem;
  }
}

.p-use__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 105px;
  margin-top: 10.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-use__flex {
    margin-top: 5.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-use__flex::after {
  position: absolute;
  content: "";
  width: 96px;
  width: 9.6rem;
  height: 35px;
  height: 3.5rem;
  top: 39%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/common/arrowRight.svg) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-use__flex::after {
    top: 50%;
    width: 3.5rem;
    height: 1.3rem;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.p-use__btn {
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-use__btn {
    margin-top: 3.3rem;
  }
}

.p-use__container {
  margin-top: 225px;
  margin-top: 22.5rem;
  padding: 84.5px 75px 50px 88px;
  padding: 8.45rem 7.5rem 5rem 8.8rem;
  background: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 0px 0px 4.8rem rgba(0, 0, 0, .0901960784);
          box-shadow: 0px 0px 4.8rem rgba(0, 0, 0, .0901960784);
  border-radius: 6.4rem;
  position: relative;
  width: 840px;
  width: 84rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-use__container {
    padding: 8rem 2.3rem 4.5rem;
  }
}
.p-use__container::after {
  position: absolute;
  content: "";
  width: 258px;
  width: 25.8rem;
  height: 146px;
  height: 14.6rem;
  right: -80px;
  right: -8rem;
  top: -100px;
  top: -10rem;
  border-radius: 2.5rem;
  background: url(../images/pc/use03.jpg) center center/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-use__container::after {
    top: auto;
    bottom: -12.4rem;
    right: 50%;
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
}

.p-use__txt {
  position: relative;
  z-index: 2;
}

.p-use__btn02 {
  margin-top: 28px;
  margin-top: 2.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-use__btn02 {
    margin-top: 15.7rem;
  }
}

.p-use__box {
  position: absolute;
  border-radius: 6.4rem;
  z-index: 2;
  left: -46px;
  left: -4.6rem;
  top: -145px;
  top: -14.5rem;
  width: 272px;
  width: 27.2rem;
  height: 204px;
  height: 20.4rem;
  background: transparent linear-gradient(307deg, rgba(144, 99, 205, .6980392157) 0%, rgba(219, 62, 177, .6980392157) 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 40px rgba(178, 1, 227, .4039215686);
          box-shadow: 0px 0px 40px rgba(178, 1, 227, .4039215686);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-use__box {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-use__box span {
  font-size: 15px;
  font-size: 1.5rem;
}

/* ===============================================
# Work
=============================================== */
.p-work {
  overflow: hidden;
  background: url(../images/pc/workBg.png) center center/100px repeat;
  background: url(../images/pc/workBg.png) center center/10rem repeat;
}

.p-work__head {
  margin-top: 75px;
  margin-top: 7.5rem;
  line-height: 1.6428571429;
}
.p-work__head span {
  color: #84329B;
}

.p-work__column {
  margin-top: 47px;
  margin-top: 4.7rem;
}

.p-card04__ttl {
  opacity: 1;
  color: #fff;
  width: 509px;
  width: 50.9rem;
  max-width: 100%;
  padding: 6px 0;
  padding: 0.6rem 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.p-card04__ttl::before {
  position: absolute;
  content: "";
  width: 509px;
  width: 50.9rem;
  max-width: 100%;
  height: 61px;
  height: 6.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent linear-gradient(97deg, #9063CD 0%, rgba(219, 62, 177, .8) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 8rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-card04__ttl::before {
    border-radius: 0px 8rem 0px 0px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 94.6666666667%;
    max-width: 110%;
    width: 100vw;
    height: 4.8rem;
  }
}

.p-card04__ttl--02::before {
  background: transparent linear-gradient(263deg, #9063CD 0%, rgba(219, 62, 177, .8) 100%) 0% 0% no-repeat padding-box;
  border-radius: 8rem 0px;
}
@media screen and (max-width: 767px) {
  .p-card04__ttl--02::before {
    border-radius: 8rem 0px 0px 0px;
    margin-left: calc(50% - 40vw);
  }
}

.p-card04__img {
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-card04__img {
    margin-top: 3.2rem;
  }
}

.p-card04__body {
  margin-top: -10px;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-card04__body {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-card04__body--02 {
    margin-top: -1rem;
  }
}

.p-card04__head {
  line-height: 1.6666666667;
}

.p-card04__txt {
  margin-top: 10px;
  margin-top: 1rem;
}

.p-media {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-media > *:first-of-type {
  margin-right: -160px;
  margin-right: -16rem;
}
@media screen and (max-width: 767px) {
  .p-media > *:first-of-type {
    margin-right: auto;
  }
}

.p-media--02 {
  margin-top: -13px;
  margin-top: -1.3rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-media--02 {
    margin-top: 5.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-media__img {
  position: relative;
  z-index: 1;
  width: 580px;
  width: 58rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    width: 85.0746268657%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-media__img--01 {
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-media__img--01 {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-media__img--02 {
    margin-top: 2.7rem;
  }
}

.p-media__body {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
  .p-media__body {
    margin-top: -5rem;
  }
}

.p-media__body--01 {
  padding: 15px 20px 35px 55px;
  padding: 1.5rem 2rem 3.5rem 5.5rem;
  border-radius: 0 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-media__body--01 {
    padding: 1.2rem 0rem 1rem 0rem;
    border-radius: 0;
  }
}

.p-media__body--02 {
  margin-top: 107px;
  margin-top: 10.7rem;
  padding: 43px 64px 30px 30px;
  padding: 4.3rem 6.4rem 3rem 3rem;
  border-radius: 0 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-media__body--02 {
    margin-top: -4.8rem;
    padding: 1.2rem 0rem 1rem 0rem;
    border-radius: 0;
  }
}

.p-media__head {
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-media__head {
    letter-spacing: 0.05em;
  }
}

.p-media__txt {
  margin-top: 22px;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-media__txt {
    margin-top: 0rem;
    letter-spacing: 0.05em;
  }
}

.p-media__note {
  margin-top: 22px;
  margin-top: 2.2rem;
  display: inline-block;
  padding-left: 1.4em;
  text-indent: -0.6em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-media__note {
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
  }
}
.p-media__note::before {
  content: "※";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-media__note::before {
    font-size: 1.2rem;
  }
}

.p-media__not--02 {
  margin-top: 9px;
  margin-top: 0.9rem;
  display: inline-block;
}

.p-pagetop {
  position: fixed;
  right: 40px;
  right: 4rem;
  bottom: 30px;
  bottom: 3rem;
  z-index: 100;
  cursor: pointer;
  width: 64px;
  width: 6.4rem;
  height: 64px;
  height: 6.4rem;
  background-color: rgba(21, 21, 21, .8);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    right: 1.6rem;
    bottom: 2rem;
    width: 5rem;
    height: 5rem;
  }
}

.p-pagetop.is-active {
  bottom: 130px;
  bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-pagetop.is-active {
    bottom: 10rem;
  }
}

.p-pagetop__icon {
  width: 12px;
  width: 1.2rem;
  height: 17px;
  height: 1.7rem;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .p-pagetop:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.p-slider {
  display: none;
}
.p-mv__sliderWrap {
  min-height: 260px;
  min-height: 26rem;
}
@media screen and (max-width: 767px) {
  .p-mv__sliderWrap {
    min-height: 17rem;
  }
}

.p-body {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-thanks {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 200px;
  margin-top: 20rem;
  padding-bottom: 100px;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    margin-top: 10rem;
    padding-bottom: 8rem;
  }
}

.p-thanks__ttl {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__ttl {
    font-size: 1.8rem;
  }
}

.u-bold {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flexSpCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-flexSpCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-font13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .u-font13 {
    font-size: 1.2rem;
  }
}

.u-font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-font15 {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .u-font15 {
    font-size: 1.4rem;
  }
}

.u-font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.u-font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-font20 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-font20 {
    font-size: 1.2rem;
  }
}

.u-font20Sp14 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-font20Sp14 {
    font-size: 1.4rem;
  }
}

.u-font20Sp16 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-font20Sp16 {
    font-size: 1.6rem;
  }
}
.u-font19Sp16 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .u-font20Sp16 {
    font-size: 1.6rem;
  }
}

.u-font22 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .u-font22 {
    font-size: 1.8rem;
  }
}

.u-font24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .u-font24 {
    font-size: 1.4rem;
  }
}

.u-font24Sp16 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .u-font24Sp16 {
    font-size: 1.6rem;
  }
}

.u-font25 {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .u-font25 {
    font-size: 1.8rem;
  }
}

.u-font26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .u-font26 {
    font-size: 1.8rem;
  }
}

.u-font28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .u-font28 {
    font-size: 1.8rem;
  }
}

.u-font32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.u-font40 {
  font-size: 40px;
  font-size: 4rem;
}

.u-font52 {
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .u-font52 {
    font-size: 2.8rem;
  }
}

.u-font56 {
  font-size: 56px;
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  .u-font56 {
    font-size: 2.5rem;
  }
}

.u-font58 {
  font-size: 58px;
  font-size: 5.8rem;
}
@media screen and (max-width: 767px) {
  .u-font58 {
    font-size: 3rem;
  }
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh12 {
  line-height: 1.2 !important;
}

.u-lh13 {
  line-height: 1.33 !important;
}

.u-lh15 {
  line-height: 1.5 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-ls {
  letter-spacing: 0.125em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 10px !important;
  margin-top: 1rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 20px !important;
  margin-top: 2rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 30px !important;
  margin-top: 3rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 40px !important;
  margin-top: 4rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 50px !important;
  margin-top: 5rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 60px !important;
  margin-top: 6rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 70px !important;
  margin-top: 7rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 80px !important;
  margin-top: 8rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 90px !important;
  margin-top: 9rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 100px !important;
  margin-top: 10rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 110px !important;
  margin-top: 11rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 120px !important;
  margin-top: 12rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 130px !important;
  margin-top: 13rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 140px !important;
  margin-top: 14rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 150px !important;
  margin-top: 15rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 160px !important;
  margin-top: 16rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 170px !important;
  margin-top: 17rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 180px !important;
  margin-top: 18rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 190px !important;
  margin-top: 19rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 200px !important;
  margin-top: 20rem !important;
}

@media screen and (max-width: 767px) {
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 1rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 2rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 3rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 4rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 6rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 7rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 8rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 9rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 11rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 12rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 13rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 14rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 15rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 16rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 17rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 18rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 19rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 20rem !important;
  }
}
.u-mxAuto {
  margin-right: auto;
  margin-left: auto;
}

.u-pt10 {
  padding-top: 10px !important;
  padding-top: 10px !important;
  padding-top: 1rem !important;
}

.u-pt20 {
  padding-top: 20px !important;
  padding-top: 20px !important;
  padding-top: 2rem !important;
}

.u-pt30 {
  padding-top: 30px !important;
  padding-top: 30px !important;
  padding-top: 3rem !important;
}

.u-pt40 {
  padding-top: 40px !important;
  padding-top: 40px !important;
  padding-top: 4rem !important;
}

.u-pt50 {
  padding-top: 50px !important;
  padding-top: 50px !important;
  padding-top: 5rem !important;
}

.u-pt60 {
  padding-top: 60px !important;
  padding-top: 60px !important;
  padding-top: 6rem !important;
}

.u-pt70 {
  padding-top: 70px !important;
  padding-top: 70px !important;
  padding-top: 7rem !important;
}

.u-pt80 {
  padding-top: 80px !important;
  padding-top: 80px !important;
  padding-top: 8rem !important;
}

.u-pt90 {
  padding-top: 90px !important;
  padding-top: 90px !important;
  padding-top: 9rem !important;
}

.u-pt100 {
  padding-top: 100px !important;
  padding-top: 100px !important;
  padding-top: 10rem !important;
}

.u-pt110 {
  padding-top: 110px !important;
  padding-top: 110px !important;
  padding-top: 11rem !important;
}

.u-pt120 {
  padding-top: 120px !important;
  padding-top: 120px !important;
  padding-top: 12rem !important;
}

.u-pt130 {
  padding-top: 130px !important;
  padding-top: 130px !important;
  padding-top: 13rem !important;
}

.u-pt140 {
  padding-top: 140px !important;
  padding-top: 140px !important;
  padding-top: 14rem !important;
}

.u-pt150 {
  padding-top: 150px !important;
  padding-top: 150px !important;
  padding-top: 15rem !important;
}

.u-pt160 {
  padding-top: 160px !important;
  padding-top: 160px !important;
  padding-top: 16rem !important;
}

.u-pt170 {
  padding-top: 170px !important;
  padding-top: 170px !important;
  padding-top: 17rem !important;
}

.u-pt180 {
  padding-top: 180px !important;
  padding-top: 180px !important;
  padding-top: 18rem !important;
}

.u-pt190 {
  padding-top: 190px !important;
  padding-top: 190px !important;
  padding-top: 19rem !important;
}

.u-pt200 {
  padding-top: 200px !important;
  padding-top: 200px !important;
  padding-top: 20rem !important;
}

@media screen and (max-width: 767px) {
  .u-ptSp10 {
    padding-top: 10px !important;
    padding-top: 1rem !important;
  }
  .u-ptSp20 {
    padding-top: 20px !important;
    padding-top: 2rem !important;
  }
  .u-ptSp30 {
    padding-top: 30px !important;
    padding-top: 3rem !important;
  }
  .u-ptSp40 {
    padding-top: 40px !important;
    padding-top: 4rem !important;
  }
  .u-ptSp50 {
    padding-top: 50px !important;
    padding-top: 5rem !important;
  }
  .u-ptSp60 {
    padding-top: 60px !important;
    padding-top: 6rem !important;
  }
  .u-ptSp70 {
    padding-top: 70px !important;
    padding-top: 7rem !important;
  }
  .u-ptSp80 {
    padding-top: 80px !important;
    padding-top: 8rem !important;
  }
  .u-ptSp90 {
    padding-top: 90px !important;
    padding-top: 9rem !important;
  }
  .u-ptSp100 {
    padding-top: 100px !important;
    padding-top: 10rem !important;
  }
  .u-ptSp110 {
    padding-top: 110px !important;
    padding-top: 11rem !important;
  }
  .u-ptSp120 {
    padding-top: 120px !important;
    padding-top: 12rem !important;
  }
  .u-ptSp130 {
    padding-top: 130px !important;
    padding-top: 13rem !important;
  }
  .u-ptSp140 {
    padding-top: 140px !important;
    padding-top: 14rem !important;
  }
  .u-ptSp150 {
    padding-top: 150px !important;
    padding-top: 15rem !important;
  }
  .u-ptSp160 {
    padding-top: 160px !important;
    padding-top: 16rem !important;
  }
  .u-ptSp170 {
    padding-top: 170px !important;
    padding-top: 17rem !important;
  }
  .u-ptSp180 {
    padding-top: 180px !important;
    padding-top: 18rem !important;
  }
  .u-ptSp190 {
    padding-top: 190px !important;
    padding-top: 19rem !important;
  }
  .u-ptSp200 {
    padding-top: 200px !important;
    padding-top: 20rem !important;
  }
}
.u-mxAuto {
  margin-right: auto;
  margin-left: auto;
}

.u-shadow {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .25);
          box-shadow: 0 0 13px rgba(0, 0, 0, .25);
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 767px) {
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}
.u-text300 {
  font-weight: 300;
}

.u-text400 {
  font-weight: 400;
}

.u-text500 {
  font-weight: 500;
}

.u-text600 {
  font-weight: 600;
}

.u-text700 {
  font-weight: 700;
}

.u-text900 {
  font-weight: 900;
}
/*# sourceMappingURL=styles.css.map */
