@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: #003939;
  --cc-secondary: #F4AB9B;
  --cc-red: #FF0000;
  --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 {
  padding: 0 144px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc__inner {
    padding: 0 6.4vw;
  }
}
/* ================================================

-

================================================ */
.equipment-sc.-showcase {
  padding-top: 72px;
}
.equipment-sc.-showcase .equipment-sc__inner {
  padding: 0 200px;
}

.equipment-showcase {
  position: relative;
}

.equipment-showcase__summary.m-setSummary {
  max-width: 485px;
}
.equipment-showcase__summary.m-setSummary dd {
  margin-top: 30px;
}

.equipment-showcase__photo {
  position: absolute;
  top: 130px;
  right: 0;
  width: 388px;
}

.equipment-showcase__separatePhoto {
  margin-top: 124px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc.-showcase {
    padding-top: 11.2vw;
  }
  .equipment-sc.-showcase .equipment-sc__inner {
    padding: 0;
  }
  .equipment-showcase__summary.m-setSummary {
    max-width: 100%;
    padding: 0 6.4vw;
  }
  .equipment-showcase__summary.m-setSummary dd {
    margin-top: 5.333vw;
  }
  .equipment-showcase__photo {
    position: static;
    margin-top: 4vw;
    width: 53.333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .equipment-showcase__separatePhoto {
    margin-top: 5.333vw;
  }
}
/* ================================================

-

================================================ */
.equipment-sc.-plan {
  margin-top: 142px;
}

.equipment-plan__content {
  margin-top: 65px;
  padding: 0 40px 0 56px;
  position: relative;
}

.equipment-tab__note {
  position: absolute;
  top: -66px;
  right: 47px;
}
.equipment-tab__note p {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.equipment-plan__block__ttl {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.equipment-plan__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;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 16px;
  margin-top: 12px;
}

.equipment-plan__item {
  width: calc(25% - 12px);
  background-color: #799B89;
}
.equipment-plan__item a {
  display: block;
  min-height: 64px;
  padding: 16px 17px 16px 17px;
  color: #FFFFFF;
}

.equipment-plan__type {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.equipment-plan__type dt {
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.equipment-plan__type dt small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.equipment-plan__type dd {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc.-plan {
    margin-top: 13.867vw;
  }
  .equipment-plan__content {
    margin-top: 10.667vw;
    padding: 0;
  }
  .equipment-tab__note {
    position: static;
  }
  .equipment-tab__note p {
    font-size: 3.2vw;
  }
  .equipment-plan__block:not(:first-of-type) {
    margin-top: 5.333vw;
  }
  .equipment-plan__block__ttl {
    font-size: 5.8666666667vw;
  }
  .equipment-plan__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;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 2.667vw;
    margin-top: 3.2vw;
  }
  .equipment-plan__item {
    width: calc(50% - 1.3335vw);
  }
  .equipment-plan__item a {
    display: block;
    min-height: 15.467vw;
    padding: 3.733vw 2.667vw 3.733vw;
  }
  .equipment-plan__type {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .equipment-plan__type dt {
    font-size: 6.4vw;
  }
  .equipment-plan__type dt small {
    margin-left: 0.25em;
    font-size: 3.2vw;
  }
  .equipment-plan__type dd {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

-

================================================ */
.equipment-sc.-eq {
  margin-top: 140px;
  padding-bottom: 120px;
}

.equipment-eq__content {
  padding: 0 56px;
}

.equipment-eq__group {
  margin-top: 40px;
}

.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;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 24px 32px;
}

.equipment-eq__item {
  width: calc(33.3333333333% - 21.3333333333px);
  min-height: 358px;
  background-color: #F2DAD4;
}

.equipment-eq__item__summary {
  padding: 17px 22px 22px;
}
.equipment-eq__item__summary p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.equipment-eq__planning2 {
  margin-top: 82px;
  padding: 39px 39px;
  background-color: #F7F7F7;
}

.equipment-eq__planning2__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;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 16px 8px;
}

.equipment-eq__planning2__item {
  width: calc(25% - 6px);
  padding: 18px 16px 16px;
  border: solid 1px #799B89;
  background-color: #FFFFFF;
  border-radius: 8px;
}

.equipment-eq__planning__icon {
  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: 18px;
}
.equipment-eq__planning__icon img {
  width: 64px;
}
.equipment-eq__planning__icon figcaption {
  padding-top: 2px;
  font-size: 0.875rem;
  line-height: 1.143;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .equipment-sc.-eq {
    margin-top: 16vw;
    padding-bottom: 13.333vw;
  }
  .equipment-eq__content {
    padding: 0;
  }
  .equipment-eq__group {
    margin-top: 8vw;
  }
  .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: 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: 6.4vw;
  }
  .equipment-eq__item {
    width: 100%;
    min-height: 0;
    background-color: #F2DAD4;
  }
  .equipment-eq__item__summary {
    padding: 4.533vw 5.867vw 5.867vw;
  }
  .equipment-eq__item__summary p {
    font-size: 3.4666666667vw;
  }
  .equipment-eq__planning2 {
    margin-top: 8vw;
    padding: 5.333vw 2.667vw;
  }
  .equipment-eq__planning2__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;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 1.6vw 1.6vw;
  }
  .equipment-eq__planning2__item {
    width: calc(50% - 0.8vw);
    padding: 3.733vw 2.133vw 3.733vw;
    border-radius: 2.133vw;
  }
  .equipment-eq__planning__icon {
    gap: 2.667vw;
  }
  .equipment-eq__planning__icon img {
    width: 10.667vw;
  }
  .equipment-eq__planning__icon figcaption {
    padding-top: 0.533vw;
    font-size: 3.2vw;
  }
}
/* ================================================

-

================================================ */
.vbox-inline.vbox-child {
  border-radius: 40px !important;
  clip-path: inset(0 0 round 40px 40px 40px 40px) !important;
}

.plan-modal__wrap {
  padding: 59px 0;
  background-color: #FFFFFF;
  position: relative;
}

.plan-modal__inner {
  padding: 0 42px;
}

.plan-modal__ttl {
  position: absolute;
  top: 59px;
  left: 42px;
  width: 233px;
}

.plan-modal__fp {
  width: 600px;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .vbox-inline.vbox-child {
    border-radius: 10px !important;
    clip-path: inset(0 0 round 10px 10px 10px 10px) !important;
  }
  .plan-modal__wrap {
    padding: 5.333vw 0;
  }
  .plan-modal__inner {
    padding: 0 4vw;
  }
  .plan-modal__ttl {
    position: static;
    width: 42.667vw;
  }
  .plan-modal__fp {
    max-width: 600px;
    width: 100%;
    margin: 5.333vw auto 0;
  }
}