@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-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #d4b572;
  --cc-main: #5686cd;
  --cc-secondary: #0071bc;
  --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 {
  position: relative;
  z-index: 1;
}

.equipment-sc.-tab {
  z-index: 2;
}

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

-

================================================ */
.equipment-sc.-eq {
  padding: 130px 0 70px;
  background-image: url(../images/equipment/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.equipment-sc.-eq .equipment-sc__inner {
  padding: 0 60px;
}

.equipment-main__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.equipment-main__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  position: relative;
}

.equipment-main__item:last-of-type::before {
  content: "";
  position: absolute;
  top: 148px;
  left: -50px;
  background-image: url("../images/equipment/and_textt.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 39px;
  height: 34px;
}

.equipment-main__ttl {
  margin-top: 23px;
}
.equipment-main__ttl p {
  font-size: 1.875rem;
  line-height: 1.567;
  letter-spacing: 0.025em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-main);
}

.equipment-main__summary {
  margin-top: 14px;
}
.equipment-main__summary p {
  font-size: 0.9375rem;
  line-height: 2.067;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.equipment-main__summary span.equipment-main__summary__note {
  display: block;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.538;
  letter-spacing: 0;
  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-sc.-eq {
    padding: 16vw 0 20vw;
  }
  .equipment-sc.-eq .equipment-sc__inner {
    padding: 0 5.333vw;
  }
  .equipment-main__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 21.333vw;
  }
  .equipment-main__item:last-of-type::before {
    top: -15.2vw;
    left: 50%;
    translate: -50% 0;
    width: 9.067vw;
    height: 8vw;
  }
  .equipment-main__ttl {
    margin-top: 4vw;
  }
  .equipment-main__ttl p {
    font-size: 5.6vw;
  }
  .equipment-main__summary {
    margin-top: 3.733vw;
  }
  .equipment-main__summary p {
    font-size: 3.4666666667vw;
  }
  .equipment-main__summary span.equipment-main__summary__note {
    margin-top: 1.333vw;
    font-size: 2.9333333333vw;
  }
}
/* ================================================

-

================================================ */
.equipment-eq {
  margin-top: 110px;
}

.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;
  gap: 18px 18px;
}

.equipment-eq__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(25% - 13.5px);
  min-height: 70px;
  padding: 13px 0 13px 10px;
  background-color: #144c84;
}

.equipment-eq__item__icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  gap: 10px;
}
.equipment-eq__item__icon img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45px;
}
.equipment-eq__item__icon figcaption {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.8125rem;
  line-height: 1.077;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  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: 60px;
  }
  .equipment-eq__block:not(:first-of-type) {
    margin-top: 70px;
  }
  .equipment-eq__ttl {
    font-size: 7.4666666667vw;
  }
  .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.333vw;
    gap: 10px;
    margin-top: 25px;
  }
  .equipment-eq__item {
    width: 100%;
    min-height: auto;
    padding: 13px 0 13px 2.667vw;
  }
  .equipment-eq__item__icon {
    gap: 10px;
  }
  .equipment-eq__item__icon img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 45px;
  }
  .equipment-eq__item__icon figcaption {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 3.4666666667vw;
  }
  .equipment-eq__item__icon figcaption small {
    font-size: 2.6666666667vw;
  }
}