@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;
}

/*--- media screen ---*/
/* ================================================

-

================================================ */
.equipment-sc.-shared {
  padding: 180px 0 140px;
}
.equipment-sc.-proprietary {
  padding: 180px 0 220px;
}
.equipment-blocks {
  position: relative;
}

.equipment-blocks__head {
  position: relative;
}

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

.equipment-block {
  margin-top: 120px;
  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: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 20px;
}

.equipment-block__item {
  width: calc(33.3333333333% - 13.3333333333px);
  min-height: 160px;
  border: solid 1px #B5B098;
  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;
  min-height: 40px;
  background-color: #B5B098;
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 1;
}
.equipment-block__item__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #BCB8A2;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
.equipment-block__item__ttl span {
  font-size: 1.25rem;
  line-height: 1.425;
  color: #FFFFFF;
  font-family: "TsukuGoPro-R", sans-serif;
}
.equipment-block__item__ttl span small {
  font-size: 1rem;
}

.equipment-block__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: 10px;
  padding: 22px 7px 24px;
}

.equipment-block__item__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83px;
}

.equipment-block__item__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.equipment-block__item__summary p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "TsukuGoPr5-R", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc.-shared {
    padding: 21.333vw 0 21.333vw;
  }
  .equipment-sc.-shared .equipment-sc__inner {
    padding: 0 5.333vw;
  }
  .equipment-sc.-proprietary {
    padding: 21.333vw 0 21.333vw;
  }
  .equipment-sc.-proprietary .equipment-sc__inner {
    padding: 0 5.333vw;
  }
  .equipment-block__note {
    position: static;
    translate: 0;
    font-size: 2.9333333333vw;
    text-align: center;
    margin-top: 5.333vw;
  }
  .equipment-block {
    margin-top: 10.667vw;
  }
  .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333vw;
  }
  .equipment-block__item {
    width: 100%;
    min-height: 0;
  }
  .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;
    min-height: 9.067vw;
    white-space: normal;
  }
  .equipment-block__item__ttl::before {
    width: 9.067vw;
    height: 9.067vw;
  }
  .equipment-block__item__ttl span {
    font-size: 4vw;
  }
  .equipment-block__item__ttl span small {
    font-size: 3.2vw;
  }
  .equipment-block__layout {
    gap: 2.667vw;
    padding: 4vw 1.867vw 4vw;
  }
  .equipment-block__item__icon {
    width: 83px;
  }
  .equipment-block__item__summary p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- photo

================================================ */
.equipment-sc.-photo {
  background-color: #F3F2EF;
}

.equipment-photo {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-photo img {
    min-height: 32vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}