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

- Base

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

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

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

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

:root {
  --cc-red: #FF0000;
  --cc-primary: #100964;
  --cc-secondary: #709aaf;
  --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まで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

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

- z-index

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

- イージング

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

-

================================================ */
.p-outline__head {
  text-align: center;
}

.p-outline__ttl span.-en {
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.p-outline {
  margin-top: 18px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-outline__ttl span.-en {
    font-size: 8.5333333333vw;
  }
  .p-outline {
    margin-top: 15px;
  }
}
/* ================================================

-

================================================ */
.outline-outline__group {
  padding-top: 52px;
  padding-left: 100px;
  padding-right: 100px;
  border-top: solid 1px var(--cc-primary);
}

.outline-outline__group:not(:first-of-type) {
  margin-top: 56px;
}

.outline-outline__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--cc-primary);
}
.outline-outline__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 170px;
  position: relative;
}
.outline-outline__list dt::before {
  content: "◆";
  padding-right: 0.75em;
}
.outline-outline__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.outline-outline__list.-list2 {
  letter-spacing: 0.03em;
}

.outline-outline__list:not(:first-of-type) {
  margin-top: 12px;
}

.outline-outline__update {
  margin-top: 40px;
  padding: 0 100px;
}
.outline-outline__update p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.outline-note {
  margin-top: 30px;
}
.outline-note p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-outline__group {
    padding-top: 8vw;
    padding-left: 0;
    padding-right: 0;
  }
  .outline-outline__group:not(:first-of-type) {
    margin-top: 13.333vw;
  }
  .outline-outline__list {
    font-size: 3.7333333333vw;
  }
  .outline-outline__list dt {
    width: 32vw;
  }
  .outline-outline__list:not(:first-of-type) {
    margin-top: 1.333vw;
  }
  .outline-outline__update {
    margin-top: 10.667vw;
    padding: 0;
  }
  .outline-outline__update p {
    font-size: 3.2vw;
  }
  .outline-note {
    margin-top: 5.333vw;
  }
  .outline-note p {
    font-size: 3.2vw;
  }
}