@charset "utf-8";

/*  PC to SP */
/*========= レイアウト ===============*/


.p-qua-box {
  display: block;
  width: 100%;
  height: auto;
  /* margin-bottom: 60px; */
  padding-top: 40px;
}

.p-qua-boxlist {
  display: grid;
  justify-content: center;
  align-items: center;
  /* grid-template-rows: repeat(4, 1fr); */
  /* grid-template-columns: repeat(3, 1fr); */
  grid-row-gap: 40px;
  /* grid-column-gap: calc(30/1080 * 100%); */
  width: 100%;
}

.p-qua-boxlist__item {
  width: 100%;
  height: auto;
}

.p-qua-boxlist__item:nth-of-type(1) {
  margin-bottom: 0px;
}

.p-qua-boxlist__item img {
  display: block;
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  -o-object-fit: cover;
  object-fit: cover;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */

}

.p-qua-boxlist__item:nth-of-type(1) img {
  box-shadow: unset;
}

.p-qua-boxlist__pcitem {
  display: block;
}

.p-qua-boxlist__spitem {
  display: none;
}

/* ------ */

/* SP all */
@media screen and (max-width: 1024px) {

  .p-qua-boxlist__pcitem {
    display: none;
  }

  .p-qua-boxlist__spitem {
    display: grid;
    justify-content: center;
    align-items: center;
    /* grid-template-rows: repeat(2, 1fr); */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 18px;
    width: 100%;
    padding-bottom: 10px;
  }

  .p-qua-boxlist__spitem01 {
    grid-row: 1;
    grid-column: 1;
    width: min(calc(261/257 * 100%), 261px);

  }

  .p-qua-boxlist__spitem02 {
    grid-row: 1;
    grid-column: 2;
    width: min(calc(265/257 * 100%), 265px);

  }

  .p-qua-boxlist__spitem03 {
    grid-row: 2;
    grid-column: 1 / span 2;
    justify-self: center;
    width: min(calc(276/544 * 100%), 276px);

  }



  .p-qua-box {
    padding-top: 30px;
  }

  .p-qua-boxlist {
    display: grid;
    justify-content: center;
    align-items: center;
    /* grid-template-rows: repeat(4, 1fr); */
    /* grid-template-columns: repeat(3, 1fr); */
    grid-row-gap: 30px;
    /* grid-column-gap: calc(30/1080 * 100%); */
    width: 100%;
  }

  .p-qua-boxlist__item:nth-child(1) {
    padding-bottom: 0px;
  }

}

/*576px以下*/
@media screen and (max-width: 576px) {
  .p-qua-boxlist__spitem {
    display: grid;
    justify-content: center;
    align-items: center;
    /* grid-template-rows: repeat(2, 1fr); */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 18px;
    width: 100%;
    padding-bottom: 10px;
  }

  .p-qua-boxlist__structure img {
    width: 100%;
    aspect-ratio: 1 / 9.27;
  }
  .p-qua-boxlist__comf img {
    width: 100%;
    aspect-ratio: 1 / 4.33;
  }
  .p-qua-boxlist__disa img {
    width: 100%;
    aspect-ratio: 1 / 5.04;
  }

}

@media screen and (max-width: 400px) {
  /* .p-qua-boxlist {
    grid-row-gap: 21px;
  } */

  /* .p-qua-boxlist__item:nth-of-type(1) {
    margin-bottom: 20px;
  } */
  .p-qua-box {
    padding-top: 18px;
  }


  .p-qua-boxlist__spitem01 {
    grid-row: 1;
    grid-column: 1;
    width: min(calc(160/162 * 100%), 160px);
    margin-top: 8px;
  }

  .p-qua-boxlist__spitem02 {
    grid-row: 1;
    grid-column: 2;
    width: min(calc(164/162 * 100%), 164px);
    margin-bottom: 8px;

  }

  .p-qua-boxlist__spitem03 {
    grid-row: 2;
    grid-column: 1 / span 2;
    justify-self: center;
    width: min(calc(276/342 * 100%), 276px);

  }
}