@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-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #d4b572;
  --cc-main: #5686cd;
  --cc-secondary: #0071bc;
  --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まで */
.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

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

- イージング

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

-

================================================ */
.concept-sc {
  position: relative;
  z-index: 1;
}

.concept-deco {
  position: absolute;
  z-index: -1;
}

.concept-deco.-deco-1 {
  width: 539px;
  top: -483px;
  left: -114px;
}

.concept-deco.-deco-2 {
  width: 549px;
  top: -400px;
  right: -114px;
}

.concept-deco.-deco-3 {
  width: 369px;
  top: -562px;
  left: -109px;
}

.concept-deco.-deco-4 {
  width: 460px;
  top: -370px;
  right: -102px;
}

.concept-deco.-deco-5 {
  width: 472px;
  top: -402px;
  left: -102px;
}

.concept-deco.-deco-6 {
  width: 431px;
  top: -729px;
  right: -102px;
}

.concept-deco.-deco-7 {
  width: 779px;
  bottom: 0;
  left: -75px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-deco.-deco-1 {
    width: 42.667vw;
    top: 64.8vw;
    left: -5.333vw;
  }
  .concept-deco.-deco-2 {
    width: 42.667vw;
    top: 29.333vw;
    right: -5.333vw;
  }
  .concept-deco.-deco-3 {
    width: 29.333vw;
    top: -37.867vw;
    left: -5.333vw;
  }
  .concept-deco.-deco-4 {
    width: 36vw;
    top: -26.133vw;
    right: -5.333vw;
  }
  .concept-deco.-deco-5 {
    width: 37.333vw;
    top: -29.333vw;
    left: -5.333vw;
  }
  .concept-deco.-deco-6 {
    width: 33.333vw;
    top: -50.667vw;
    right: -5.333vw;
  }
  .concept-deco.-deco-7 {
    width: 85.333vw;
    bottom: 0;
    left: -2.667vw;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-showcase {
  padding-top: 130px;
}

.concept-showcase__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
}

.concept-showcase__photo {
  width: 611px;
}

.concept-showcase__photo.-photo2 {
  position: absolute;
  top: 24px;
  right: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-showcase {
    padding-top: 16vw;
  }
  .concept-sc.-showcase .concept-sc__inner {
    padding: 0 2.667vw;
  }
  .concept-showcase__photo {
    width: 66.667vw;
  }
  .concept-showcase__photo.-photo2 {
    top: 41.333vw;
  }
}
/* ================================================

-

================================================ */
.concept-bg {
  margin-top: 618px;
  padding: 0 80px;
}

.concept-bg__inner {
  background-image: url("../images/concept/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.concept-sc.-lead {
  padding-bottom: 492px;
}

.concept-lead__txt {
  width: 31px;
  margin: 0 auto;
}

.concept-lead__summary {
  margin-top: 124px;
  text-align: center;
}
.concept-lead__summary p {
  font-size: 1.3125rem;
  line-height: 1.905;
  letter-spacing: 0.105em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-bg {
    margin-top: 58.667vw;
    padding: 0 2.667vw;
  }
  .concept-bg__inner {
    background-image: url("../images/concept/bg.jpg");
  }
  .concept-sc.-lead {
    padding-bottom: 42.667vw;
  }
  .concept-sc.-lead .concept-sc__inner {
    padding: 0 2.667vw;
  }
  .concept-lead__txt {
    width: 5.333vw;
  }
  .concept-lead__summary {
    margin-top: 26.667vw;
  }
  .concept-lead__summary p {
    font-size: 4vw;
  }
}
/* ================================================

-

================================================ */
.concept-block__txt {
  width: 600px;
  margin: 0 auto;
}

.concept-sc.-block {
  padding-bottom: 300px;
  position: relative;
}
.concept-sc.-block::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  translate: -50% 0;
  width: 735px;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.concept-sc__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 300px;
  position: relative;
}

.concept-sc__layout.-block1 {
  margin-top: 230px;
}

.concept-sc__layout.-revers .concept-sc__summarys {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: -50px;
  margin-left: auto;
}
.concept-sc__layout.-revers .concept-sc__photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  margin-right: -80px;
}
.concept-sc__layout.-revers .concept-sc__summarys__ttl {
  text-align: right;
}
.concept-sc__layout.-revers .concept-sc__summarys__ttl span.-main::after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
}
.concept-sc__layout.-revers .concept-sc__summary {
  text-align: right;
}

.concept-sc__summarys {
  padding-top: 25px;
}

.concept-sc__summarys__ttl span {
  display: block;
}
.concept-sc__summarys__ttl span.-main {
  display: inline-block;
  padding-bottom: 18px;
  font-size: 3rem;
  letter-spacing: 0.25em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: solid 3px #5686cd;
  position: relative;
}
.concept-sc__summarys__ttl span.-main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100vw;
  height: 1px;
  background-color: #5686cd;
}
.concept-sc__summarys__ttl span.-sub {
  margin-top: 9px;
  font-size: 1.6875rem;
  letter-spacing: 0.25em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #4d4d4d;
}
.concept-sc__summarys__ttl span.-sub small {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

.concept-sc__summary {
  margin-top: 103px;
}
.concept-sc__summary dt {
  font-size: 2.125rem;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #5686cd;
}
.concept-sc__summary dt sup {
  font-size: 0.875rem;
  vertical-align: super;
  position: relative;
  top: -0.3em;
}
.concept-sc__summary dd {
  margin-top: 36px;
}
.concept-sc__summary dd p {
  font-size: 1.3125rem;
  line-height: 1.571;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.concept-sc__summary dd .concept-sc__summary__note {
  margin-top: 25px;
}
.concept-sc__summary dd .concept-sc__summary__note p {
  font-size: 0.8125rem;
  line-height: 1.231;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333333;
}

.concept-sc__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 600px;
  margin-left: -80px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-block__txt {
    width: 82.667vw;
  }
  .concept-sc.-block {
    padding-bottom: 45.333vw;
  }
  .concept-sc.-block::before {
    top: -18.667vw;
    width: 96%;
    height: 97%;
  }
  .concept-sc__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 21.333vw;
    padding: 0 4vw;
  }
  .concept-sc__layout.-block1 {
    margin-top: 21.333vw;
  }
  .concept-sc__layout.-revers .concept-sc__summarys {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: -2.667vw;
    margin-left: auto;
  }
  .concept-sc__layout.-revers .concept-sc__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
  .concept-sc__layout.-revers .concept-sc__summarys__ttl {
    text-align: left;
  }
  .concept-sc__layout.-revers .concept-sc__summarys__ttl span.-main::after {
    content: "";
    position: absolute;
    right: auto;
    left: 0;
  }
  .concept-sc__layout.-revers .concept-sc__summary {
    text-align: left;
  }
  .concept-sc__summarys {
    padding-top: 6.667vw;
  }
  .concept-sc__summarys__ttl span {
    display: block;
  }
  .concept-sc__summarys__ttl span.-main {
    display: inline-block;
    padding-bottom: 2.667vw;
    font-size: 7.7333333333vw;
  }
  .concept-sc__summarys__ttl span.-sub {
    margin-top: 2.4vw;
    font-size: 5.3333333333vw;
  }
  .concept-sc__summarys__ttl span.-sub small {
    font-size: 3.7333333333vw;
  }
  .concept-sc__summary {
    margin-top: 8vw;
  }
  .concept-sc__summary dt {
    font-size: 5.6vw;
  }
  .concept-sc__summary dt sup {
    font-size: 2.6666666667vw;
  }
  .concept-sc__summary dd {
    margin-top: 5.333vw;
  }
  .concept-sc__summary dd p {
    font-size: 3.7333333333vw;
  }
  .concept-sc__summary dd .concept-sc__summary__note {
    margin-top: 4vw;
  }
  .concept-sc__summary dd .concept-sc__summary__note p {
    font-size: 2.6666666667vw;
  }
  .concept-sc__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80vw;
    margin: 0 auto;
  }
}