@keyframes blurInY {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: translate3d(0, 10px, 0) scaleX(1.2) skewY(0deg);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.blurInY {
  animation-name: blurInY;
}

header {
  overflow: hidden !important;
}

.p-quality {
  background-color: #F4F3F0;
  padding-block-end: 1px;
}
@media screen and (max-width: 767px) {
  .p-quality {
    overflow: hidden;
  }
}
.p-quality-mv {
  background-image: url(../images/quality/mv.webp);
  background-size: cover;
  height: calc(100vh - 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-quality-mv {
    background-image: url(../images/quality/mv-sp.webp);
    height: auto;
    margin-top: 60px;
    aspect-ratio: 768/517;
    overflow: visible;
  }
}
.p-quality-mv h1 {
  position: absolute;
  right: 7.5%;
  top: 10%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: normal;
  height: 100%;
  margin: 0;
}
@media screen and (max-height: 900px) {
  .p-quality-mv h1 {
    text-align: left;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-quality-mv h1 {
    writing-mode: horizontal-tb;
    height: auto;
    top: 50%;
    left: 50%;
    font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
    text-align: center;
    transform: translate(0);
    left: 0;
    width: 100%;
    top: auto;
    bottom: -30vw;
    color: #8E8466;
  }
}
.p-quality-mv h1 span {
  white-space: nowrap;
  display: block;
  line-height: 1.5;
}
.p-quality-mv h1 em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-quality-mv h1 em {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-mv p {
    font-size: 6vw;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 50%;
    line-height: 1;
  }
}
.p-quality-area1 {
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  padding-block-start: clamp(15.5rem, 14.6rem + 2.8125vw, 20rem);
  margin-block-end: clamp(3.5rem, 2.8rem + 2.1875vw, 7rem);
}
.p-quality-area1 nav {
  margin-block-end: clamp(3.5rem, 2.8rem + 2.1875vw, 7rem);
}
.p-quality-area1 nav ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-quality-area1 nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7px 0;
  }
}
.p-quality-area1 nav ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-quality-area1 nav ul li {
    width: 49%;
  }
}
.p-quality-area1 nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #727171;
  color: #fff;
  font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .p-quality-area1 nav ul li a {
    height: 50px;
  }
}
.p-quality-area1 nav ul li a.active {
  background-color: #8E8466;
}
.p-quality-area1 h2 {
  margin-block-end: clamp(0.5rem, 0.3rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-quality-area1 p {
    font-size: 1.6rem;
  }
}
.p-quality-items {
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  margin-block-end: clamp(4rem, 2.4rem + 5vw, 12rem);
}
@media screen and (max-width: 767px) {
  .p-quality-items.-smw100 {
    overflow: visible;
  }
}
.p-quality-items h3 {
  margin-block-end: clamp(0.5rem, 0.3rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-quality-items h3 {
    font-size: clamp(2.1rem, 1.92rem + 0.5625vw, 3rem);
  }
}
.p-quality-items dl dt {
  margin-block-start: 0.5em;
  margin-block-end: 0.25em;
  font-weight: 600;
}
.p-quality-items dl dt.-mh10 {
  min-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-quality-items dl dt.-smh0 {
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items dl dt.-smmbs0 {
    margin-block-start: 0;
  }
}
.p-quality-items dl dt.-mbs0 {
  margin-block-start: 0;
}
.p-quality-items dl dt.-mbe0 {
  margin-block-end: 0;
}
.p-quality-items dl dt span {
  background-color: #919177;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 5px;
  font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
  line-height: 1;
}
.p-quality-items dl dd {
  margin: 0;
  line-height: 1.6;
}
.p-quality-items dl dd span {
  display: block;
  font-size: clamp(1rem, 0.92rem + 0.25vw, 1.4rem);
}
.p-quality-items .tertiary-heading {
  font-size: clamp(1.4rem, 1.2rem + 0.625vw, 2.4rem);
}
.p-quality-items .note {
  font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}
.p-quality-items__kitchen .c-grid {
  display: grid;
  margin-block-end: clamp(3rem, 2.8rem + 0.625vw, 4rem);
  grid-template: "pic1 txt1 txt1" auto "pic1 pic2 txt2" auto/50% 25% 25%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__kitchen .c-grid {
    grid-template: "pic1 pic1" auto "txt1 txt1" auto "pic2 txt2" auto/1fr 1fr;
    row-gap: 10px;
  }
}
.p-quality-items__kitchen .c-grid figure:nth-of-type(1) {
  grid-area: pic1;
  margin-inline-end: 30px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__kitchen .c-grid figure:nth-of-type(1) {
    margin: 0;
  }
}
.p-quality-items__kitchen .c-grid figure:nth-of-type(2) {
  grid-area: pic2;
  margin: auto 20px 0 0;
}
.p-quality-items__kitchen .c-grid dl dt {
  margin-block-start: 0;
}
.p-quality-items__kitchen .c-grid dl:nth-of-type(1) {
  grid-area: txt1;
}
.p-quality-items__kitchen .c-grid dl:nth-of-type(2) {
  grid-area: txt2;
  margin-block: auto;
}
@media screen and (max-width: 767px) {
  .p-quality-items__kitchen .c-grid dl:nth-of-type(2) {
    margin-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__kitchen .c-flex {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__living .c-flex {
    align-items: flex-start;
  }
}
.p-quality-items__bathroom .-myst {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  margin-block-end: clamp(2rem, 1.6rem + 1.25vw, 4rem);
  grid-template: "pic txt1 txt1" auto "pic txt2 pic2" auto "pic txt3 pic2" auto "pic txt4 txt4" auto/37% 38% 20%;
}
@media screen and (max-width: 1100px) {
  .p-quality-items__bathroom .-myst {
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst {
    align-items: normal;
    grid-template: "pic txt1" auto "pic txt2" auto "txt3 pic2" auto "txt4 txt4" auto/1fr 1fr;
    gap: 10px;
    justify-content: space-between;
  }
}
.p-quality-items__bathroom .-myst .-pic {
  grid-area: pic;
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst .-pic {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst .-pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-quality-items__bathroom .-myst dl {
  grid-area: txt1;
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst dl:nth-of-type(1) dt {
    margin-block-start: 0;
  }
}
.p-quality-items__bathroom .-myst dl dt em {
  font-style: normal;
  display: block;
  font-size: clamp(1.4rem, 1.28rem + 0.375vw, 2rem);
  margin-block-end: 5px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst dl dt em {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst dl dt p {
    margin: 0;
  }
}
.p-quality-items__bathroom .-myst dl:nth-of-type(2) {
  grid-area: txt3;
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst dl:nth-of-type(2) {
    width: 130%;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst dl:nth-of-type(2) dd {
    width: 90%;
  }
}
.p-quality-items__bathroom .-myst ul {
  grid-area: txt2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
  margin-block: auto;
}
@media screen and (max-width: 1000px) {
  .p-quality-items__bathroom .-myst ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst ul {
    row-gap: 3px;
  }
}
.p-quality-items__bathroom .-myst ul li {
  font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 7px);
  height: 35px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst ul li {
    width: 49%;
    height: 22px;
    border-radius: 2px;
  }
}
.p-quality-items__bathroom .-myst ul li:nth-of-type(1) {
  background-color: #3D97CB;
}
.p-quality-items__bathroom .-myst ul li:nth-of-type(2) {
  background-color: #DA699B;
}
.p-quality-items__bathroom .-myst ul li:nth-of-type(3) {
  background-color: #73C9F2;
}
.p-quality-items__bathroom .-myst ul li:nth-of-type(4) {
  background-color: #ED9F40;
}
.p-quality-items__bathroom .-myst ul li:nth-of-type(5) {
  background-color: #887EB3;
}
.p-quality-items__bathroom .-myst ul li:nth-of-type(6) {
  background-color: #2CADB0;
}
.p-quality-items__bathroom .-myst p {
  grid-area: txt4;
  margin-block-end: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst p {
    margin-top: -5%;
  }
}
.p-quality-items__bathroom .-myst .-pic2 {
  grid-area: pic2;
  max-width: 220px;
  top: 22%;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .p-quality-items__bathroom .-myst .-pic2 {
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst .-pic2 {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
.p-quality-items__bathroom .-myst .-pic2 .caption {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst .-pic2 .caption {
    margin-right: 20%;
  }
}
.p-quality-items__bathroom .-myst .-txt {
  width: 58%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-quality-items__bathroom .-myst .-txt {
    width: 100%;
  }
}
.p-quality-items__powerrest .c-grid {
  display: grid;
  gap: 40px 40px;
  grid-template: "item1 item2 item3" max-content "item1 item4 item5" 1fr/2.1fr 1.5fr 1.5fr;
}
@media screen and (max-width: 767px) {
  .p-quality-items__powerrest .c-grid {
    gap: 20px 10px;
    grid-template: "item1 item1" max-content "item2 item3" max-content "item4 item5" 1fr/1fr 1fr;
  }
}
.p-quality-items__powerrest .c-grid__item:nth-of-type(1) {
  grid-area: item1;
}
.p-quality-items__powerrest .c-grid__item:nth-of-type(2) {
  grid-area: item2;
}
.p-quality-items__powerrest .c-grid__item:nth-of-type(3) {
  grid-area: item3;
}
.p-quality-items__powerrest .c-grid__item:nth-of-type(4) {
  grid-area: item4;
}
.p-quality-items__powerrest .c-grid__item:nth-of-type(5) {
  grid-area: item5;
}
@media screen and (max-width: 767px) {
  .p-quality-items__comfortable .c-flex__item.-im1 {
    width: 106%;
    flex-shrink: 0;
  }
  .p-quality-items__comfortable .c-flex__item.-im1 img {
    width: 160%;
  }
}
.p-quality-items.-security h3 {
  border-bottom: 1px solid #231815;
  padding-block-end: 5px;
  margin-block-end: clamp(1.8rem, 1.36rem + 1.375vw, 4rem);
}
.p-quality-items.-security .caption {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-quality-items.-security .caption {
    margin: 0;
  }
}
.p-quality-items__security1 .-box1 {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 54% 45%;
  margin-block-end: clamp(3.5rem, 3.3rem + 0.625vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box1 {
    display: flex;
    flex-direction: column;
  }
  .p-quality-items__security1 .-box1 dl dt {
    font-weight: normal;
    letter-spacing: 0;
    font-size: clamp(1.3rem, 1.2rem + 0.3125vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .scrl {
    width: 106%;
    background-color: #fff;
    padding: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box2c {
    padding-block: 2px;
  }
}
@media screen and (min-width: 802px) {
  .p-quality-items__security1 .-box2 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box2 {
    width: 255%;
    flex-shrink: 0;
  }
}
.p-quality-items__security1 .-box2 .-box2b {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template: "txt1 txt1 pic1 pic3" auto "hr hr hr pic3" auto "txt2 txt2 pic2 pic3" auto/1fr 1.25fr 0.75fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box2 .-box2b {
    width: 43%;
    grid-template: "txt1 txt1 hr txt2 txt2" auto "pic1 pic3 pic3 pic3 pic2" auto/1fr 0.25fr 1px 0.25fr 1fr;
  }
}
.p-quality-items__security1 .-box2 .-box2b dl:nth-of-type(1) {
  grid-area: txt1;
}
.p-quality-items__security1 .-box2 .-box2b dl:nth-of-type(2) {
  grid-area: txt2;
}
.p-quality-items__security1 .-box2 .-box2b hr {
  grid-area: hr;
  width: 100%;
  border: none;
  border-top: 1px solid #333;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box2 .-box2b hr {
    width: 1px;
    height: 100%;
    border: none;
    border-right: 1px solid #333;
  }
}
.p-quality-items__security1 .-box2 .-box2b figure {
  mix-blend-mode: multiply;
  margin-block: auto;
}
.p-quality-items__security1 .-box2 .-box2b figure:nth-of-type(1) {
  grid-area: pic1;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box2 .-box2b figure:nth-of-type(1) {
    width: 45%;
    margin: auto;
  }
}
.p-quality-items__security1 .-box2 .-box2b figure:nth-of-type(2) {
  grid-area: pic2;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box2 .-box2b figure:nth-of-type(2) {
    width: 40%;
    margin: auto;
  }
}
.p-quality-items__security1 .-box2 .-box2b figure:nth-of-type(3) {
  grid-area: pic3;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box2 .-pic {
    width: 55%;
  }
}
.p-quality-items__security1 .-box2 > dl dt {
  background-color: #8E8466;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box2 > dl:nth-of-type(1) {
    width: 43%;
  }
}
.p-quality-items__security1 .-box2 > dl:nth-of-type(1) dd {
  border: 1px solid #8E8466;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box2 > dl:nth-of-type(2), .p-quality-items__security1 .-box2 > dl:nth-of-type(3) {
    width: 27.5%;
  }
}
.p-quality-items__security1 .-box2 > dl:nth-of-type(2) dt, .p-quality-items__security1 .-box2 > dl:nth-of-type(3) dt {
  border-radius: 5px;
}
.p-quality-items__security1 .-box3 {
  margin-block-start: 40px;
  margin-block-end: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-quality-items__security1 .-box3 > dl > dt {
  background-color: #8E8466;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-quality-items__security1 .-box3 > dl > dd {
  border: 1px solid #8E8466;
  background-color: #fff;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box3 > dl > dd {
    flex-wrap: wrap;
    padding: 10px 15px;
  }
}
.p-quality-items__security1 .-box3 > dl > dd dl:nth-of-type(1) {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box3 > dl > dd dl:nth-of-type(1) {
    width: 100%;
  }
}
.p-quality-items__security1 .-box3 > dl > dd dl:nth-of-type(1) span {
  font-size: 1rem;
}
.p-quality-items__security1 .-box3 > dl > dd dl:nth-of-type(2) {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box3 > dl > dd dl:nth-of-type(2) {
    width: 75%;
  }
}
.p-quality-items__security1 .-box3 > dl > dd figure {
  margin-block-start: 10px;
}
.p-quality-items__security1 .-box3 > dl > dd figure:nth-of-type(1) {
  width: 27%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box3 > dl > dd figure:nth-of-type(1) {
    width: 54%;
  }
}
.p-quality-items__security1 .-box3 > dl > dd figure:nth-of-type(2) {
  width: 10.5%;
  margin-inline-start: 25px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box3 > dl > dd figure:nth-of-type(2) {
    width: 20%;
    margin: auto 0 0 0;
  }
}
.p-quality-items__security1 .-box4 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box4 {
    flex-wrap: wrap;
  }
}
.p-quality-items__security1 .-box4 .caption {
  font-size: 1rem;
}
.p-quality-items__security1 .-box4 .c-flex__item dt {
  line-height: 1.3;
}
.p-quality-items__security1 .-box4 .c-flex__item .note {
  line-height: 1.6;
}
.p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(1) {
  width: 20.5%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(1) {
    width: 49%;
  }
}
.p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(2) {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(2) {
    width: 45%;
  }
}
.p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(3) {
  width: 17.2%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(3) {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-block: 20px;
  }
}
.p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(3) figure {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(3) figure img {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
.p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(4) {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(4) {
    width: 100%;
  }
}
.p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(4) dd {
  justify-content: space-between;
}
.p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(4) dd p {
  width: 52%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(4) dd p {
    width: 55%;
  }
}
.p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(4) dd figure {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security1 .-box4 .c-flex__item:nth-of-type(4) dd figure {
    width: 40%;
    margin-top: -5vw;
  }
}
.p-quality-items__security2 figure {
  background-color: #fff;
  padding: 40px 60px;
  margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
@media screen and (max-width: 767px) {
  .p-quality-items__security2 figure {
    width: 106%;
    padding: 15px;
  }
  .p-quality-items__security2 figure img {
    width: 185%;
  }
}
.p-quality-items__security3 .-box1 {
  justify-content: space-between;
  align-items: center;
  margin-block-end: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
@media screen and (max-width: 767px) {
  .p-quality-items__security3 .-box1 {
    flex-direction: column;
  }
}
.p-quality-items__security3 .-box1 .-pic1 {
  width: 30.6%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security3 .-box1 .-pic1 {
    width: 65%;
    margin-block-end: 20px;
  }
}
.p-quality-items__security3 .-box2 {
  width: 65.5%;
  background-color: #8E8466;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security3 .-box2 {
    width: 100%;
    padding: 20px 15px 10px 15px;
    flex-direction: column-reverse;
  }
}
.p-quality-items__security3 .-box2 dl {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security3 .-box2 dl {
    width: 100%;
  }
}
.p-quality-items__security3 .-box2 dl p {
  margin-block-start: clamp(1rem, 0.9rem + 0.3125vw, 1.5rem);
}
.p-quality-items__security3 .-box3 {
  width: 20%;
  row-gap: 10px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security3 .-box3 {
    width: 72%;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap;
    margin-inline: auto;
    margin-block-end: 10px;
  }
}
.p-quality-items__security3 .-box3 figure:nth-of-type(1) {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 767px) {
  .p-quality-items__security3 .-cap1 {
    line-height: 1.1;
    left: 2px;
    bottom: 2px;
    margin: 0;
  }
}
.p-quality-items__security4 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security4 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.p-quality-items__security4 .c-flex__item {
  width: 16.72%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security4 .c-flex__item {
    width: 48%;
  }
}
.p-quality-items__security4 .c-flex__item:nth-of-type(1) {
  width: 23.63%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__security4 .c-flex__item:nth-of-type(1) {
    width: 80%;
    margin-inline: auto;
  }
}
.p-quality-items.-construction h3 {
  border-bottom: 1px solid #231815;
  padding-block-end: 5px;
  font-weight: 400;
  line-height: 1.3;
  margin-block-end: clamp(1.8rem, 1.36rem + 1.375vw, 4rem);
}
@media screen and (max-width: 767px) {
  .p-quality-items.-construction h3 {
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-quality-items__construction1 {
  margin-block-end: clamp(4rem, 3rem + 3.125vw, 9rem);
}
.p-quality-items__construction1 .-box1 {
  display: grid;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 20px;
  grid-template: "txt1 txt1 pic1" auto "txt2 txt3 pic1" auto "txt4 txt4 pic1" auto/1fr 1fr 50%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction1 .-box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
}
.p-quality-items__construction1 .-box1 .-pic1 {
  grid-area: pic1;
  mix-blend-mode: multiply;
  margin-block-start: 45px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction1 .-box1 .-pic1 {
    width: 80%;
    margin: 0;
    margin-inline: auto;
  }
}
.p-quality-items__construction1 .-box1 .c-gird__item:nth-of-type(1) {
  grid-area: txt1;
}
.p-quality-items__construction1 .-box1 .c-gird__item:nth-of-type(2) {
  grid-area: txt2;
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction1 .-box1 .c-gird__item:nth-of-type(2) {
    width: 48%;
  }
}
.p-quality-items__construction1 .-box1 .c-gird__item:nth-of-type(3) {
  grid-area: txt3;
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction1 .-box1 .c-gird__item:nth-of-type(3) {
    width: 48%;
  }
}
.p-quality-items__construction1 .-box1 .c-gird__item:nth-of-type(4) {
  grid-area: txt4;
}
.p-quality-items__construction1 .-box1 .c-gird__item figure {
  mix-blend-mode: multiply;
  margin-block-start: 10px;
}
.p-quality-items__construction1 .-box1 .c-gird__item dl dd span {
  margin-block-start: 5px;
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
}
.p-quality-items__construction2 {
  margin-block-end: clamp(4rem, 3rem + 3.125vw, 9rem);
}
.p-quality-items__construction2 dl dd span {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  margin-block-start: 5px;
}
.p-quality-items__construction3 {
  margin-block-end: clamp(4rem, 3rem + 3.125vw, 9rem);
}
.p-quality-items__construction3 .c-grid {
  display: grid;
  justify-content: space-between;
  row-gap: 40px;
  grid-template: "txt1 txt2" max-content "txt1 txt3" 1fr/49% 47%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction3 .c-grid {
    display: flex;
    flex-direction: column;
  }
}
.p-quality-items__construction3 .c-grid .c-gird__item:nth-of-type(1) {
  grid-area: txt1;
}
.p-quality-items__construction3 .c-grid .c-gird__item:nth-of-type(1) figure {
  max-width: 315px;
  margin-inline: auto;
  margin-block-start: 10px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction3 .c-grid .c-gird__item:nth-of-type(1) figure {
    width: 60%;
  }
}
.p-quality-items__construction3 .c-grid .c-gird__item:nth-of-type(2) {
  grid-area: txt2;
}
.p-quality-items__construction3 .c-grid .c-gird__item:nth-of-type(3) {
  grid-area: txt3;
}
.p-quality-items__construction4 {
  margin-block-end: clamp(3rem, 2rem + 3.125vw, 8rem);
}
.p-quality-items__construction5 .-box2 {
  background-color: #D8D4CF;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction5 .-box2 {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction5 .-box2 dl:nth-of-type(1) dd {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
}
.p-quality-items__construction5 .-box2 dl:nth-of-type(1) dd p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction5 .-box2 dl:nth-of-type(1) dd figure {
    margin: -20px 0 0 0;
    flex-shrink: 0;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction5 .-box2 dl:nth-of-type(1) dd figure img {
    width: 100%;
  }
}
.p-quality-items__construction5 .-box2 dl dd span {
  margin-block-start: 5px;
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
}
.p-quality-items__construction5 .-box2 dl dd figure {
  text-align: center;
  margin-block-start: 10px;
}
.p-quality-items__construction5 .-box3 .lead {
  font-size: clamp(1.4rem, 1.28rem + 0.375vw, 2rem);
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction5 .-box3 .lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__construction5 .-box3 figure {
    max-width: 200px;
    margin-inline: auto;
  }
}
.p-quality-items.-zehm-support h3 {
  border-bottom: 1px solid #231815;
  padding-block-end: 5px;
  font-weight: 400;
  line-height: 1.3;
  margin-block-end: clamp(1.8rem, 1.36rem + 1.375vw, 4rem);
}
@media screen and (max-width: 767px) {
  .p-quality-items.-zehm-support h3 {
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-quality-items.-zehm-support .heading {
  font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
  background-color: #8E8466;
  color: #fff;
  text-align: center;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-quality-items.-zehm-support .heading {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items.-zehm-support .note {
    line-height: 1.5;
  }
}
.p-quality-items__zehm-support1 {
  margin-block-end: 40px;
}
.p-quality-items__zehm-support1 .c-flex__item.-pic1 {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support1 .c-flex__item.-pic1 {
    width: 100%;
  }
}
.p-quality-items__zehm-support1 .c-flex__item.-pic2 {
  width: 51.5%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support1 .c-flex__item.-pic2 {
    width: 100%;
  }
}
.p-quality-items__zehm-support1 dl dt {
  margin: 0;
}
.p-quality-items__zehm-support1 dl dd figure {
  margin-block-end: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
}
.p-quality-items__zehm-support1 dl dd span {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support1 .c-flex__item.-txt5 {
    position: relative;
    padding-inline-end: 52%;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support1 .c-flex__item.-txt5 dd p {
    width: 48%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-quality-items__zehm-support2 {
  margin-block-end: 40px;
}
.p-quality-items__zehm-support2 h4 {
  margin-block-end: 15px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support2 h4.heading {
    height: 24px !important;
  }
}
.p-quality-items__zehm-support2 h5 {
  margin: 0;
}
.p-quality-items__zehm-support2 h5 span {
  display: block;
  border-bottom: 1px solid #B5B5B6;
}
.p-quality-items__zehm-support2 dl dt {
  color: #656464;
}
.p-quality-items__zehm-support2 dl dd {
  margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-quality-items__zehm-support2 figure {
  mix-blend-mode: multiply;
  margin-inline: auto 0;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support2 .note {
    margin-block-end: 0;
  }
}
.p-quality-items__zehm-support3 h4 {
  margin-block-end: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 h4 {
    margin-block-end: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 h4 .heading {
    height: 24px !important;
  }
}
.p-quality-items__zehm-support3 p {
  margin: 0;
}
.p-quality-items__zehm-support3 .-txt {
  margin-block-end: 15px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 .-txt {
    margin: 0;
  }
}
.p-quality-items__zehm-support3 dl.c-flex__item.-txt1 {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 dl.c-flex__item.-txt1 {
    width: 100%;
  }
}
.p-quality-items__zehm-support3 dl.c-flex__item.-txt1 dt {
  background-color: #0D7EBE;
  margin-block-end: 10px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 dl.c-flex__item.-txt1 figure {
    margin-block-end: 10px;
  }
}
.p-quality-items__zehm-support3 dl.c-flex__item.-txt2, .p-quality-items__zehm-support3 dl.c-flex__item.-txt3 {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 dl.c-flex__item.-txt2, .p-quality-items__zehm-support3 dl.c-flex__item.-txt3 {
    width: 100%;
  }
}
.p-quality-items__zehm-support3 dl.c-flex__item.-txt2 dt, .p-quality-items__zehm-support3 dl.c-flex__item.-txt3 dt {
  background-color: #6B6462;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 dl.c-flex__item.-txt2 dt, .p-quality-items__zehm-support3 dl.c-flex__item.-txt3 dt {
    margin-block-end: 7px;
  }
}
.p-quality-items__zehm-support3 dl.c-flex__item.-txt1 dt, .p-quality-items__zehm-support3 dl.c-flex__item.-txt2 dt, .p-quality-items__zehm-support3 dl.c-flex__item.-txt3 dt {
  font-size: clamp(1.3rem, 1.24rem + 0.1875vw, 1.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  text-align: center;
  color: #fff;
}
.p-quality-items__zehm-support3 .-txt4.c-flex__item {
  margin-block-end: 20px;
  margin-block-start: 5px;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 .-txt4.c-flex__item {
    display: none;
  }
}
.p-quality-items__zehm-support3 .-box1.c-flex__item {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 .-box1.c-flex__item {
    width: 100%;
  }
}
.p-quality-items__zehm-support3 .-box1.c-flex__item h4 {
  margin-block-end: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 .-box1.c-flex__item dl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-block: 10px;
  }
}
.p-quality-items__zehm-support3 .-box1.c-flex__item dl dt {
  margin-block-end: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 .-box1.c-flex__item dl dd {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 .-box1.c-flex__item .heading {
    height: 24px !important;
  }
}
.p-quality-items__zehm-support3 .-box2.c-flex__item {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 .-box2.c-flex__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 .-box2.c-flex__item .heading {
    height: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-items__zehm-support3 .-box2.c-flex__item dt {
    margin-block: 10px;
  }
}
.p-quality-items__zehm-support3 .-box2.c-flex__item .caption {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-flex__item {
  display: flex;
  flex-direction: column;
}

.c-flex__item[data-grid~=auto] {
  width: auto;
}
.c-flex__item[data-grid~="1"] {
  width: 8.3333333333%;
}
.c-flex__item[data-grid~="2"] {
  width: 16.6666666667%;
}
.c-flex__item[data-grid~="3"] {
  width: 25%;
}
.c-flex__item[data-grid~="4"] {
  width: 33.3333333333%;
}
.c-flex__item[data-grid~="5"] {
  width: 41.6666666667%;
}
.c-flex__item[data-grid~="6"] {
  width: 50%;
}
.c-flex__item[data-grid~="7"] {
  width: 58.3333333333%;
}
.c-flex__item[data-grid~="8"] {
  width: 66.6666666667%;
}
.c-flex__item[data-grid~="9"] {
  width: 75%;
}
.c-flex__item[data-grid~="10"] {
  width: 83.3333333333%;
}
.c-flex__item[data-grid~="11"] {
  width: 91.6666666667%;
}
.c-flex__item[data-grid~="12"] {
  width: 100%;
}
@media (max-width: 480px) {
  .c-flex__item[data-grid~="xs:auto"] {
    width: auto;
  }
  .c-flex__item[data-grid~="xs:1"] {
    width: 8.3333333333%;
  }
  .c-flex__item[data-grid~="xs:2"] {
    width: 16.6666666667%;
  }
  .c-flex__item[data-grid~="xs:3"] {
    width: 25%;
  }
  .c-flex__item[data-grid~="xs:4"] {
    width: 33.3333333333%;
  }
  .c-flex__item[data-grid~="xs:5"] {
    width: 41.6666666667%;
  }
  .c-flex__item[data-grid~="xs:6"] {
    width: 50%;
  }
  .c-flex__item[data-grid~="xs:7"] {
    width: 58.3333333333%;
  }
  .c-flex__item[data-grid~="xs:8"] {
    width: 66.6666666667%;
  }
  .c-flex__item[data-grid~="xs:9"] {
    width: 75%;
  }
  .c-flex__item[data-grid~="xs:10"] {
    width: 83.3333333333%;
  }
  .c-flex__item[data-grid~="xs:11"] {
    width: 91.6666666667%;
  }
  .c-flex__item[data-grid~="xs:12"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-flex__item[data-grid~="sm:auto"] {
    width: auto;
  }
  .c-flex__item[data-grid~="sm:1"] {
    width: 8.3333333333%;
  }
  .c-flex__item[data-grid~="sm:2"] {
    width: 16.6666666667%;
  }
  .c-flex__item[data-grid~="sm:3"] {
    width: 25%;
  }
  .c-flex__item[data-grid~="sm:4"] {
    width: 33.3333333333%;
  }
  .c-flex__item[data-grid~="sm:5"] {
    width: 41.6666666667%;
  }
  .c-flex__item[data-grid~="sm:6"] {
    width: 50%;
  }
  .c-flex__item[data-grid~="sm:7"] {
    width: 58.3333333333%;
  }
  .c-flex__item[data-grid~="sm:8"] {
    width: 66.6666666667%;
  }
  .c-flex__item[data-grid~="sm:9"] {
    width: 75%;
  }
  .c-flex__item[data-grid~="sm:10"] {
    width: 83.3333333333%;
  }
  .c-flex__item[data-grid~="sm:11"] {
    width: 91.6666666667%;
  }
  .c-flex__item[data-grid~="sm:12"] {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .c-flex__item[data-grid~="md:auto"] {
    width: auto;
  }
  .c-flex__item[data-grid~="md:1"] {
    width: 8.3333333333%;
  }
  .c-flex__item[data-grid~="md:2"] {
    width: 16.6666666667%;
  }
  .c-flex__item[data-grid~="md:3"] {
    width: 25%;
  }
  .c-flex__item[data-grid~="md:4"] {
    width: 33.3333333333%;
  }
  .c-flex__item[data-grid~="md:5"] {
    width: 41.6666666667%;
  }
  .c-flex__item[data-grid~="md:6"] {
    width: 50%;
  }
  .c-flex__item[data-grid~="md:7"] {
    width: 58.3333333333%;
  }
  .c-flex__item[data-grid~="md:8"] {
    width: 66.6666666667%;
  }
  .c-flex__item[data-grid~="md:9"] {
    width: 75%;
  }
  .c-flex__item[data-grid~="md:10"] {
    width: 83.3333333333%;
  }
  .c-flex__item[data-grid~="md:11"] {
    width: 91.6666666667%;
  }
  .c-flex__item[data-grid~="md:12"] {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .c-flex__item[data-grid~="lg:auto"] {
    width: auto;
  }
  .c-flex__item[data-grid~="lg:1"] {
    width: 8.3333333333%;
  }
  .c-flex__item[data-grid~="lg:2"] {
    width: 16.6666666667%;
  }
  .c-flex__item[data-grid~="lg:3"] {
    width: 25%;
  }
  .c-flex__item[data-grid~="lg:4"] {
    width: 33.3333333333%;
  }
  .c-flex__item[data-grid~="lg:5"] {
    width: 41.6666666667%;
  }
  .c-flex__item[data-grid~="lg:6"] {
    width: 50%;
  }
  .c-flex__item[data-grid~="lg:7"] {
    width: 58.3333333333%;
  }
  .c-flex__item[data-grid~="lg:8"] {
    width: 66.6666666667%;
  }
  .c-flex__item[data-grid~="lg:9"] {
    width: 75%;
  }
  .c-flex__item[data-grid~="lg:10"] {
    width: 83.3333333333%;
  }
  .c-flex__item[data-grid~="lg:11"] {
    width: 91.6666666667%;
  }
  .c-flex__item[data-grid~="lg:12"] {
    width: 100%;
  }
}

.c-flex[data-gutter] > .c-flex__item {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.c-flex[data-gutter~="10"] {
  margin: -5px;
}
.c-flex[data-gutter~="10"] > .c-flex__item {
  border-width: 5px;
}
.c-flex[data-gutter~=x-10] {
  margin-right: -5px;
  margin-left: -5px;
}
.c-flex[data-gutter~=x-10] > .c-flex__item {
  border-right-width: 5px;
  border-left-width: 5px;
}
.c-flex[data-gutter~=y-10] {
  margin-top: -5px;
  margin-bottom: -5px;
}
.c-flex[data-gutter~=y-10] > .c-flex__item {
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.c-flex[data-gutter~="20"] {
  margin: -10px;
}
.c-flex[data-gutter~="20"] > .c-flex__item {
  border-width: 10px;
}
.c-flex[data-gutter~=x-20] {
  margin-right: -10px;
  margin-left: -10px;
}
.c-flex[data-gutter~=x-20] > .c-flex__item {
  border-right-width: 10px;
  border-left-width: 10px;
}
.c-flex[data-gutter~=y-20] {
  margin-top: -10px;
  margin-bottom: -10px;
}
.c-flex[data-gutter~=y-20] > .c-flex__item {
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.c-flex[data-gutter~="30"] {
  margin: -15px;
}
.c-flex[data-gutter~="30"] > .c-flex__item {
  border-width: 15px;
}
.c-flex[data-gutter~=x-30] {
  margin-right: -15px;
  margin-left: -15px;
}
.c-flex[data-gutter~=x-30] > .c-flex__item {
  border-right-width: 15px;
  border-left-width: 15px;
}
.c-flex[data-gutter~=y-30] {
  margin-top: -15px;
  margin-bottom: -15px;
}
.c-flex[data-gutter~=y-30] > .c-flex__item {
  border-top-width: 15px;
  border-bottom-width: 15px;
}
.c-flex[data-gutter~="40"] {
  margin: -20px;
}
.c-flex[data-gutter~="40"] > .c-flex__item {
  border-width: 20px;
}
.c-flex[data-gutter~=x-40] {
  margin-right: -20px;
  margin-left: -20px;
}
.c-flex[data-gutter~=x-40] > .c-flex__item {
  border-right-width: 20px;
  border-left-width: 20px;
}
.c-flex[data-gutter~=y-40] {
  margin-top: -20px;
  margin-bottom: -20px;
}
.c-flex[data-gutter~=y-40] > .c-flex__item {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.c-flex[data-gutter~="50"] {
  margin: -25px;
}
.c-flex[data-gutter~="50"] > .c-flex__item {
  border-width: 25px;
}
.c-flex[data-gutter~=x-50] {
  margin-right: -25px;
  margin-left: -25px;
}
.c-flex[data-gutter~=x-50] > .c-flex__item {
  border-right-width: 25px;
  border-left-width: 25px;
}
.c-flex[data-gutter~=y-50] {
  margin-top: -25px;
  margin-bottom: -25px;
}
.c-flex[data-gutter~=y-50] > .c-flex__item {
  border-top-width: 25px;
  border-bottom-width: 25px;
}
.c-flex[data-gutter~="60"] {
  margin: -30px;
}
.c-flex[data-gutter~="60"] > .c-flex__item {
  border-width: 30px;
}
.c-flex[data-gutter~=x-60] {
  margin-right: -30px;
  margin-left: -30px;
}
.c-flex[data-gutter~=x-60] > .c-flex__item {
  border-right-width: 30px;
  border-left-width: 30px;
}
.c-flex[data-gutter~=y-60] {
  margin-top: -30px;
  margin-bottom: -30px;
}
.c-flex[data-gutter~=y-60] > .c-flex__item {
  border-top-width: 30px;
  border-bottom-width: 30px;
}
@media (max-width: 480px) {
  .c-flex[data-gutter~="xs:10"] {
    margin: -5px;
  }
  .c-flex[data-gutter~="xs:10"] > .c-flex__item {
    border-width: 5px;
  }
  .c-flex[data-gutter~="xs:x-10"] {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-flex[data-gutter~="xs:x-10"] > .c-flex__item {
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .c-flex[data-gutter~="xs:y-10"] {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .c-flex[data-gutter~="xs:y-10"] > .c-flex__item {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .c-flex[data-gutter~="xs:20"] {
    margin: -10px;
  }
  .c-flex[data-gutter~="xs:20"] > .c-flex__item {
    border-width: 10px;
  }
  .c-flex[data-gutter~="xs:x-20"] {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-flex[data-gutter~="xs:x-20"] > .c-flex__item {
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .c-flex[data-gutter~="xs:y-20"] {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .c-flex[data-gutter~="xs:y-20"] > .c-flex__item {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .c-flex[data-gutter~="xs:30"] {
    margin: -15px;
  }
  .c-flex[data-gutter~="xs:30"] > .c-flex__item {
    border-width: 15px;
  }
  .c-flex[data-gutter~="xs:x-30"] {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-flex[data-gutter~="xs:x-30"] > .c-flex__item {
    border-right-width: 15px;
    border-left-width: 15px;
  }
  .c-flex[data-gutter~="xs:y-30"] {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .c-flex[data-gutter~="xs:y-30"] > .c-flex__item {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .c-flex[data-gutter~="xs:40"] {
    margin: -20px;
  }
  .c-flex[data-gutter~="xs:40"] > .c-flex__item {
    border-width: 20px;
  }
  .c-flex[data-gutter~="xs:x-40"] {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-flex[data-gutter~="xs:x-40"] > .c-flex__item {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .c-flex[data-gutter~="xs:y-40"] {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .c-flex[data-gutter~="xs:y-40"] > .c-flex__item {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .c-flex[data-gutter~="xs:50"] {
    margin: -25px;
  }
  .c-flex[data-gutter~="xs:50"] > .c-flex__item {
    border-width: 25px;
  }
  .c-flex[data-gutter~="xs:x-50"] {
    margin-right: -25px;
    margin-left: -25px;
  }
  .c-flex[data-gutter~="xs:x-50"] > .c-flex__item {
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .c-flex[data-gutter~="xs:y-50"] {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .c-flex[data-gutter~="xs:y-50"] > .c-flex__item {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  .c-flex[data-gutter~="xs:60"] {
    margin: -30px;
  }
  .c-flex[data-gutter~="xs:60"] > .c-flex__item {
    border-width: 30px;
  }
  .c-flex[data-gutter~="xs:x-60"] {
    margin-right: -30px;
    margin-left: -30px;
  }
  .c-flex[data-gutter~="xs:x-60"] > .c-flex__item {
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .c-flex[data-gutter~="xs:y-60"] {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .c-flex[data-gutter~="xs:y-60"] > .c-flex__item {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
}
@media (max-width: 767px) {
  .c-flex[data-gutter~="sm:10"] {
    margin: -5px;
  }
  .c-flex[data-gutter~="sm:10"] > .c-flex__item {
    border-width: 5px;
  }
  .c-flex[data-gutter~="sm:x-10"] {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-flex[data-gutter~="sm:x-10"] > .c-flex__item {
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .c-flex[data-gutter~="sm:y-10"] {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .c-flex[data-gutter~="sm:y-10"] > .c-flex__item {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .c-flex[data-gutter~="sm:20"] {
    margin: -10px;
  }
  .c-flex[data-gutter~="sm:20"] > .c-flex__item {
    border-width: 10px;
  }
  .c-flex[data-gutter~="sm:x-20"] {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-flex[data-gutter~="sm:x-20"] > .c-flex__item {
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .c-flex[data-gutter~="sm:y-20"] {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .c-flex[data-gutter~="sm:y-20"] > .c-flex__item {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .c-flex[data-gutter~="sm:30"] {
    margin: -15px;
  }
  .c-flex[data-gutter~="sm:30"] > .c-flex__item {
    border-width: 15px;
  }
  .c-flex[data-gutter~="sm:x-30"] {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-flex[data-gutter~="sm:x-30"] > .c-flex__item {
    border-right-width: 15px;
    border-left-width: 15px;
  }
  .c-flex[data-gutter~="sm:y-30"] {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .c-flex[data-gutter~="sm:y-30"] > .c-flex__item {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .c-flex[data-gutter~="sm:40"] {
    margin: -20px;
  }
  .c-flex[data-gutter~="sm:40"] > .c-flex__item {
    border-width: 20px;
  }
  .c-flex[data-gutter~="sm:x-40"] {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-flex[data-gutter~="sm:x-40"] > .c-flex__item {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .c-flex[data-gutter~="sm:y-40"] {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .c-flex[data-gutter~="sm:y-40"] > .c-flex__item {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .c-flex[data-gutter~="sm:50"] {
    margin: -25px;
  }
  .c-flex[data-gutter~="sm:50"] > .c-flex__item {
    border-width: 25px;
  }
  .c-flex[data-gutter~="sm:x-50"] {
    margin-right: -25px;
    margin-left: -25px;
  }
  .c-flex[data-gutter~="sm:x-50"] > .c-flex__item {
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .c-flex[data-gutter~="sm:y-50"] {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .c-flex[data-gutter~="sm:y-50"] > .c-flex__item {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  .c-flex[data-gutter~="sm:60"] {
    margin: -30px;
  }
  .c-flex[data-gutter~="sm:60"] > .c-flex__item {
    border-width: 30px;
  }
  .c-flex[data-gutter~="sm:x-60"] {
    margin-right: -30px;
    margin-left: -30px;
  }
  .c-flex[data-gutter~="sm:x-60"] > .c-flex__item {
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .c-flex[data-gutter~="sm:y-60"] {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .c-flex[data-gutter~="sm:y-60"] > .c-flex__item {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
}
@media (max-width: 1024px) {
  .c-flex[data-gutter~="md:10"] {
    margin: -5px;
  }
  .c-flex[data-gutter~="md:10"] > .c-flex__item {
    border-width: 5px;
  }
  .c-flex[data-gutter~="md:x-10"] {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-flex[data-gutter~="md:x-10"] > .c-flex__item {
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .c-flex[data-gutter~="md:y-10"] {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .c-flex[data-gutter~="md:y-10"] > .c-flex__item {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .c-flex[data-gutter~="md:20"] {
    margin: -10px;
  }
  .c-flex[data-gutter~="md:20"] > .c-flex__item {
    border-width: 10px;
  }
  .c-flex[data-gutter~="md:x-20"] {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-flex[data-gutter~="md:x-20"] > .c-flex__item {
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .c-flex[data-gutter~="md:y-20"] {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .c-flex[data-gutter~="md:y-20"] > .c-flex__item {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .c-flex[data-gutter~="md:30"] {
    margin: -15px;
  }
  .c-flex[data-gutter~="md:30"] > .c-flex__item {
    border-width: 15px;
  }
  .c-flex[data-gutter~="md:x-30"] {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-flex[data-gutter~="md:x-30"] > .c-flex__item {
    border-right-width: 15px;
    border-left-width: 15px;
  }
  .c-flex[data-gutter~="md:y-30"] {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .c-flex[data-gutter~="md:y-30"] > .c-flex__item {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .c-flex[data-gutter~="md:40"] {
    margin: -20px;
  }
  .c-flex[data-gutter~="md:40"] > .c-flex__item {
    border-width: 20px;
  }
  .c-flex[data-gutter~="md:x-40"] {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-flex[data-gutter~="md:x-40"] > .c-flex__item {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .c-flex[data-gutter~="md:y-40"] {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .c-flex[data-gutter~="md:y-40"] > .c-flex__item {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .c-flex[data-gutter~="md:50"] {
    margin: -25px;
  }
  .c-flex[data-gutter~="md:50"] > .c-flex__item {
    border-width: 25px;
  }
  .c-flex[data-gutter~="md:x-50"] {
    margin-right: -25px;
    margin-left: -25px;
  }
  .c-flex[data-gutter~="md:x-50"] > .c-flex__item {
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .c-flex[data-gutter~="md:y-50"] {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .c-flex[data-gutter~="md:y-50"] > .c-flex__item {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  .c-flex[data-gutter~="md:60"] {
    margin: -30px;
  }
  .c-flex[data-gutter~="md:60"] > .c-flex__item {
    border-width: 30px;
  }
  .c-flex[data-gutter~="md:x-60"] {
    margin-right: -30px;
    margin-left: -30px;
  }
  .c-flex[data-gutter~="md:x-60"] > .c-flex__item {
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .c-flex[data-gutter~="md:y-60"] {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .c-flex[data-gutter~="md:y-60"] > .c-flex__item {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
}
@media (max-width: 1200px) {
  .c-flex[data-gutter~="lg:10"] {
    margin: -5px;
  }
  .c-flex[data-gutter~="lg:10"] > .c-flex__item {
    border-width: 5px;
  }
  .c-flex[data-gutter~="lg:x-10"] {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-flex[data-gutter~="lg:x-10"] > .c-flex__item {
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .c-flex[data-gutter~="lg:y-10"] {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .c-flex[data-gutter~="lg:y-10"] > .c-flex__item {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .c-flex[data-gutter~="lg:20"] {
    margin: -10px;
  }
  .c-flex[data-gutter~="lg:20"] > .c-flex__item {
    border-width: 10px;
  }
  .c-flex[data-gutter~="lg:x-20"] {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-flex[data-gutter~="lg:x-20"] > .c-flex__item {
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .c-flex[data-gutter~="lg:y-20"] {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .c-flex[data-gutter~="lg:y-20"] > .c-flex__item {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .c-flex[data-gutter~="lg:30"] {
    margin: -15px;
  }
  .c-flex[data-gutter~="lg:30"] > .c-flex__item {
    border-width: 15px;
  }
  .c-flex[data-gutter~="lg:x-30"] {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-flex[data-gutter~="lg:x-30"] > .c-flex__item {
    border-right-width: 15px;
    border-left-width: 15px;
  }
  .c-flex[data-gutter~="lg:y-30"] {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .c-flex[data-gutter~="lg:y-30"] > .c-flex__item {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .c-flex[data-gutter~="lg:40"] {
    margin: -20px;
  }
  .c-flex[data-gutter~="lg:40"] > .c-flex__item {
    border-width: 20px;
  }
  .c-flex[data-gutter~="lg:x-40"] {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-flex[data-gutter~="lg:x-40"] > .c-flex__item {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .c-flex[data-gutter~="lg:y-40"] {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .c-flex[data-gutter~="lg:y-40"] > .c-flex__item {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .c-flex[data-gutter~="lg:50"] {
    margin: -25px;
  }
  .c-flex[data-gutter~="lg:50"] > .c-flex__item {
    border-width: 25px;
  }
  .c-flex[data-gutter~="lg:x-50"] {
    margin-right: -25px;
    margin-left: -25px;
  }
  .c-flex[data-gutter~="lg:x-50"] > .c-flex__item {
    border-right-width: 25px;
    border-left-width: 25px;
  }
  .c-flex[data-gutter~="lg:y-50"] {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .c-flex[data-gutter~="lg:y-50"] > .c-flex__item {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  .c-flex[data-gutter~="lg:60"] {
    margin: -30px;
  }
  .c-flex[data-gutter~="lg:60"] > .c-flex__item {
    border-width: 30px;
  }
  .c-flex[data-gutter~="lg:x-60"] {
    margin-right: -30px;
    margin-left: -30px;
  }
  .c-flex[data-gutter~="lg:x-60"] > .c-flex__item {
    border-right-width: 30px;
    border-left-width: 30px;
  }
  .c-flex[data-gutter~="lg:y-60"] {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .c-flex[data-gutter~="lg:y-60"] > .c-flex__item {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
}/*# sourceMappingURL=quality.css.map */