@charset "UTF-8";
/*color*/
/*addcolor*/
/*font-family*/
/*左カタカナ平仮名、右漢字*/
/*filler color*/
/*brightness(106%)*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*追加*/
/*topObi*/
/*topMV*/
/*members*/
/*topMV*/
/*topScroll*/
/*grid settings*/
/* media query */
.verW .p-bg {
  background-color: #efefef !important;
  color: #231815 !important;
}

.quality_log .p-login {
  background-image: unset;
}
.quality_log .p-login .p-loginArea {
  padding-top: 6rem;
}
.quality_log .p-login .p-loginArea dt h2 {
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .quality_log .p-login .p-loginArea dt h2 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .quality_log .p-login .p-loginArea dt h2 {
    font-size: 1.2rem;
  }
}
.quality_log .p-login .p-loginArea dt h2 span {
  font-size: 0.6em;
}
.quality_log .p-login .p-loginArea dd .dd_ttl {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .quality_log .p-login .p-loginArea dd .dd_ttl {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .quality_log .p-login .p-loginArea dd .dd_ttl {
    font-size: 1.4rem;
  }
}

.c-mv__inner {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .c-mv__inner {
    display: contents;
  }
}
.c-mv__bg {
  width: 100%;
  max-width: 1920px;
  height: 80vh;
  max-height: 850px;
  margin: 0 auto;
  background-image: url(../../images/floorplan/quality/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-mv__bg {
    max-height: 400px;
    margin-bottom: 4rem;
  }
}
.c-mv__bg__cap {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-shadow: 0 0 5px #000, 0 0 30px #000;
}
.c-mv__bg__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(1, 1, 1);
  background: linear-gradient(0deg, rgb(1, 1, 1) 0%, rgba(1, 1, 1, 0.4962359944) 20%, rgba(1, 1, 1, 0) 40%, rgba(1, 1, 1, 0) 100%);
}
.quality .c-mv__bg__filter {
  background-color: #efefef;
  background: linear-gradient(0deg, #efefef 0%, rgba(239, 239, 239, 0.1607843137) 20%, rgba(239, 239, 239, 0) 40%, rgba(254, 254, 254, 0) 100%);
}
.c-mv__ttlWrap {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttlWrap {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4rem 0;
    border-bottom: #fff solid 1px;
    background-image: linear-gradient(-70deg, rgb(107, 108, 106) 0%, rgb(171, 166, 163) 40%, rgb(171, 166, 163) 60%, rgb(107, 108, 106) 100%);
  }
}
.c-mv__ttltxt {
  font-family: sheila, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 4rem;
  color: #262626;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.c-mv__ttltxt__line {
  position: relative;
}
.c-mv__ttltxt__line::after {
  content: "";
  width: calc(100% + 2rem);
  height: 1px;
  background: #262626;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-mv__ttltxt__small {
  display: block;
  font-family: "Bellefair", serif;
  font-size: 1rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt__small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt {
    font-size: 3rem;
    top: unset;
    left: unset;
    position: relative;
    transform: unset;
  }
}
.c-mv__ttllead {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  text-shadow: 0 0 5px #000, 0 0 30px #000;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttllead {
    font-size: 2rem;
    line-height: 1.9;
    bottom: 33%;
  }
}

.p-ttl {
  margin: 0 auto;
}
.p-ttl__sokyu {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 6rem auto 4rem;
}
@media (max-width: 768px) {
  .p-ttl__sokyu {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-ttl__sokyu {
    font-size: 1.8rem;
  }
}
.p-ttl__tabbtn {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-ttl__tabbtn {
    gap: 0.3rem;
  }
}

.p-tabbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #2A3C4E;
  line-height: 1.2;
  height: 5rem;
  pointer-events: all;
}
@media only screen and (max-width: 1080px) {
  .p-tabbtn {
    font-size: 1.4rem;
  }
}
.p-tabbtn.active {
  background-color: #927d3f;
  pointer-events: none;
}
.wet .p-tabbtn.active {
  background-color: #75001b;
}
.com .p-tabbtn.active {
  background-color: #b65b0e;
}
.eco .p-tabbtn.active {
  background-color: #006428;
}
.fit .p-tabbtn.active {
  background-color: #b59a5b;
}
.p-tabbtn span {
  text-align: center;
}

.p-page {
  padding: 4rem 0;
}
.p-page__ttl {
  margin-right: calc((100% - 1366px) / 2);
  height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  background-color: #927d3f;
  color: #fff;
  padding-right: 4rem;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-page__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-page__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1500px) {
  .p-page__ttl {
    margin-right: 5%;
    text-align: right;
  }
}
.p-page__ttl-in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
}
.p-page__ttl-in .jp {
  font-size: 1.2em;
}
.wet .p-page__ttl {
  background-color: #75001b;
}
.com .p-page__ttl {
  background-color: #b65b0e;
}
.eco .p-page__ttl {
  background-color: #006428;
}
.fit .p-page__ttl {
  background-color: #b59a5b;
}
.p-page__subttl {
  background: #75001b;
  text-align: center;
  color: #fff;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
}
.com .p-page__subttl {
  background: #b65b0e;
}
.eco .p-page__subttl {
  background: #006428;
}
.fit .p-page__subttl {
  background: #b59a5b;
}
.p-page__prem .p-page__subttl {
  background-color: #9c7720;
}
.p-page__subttl-big {
  font-size: 40px;
  font-size: 4rem;
  margin-top: 10rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-page__subttl-big {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-page__subttl-big {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-page__subttl-big {
    margin-top: 5rem;
  }
}
.p-page__subttl-big__jp {
  display: block;
  align-items: center;
  font-size: 0.7em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-page__subttl-big__jp {
    line-height: 1.2;
  }
}
.p-page__prem .p-page__subttl-big__jp {
  color: #fff;
}
.p-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 4rem;
  margin: 3rem auto;
}
@media only screen and (max-width: 1080px) {
  .p-page__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-page__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem auto 4rem;
  }
}
.p-page__list__item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.obj--full .p-page__list__item {
  display: grid;
  grid-template-columns: 1fr;
}
.obj--1 .p-page__list__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 50% 46%;
  gap: 4rem;
}
@media only screen and (max-width: 1080px) {
  .obj--1 .p-page__list__item {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
.obj--1img .p-page__list__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 65.7% 31%;
  gap: 4rem;
}
@media only screen and (max-width: 1080px) {
  .obj--1img .p-page__list__item {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
@media only screen and (max-width: 1080px) {
  .obj--2-1 .p-page__list__item:nth-child(2n) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .obj--2-1 .p-page__list__item:nth-child(2n) {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-page__list.list-eco {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
}
.p-page__list.obj--1, .p-page__list.obj--full, .p-page__list.obj--1img {
  grid-template-columns: 1fr;
  gap: 1rem;
}
.p-page__list.obj--2-1 {
  grid-template-columns: 55% 1fr;
}
@media only screen and (max-width: 1080px) {
  .p-page__list.obj--2-1 {
    grid-template-columns: 1fr;
  }
}
.p-page__btn {
  margin: 6rem auto;
  max-width: 60rem;
}
@media only screen and (max-width: 768px) {
  .p-page__btn {
    width: 90%;
  }
}
.p-page__btn-a {
  background-color: #8E763C;
  padding: 1.5rem 0;
  border-radius: 1px;
  gap: 1rem;
}
.p-page__btn-a .u-arw--ku {
  width: 1rem;
  height: 1rem;
  transform: rotate(225deg);
}
.p-page__btn-a--red {
  background-color: #682718;
}
.p-page__prem {
  background-color: #262626;
  color: #fff;
  padding: 1px 0 1rem;
  margin-top: 8rem;
}
.p-page__prem .obj--wet {
  color: #9c7720;
}

.p-setu__img {
  aspect-ratio: 221/158;
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 2rem;
}
.p-page__prem .p-setu__img {
  background-color: #000;
}
.p-setu__img.obj--asp0 {
  aspect-ratio: unset;
}
.p-setu__img.obj--p0 {
  padding: 0;
}
.p-setu__img.obj--p1 {
  padding: 1rem;
}
.p-setu__img.obj--asp1-1 {
  aspect-ratio: 1/1;
  max-height: 40rem;
}
.p-setu__img.obj--asp1-125 {
  aspect-ratio: 1/1.25;
}
.p-setu__img.obj--asp2-1 {
  aspect-ratio: 2/1;
}
.p-setu__img.obj--h30 {
  height: 26vw;
  max-height: 30rem;
}
.p-setu__img.obj--h30-pc {
  height: 26vw;
  max-height: 30rem;
}
@media only screen and (max-width: 768px) {
  .p-setu__img.obj--h30-pc {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-setu__img.obj--h40 {
  height: 26vw;
  max-height: 42rem;
}
.p-setu__img.obj--h40-pc {
  height: 40vw;
  max-height: 42rem;
}
@media only screen and (max-width: 768px) {
  .p-setu__img.obj--h40-pc {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-setu__img.obj--w60 {
  width: 60%;
}
.p-setu__img.obj--gridspan2 {
  grid-column: 1/span 2;
}
@media only screen and (max-width: 768px) {
  .p-setu__img.obj--gridspan2 {
    grid-column: unset;
  }
}
.p-setu__img-twin {
  background-color: #fff;
  padding: 1rem;
  aspect-ratio: 221/158;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-setu__img-twin.obj--asp2-1 {
  aspect-ratio: 2/1;
}
@media only screen and (max-width: 768px) {
  .p-setu__img-twin--pc {
    flex-direction: column;
  }
}
.p-setu__img-tower {
  background-color: #fff;
  aspect-ratio: unset;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-setu__img-zeh {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-setu__img-zeh {
    grid-template-columns: 1fr;
  }
}
.p-setu__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-setu__img__cap {
  position: absolute;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  bottom: 0.5rem;
  right: 1rem;
}
@media (max-width: 768px) {
  .p-setu__img__cap {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .p-setu__img__cap {
    font-size: 0.8rem;
  }
}
.p-setu__img__cap.obj--lh2 {
  bottom: -2lh;
}
.p-setu__img__cap--out {
  bottom: -1lh;
  right: 0;
}
.p-page__prem .p-setu__img__cap {
  color: #fff;
  text-shadow: 0 2px 3px black, 0 2px 5px black, 0 2px 10px black;
}
.p-setu__img-tower .p-setu__img {
  aspect-ratio: unset;
}
.p-setu__inf {
  letter-spacing: 0;
}
.p-setu__inf__ttl {
  margin: 1rem 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-setu__inf__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-setu__inf__ttl {
    font-size: 1.6rem;
  }
}
.p-setu__inf__ttl-eco {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: green;
  color: white;
  padding: 0.2rem 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-setu__inf__ttl-eco {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-setu__inf__ttl-eco {
    font-size: 1.4rem;
  }
}
.list-eco .p-setu__inf__ttl {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .list-eco .p-setu__inf__ttl {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .list-eco .p-setu__inf__ttl {
    font-size: 1.3rem;
  }
}
.p-setu__inf__txt {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-setu__inf__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-setu__inf__txt {
    font-size: 1.3rem;
  }
}
.p-setu__inf__txt__sup {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
@media (max-width: 768px) {
  .p-setu__inf__txt__sup {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-setu__inf__txt__sup {
    font-size: 1rem;
  }
}
.p-setu__inf__txt--grn {
  color: #006428;
}

.p-qcheck {
  position: relative;
  margin: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .p-qcheck {
    margin: 5rem 0;
  }
}
.p-qcheck__logo {
  max-width: 45rem;
  margin: 2rem auto;
}
.p-qcheck__bg {
  position: absolute;
  background-color: #d9d4c8;
  width: 100%;
  height: 100%;
}
.p-qcheck__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3rem;
  height: 44rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .p-qcheck__info {
    grid-template-columns: 1fr;
    height: unset;
    padding: 4rem 0;
  }
}
.p-qcheck__info__txt-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  color: #927d3f;
  margin: 0rem 0 2rem;
}
@media (max-width: 768px) {
  .p-qcheck__info__txt-ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-qcheck__info__txt-ttl {
    font-size: 2rem;
  }
}
.p-qcheck__info__txt-txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-qcheck__info__txt-txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-qcheck__info__txt-txt {
    font-size: 1.4rem;
  }
}
.p-qcheck__img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 1080px) {
  .p-qcheck__img-wrap {
    padding: 5rem 0 8rem;
  }
}
.p-qcheck__img-top {
  margin-top: -5rem;
}
.p-qcheck__img-bot {
  margin-bottom: -5rem;
}

.p-qcbox {
  padding: 4rem;
  background-color: #fff;
  margin: 10rem auto;
  max-width: 110rem;
}
@media only screen and (max-width: 768px) {
  .p-qcbox {
    margin: 5rem auto;
    padding: 2rem;
  }
}
.p-qcbox--p6 {
  padding: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-qcbox--p6 {
    padding: 2rem;
  }
}
.p-qcbox__three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
}
.p-qcbox__three--gap {
  align-items: flex-start;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-qcbox__three--gap {
    grid-template-columns: 1fr;
  }
}
.p-qcbox__three__inf {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-qcbox__three__inf__txt {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-qcbox__three__inf__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-qcbox__three__inf__txt {
    font-size: 1.3rem;
  }
}
.p-qcbox__flex {
  display: grid;
  grid-template-columns: 42% 55%;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-qcbox__flex {
    grid-template-columns: 1fr;
  }
}
.p-qcbox__flex__txt-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .p-qcbox__flex__txt-ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-qcbox__flex__txt-ttl {
    font-size: 2rem;
  }
}
.p-qcbox__wide {
  margin-top: 2rem;
}
.p-qcbox__img img {
  width: 100%;
  height: auto;
}
.p-qcbox__btn {
  max-width: 40rem;
  margin: 3rem auto 0;
}
.p-qcbox__btn__a {
  width: 100%;
  display: block;
  background-color: #262626;
  border: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-qcbox__btn__a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-qcbox__btn__a {
    font-size: 1.4rem;
  }
}
.p-qcbox__btn__a .u-arw--ku {
  position: absolute;
  right: 2rem;
}

.p-qfit {
  margin: 10rem auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-qfit {
    margin: 5rem auto;
  }
}
.p-qfit::before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  background: #d9d4c8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1080px) {
  .p-qfit::before {
    width: 100%;
  }
}
.p-qfit__info {
  position: relative;
}
.p-qfit__info__grid {
  display: grid;
  grid-template-columns: 55% 45%;
}
@media only screen and (max-width: 1080px) {
  .p-qfit__info__grid {
    grid-template-columns: 1fr;
  }
}
.p-qfit__info__txt {
  max-width: 58rem;
}
@media only screen and (max-width: 1080px) {
  .p-qfit__info__txt {
    margin: 0 auto;
  }
}
.p-qfit__info__txt-wrap {
  padding: 4rem;
}
@media only screen and (max-width: 1080px) {
  .p-qfit__info__txt-wrap {
    padding: 4rem 0;
  }
}
.p-qfit__btn {
  margin: 2rem 0 0;
}
@media only screen and (max-width: 1080px) {
  .p-qfit__btn {
    margin: 2rem auto;
  }
}
.p-qfit__img {
  top: 50%;
  position: absolute;
  right: 0;
  max-width: 50rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1080px) {
  .p-qfit__img {
    position: relative;
    max-width: 50rem;
    margin: -4rem auto 4rem;
  }
}

.obj--wet {
  color: #75001b;
}

.obj--com {
  color: #b65b0e;
}

.obj--eco {
  color: #006428;
}

.obj--fit {
  color: #b59a5b;
}/*# sourceMappingURL=quality.css.map */