@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-redpurple: #6B0B2B;
  --cc-pink: #d73d71;
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

-

================================================ */
.contact-container {
  margin-top: 30px;
}

.contact-sc {
  padding: 50px 0 60px;
  background-color: #FFFFFF;
}

.contact-sc:not(:first-of-type) {
  margin-top: 60px;
}

.contact-sc__inner {
  padding: 0 40px;
}

.contact-sc__ttl {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.contact-sc__item:not(:first-of-type) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #ddccd2;
}

.contact-sc__item__sumamry {
  margin-top: 20px;
}
.contact-sc__item__sumamry p a {
  color: #111111;
}
.contact-sc__item__sumamry p:not(:first-of-type) {
  margin-top: 5px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .contact-container {
    margin-top: 30px;
  }
  .contact-sc {
    padding: 40px 0 54px;
    background-color: #FFFFFF;
  }
  .contact-sc:not(:first-of-type) {
    margin-top: 60px;
  }
  .contact-sc__inner {
    padding: 0 5.3333vw;
  }
  .contact-sc__ttl {
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .contact-sc__item:not(:first-of-type) {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #ddccd2;
  }
  .contact-sc__item__sumamry {
    margin-top: 20px;
  }
  .contact-sc__item__sumamry p a {
    color: #111111;
  }
  .contact-sc__item__sumamry p:not(:first-of-type) {
    margin-top: 5px;
  }
}
/* ================================================

- @hover

================================================ */