@charset "UTF-8";
/* ==========================================================
 conceptページ
========================================================== */
.generalSect__head {
  margin: 50px auto 0;
  color: #604c3f;
}
@media all and (max-width: 560px) {
  .generalSect__head {
    margin: 24px auto 0;
  }
}
.generalSect__head .ttl_txt {
  font-size: 60px;
  padding: 1.4rem 0;
  border-top: 1px solid #604c3f;
  border-bottom: 1px solid #604c3f;
}
@media screen and (max-width: 1030px) {
  .generalSect__head .ttl_txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 830px) {
  .generalSect__head .ttl_txt {
    font-size: 28px;
  }
}
@media all and (max-width: 560px) {
  .generalSect__head .ttl_txt {
    font-size: 32px;
  }
}
.generalSect__head .txt {
  text-align: center;
  margin-top: 46px;
  font-size: 30px;
}
@media screen and (max-width: 1030px) {
  .generalSect__head .txt {
    font-size: 24px;
  }
}
@media all and (max-width: 560px) {
  .generalSect__head .txt {
    font-size: 24px;
    margin-top: 34px;
  }
}
@media all and (max-width: 560px) {
  .generalSect__head .txt.__read {
    font-size: 18px;
  }
}
.generalSect__head .txt.sub_txt {
  margin-top: 20px;
  font-size: 24px;
}
@media screen and (max-width: 1030px) {
  .generalSect__head .txt.sub_txt {
    font-size: 18px;
  }
}
@media all and (max-width: 560px) {
  .generalSect__head .txt.sub_txt {
    font-size: 18px;
    margin-top: 10px;
  }
}

.generalSect__head__w {
  color: #fff;
}

.granIntro {
  margin: 0 auto;
  mix-blend-mode: multiply;
}
@media all and (min-width: 560px) {
  .granIntro {
    width: 560px;
  }
}
@media all and (min-width: 560px) {
  .granIntro + .granSlider {
    padding-top: 112px;
  }
}
@media all and (max-width: 560px) {
  .granIntro + .granSlider {
    padding-top: 50px;
  }
}

.visionGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (min-width: 560px) {
  .visionGroup {
    -webkit-column-gap: 39px;
       -moz-column-gap: 39px;
            column-gap: 39px;
  }
}
@media all and (max-width: 560px) {
  .visionGroup {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media all and (min-width: 560px) {
  .visionGroup--fullContent {
    margin: 0 -120px;
    width: 1440px;
  }
}
.visionGroup--fullContent.visionGroup--half {
  /*.__pc_bg {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      column-gap: 39px;
      @include mq(md) {
          mask-image: linear-gradient(0, transparent 0%, transparent 70%, #000000 100%);
          margin-top: 80px;
    }
      @include mq(sm) {
    mask-image: linear-gradient(0, transparent 0%, transparent 60%, #000000 100%);
  }
    }*/
}
@media all and (min-width: 560px) {
  .visionGroup--fullContent.visionGroup--half .visionCard {
    width: 700px;
  }
}
@media all and (min-width: 560px) {
  .visionGroup--fullContent.visionGroup--half .visionCard:nth-of-type(n+3) {
    margin-top: 80px;
  }
}
@media all and (max-width: 560px) {
  .visionGroup--fullContent.visionGroup--half .visionCard:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
@media all and (min-width: 560px) {
  .visionGroup--fullContent.visionGroup--oneThird .visionCard:nth-of-type(n+4) {
    margin-top: 80px;
  }
}
@media all and (max-width: 560px) {
  .visionGroup--fullContent.visionGroup--oneThird .visionCard:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
@media all and (min-width: 560px) {
  .visionGroup + .visionGroup {
    margin-top: 80px;
  }
}
@media all and (max-width: 560px) {
  .visionGroup + .visionGroup {
    margin-top: 40px;
  }
}
.visionGroup--oneThird {
  padding-bottom: 100px;
}
@media all and (max-width: 560px) {
  .visionGroup--oneThird {
    padding-bottom: 50px;
  }
}
@media all and (min-width: 560px) {
  .visionGroup--oneThird .visionCard {
    width: 374px;
  }
}
@media all and (min-width: 560px) {
  .visionGroup--oneThird .visionCard:nth-of-type(n+4) {
    margin-top: 80px;
  }
}
@media all and (max-width: 560px) {
  .visionGroup--oneThird .visionCard:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
@media all and (min-width: 560px) {
  .visionGroup--oneThird.visionGroup--fullContent .visionCard {
    width: 453px;
  }
}

.corpLogo {
  display: block;
  margin: 0 auto;
}
.corpLogo--fe {
  height: auto;
  width: 351px;
}

.coprSystem {
  margin: 0 auto;
}
@media all and (min-width: 560px) {
  .coprSystem {
    width: 970px;
  }
}
.coprSystem__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(201, 188, 156, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coprSystem__cont {
  background-color: rgba(244, 242, 235, 0.8);
  border-bottom: 1px solid rgba(201, 188, 156, 0.8);
  border-left: 1px solid rgba(201, 188, 156, 0.8);
  border-right: 1px solid rgba(201, 188, 156, 0.8);
}
@media all and (min-width: 560px) {
  .coprSystem__cont {
    padding: 39px;
  }
}
@media all and (max-width: 560px) {
  .coprSystem__cont {
    padding: 20px;
  }
}
.coprSystem__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media all and (min-width: 560px) {
  .coprSystem__list:not(:last-of-type) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 560px) {
  .coprSystem__list:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.coprSystem__list:not(:last-of-type):after {
  background-color: #c9bc9c;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.coprSystem__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}
@media all and (max-width: 560px) {
  .coprSystem__item {
    width: 100%;
  }
}
@media all and (max-width: 560px) {
  .coprSystem__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.coprSystem__item:not(:last-of-type):after {
  background-color: #c9bc9c;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
}
@media all and (min-width: 560px) {
  .coprSystem__item:not(:last-of-type):after {
    content: "";
  }
}

@media all and (min-width: 560px) {
  .feIntroduction {
    padding: 112px 0;
  }
}
@media all and (max-width: 560px) {
  .feIntroduction {
    padding: 40px 30px;
  }
}
@media all and (min-width: 560px) {
  .feIntroduction .subGeneralSect__head .txt {
    text-align: center;
  }
}
@media all and (max-width: 560px) {
  .feIntroduction .subGeneralSect__head .subGeneralSect__heading {
    text-align: left;
  }
}

.fiveValue {
  position: relative;
}
@media all and (min-width: 560px) {
  .fiveValue .txt {
    width: 100%;
  }
}
@media all and (min-width: 560px) {
  .fiveValue {
    margin-top: 24px;
    padding-top: 32px;
  }
}
@media all and (max-width: 560px) {
  .fiveValue {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.fiveValue:before {
  background-color: rgba(201, 188, 156, 0.8);
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 32px;
}
@media all and (min-width: 560px) {
  .fiveValue .copyGroup + .copyGroup {
    margin-top: 40px;
  }
}
@media all and (max-width: 560px) {
  .fiveValue .copyGroup + .copyGroup {
    margin-top: 20px;
  }
}
@media all and (min-width: 560px) {
  .fiveValue .copyGroup--half .copyBox {
    width: 580px;
  }
}
@media all and (max-width: 560px) {
  .fiveValue .copyGroup--oneThird {
    gap: 20px;
  }
}
@media all and (min-width: 560px) {
  .fiveValue .copyGroup--oneThird .copyBox {
    width: 374px;
  }
}

.conceptAccrArea__inner {
  height: 100%;
  margin: 0 auto;
}

.tableLayout {
  width: 100%;
}
@media all and (max-width: 560px) {
  .tableLayout {
    overflow: scroll;
    position: relative;
    table-layout: fixed;
  }
}
.tableLayout__row--first .tableLayout__data {
  background-color: rgba(122, 106, 86, 0.1);
}
.tableLayout__row--first .tableLayout__data--nothing {
  background: none;
}
.tableLayout__row--first .tableLayout__data--secondCol {
  background-color: #c9bc9c;
}
.tableLayout__row--first .tableLayout__data .span {
  text-align: center;
}
.tableLayout__data {
  background: rgba(122, 106, 86, 0.15);
  border: 1px solid #cccccc;
  color: #241a1a;
  letter-spacing: 0;
  line-height: 1.6666666667;
  padding: 18px 5px;
  text-align: center;
  vertical-align: middle;
}
@media all and (min-width: 560px) {
  .tableLayout__data {
    font-size: 18px;
  }
}
@media all and (max-width: 560px) {
  .tableLayout__data {
    font-size: 12px;
  }
}
@media all and (max-width: 560px) {
  .tableLayout__data {
    position: relative;
    width: 124px;
  }
}
.tableLayout__data .span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.tableLayout__data .circleSVG,
.tableLayout__data .lineSVG,
.tableLayout__data .crossSVG,
.tableLayout__data .triangleSVG {
  margin: 0 5px;
}
@media all and (max-width: 560px) {
  .tableLayout__data .circleSVG,
  .tableLayout__data .lineSVG,
  .tableLayout__data .crossSVG,
  .tableLayout__data .triangleSVG {
    height: 18px;
    width: 18px;
  }
}
.tableLayout__data--firstCol {
  background-color: #8a8481;
  color: #ffffff;
}
@media all and (max-width: 560px) {
  .tableLayout__data--firstCol {
    width: 100px;
  }
}
.tableLayout__data--secondCol {
  background-color: #c9bc9c;
}
@media all and (max-width: 560px) {
  .tableLayout__data--secondCol {
    padding: 18px;
    width: 100px;
  }
}
@media all and (max-width: 560px) {
  .tableLayout__data--secondCol {
    padding: 5px;
    width: 280px;
  }
}
.tableLayout__data--secondCol .span {
  text-align: left;
}
.tableLayout__data--nothing {
  background: none;
  border: none;
}
.tableLayout__data--service {
  position: relative;
}
.tableLayout__data--service:before {
  background: rgba(201, 188, 156, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tableLayout__data--pattern01 {
  padding: 0;
}
@media all and (max-width: 560px) {
  .tableLayout__data--spFix {
    left: 0;
    position: sticky;
    z-index: 2;
  }
}
.tableLayout .detailBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2c2222;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (min-width: 560px) {
  .tableLayout .detailBtn {
    border-radius: 24px;
    height: 48px;
    margin: 20px auto 0;
    width: 270px;
  }
}
@media all and (max-width: 560px) {
  .tableLayout .detailBtn {
    border-radius: 18px;
    height: 38px;
    margin: 5px auto 0;
    width: 180px;
  }
}
@media all and (min-width: 560px) {
  .tableLayout .detailBtn:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tableLayout .detailBtn:hover {
    opacity: 0.7;
  }
}
.tableLayout .detailBtn .arrowIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
@media all and (min-width: 560px) {
  .tableLayout .detailBtn .arrowIcon {
    height: 10px;
    right: 30px;
    width: 30px;
  }
}
@media all and (max-width: 560px) {
  .tableLayout .detailBtn .arrowIcon {
    height: 3px;
    right: 20px;
    width: 20px;
  }
}
.tableLayout .detailBtn .arrowIcon:before, .tableLayout .detailBtn .arrowIcon:after {
  background-color: #a99c83;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tableLayout .detailBtn .arrowIcon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 13px;
}
.tableLayout .detailBtn .arrowIcon:after {
  width: 100%;
}

.test2 {
  height: 100%;
  width: 100%;
}

.test1 {
  border-right: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  width: 45px;
}
.test1 span {
  display: inline-block;
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.test3 {
  border-bottom: 1px solid #cccccc;
  padding: 18px 0;
}

.test4 {
  padding: 5px 0;
}

.canvasLogo {
  background-color: #ffffff;
  height: 100%;
  padding: 22px;
  width: 100%;
}
.canvasLogo img {
  height: auto;
  width: 270px;
}

@media all and (max-width: 560px) {
  .tableWrap {
    margin-right: -35px;
    overflow: scroll;
    position: relative;
    width: 340px;
  }
}

@media all and (min-width: 560px) {
  .concept-introduction {
    /*padding-bottom: 200px;*/
    padding-bottom: 160px;
    padding-top: 30px;
    /*padding-top: 100px;*/
  }
}
@media all and (max-width: 560px) {
  .concept-introduction {
    padding-bottom: 80px;
    padding-top: 20px;
    /*padding-top: 56px;*/
  }
}
.concept-introduction .generalSect__head .txt {
  font-size: 18px;
}
@media all and (max-width: 560px) {
  .concept-introduction .generalSect__head .txt {
    font-size: 18px;
    /*text-align: left;*/
  }
}

@media all and (min-width: 560px) {
  .concept-wellbeng {
    padding-top: 110px;
  }
}
@media all and (max-width: 560px) {
  .concept-wellbeng {
    padding-top: 50px;
  }
}
.concept-wellbeng .generalSect__cont .feIntroduction .subGeneralSect {
  padding: 0;
}
@media all and (min-width: 560px) {
  .concept-wellbeng .subGeneralSect {
    padding-bottom: 110px;
    /*padding-top: 110px;*/
  }
}
@media all and (max-width: 560px) {
  .concept-wellbeng .subGeneralSect {
    padding-bottom: 50px;
    /*padding-top: 50px;*/
  }
}
@media all and (min-width: 560px) {
  .concept-wellbeng.conceptAccrArea .accrMeasure--last {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), to(#000000));
    -webkit-mask-image: linear-gradient(0, transparent 0%, transparent 50%, #000000 100%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), to(#000000));
            mask-image: linear-gradient(0, transparent 0%, transparent 50%, #000000 100%);
  }
}
@media all and (max-width: 560px) {
  .concept-wellbeng.conceptAccrArea .accrMeasure--last {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(20%, transparent), to(#000000));
    -webkit-mask-image: linear-gradient(0, transparent 0%, transparent 20%, #000000 100%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(20%, transparent), to(#000000));
            mask-image: linear-gradient(0, transparent 0%, transparent 20%, #000000 100%);
  }
}
.concept-wellbeng.conceptAccrArea.is-open .accrMeasure--last {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(50%, #000000), to(#000000));
  -webkit-mask-image: linear-gradient(0, #000000 0%, #000000 50%, #000000 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(50%, #000000), to(#000000));
          mask-image: linear-gradient(0, #000000 0%, #000000 50%, #000000 100%);
}
.concept-wellbeng.conceptAccrArea.is-open .__pc_bg {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(50%, #000000), to(#000000));
  -webkit-mask-image: linear-gradient(0, #000000 0%, #000000 50%, #000000 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(50%, #000000), to(#000000));
          mask-image: linear-gradient(0, #000000 0%, #000000 50%, #000000 100%);
}

@media all and (min-width: 560px) {
  .concept-firstevlolution {
    padding-bottom: 110px;
    padding-top: 110px;
  }
}
@media all and (max-width: 560px) {
  .concept-firstevlolution {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.__gran_time {
  padding: 50px 0;
}
@media all and (min-width: 560px) {
  .__gran_time {
    padding: 100px 0;
  }
}

/*.__gran_time::after {
  background-color: rgba(201, 188, 156, 0.8);
  top: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 32px; 
}*/
@media all and (max-width: 560px) {
  .imgDance {
    padding-top: 60px !important;
  }
}
.imgDance::after {
  display: none !important;
}
.imgDance .pageIntroduction__ttl {
  padding-bottom: 80px;
}
@media all and (max-width: 560px) {
  .imgDance .pageIntroduction__ttl {
    width: 90%;
    left: 5%;
    padding-bottom: 56px;
  }
}
.imgDance .pageIntroduction__ttl::after {
  background-color: #7a6a56;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 32px;
}

.keyVisual__photo {
  position: relative;
}
.keyVisual__copy {
  color: #fff;
  line-height: 1.4193548387;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 23px 23px rgba(255, 238, 204, 0.4);
  z-index: 3;
  text-align: center;
  line-height: 1.2;
  width: 100%;
}
@media all and (min-width: 560px) {
  .keyVisual__copy .large {
    font-size: 6.9444444444vw;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1), -1px 1px 20px rgba(0, 0, 0, 0.1), 1px -1px 20px rgba(0, 0, 0, 0.1), -1px -1px 20px rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 560px) {
  .keyVisual__copy .large {
    font-size: 13.3333333333vw;
    letter-spacing: -0.03em;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1), -1px 1px 10px rgba(0, 0, 0, 0.1), 1px -1px 10px rgba(0, 0, 0, 0.1), -1px -1px 10px rgba(0, 0, 0, 0.1);
  }
}
.keyVisual__copy .Small {
  margin-bottom: 30px;
}
@media all and (min-width: 560px) {
  .keyVisual__copy .Small {
    font-size: 1.25vw;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1), -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1), -1px -1px 5px rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 560px) {
  .keyVisual__copy .Small {
    font-size: 3.2vw;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px 1px 3px rgba(0, 0, 0, 0.1), 1px -1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
  }
}

.wrap .generalSect__cont .bgLayer {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media all and (max-width: 560px) {
  .wrap .generalSect__cont .bgLayer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}