.p-eq-box {
  color: var(--keycolor);
}
.p-eq-box + .p-eq-box {
  margin-top: 60px;
}
.p-eq-box__wrapper:not(:first-child) {
  margin-top: 60px;
}
.p-eq-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.p-eq-box__title {
  font-family: var(--font-cormoront);
  font-size: 40px;
  line-height: 1.625;
}
.p-eq-box__catch {
  font-size: 14px;
  font-family: var(--font-serif);
  letter-spacing: 0.08em;
}
.p-eq-box.-kitchen {
  --keycolor: #A7835C;
  --bordercolor: #C5B39F;
}
.p-eq-box.-dressingroom {
  --keycolor: #9D6169;
  --bordercolor: #C0A1A5;
}
.p-eq-box.-bathroom {
  --keycolor: #57869A;
  --bordercolor: #9CB4BE;
}
.p-eq-box.-toilet {
  --keycolor: #54897D;
  --bordercolor: #9BB6AF;
}
.p-eq-box.-internet {
  --keycolor: #666A82;
  --bordercolor: #A4A6B2;
}
.p-eq-box.-security {
  --keycolor: #667882;
  --bordercolor: #A4ADB2;
}
.p-eq-box.-others {
  --keycolor: #7D7554;
  --bordercolor: #AFAB9B;
}
.p-eq-box.-pets {
  --keycolor: #66826A;
  --bordercolor: #A6B4A8;
}

.p-eq-boxlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.p-eq-boxlist__item {
  border: 1px solid var(--bordercolor);
}
.p-eq-boxlist__item.-row2 {
  grid-row: span 2;
}
.p-eq-boxlist__item.-row02 {
  grid-row: span 2;
}
.p-eq-boxlist__item.-row03 {
  grid-row: span 3;
}
.p-eq-boxlist__item.-col2 {
  grid-column: span 2;
}
.p-eq-boxlist__item.-col4 {
  grid-column: span 4;
}
.p-eq-boxlist__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* .p-eq-boxlist__item.-tab-order01 {
  grid-row: span 2;
}
.p-eq-boxlist__item.-tab-order07 {
  grid-row: span 1;
}
.p-eq-boxlist__item.bath {
  grid-row: span 3;
} */

.p-eq-notice {
  margin-top: 40px;
  color: var(--dark_gray);
}
.p-eq-wrapper {
  border: 1px solid #A4ADB2;
}
.p-eq-head {
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 0 30px;
}
.p-eq-head-txt {
  border-bottom: 1px solid #A4ADB2;
  font-family: var(--font-cormoront);
  font-size: 20px;
  padding-bottom: 5px;
}
.p-eq-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 20px 0;
}
.p-eq-image {
  width: 54%;
}
.p-eq-youtube {
  padding-top: 23.25%;
  width: 42%;
  position: relative;
}
.p-eq-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* slider style */
.swiper-pagination.swiper-pagination-bullets {
  --swiper-pagination-bottom: 18px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-width: var(--swiper-pagination-bullet-size);
  --swiper-pagination-bullet-height: var(--swiper-pagination-bullet-size);
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  line-height: 0;
}
.swiper {
  height: 100%;
}

/**************** SP ****************/
@media screen and (max-width: 1024px) {
  .p-eq-box__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(0.9765625vw, 10px) 0;
    margin-bottom: min(2.734375vw, 28px);
  }
  .p-eq-box__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: clamp(1.375rem, 0.5682rem + 2.2371vw, 2rem);
  }
  .p-eq-box__catch {
    font-size: min(1.3671875vw, 14px);
  }
  .p-eq-box__wrapper {
    display: grid;
    grid-template: "pets internet" auto "security internet" "others none" 1fr/1fr 1fr;
    gap: 0 min(5.1813471503%, 40px);
  }
  .p-eq-box__wrapper .p-eq-box {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-eq-box.-internet {
    grid-area: internet;
    
  }
  .p-eq-box.-security {
    grid-area: security;
    align-self: self-end;
  }
  .p-eq-box.-others {
    grid-area: others;
    margin-top: clamp(0.9375rem, -2.2896rem + 8.9485vw, 3.4375rem);
  }
  .p-eq-box.-pets {
    grid-area: pets;
  }
  .p-eq-boxlist {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.7109375vw;
  }
  .p-eq-boxlist__item.-row03 {
    grid-row: span 2;
  }
  .p-eq-boxlist__item.-col4 {
    grid-column: span 3;
  }
  .p-eq-container {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .p-eq-head {
    padding: 0;
  }
  .p-eq-image {
    width: 100%;
  }
  .p-eq-youtube {
    width: 90%;
  }
  .p-eq-youtube {
    padding-top: 50.25%;
  }
  /* slider style */
  .swiper-pagination.swiper-pagination-bullets {
    --swiper-pagination-bottom: min(calc(20/502 * 100%), 20px);
    --swiper-pagination-bullet-size: 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  .p-eq-boxlist__item.-tab-order01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-eq-boxlist__item.-tab-order02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-eq-boxlist__item.-tab-order03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-eq-boxlist__item.-tab-order04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-eq-boxlist__item.-tab-order05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .p-eq-boxlist__item.-tab-order06 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .p-eq-boxlist__item.-tab-order07 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .p-eq-boxlist__item.-tab-order08 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .p-eq-boxlist__item.-tab-order09 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .p-eq-boxlist__item.-tab-order10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (max-width: 576px) {
  .p-eq-box__header {
    gap: min(1.5384615385vw, 6px) 0;
    margin-bottom: 20px;
  }
  .p-eq-box__title {
    font-size: 26px;
  }
  .p-eq-box__catch {
    font-size: 12px;
    line-height: 1.8;
  }
  .p-eq-box__wrapper {
    grid-template: "pets" auto "internet" auto "security" auto "others" 1fr/1fr;
    gap: 0;
  }
  .p-eq-box__wrapper .p-eq-box {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-eq-box__wrapper .p-eq-box + .p-eq-box {
    margin-top: 60px;
  }
  .p-eq-boxlist {
    grid-template-columns: repeat(2, 1fr);
    gap: min(6.153846153846154vw, 24px);
  }
  .p-eq-box + .p-eq-box,
  .p-eq-box__wrapper:not(:first-child) {
    margin-top: 50px;
  }
  .p-eq-youtube {
    padding-top: 58.25%;
  }
  /* slider style */
  .swiper-pagination.swiper-pagination-bullets {
    --swiper-pagination-bottom: min(calc(14/342 * 100%), 14px);
  }
}