@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-primary: #00327D;
  --cc-secondary: #0071bc;
}

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

- フォント

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

- フォントサイズ

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

- 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 {
  position: relative;
  z-index: 1;
}

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

-

================================================ */
.equipment-sc.-eq {
  padding: 170px 0 180px;
  background-color: #F1EFED;
}
.equipment-sc.-eq .equipment-sc__inner {
  padding: 0 100px;
}

.equipment-photos {
  margin-top: 205px;
}

.equipment-photos__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: 70px 40px;
}

.equipment-photos__item {
  width: calc(33.3333333333% - 26.6666666667px);
}

.equipment-photos__summary {
  margin-top: 29px;
}
.equipment-photos__summary dt {
  font-size: 1.375rem;
  line-height: 1.275;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--cc-primary);
}
.equipment-photos__summary dd {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.778;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc.-eq {
    padding: 13.333vw 0 16vw;
  }
  .equipment-sc.-eq .equipment-sc__inner {
    padding: 0 5.333vw;
  }
  .equipment-photos {
    margin-top: 13.333vw;
  }
  .equipment-photos__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: 10.667vw 5.333vw;
  }
  .equipment-photos__item {
    width: calc(50% - 2.6665vw);
  }
  .equipment-photos__summary {
    margin-top: 4vw;
  }
  .equipment-photos__summary dt {
    font-size: 4.2666666667vw;
  }
  .equipment-photos__summary dd {
    margin-top: 2.133vw;
    font-size: 3.4666666667vw;
  }
}
/* ================================================

-

================================================ */
.equipment-eq {
  margin-top: 232px;
  padding: 0 40px;
}

.equipment-eq__block:not(:first-of-type) {
  margin-top: 150px;
}

.equipment-eq__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;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.equipment-eq__ttl::before, .equipment-eq__ttl::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000000;
}
.equipment-eq__ttl::before {
  margin-right: 0.5rem;
}
.equipment-eq__ttl::after {
  margin-left: 0.5rem;
}

.equipment-eq__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;
  margin-top: 47px;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

.equipment-eq__list.-list2 {
  border-right: none;
  border-bottom: none;
}
.equipment-eq__list.-list2 .equipment-eq__item:nth-of-type(4n) {
  border-right: solid 1px #000000;
}
.equipment-eq__list.-list2 .equipment-eq__item:nth-last-child(-n+4) {
  border-bottom: solid 1px #000000;
}
.equipment-eq__list.-list2 .equipment-eq__item:last-of-type {
  border-right: solid 1px #000000;
}

.equipment-eq__item {
  width: 25%;
  min-height: 230px;
  padding: 40px 10px 13px;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
}

.equipment-eq__item__icon {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 28px;
}
.equipment-eq__item__icon img {
  width: 113px;
}
.equipment-eq__item__icon figcaption {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: center;
}
.equipment-eq__item__icon figcaption small {
  font-size: 0.625rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-eq {
    margin-top: 16vw;
    padding: 0;
  }
  .equipment-eq__block:not(:first-of-type) {
    margin-top: 13.333vw;
  }
  .equipment-eq__ttl {
    font-size: 5.8666666667vw;
  }
  .equipment-eq__ttl::before, .equipment-eq__ttl::after {
    content: "";
    width: 5.333vw;
    height: 0.267vw;
  }
  .equipment-eq__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;
    margin-top: 5.333vw;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
  }
  .equipment-eq__list.-list2 {
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
  }
  .equipment-eq__list.-list2 .equipment-eq__item:nth-of-type(4n) {
    border-right: none;
  }
  .equipment-eq__list.-list2 .equipment-eq__item:nth-last-child(-n+4) {
    border-bottom: none;
  }
  .equipment-eq__list.-list2 .equipment-eq__item:last-of-type {
    border-right: none;
  }
  .equipment-eq__item {
    width: 50%;
    min-height: 44.533vw;
    padding: 5.333vw 2.667vw 3.467vw;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
  }
  .equipment-eq__item__icon {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 3.2vw;
  }
  .equipment-eq__item__icon img {
    width: 24vw;
  }
  .equipment-eq__item__icon figcaption {
    font-size: 3.7333333333vw;
  }
}