@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-main: #742A36;
  --cc-primary: #742A36;
  --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

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

- イージング

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

- 共通

================================================ */
.equipment-sc__inner {
  position: relative;
}

.m-deco.eq-deco__1 {
  left: -230px;
  bottom: -170px;
}

.m-deco.eq-deco__2 {
  right: -240px;
  bottom: 240px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-deco.eq-deco__1 {
    left: -80px;
    bottom: -50px;
  }
  .m-deco.eq-deco__2 {
    right: -60px;
    bottom: -40px;
  }
}
/* ================================================

-

================================================ */
.equipment-sc.-shared {
  padding: 195px 0 155px;
}
.equipment-sc.-proprietary {
  padding: 165px 0 260px;
}
.equipment-blocks {
  position: relative;
}

.equipment-blocks__head {
  color: #7d7e74;
  position: relative;
  z-index: 1;
}
.equipment-blocks__head::before {
  content: "";
  position: absolute;
  top: -95px;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 300px;
  background-color: #f3f2ef;
}

.equipment-blocks__ttl {
  position: relative;
  z-index: 2;
  text-align: center;
}
.equipment-blocks__ttl::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  translate: -50% 0;
  width: 116px;
  height: 1px;
  background-color: #7d7e74;
}
.equipment-blocks__ttl span {
  font-size: 2.25rem;
  font-family: "TsukuGoPro-R", sans-serif;
}

.equipment-block__note {
  position: absolute;
  top: calc(50% + 7px);
  right: 0;
  translate: 0 -50%;
  font-size: 0.9375rem;
  font-family: "TsukuGoPr5-R", sans-serif;
}

.equipment-block {
  margin-top: 130px;
  position: relative;
  z-index: 2;
}

.equipment-block__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 106px 30px;
}

.equipment-block__item {
  width: calc(33.3333333333% - 20px);
  position: relative;
}

.equipment-block__item__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: -30px;
  left: 50%;
  translate: -50% 0;
  width: 300px;
  min-height: 50px;
  background-color: #b5b098;
  border-radius: calc(infinity * 1px);
}
.equipment-block__item__ttl span {
  font-size: 1.125rem;
  line-height: 1.425;
  color: #FFFFFF;
  font-family: "TsukuGoPro-M", sans-serif;
}

.equipment-block__item__summary {
  margin-top: 16px;
}
.equipment-block__item__summary p {
  font-size: 1.0625rem;
  line-height: 1.674;
  font-family: "TsukuGoPr5-R", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc.-shared {
    padding: 30.667vw 0 0;
  }
  .equipment-sc.-shared .equipment-sc__inner {
    padding: 0 5.333vw;
  }
  .equipment-sc.-proprietary {
    padding: 34.667vw 0 32vw;
  }
  .equipment-sc.-proprietary .equipment-sc__inner {
    padding: 0 5.333vw;
  }
  .equipment-blocks__head::before {
    top: -16vw;
    width: 100vw;
    height: 48vw;
  }
  .equipment-blocks__ttl::before {
    top: -5.333vw;
    width: 18.667vw;
    height: 0.267vw;
  }
  .equipment-blocks__ttl span {
    font-size: 5.8666666667vw;
  }
  .equipment-block__note {
    position: static;
    translate: 0 0;
    margin-top: 5.333vw;
    font-size: 3.2vw;
    text-align: center;
  }
  .equipment-block {
    margin-top: 13.333vw;
  }
  .equipment-block__list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 17.333vw 4vw;
  }
  .equipment-block__item {
    width: calc(50% - 2vw);
  }
  .equipment-block__item__ttl {
    top: -6.667vw;
    width: 40vw;
    min-height: 10.667vw;
    text-align: centerc;
  }
  .equipment-block__item__ttl span {
    display: block;
    font-size: 3.8666666667vw;
    line-height: 1.12;
  }
  .equipment-block__item__summary {
    margin-top: 4.267vw;
  }
  .equipment-block__item__summary p {
    font-size: 3.4666666667vw;
    line-height: 1.674;
    font-family: "TsukuGoPr5-R", sans-serif;
  }
}