@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: #862633;
  --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.-shared {
  padding-top: 30px;
}

.equipment-sc.-proprietary {
  margin-top: 177px;
}

.equipment-blocks {
  position: relative;
}

.equipment-blocks__ttl {
  text-align: center;
}
.equipment-blocks__ttl span {
  padding-bottom: 23px;
  font-size: 2.25rem;
  color: #7e7f74;
  font-family: "TsukuMinPr6-M", serif;
  position: relative;
}
.equipment-blocks__ttl span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 112%;
  height: 1px;
  background-color: var(--cc-main);
}

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

.equipment-block {
  margin-top: 102px;
}

.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: 77px 30px;
}

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

.equipment-block__item__ttl {
  padding: 14px 0 16px;
  text-align: center;
  background-color: #968c83;
  clip-path: inset(0 0 round 10px 10px 0 0);
}
.equipment-block__item__ttl span {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-family: "TsukuGoPr5-M", sans-serif;
}

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

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc.-shared {
    padding-top: 8vw;
  }
  .equipment-sc.-shared .equipment-sc__inner {
    padding: 0 10.667vw;
  }
  .equipment-sc.-proprietary {
    margin-top: 32vw;
  }
  .equipment-sc.-proprietary .equipment-sc__inner {
    padding: 0 10.667vw;
  }
  .equipment-blocks__ttl {
    text-align: center;
  }
  .equipment-blocks__ttl span {
    padding-bottom: 4.8vw;
    font-size: 6.9333333333vw;
  }
  .equipment-blocks__ttl span::before {
    width: 112%;
  }
  .equipment-block__note {
    position: static;
    font-size: 3.2vw;
    margin-top: 10.667vw;
    text-align: right;
  }
  .equipment-block {
    margin-top: 16vw;
  }
  .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: 13.333vw 0;
  }
  .equipment-block__item {
    width: 100%;
  }
  .equipment-block__item__ttl {
    padding: 3.2vw 0 3.733vw;
  }
  .equipment-block__item__ttl span {
    font-size: 4.8vw;
  }
  .equipment-block__item__summary {
    margin-top: 2.667vw;
  }
  .equipment-block__item__summary p {
    font-size: 4.2666666667vw;
  }
}
/* ================================================

-

================================================ */
.equipment-sc.-checkpoint {
  margin-top: 180px;
  padding-bottom: 180px;
}

.equipment-checkpoint__ttl {
  width: 301px;
  margin: 0 auto;
}

.equipment-checkpoint__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;
  gap: 20px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
.equipment-checkpoint__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  height: 160px;
  background-color: #dfdcd4;
  z-index: -1;
}

.equipment-checkpoint__item {
  width: calc(50% - 10px);
  padding: 10px 10px 16px;
  border: solid 1px #7e7f74;
  background-color: #FFFFFF;
}

.equipment-checkpoint__item__ttl {
  padding: 14px 0;
  text-align: center;
  background-color: #968c83;
}
.equipment-checkpoint__item__ttl span {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-family: "TsukuGoPr5-M", sans-serif;
}

.equipment-checkpoint__item__photo {
  width: 380px;
  margin: 20px auto 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc.-checkpoint {
    margin-top: 32vw;
    padding-bottom: 32vw;
  }
  .equipment-sc.-checkpoint .equipment-sc__inner {
    padding: 0 5.333vw;
  }
  .equipment-checkpoint__ttl {
    width: 74.667vw;
  }
  .equipment-checkpoint__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;
    margin-top: 9.333vw;
  }
  .equipment-checkpoint__list::before {
    width: 100vw;
    height: 85.333vw;
  }
  .equipment-checkpoint__item {
    width: 100%;
    padding: 2.667vw 2.667vw 4.267vw;
  }
  .equipment-checkpoint__item__ttl {
    padding: 3.2vw 0;
  }
  .equipment-checkpoint__item__ttl span {
    font-size: 4.8vw;
  }
  .equipment-checkpoint__item__photo {
    width: 100%;
    margin: 2.667vw auto 0;
  }
}