@charset "UTF-8";
/*========== set.scss ==========*/
#bcl {
  margin-bottom: 0; }

@media screen and (min-width: 668px) {
  #theadarea {
    position: relative; }

  #allcts {
    padding-top: 0; } }
#hmq {
  background-color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  color: #3a3a3a;
  text-align: left;
  letter-spacing: 0.06em;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    #hmq {
      font-size: calc(100vw / ( 750 / 30 )); } }
  @media screen and (min-width: 769px) {
    #hmq {
      min-width: 1200px; } }
  #hmq .clearfix:after {
    content: "";
    clear: both;
    display: block; }
  #hmq div, #hmq h4, #hmq a, #hmq dl {
    box-sizing: border-box; }
  #hmq img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #hmq a {
    text-decoration: none;
    color: #3a3a3a; }
    #hmq a:hover {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
  @media screen and (max-width: 768px) {
    #hmq .noSP {
      display: none !important; } }
  @media screen and (min-width: 769px) {
    #hmq .noPC {
      display: none !important; } }
  #hmq figure {
    margin: 0;
    padding: 0; }
  #hmq .withAfter {
    position: relative;
    z-index: 0; }
    @media screen and (min-width: 769px) {
      #hmq .withAfter {
        overflow: hidden; } }
    #hmq .withAfter:before, #hmq .withAfter:after {
      content: "";
      display: block;
      background-color: #efefef;
      position: absolute;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        #hmq .withAfter:before, #hmq .withAfter:after {
          background-color: #f6f5f3; } }
    #hmq .withAfter.sideL:before {
      left: 0;
      width: 50vw; }
    #hmq .withAfter.sideL:after {
      left: 50vw; }
      @media screen and (max-width: 768px) {
        #hmq .withAfter.sideL:after {
          width: 50vw; } }
    #hmq .withAfter.sideR:before {
      right: 0;
      width: 50vw; }
    #hmq .withAfter.sideR:after {
      right: 50vw; }
      @media screen and (max-width: 768px) {
        #hmq .withAfter.sideR:after {
          width: 50vw; } }
  #hmq #go_to_top_smt a {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProW3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    box-sizing: content-box;
    color: #2D52AA;
    font-size: 12px;
    letter-spacing: inherit; }
    @media screen and (max-width: 768px) {
      #hmq #go_to_top_smt a {
        color: #fff; } }
    #hmq #go_to_top_smt a:hover {
      color: #ED960B; }
      #hmq #go_to_top_smt a:hover:before {
        color: #ED960B; }

/*========== c-inner.scss ==========*/
@media screen and (max-width: 768px) {
  .c-inner {
    padding-left: calc(100vw / ( 750 / 50 ));
    padding-right: calc(100vw / ( 750 / 50 )); } }
@media screen and (min-width: 769px) {
  .c-inner {
    max-width: 1028px;
    margin: auto; }
    .c-inner.w1200 {
      max-width: 1200px; } }

/*========== c-btn.scss ==========*/
#hmq .c-btn-std {
  display: block;
  border-radius: 1000px;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  letter-spacing: 0.08em;
  text-align: center; }
  #hmq .c-btn-std .icon {
    display: inline-block;
    position: relative;
    font-weight: 400;
    padding-right: 20px; }
    #hmq .c-btn-std .icon:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #3a3a3a; }
  #hmq .c-btn-std:hover {
    background-color: #1e1e1e;
    color: #dbdbdb; }
    #hmq .c-btn-std:hover .icon:after {
      border-color: transparent transparent transparent #dbdbdb; }
#hmq .c-btn-detail {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 3em 0.2em 0;
  font-size: 19px; }
  @media screen and (max-width: 768px) {
    #hmq .c-btn-detail {
      font-size: calc(100vw / ( 750 / 30 ));
      padding-bottom: 0.7em; } }
@keyframes mouseOn {
  0% {
    width: 100%; }
  50% {
    transform: translateX(100%); }
  100% {
    width: 100%;
    transform: translateX(0); } }
  #hmq .c-btn-detail:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #3a3a3a; }
  #hmq .c-btn-detail:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 28px;
    background-color: #3a3a3a;
    right: 0;
    bottom: -14px;
    transform: rotate(-55deg); }
  #hmq .c-btn-detail:hover:after {
    animation: mouseOn 1s ease-in-out; }

/*========== c-title.scss ==========*/
.c-title-primary {
  text-align: center;
  position: relative;
  background-color: rgba(241, 239, 237, 0.4);
  border-radius: 50%;
  margin: 0 auto 110px;
  width: 500px;
  height: 500px; }
  @media screen and (max-width: 768px) {
    .c-title-primary {
      width: calc(100vw / ( 750 / 490 ));
      height: calc(100vw / ( 750 / 490 ));
      margin-bottom: calc(100vw / ( 750 / 140 )); } }
  .c-title-primary__inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
  .c-title-primary .forTtl {
    font-weight: 500;
    margin-bottom: 0.2em;
    font-size: 54px;
    letter-spacing: 0.12em; }
    @media screen and (max-width: 768px) {
      .c-title-primary .forTtl {
        font-size: calc(100vw / ( 750 / 50 )); } }
  .c-title-primary .forLead {
    font-weight: 400;
    line-height: 1.7em;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .c-title-primary .forLead {
        font-size: calc(100vw / ( 750 / 30 )); } }
  .c-title-primary:before {
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background-color: #3a3a3a;
    position: absolute;
    left: 50%;
    top: 455px;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .c-title-primary:before {
        width: calc(100vw / ( 750 / 3 ));
        height: calc(100vw / ( 750 / 91 ));
        top: calc(100vw / ( 750 / 445 )); } }
  .c-title-primary:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .c-title-primary.fadeIn:before {
    animation: linemove 2s ease-in-out;
    opacity: 1; }
@keyframes linemove {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: 90px;
    top: 455px;
    opacity: 1; } }
  @media screen and (max-width: 768px) {
    @keyframes linemove {
      0% {
        height: 0;
        opacity: 0; }
      100% {
        height: calc(100vw / ( 750 / 91 ));
        top: calc(100vw / ( 750 / 445 ));
        opacity: 1; } } }
.c-title-secondary {
  text-align: center; }
  .c-title-secondary .forTtl {
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    font-size: 40px; }
    @media screen and (max-width: 768px) {
      .c-title-secondary .forTtl {
        font-size: calc(100vw / ( 750 / 46 )); } }
  .c-title-secondary .forLead {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .c-title-secondary .forLead {
        text-align: left; } }

/*========== p-header.scss ==========*/
#hmq .p-header {
  position: relative;
  z-index: 2;
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    #hmq .p-header {
      padding-top: calc(100vw / ( 750 / 13 )); } }
  #hmq .p-header-logos {
    display: flex;
    justify-content: flex-end; }
    #hmq .p-header-logos .logo a {
      display: block; }
      #hmq .p-header-logos .logo a img {
        display: block;
        width: auto;
        height: 49px; }
        @media screen and (max-width: 768px) {
          #hmq .p-header-logos .logo a img {
            height: calc(100vw / ( 750 / 58 )); } }

/*========== p-footer.scss ==========*/
#hmq .p-footer {
  background: url("/maison/maison-quality/assets/images/bg_footer.png") center repeat;
  padding: 1em 0; }
  #hmq .p-footer-pageTop {
    position: fixed;
    z-index: 200;
    width: 106px;
    right: 30px;
    bottom: 30px; }
    @media screen and (max-width: 768px) {
      #hmq .p-footer-pageTop {
        width: calc(100vw / ( 750 / 120 ));
        right: calc(100vw / ( 750 / 20 ));
        bottom: calc(100vw / ( 750 / 20 )); } }
  #hmq .p-footer-copyright {
    color: #fff; }
    @media screen and (min-width: 769px) {
      #hmq .p-footer-copyright {
        font-size: 1.2rem; } }
    @media screen and (max-width: 768px) {
      #hmq .p-footer-copyright {
        font-size: calc(100vw / ( 750 / 20 )); } }

/*========== p-kv.scss ==========*/
#hmq .p-kv {
  position: relative;
  z-index: 2;
  padding-left: calc(100vw / ( 1280 / 216 )); }
  @media screen and (max-width: 768px) {
    #hmq .p-kv {
      padding: calc(100vw / ( 750 / 180 )) 0 0 calc(100vw / ( 750 / 100 )); } }
  #hmq .p-kv.fadeIn .p-kv-scroll:after {
    animation: pathmove 2s ease-in-out;
    opacity: 1; }
  #hmq .p-kv-ttl {
    position: absolute;
    width: 786px;
    height: auto;
    padding: 16px 30px;
    background-color: rgba(255,255,255,0.8);
    top: calc(100vw / ( 1280 / 120 ));
    left: calc(100vw / ( 1280 / 76 )); }
    @media screen and (max-width: 768px) {
      #hmq .p-kv-ttl {
        width: calc(100vw / ( 750 / 684 ));
        padding: 0 8px 12px 0;
        top: calc(100vw / ( 750 / 100 ));
        left: calc(100vw / ( 750 / 40 )); } }
  #hmq .p-kv-nav {
    position: absolute;
    background-color: #323232;
    right: 0;
    z-index: 1;
    display: flex; }
    @media screen and (min-width: 769px) {
      #hmq .p-kv-nav {
        top: 0;
        padding: 22px 0 23px; } }
    @media screen and (max-width: 768px) {
      #hmq .p-kv-nav {
        width: calc(100vw / ( 750 / 650 ));
        right: calc(100vw / ( 750 / 50 ));
        bottom: calc(-100vw / ( 750 / 245 ));
        letter-spacing: 0.04em;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: center; } }
    #hmq .p-kv-nav__item {
      line-height: 1;
      font-size: 17px; }
      @media screen and (max-width: 768px) {
        #hmq .p-kv-nav__item {
          font-size: calc(100vw / ( 750 / 26 ));
          width: 50%;
          line-height: 1.23;
          box-sizing: border-box;
          position: relative; }
          #hmq .p-kv-nav__item:before {
            content: "";
            display: none;
            position: absolute;
            right: 0;
            height: calc(100vw / ( 750 / 81 ));
            width: 1px;
            background-color: rgba(246, 239, 216, 0.2);
            top: 50%;
            transform: translateY(-50%); }
          #hmq .p-kv-nav__item:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            width: calc(100vw / ( 750 / 264 ));
            height: 1px;
            background-color: rgba(246, 239, 216, 0.2); } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #hmq .p-kv-nav__item:nth-child(odd):before {
      display: block; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #hmq .p-kv-nav__item:first-child:after {
      left: calc(100vw / ( 750 / 30 )); } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #hmq .p-kv-nav__item:nth-child(2):after {
      right: calc(100vw / ( 750 / 30 )); } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #hmq .p-kv-nav__item:nth-child(3):after, #hmq .p-kv-nav__item:nth-child(4):after {
      display: none; } }

      @media screen and (min-width: 769px) {
        #hmq .p-kv-nav__item:not(:last-child) {
          border-right: 1px solid rgba(255, 255, 255, 0.5); } }
      #hmq .p-kv-nav__item a {
        color: #fff; }
        @media screen and (min-width: 769px) {
          #hmq .p-kv-nav__item a {
            padding: 0 1em; } }
        @media screen and (max-width: 768px) {
          #hmq .p-kv-nav__item a {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            height: calc(100vw / ( 750 / 140 )); } }
        @media screen and (min-width: 769px) {
          #hmq .p-kv-nav__item a:hover {
            text-decoration: underline; } }
        @media screen and (max-width: 768px) {
          #hmq .p-kv-nav__item a .inBox {
            position: relative;
            display: inline-block;
            padding-bottom: 0.8em; }
            #hmq .p-kv-nav__item a .inBox:before {
              content: "";
              position: absolute;
              left: 50%;
              bottom: 0;
              transform: translateX(-50%);
              width: 0;
              height: 0;
              border-style: solid;
              border-width: calc(100vw / ( 750 / 8 )) calc(100vw / ( 750 / 5 )) 0 calc(100vw / ( 750 / 5 ));
              border-color: #ffffff transparent transparent transparent; } }
  #hmq .p-kv-scroll {
    position: absolute;
    width: 11px;
    height: 291px;
    left: calc(100vw / ( 1280 / 55 ));
    top: calc(100vh / ( 668 / 400 )); }
    @media screen and (max-width: 768px) {
      #hmq .p-kv-scroll {
        display: none; } }
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
      #hmq .p-kv-scroll {
        display: block;
        top: 550px; } }
    #hmq .p-kv-scroll_more {
      display: block; }
@keyframes pathmove {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: 291px;
    opacity: 1; } }
    #hmq .p-kv-scroll:after {
      content: "";
      position: absolute;
      top: 0;
      right: -11px;
      width: 1px;
      height: 291px;
      background: #000;
      opacity: 0; }

/*========== p-intro.scss ==========*/
#hmq .p-intro {
  z-index: 1;
  padding-top: 120px; }
  @media screen and (max-width: 768px) {
    #hmq .p-intro {
      padding-top: calc(100vw / ( 750 / 400 )); } }
  #hmq .p-intro.withAfter:before, #hmq .p-intro.withAfter:after {
    height: 841px;
    top: 0; }
    @media screen and (max-width: 768px) {
      #hmq .p-intro.withAfter:before, #hmq .p-intro.withAfter:after {
        height: calc(100vw / ( 750 / 1200 ));
        top: calc(100vw / ( 750 / 300 )); } }
  @media screen and (min-width: 769px) {
    #hmq .p-intro.withAfter.sideL:after {
      width: 230px; } }
  @media screen and (min-width: 769px) {
    #hmq .p-intro-txtArea {
      display: flex;
      align-items: center;
      padding-left: 240px; } }
  @media screen and (max-width: 768px) {
    #hmq .p-intro-txtArea {
      margin-bottom: calc(100vw / ( 750 / 75 )); } }
  #hmq .p-intro-txtArea .forTtl {
    font-weight: 300;
    line-height: 1.5em;
    font-size: 34px;
    margin-right: 40px; }
    @media screen and (max-width: 768px) {
      #hmq .p-intro-txtArea .forTtl {
        font-size: calc(100vw / ( 750 / 44 ));
        margin-bottom: 1em; } }
  #hmq .p-intro-txtArea .forLead {
    line-height: 38px; }
    @media screen and (max-width: 768px) {
      #hmq .p-intro-txtArea .forLead {
        line-height: calc(100vw / ( 750 / 50 )); } }
  #hmq .p-intro-ph {
    position: relative;
    padding: calc(100vw / ( 750 / 160 )) 0 calc(100vw / ( 750 / 178 )) 0; }
    @media screen and (min-width: 769px) {
      #hmq .p-intro-ph {
        padding: 125px 0 255px 240px; } }
    #hmq .p-intro-ph__item {
      position: absolute; }
      #hmq .p-intro-ph__item.item01 {
        position: relative; }
        @media screen and (min-width: 769px) {
          #hmq .p-intro-ph__item.item01 {
            width: 866px; } }
      #hmq .p-intro-ph__item.item02 {
        width: 274px;
        left: 0;
        top: 0; }
        @media screen and (max-width: 768px) {
          #hmq .p-intro-ph__item.item02 {
            width: calc(100vw / ( 750 / 252 ));
            left: calc(-100vw / ( 750 / 50 )); } }
      #hmq .p-intro-ph__item.item03 {
        width: 474px;
        right: 0;
        bottom: 0; }
        @media screen and (max-width: 768px) {
          #hmq .p-intro-ph__item.item03 {
            width: calc(100vw / ( 750 / 325 ));
            right: calc(-100vw / ( 750 / 50 )); } }

/*========== p-quality.scss ==========*/
#hmq .p-quality {
  padding: calc(100vw / ( 750 / 50 )) 0 calc(100vw / ( 750 / 100 )); }
  @media screen and (min-width: 769px) {
    #hmq .p-quality {
      padding: 175px 0 280px 40px;
      margin-top: -145px; } }
  #hmq .p-quality.withAfter:before, #hmq .p-quality.withAfter:after {
    height: 1232px;
    top: 0; }
    @media screen and (max-width: 768px) {
      #hmq .p-quality.withAfter:before, #hmq .p-quality.withAfter:after {
        display: none !important; } }
  #hmq .p-quality.withAfter.sideR:after {
    width: 360px; }
  #hmq .p-quality__inner {
    padding-top: calc(100vw / ( 750 / 50 )); }
    @media screen and (min-width: 769px) {
      #hmq .p-quality__inner {
        padding-top: 20px; } }
  @media screen and (min-width: 769px) {
    #hmq .p-quality-ttl {
      width: 542px;
      margin-left: -46px; } }
  @media screen and (max-width: 768px) {
    #hmq .p-quality-ttl {
      width: calc(100vw / ( 750 / 588 ));
      margin-bottom: calc(100vw / ( 750 / 50 )); } }
  #hmq .p-quality-tri {
    background: url("/maison/maison-quality/assets/images/quality_obj.png") center no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    width: calc(100vw / ( 750 / 571 ));
    height: calc(100vw / ( 750 / 495 )); }
    @media screen and (min-width: 769px) {
      #hmq .p-quality-tri {
        height: 375px;
        width: 432px; } }
    #hmq .p-quality-tri:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -80px;
      width: 432px;
      height: 16px;
      background: url("/maison/maison-quality/assets/images/quality_obj02.png") center no-repeat;
      background-size: 100% 100%; }
      @media screen and (max-width: 768px) {
        #hmq .p-quality-tri:after {
          width: calc(100vw / ( 750 / 554 ));
          height: calc(100vw / ( 750 / 18 ));
          bottom: calc(-100vw / ( 750 / 95 )); } }
    #hmq .p-quality-tri .forTtl {
      line-height: 1;
      font-weight: 400;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -140px;
      font-size: 32px; }
      @media screen and (max-width: 768px) {
        #hmq .p-quality-tri .forTtl {
          font-size: calc(100vw / ( 750 / 38 ));
          bottom: calc(-100vw / ( 750 / 170 )); } }
    #hmq .p-quality-tri .forItems .item {
      position: absolute;
      box-sizing: border-box; }
@keyframes lineA-item01 {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: 110px;
    opacity: 1; } }
@keyframes lineB-item01 {
  0% {
    width: 0; }
  100% {
    width: 20px;
    opacity: 1; } }
@keyframes lineA-item02 {
  0% {
    height: 0;
    opacity: 0;
    transform: translateY(90px); }
  100% {
    height: 90px;
    transform: translateY(0);
    opacity: 1; } }
@keyframes lineB-item02 {
  0% {
    width: 0; }
  100% {
    width: 20px;
    opacity: 1; } }
@keyframes lineA-item03 {
  0% {
    height: 0;
    opacity: 0;
    transform: translateY(20px); }
  100% {
    height: 20px;
    transform: translateY(0);
    opacity: 1; } }
@keyframes lineB-item03 {
  0% {
    width: 0; }
  100% {
    width: 194px;
    opacity: 1; } }
      #hmq .p-quality-tri .forItems .item01 {
        right: 50%;
        top: 110px;
        transform: translateX(-40px); }
        @media screen and (max-width: 768px) {
          #hmq .p-quality-tri .forItems .item01 {
            top: calc(100vw / ( 750 / 140 ));
            transform: translateX(calc(-100vw / ( 750 / 37 ))); } }
        #hmq .p-quality-tri .forItems .item01 .baloon {
          left: -305px;
          bottom: -185px; }
          #hmq .p-quality-tri .forItems .item01 .baloon.on_hover .baloon__inner:before {
            animation: lineB-item01 0.5s forwards;
            animation-delay: 0.5s;
            height: 1px;
            width: 20px;
            top: 50%;
            right: -20px; }
          #hmq .p-quality-tri .forItems .item01 .baloon.on_hover .baloon__inner:after {
            animation: lineA-item01 0.5s forwards;
            width: 1px;
            height: 117px;
            right: -20px;
            top: -34px; }
      #hmq .p-quality-tri .forItems .item02 {
        left: 50%;
        top: 110px;
        transform: translateX(40px); }
        @media screen and (max-width: 768px) {
          #hmq .p-quality-tri .forItems .item02 {
            top: calc(100vw / ( 750 / 140 ));
            transform: translateX(calc(100vw / ( 750 / 37 ))); } }
        #hmq .p-quality-tri .forItems .item02 .baloon {
          left: 147px;
          top: -166px; }
          #hmq .p-quality-tri .forItems .item02 .baloon.on_hover .baloon__inner:before {
            animation: lineB-item02 0.5s forwards;
            animation-delay: 0.5s;
            height: 1px;
            width: 20px;
            top: 50%;
            left: -20px; }
          #hmq .p-quality-tri .forItems .item02 .baloon.on_hover .baloon__inner:after {
            animation: lineA-item02 0.5s forwards;
            width: 1px;
            height: 90px;
            left: -20px;
            top: 50%; }
      #hmq .p-quality-tri .forItems .item03 {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50px); }
        @media screen and (max-width: 768px) {
          #hmq .p-quality-tri .forItems .item03 {
            transform: translate(-50%, 50%); } }
        #hmq .p-quality-tri .forItems .item03 .baloon {
          right: -482px;
          bottom: 36px; }
          #hmq .p-quality-tri .forItems .item03 .baloon.on_hover .baloon__inner:before {
            animation: lineB-item03 0.5s forwards;
            animation-delay: 0.5s;
            height: 1px;
            width: 194px;
            top: 50%;
            left: -194px; }
          #hmq .p-quality-tri .forItems .item03 .baloon.on_hover .baloon__inner:after {
            animation: lineA-item03 0.5s forwards;
            width: 1px;
            height: 20px;
            left: -194px;
            top: 50%; }
      #hmq .p-quality-tri .forItems .item .baloon {
        display: none;
        position: absolute;
        font-weight: 400; }
        #hmq .p-quality-tri .forItems .item .baloon.on_hover {
          display: block; }
          @media screen and (max-width: 768px) {
            #hmq .p-quality-tri .forItems .item .baloon.on_hover {
              display: none; } }
        #hmq .p-quality-tri .forItems .item .baloon__inner {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          position: relative;
          background-color: #fff;
          box-shadow: 0px 3px 6.8px 1.2px rgba(0, 0, 0, 0.1);
          width: 408px;
          height: 150px; }
          #hmq .p-quality-tri .forItems .item .baloon__inner:before, #hmq .p-quality-tri .forItems .item .baloon__inner:after {
            content: "";
            display: block;
            position: absolute;
            background-color: #333;
            opacity: 0; }
        #hmq .p-quality-tri .forItems .item .baloon-ph {
          width: 150px; }
        #hmq .p-quality-tri .forItems .item .baloon-def {
          padding: 0 0 0 20px;
          width: calc(100% - 150px); }
        #hmq .p-quality-tri .forItems .item .baloon .forSubttl {
          margin-bottom: 0.5em;
          line-height: 1.6;
          letter-spacing: 0;
          font-size: 15px;
          font-weight: 500; }
        #hmq .p-quality-tri .forItems .item .baloon .forItems__item {
          font-size: 13px; }
          #hmq .p-quality-tri .forItems .item .baloon .forItems__item:not(:last-child) {
            margin-bottom: 0.25em; }
      #hmq .p-quality-tri .forItems .item .kind {
        display: block;
        background-color: #fff;
        box-shadow: 0px 3px 6.8px 1.2px rgba(0, 0, 0, 0.1);
        width: 246px;
        padding: 18px 0 27px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #hmq .p-quality-tri .forItems .item .kind {
            width: calc(100vw / ( 750 / 263 ));
            padding: calc(100vw / ( 750 / 27 )) 0;
            pointer-events: none; } }
        @media screen and (min-width: 769px) {
          #hmq .p-quality-tri .forItems .item .kind:after {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-color: #3a3a3a transparent transparent transparent;
            bottom: 13px;
            border-width: 7px 4px 0 4px; } }
        #hmq .p-quality-tri .forItems .item .kind img {
          display: block;
          margin: 0 auto;
          width: auto !important;
          height: 46px !important; }
          @media screen and (max-width: 768px) {
            #hmq .p-quality-tri .forItems .item .kind img {
              height: calc(100vw / ( 750 / 53 )) !important; } }
        #hmq .p-quality-tri .forItems .item .kind:hover {
          transition: all  0.3s ease;
          background-color: #eee; }
  #hmq .p-quality-detail {
    margin-top: calc(100vw / ( 750 / 270 )); }
    @media screen and (min-width: 769px) {
      #hmq .p-quality-detail {
        display: none; } }
    #hmq .p-quality-detail__item {
      padding-bottom: calc(100vw / ( 750 / 40 )); }
      #hmq .p-quality-detail__item:not(:last-child) {
        border-bottom: 2px solid rgba(50, 50, 50, 0.2);
        margin-bottom: calc(100vw / ( 750 / 40 )); }
      #hmq .p-quality-detail__item a {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        color: #3a3a3a; }
        #hmq .p-quality-detail__item a:after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: calc(100vw / ( 750 / 47 ));
          width: calc(100vw / ( 750 / 70 ));
          height: calc(100vw / ( 750 / 70 ));
          background: url("/maison/maison-quality/assets/images/quality_btn.png") center no-repeat;
          background-size: contain;
          pointer-events: none; }
      #hmq .p-quality-detail__item .forPh {
        width: calc(100vw / ( 750 / 150 ));
        margin-right: calc(100vw / ( 750 / 30 )); }
      #hmq .p-quality-detail__item .forTxt {
        width: calc(100vw / ( 750 / 400 ));
        font-size: calc(100vw / ( 750 / 28 ));
        line-height: 1.4; }
        #hmq .p-quality-detail__item .forTxt-ttl {
          font-size: calc(100vw / ( 750 / 36 ));
          margin-bottom: 0.5em;
          line-height: 1; }
        #hmq .p-quality-detail__item .forTxt-txt {
          display: block;
          margin-right: -1em;
          margin-bottom: 0.5em;
          font-weight: 500;
          letter-spacing: 0; }
        #hmq .p-quality-detail__item .forTxt-items__item {
          margin-right: -1em; }

/*========== p-architecture.scss ==========*/
#hmq .p-architecture {
  padding: 155px 0 0; }
  @media screen and (max-width: 768px) {
    #hmq .p-architecture {
      padding-top: calc(100vw / ( 750 / 165 )); } }
  #hmq .p-architecture-ttl:after {
    right: 25px;
    top: -40px;
    width: 855px;
    height: 204px;
    background-image: url("/maison/maison-quality/assets/images/architecture_ttl_pc.png"); }
    @media screen and (max-width: 768px) {
      #hmq .p-architecture-ttl:after {
        background-image: url("/maison/maison-quality/assets/images/architecture_ttl_sp.png");
        width: calc(100vw / ( 750 / 720 ));
        height: calc(100vw / ( 750 / 174 ));
        right: calc(-100vw / ( 750 / 100 ));
        top: calc(-100vw / ( 750 / 30 )); } }
  #hmq .p-architecture-pointWrap.withAfter:before, #hmq .p-architecture-pointWrap.withAfter:after {
    height: 2569px;
    top: 0; }
    @media screen and (max-width: 768px) {
      #hmq .p-architecture-pointWrap.withAfter:before, #hmq .p-architecture-pointWrap.withAfter:after {
        height: calc(100% + 5vw); } }
  @media screen and (min-width: 769px) {
    #hmq .p-architecture-pointWrap.withAfter.sideL:after {
      width: 270px; } }
  #hmq .p-architecture-point.forFacade {
    padding: calc(100vw / ( 750 / 127 )) 0 0; }
    @media screen and (min-width: 769px) {
      #hmq .p-architecture-point.forFacade {
        margin-bottom: 160px;
        padding: 100px 0 0 40px; } }
  #hmq .p-architecture-point.forExterior {
    position: relative; }
    @media screen and (min-width: 769px) {
      #hmq .p-architecture-point.forExterior {
        padding: 160px 0 0 640px;
        margin-bottom: 55px; } }
  @media screen and (min-width: 769px) {
    #hmq .p-architecture-point.forEntrance {
      padding-left: 80px; } }
  #hmq .p-architecture-subTtl {
    width: 405px;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      #hmq .p-architecture-subTtl {
        width: calc(100vw / ( 750 / 405 ));
        margin-bottom: calc(100vw / ( 750 / 35 )); } }
    #hmq .p-architecture-subTtl .ja {
      display: block;
      font-weight: 400;
      letter-spacing: 0.06em;
      line-height: 1;
      margin-bottom: 0.6em;
      font-size: 25px; }
      @media screen and (max-width: 768px) {
        #hmq .p-architecture-subTtl .ja {
          font-size: calc(100vw / ( 750 / 30 )); } }
  #hmq .p-architecture-lead {
    line-height: 2em;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      #hmq .p-architecture-lead {
        font-size: calc(100vw / ( 750 / 28 ));
        margin-bottom: 2em; } }
  @media screen and (min-width: 769px) {
    #hmq .p-architecture-ph.forFacade {
      padding: 55px 0 0 120px; } }
  @media screen and (min-width: 769px) {
    #hmq .p-architecture-ph.forFacade .ph01 {
      width: 864px; } }
  @media screen and (max-width: 768px) {
    #hmq .p-architecture-ph.forFacade .ph01 {
      margin: 0 calc(-100vw / ( 750 / 50 )) calc(100vw / ( 750 / 140 )) calc(100vw / ( 750 / 50 )) !important; } }
  #hmq .p-architecture-ph.forExterior .ph01 {
    width: calc(100vw / ( 750 / 500 )); }
    @media screen and (min-width: 769px) {
      #hmq .p-architecture-ph.forExterior .ph01 {
        width: 553px;
        position: absolute;
        left: 40px;
        top: 0; } }
  @media screen and (max-width: 768px) {
    #hmq .p-architecture-ph.forExterior .ph02 {
      padding-left: calc(100vw / ( 750 / 250 )) !important;
      margin: calc(100vw / ( 750 / 40 )) 0 calc(100vw / ( 750 / 110 )) !important; } }
  @media screen and (min-width: 769px) {
    #hmq .p-architecture-ph.forExterior .ph02 {
      width: 473px;
      margin-top: 145px !important; } }
  #hmq .p-architecture-ph.forEntrance {
    position: relative;
    padding-bottom: calc(100vw / ( 750 / 100 )); }
    @media screen and (min-width: 769px) {
      #hmq .p-architecture-ph.forEntrance {
        padding: 50px 0 60px 200px; } }
    #hmq .p-architecture-ph.forEntrance .ph01 {
      width: 868px; }
      @media screen and (max-width: 768px) {
        #hmq .p-architecture-ph.forEntrance .ph01 {
          margin-left: calc(100vw / ( 750 / 100 )) !important;
          width: calc(100vw / ( 750 / 600 )); } }
    #hmq .p-architecture-ph.forEntrance .ph02 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: calc(100vw / ( 750 / 222 )); }
      @media screen and (min-width: 769px) {
        #hmq .p-architecture-ph.forEntrance .ph02 {
          width: 278px; } }

/*========== p-lifedesign.scss ==========*/
#hmq .p-lifedesign {
  padding: 165px 0 0; }
  @media screen and (max-width: 768px) {
    #hmq .p-lifedesign {
      padding-top: calc(100vw / ( 750 / 250 )); } }
  #hmq .p-lifedesign-ttl:after {
    right: 50%;
    background-image: url("/maison/maison-quality/assets/images/lifedesign_ttl.png"); }
    @media screen and (min-width: 769px) {
      #hmq .p-lifedesign-ttl:after {
        width: 510px;
        height: 298px;
        top: -25px;
        transform: translateX(-40px); } }
    @media screen and (max-width: 768px) {
      #hmq .p-lifedesign-ttl:after {
        width: calc(100vw / ( 750 / 428 ));
        height: calc(100vw / ( 750 / 257 ));
        top: calc(-100vw / ( 750 / 105 ));
        transform: translateX(calc(100vw / ( 750 / 96 ))); } }
  #hmq .p-lifedesign-sliderArea {
    padding-bottom: 100px; }
    @media screen and (max-width: 768px) {
      #hmq .p-lifedesign-sliderArea {
        padding-bottom: calc(100vw / ( 750 / 20 )); } }
    #hmq .p-lifedesign-sliderArea.withAfter:before, #hmq .p-lifedesign-sliderArea.withAfter:after {
      height: 100%;
      top: 305px; }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-sliderArea.withAfter:before, #hmq .p-lifedesign-sliderArea.withAfter:after {
          top: calc(100vw / ( 750 / 217 )); } }
    @media screen and (min-width: 769px) {
      #hmq .p-lifedesign-sliderArea.withAfter.sideR:after {
        width: 280px; } }
  #hmq .p-lifedesign-sliderWrap {
    margin: 0 auto;
    width: 869px; }
    @media screen and (max-width: 768px) {
      #hmq .p-lifedesign-sliderWrap {
        width: calc(100vw / ( 750 / 650 )); } }
  #hmq .p-lifedesign-slider .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    transition: all  0.3s ease; }
    @media screen and (min-width: 769px) {
      #hmq .p-lifedesign-slider .icon {
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
        height: 60px; } }
    @media screen and (max-width: 768px) {
      #hmq .p-lifedesign-slider .icon {
        width: calc(100vw / ( 750 / 60 ));
        height: calc(100vw / ( 750 / 60 ));
        bottom: calc(-100vw / ( 750 / 20 )); } }
    #hmq .p-lifedesign-slider .icon.forPrev {
      left: -100px;
      background-image: url("/maison/maison-quality/assets/images/icon_prev.png"); }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-slider .icon.forPrev {
          left: 0; } }
    #hmq .p-lifedesign-slider .icon.forNext {
      right: -100px;
      background-image: url("/maison/maison-quality/assets/images/icon_next.png"); }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-slider .icon.forNext {
          right: 0; } }
    #hmq .p-lifedesign-slider .icon:hover.forPrev {
      background-image: url("/maison/maison-quality/assets/images/icon_prev-on.png"); }
    #hmq .p-lifedesign-slider .icon:hover.forNext {
      background-image: url("/maison/maison-quality/assets/images/icon_next-on.png"); }
  @media screen and (max-width: 768px) {
    #hmq .p-lifedesign-space {
      padding-top: calc(100vw / ( 750 / 110 )); } }
  #hmq .p-lifedesign-space.withAfter:before, #hmq .p-lifedesign-space.withAfter:after {
    height: 100%;
    top: 0; }
  @media screen and (min-width: 769px) {
    #hmq .p-lifedesign-space.withAfter.sideR:after {
      width: 280px; } }
  #hmq .p-lifedesign-space .forPh {
    padding: calc(100vw / ( 750 / 185 )) calc(100vw / ( 750 / 230 )) calc(100vw / ( 750 / 120 )) 0;
    margin-top: calc(100vw / ( 750 / 60 ));
    position: relative; }
    @media screen and (min-width: 769px) {
      #hmq .p-lifedesign-space .forPh {
        padding: 110px 0 0 550px;
        margin: 90px 0 100px; } }
    #hmq .p-lifedesign-space .forPh:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: url("/maison/maison-quality/assets/images/lifedesign_subttl.png") center no-repeat;
      background-size: contain;
      width: 543px;
      height: 128px; }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-space .forPh:before {
          width: calc(100vw / ( 750 / 544 ));
          height: calc(100vw / ( 750 / 128 )); } }
    #hmq .p-lifedesign-space .forPh .ph02 {
      position: absolute; }
      @media screen and (min-width: 769px) {
        #hmq .p-lifedesign-space .forPh .ph02 {
          left: 355px;
          bottom: 70px;
          width: 260px; } }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-space .forPh .ph02 {
          width: calc(100vw / ( 750 / 280 ));
          right: 0;
          bottom: 0; } }
  @media screen and (max-width: 768px) {
    #hmq .p-lifedesign-pd {
      padding-top: calc(100vw / ( 750 / 110 )); } }
  #hmq .p-lifedesign-pd.withAfter:before, #hmq .p-lifedesign-pd.withAfter:after {
    height: 85%;
    top: 0; }
    @media screen and (max-width: 768px) {
      #hmq .p-lifedesign-pd.withAfter:before, #hmq .p-lifedesign-pd.withAfter:after {
        height: calc(100% - 5vw); } }
  @media screen and (min-width: 769px) {
    #hmq .p-lifedesign-pd.withAfter.sideR:after {
      width: 280px; } }
  #hmq .p-lifedesign-pd .forHead {
    margin: 70px 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #hmq .p-lifedesign-pd .forHead {
        margin: calc(100vw / ( 750 / 100 )) 0 calc(100vw / ( 750 / 120 )); } }
    @media screen and (min-width: 769px) {
      #hmq .p-lifedesign-pd .forHead {
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
    #hmq .p-lifedesign-pd .forHead:before, #hmq .p-lifedesign-pd .forHead:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -30px;
      background-color: #3a3a3a; }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-pd .forHead:before, #hmq .p-lifedesign-pd .forHead:after {
          top: calc(-100vw / ( 750 / 35 )); } }
    #hmq .p-lifedesign-pd .forHead:before {
      width: 60px;
      height: 1px; }
    #hmq .p-lifedesign-pd .forHead:after {
      width: 1px;
      height: 56px; }
    #hmq .p-lifedesign-pd .forHead .ttl {
      position: relative;
      font-weight: 400;
      letter-spacing: 0; }
      @media screen and (min-width: 769px) {
        #hmq .p-lifedesign-pd .forHead .ttl {
          font-size: 34px;
          width: 400px;
          height: 95px;
          line-height: 95px;
          padding-left: 80px;
          margin-right: 40px; } }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-pd .forHead .ttl {
          text-align: center;
          font-size: calc(100vw / ( 750 / 40 ));
          line-height: 1;
          margin-bottom: 1em; } }
      #hmq .p-lifedesign-pd .forHead .ttl:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 40px;
        width: 133px;
        height: 95px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          #hmq .p-lifedesign-pd .forHead .ttl:after {
            left: 50%;
            transform: translate(-50%, -50%);
            width: calc(100vw / ( 750 / 152 ));
            height: calc(100vw / ( 750 / 109 )); } }
      @media screen and (min-width: 769px) {
        #hmq .p-lifedesign-pd .forHead .ttl01 {
          margin-right: 0; }
          #hmq .p-lifedesign-pd .forHead .ttl01 + .txt {
            width: calc(100% - 400px); } }
      #hmq .p-lifedesign-pd .forHead .ttl01:after {
        background-image: url("/maison/maison-quality/assets/images/lifedesign_num01.png"); }
      #hmq .p-lifedesign-pd .forHead .ttl02:after {
        background-image: url("/maison/maison-quality/assets/images/lifedesign_num02.png"); }
    @media screen and (min-width: 769px) {
      #hmq .p-lifedesign-pd .forHead .txt {
        width: calc(100% - 440px); } }
    @media screen and (max-width: 768px) {
      #hmq .p-lifedesign-pd .forHead .txt {
        padding: 0 calc(100vw / ( 750 / 50 )); } }
    #hmq .p-lifedesign-pd .forHead .txt:before, #hmq .p-lifedesign-pd .forHead .txt:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: -30px;
      background-color: #3a3a3a; }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-pd .forHead .txt:before, #hmq .p-lifedesign-pd .forHead .txt:after {
          bottom: calc(-100vw / ( 750 / 35 )); } }
    #hmq .p-lifedesign-pd .forHead .txt:before {
      width: 60px;
      height: 1px; }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-pd .forHead .txt:before {
          width: calc(100vw / ( 750 / 80 )); } }
    #hmq .p-lifedesign-pd .forHead .txt:after {
      width: 1px;
      height: 56px; }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-pd .forHead .txt:after {
          height: calc(100vw / ( 750 / 80 )); } }
    #hmq .p-lifedesign-pd .forHead .txt p {
      line-height: 2em; }
  @media screen and (max-width: 768px) {
    #hmq .p-lifedesign-pd .forItems {
      padding-bottom: calc(100vw / ( 750 / 30 )); } }
  @media screen and (min-width: 769px) {
    #hmq .p-lifedesign-pd .forItems {
      display: flex;
      flex-wrap: wrap; } }
  #hmq .p-lifedesign-pd .forItems .item {
    margin-bottom: calc(100vw / ( 750 / 150 )); }
    @media screen and (min-width: 769px) {
      #hmq .p-lifedesign-pd .forItems .item {
        width: 474px;
        margin-bottom: 85px; } }
    @media screen and (min-width: 769px) {
      #hmq .p-lifedesign-pd .forItems .item:nth-child(odd) {
        margin-right: 80px; } }
    #hmq .p-lifedesign-pd .forItems .item_info .name {
      font-weight: 400;
      line-height: 1.25;
      margin: 1.25em 0 0.5em;
      font-size: 25px; }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-pd .forItems .item_info .name {
          font-size: calc(100vw / ( 750 / 38 )); } }
      #hmq .p-lifedesign-pd .forItems .item_info .name sup {
        font-size: 50%; }
      #hmq .p-lifedesign-pd .forItems .item_info .name_sub {
        display: block;
        padding-bottom: 0.25em;
        font-size: 18px; }
        @media screen and (max-width: 768px) {
          #hmq .p-lifedesign-pd .forItems .item_info .name_sub {
            font-size: calc(100vw / ( 750 / 28 )); } }
    #hmq .p-lifedesign-pd .forItems .item_info .text {
      line-height: 1.875em;
      margin-bottom: 0.5em; }
      @media screen and (max-width: 768px) {
        #hmq .p-lifedesign-pd .forItems .item_info .text {
          margin-bottom: 1em; } }

/*========== p-basic.scss ==========*/
#hmq .p-basic {
  padding-top: calc(100vw / ( 750 / 90 )); }
  @media screen and (min-width: 769px) {
    #hmq .p-basic {
      padding-top: 50px;
      margin-top: -85px; } }
  #hmq .p-basic.withAfter:before, #hmq .p-basic.withAfter:after {
    height: 1160px;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      #hmq .p-basic.withAfter:before, #hmq .p-basic.withAfter:after {
        display: none; } }
  @media screen and (min-width: 769px) {
    #hmq .p-basic.withAfter:after {
      width: 280px; } }
  #hmq .p-basic-ttl:after {
    width: 555px;
    height: 199px;
    left: 50%;
    top: -50px;
    background-image: url("/maison/maison-quality/assets/images/basic_ttl.png"); }
    @media screen and (max-width: 768px) {
      #hmq .p-basic-ttl:after {
        width: calc(100vw / ( 750 / 472 ));
        height: calc(100vw / ( 750 / 172 ));
        transform: translateX(calc(-100vw / ( 750 / 325 )));
        top: calc(-100vw / ( 750 / 15 )); } }
  @media screen and (min-width: 769px) {
    #hmq .p-basic-items {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 769px) {
    #hmq .p-basic-items .item {
      width: 474px; } }
  @media screen and (max-width: 768px) {
    #hmq .p-basic-items .item {
      margin-bottom: calc(100vw / ( 750 / 150 )); } }
  @media screen and (min-width: 769px) {
    #hmq .p-basic-items .item:nth-child(odd) {
      margin-right: 80px; } }
  #hmq .p-basic-items .item_info .name {
    font-weight: 400;
    font-size: 34px;
    margin: 1em 0 0.5em; }
    @media screen and (max-width: 768px) {
      #hmq .p-basic-items .item_info .name {
        font-size: calc(100vw / ( 750 / 45 ));
        margin-bottom: 0.7em; } }
    #hmq .p-basic-items .item_info .name_sub {
      font-weight: 300;
      line-height: 1.6em;
      display: block;
      padding-bottom: 0.25em;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        #hmq .p-basic-items .item_info .name_sub {
          font-size: calc(100vw / ( 750 / 32 ));
          line-height: 1.4;
          padding-bottom: 0.6em; } }
  #hmq .p-basic-items .item_info .text {
    line-height: 2;
    margin-bottom: 0.75em; }
    @media screen and (max-width: 768px) {
      #hmq .p-basic-items .item_info .text {
        margin-bottom: 1em; } }
  #hmq .p-basic-sec2nd {
    margin-bottom: 115px; }
    @media screen and (max-width: 768px) {
      #hmq .p-basic-sec2nd {
        margin-bottom: calc(100vw / ( 750 / 100 )); } }
  #hmq .p-basic-subTtl {
    font-weight: 400;
    margin-bottom: 1em;
    font-size: 40px; }
    @media screen and (max-width: 768px) {
      #hmq .p-basic-subTtl {
        font-size: calc(100vw / ( 750 / 44 )); } }
  @media screen and (min-width: 769px) {
    #hmq .p-basic-col2 {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  @media screen and (min-width: 769px) {
    #hmq .p-basic-col2 .forPh {
      width: 474px;
      margin-right: 80px !important; } }
  @media screen and (min-width: 769px) {
    #hmq .p-basic-col2 .forTxt {
      width: 474px; } }
  @media screen and (max-width: 768px) {
    #hmq .p-basic-col2 .forTxt {
      padding-top: calc(100vw / ( 750 / 45 )); } }
  #hmq .p-basic-col2 .forTxt p {
    line-height: 2;
    margin-bottom: 0.75em; }
    @media screen and (max-width: 768px) {
      #hmq .p-basic-col2 .forTxt p {
        margin-bottom: 1em; } }

/*========== p-service.scss ==========*/
#hmq .p-service {
  padding: 90px 0 110px; }
  @media screen and (max-width: 768px) {
    #hmq .p-service {
      padding: calc(100vw / ( 750 / 90 )) 0 calc(100vw / ( 750 / 110 )); } }
  #hmq .p-service__inner {
    position: relative;
    padding-top: calc(100vw / ( 750 / 60 ));
    padding-bottom: calc(100vw / ( 750 / 60 )); }
    @media screen and (min-width: 769px) {
      #hmq .p-service__inner {
        display: flex;
        flex-wrap: wrap;
        padding: 80px 40px; } }
    #hmq .p-service__inner:before, #hmq .p-service__inner:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid; }
    #hmq .p-service__inner:before {
      left: 40px;
      top: 0;
      border-width: 98px 98px 0 0;
      border-color: #f1efed transparent transparent transparent; }
      @media screen and (max-width: 768px) {
        #hmq .p-service__inner:before {
          left: calc(100vw / ( 750 / 50 ));
          border-width: calc(100vw / ( 750 / 98 )) calc(100vw / ( 750 / 98 )) 0 0; } }
    #hmq .p-service__inner:after {
      right: 40px;
      bottom: 0;
      border-width: 0 0 98px 98px;
      border-color: transparent transparent #f1efed transparent; }
      @media screen and (max-width: 768px) {
        #hmq .p-service__inner:after {
          right: calc(100vw / ( 750 / 50 ));
          border-width: 0 0 calc(100vw / ( 750 / 98 )) calc(100vw / ( 750 / 98 )); } }
  #hmq .p-service-ttl {
    font-weight: 400;
    text-align: center; }
    @media screen and (min-width: 769px) {
      #hmq .p-service-ttl {
        width: 280px;
        font-size: 32px; } }
    @media screen and (max-width: 768px) {
      #hmq .p-service-ttl {
        font-size: calc(100vw / ( 750 / 46 ));
        margin-bottom: 1em; } }
  #hmq .p-service-obj {
    width: 200px;
    margin-right: 40px !important; }
    @media screen and (max-width: 768px) {
      #hmq .p-service-obj {
        width: 40vw;
        margin: 0 auto calc(100vw / ( 750 / 50 )) !important; } }
    #hmq .p-service-obj img {
      border: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 769px) {
    #hmq .p-service-txtArea {
      width: 600px; } }
  #hmq .p-service-txtArea .forTtl {
    margin-bottom: 1em;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      #hmq .p-service-txtArea .forTtl {
        font-size: calc(100vw / ( 750 / 36 )); } }
    #hmq .p-service-txtArea .forTtl_name {
      font-size: 1.25em;
      font-weight: 400;
      padding-bottom: 0.2em;
      background: linear-gradient(transparent 60%, #f1efed 0%); }
  @media screen and (min-width: 769px) {
    #hmq .p-service-txtArea .forTxt {
      padding-right: 80px; } }
  #hmq .p-service-txtArea .forTxt p {
    line-height: 2;
    margin-bottom: 1em; }
    #hmq .p-service-txtArea .forTxt p.note {
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        #hmq .p-service-txtArea .forTxt p.note {
          font-size: calc(100vw / ( 750 / 22 ));
          margin-bottom: 2em; } }

/*========== p-summary.scss ==========*/
#hmq .p-summary {
  background: url("/maison/maison-quality/assets/images/summary_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 90px 0 100px; }
  @media screen and (max-width: 768px) {
    #hmq .p-summary {
      padding: calc(100vw / ( 750 / 90 )) 0 calc(100vw / ( 750 / 100 ));
      background-position: 20% bottom;
      background-size: 500%; } }
  #hmq .p-summary-lead {
    text-align: center;
    line-height: 1.88;
    margin-bottom: 2em;
    font-size: 25px; }
    @media screen and (max-width: 768px) {
      #hmq .p-summary-lead {
        font-size: calc(100vw / ( 750 / 38 ));
        margin: 0 -1em 2em; } }
    #hmq .p-summary-lead .imgTxt {
      display: inline-block;
      vertical-align: middle;
      width: 362px;
      margin-right: 2px; }
      @media screen and (max-width: 768px) {
        #hmq .p-summary-lead .imgTxt {
          width: calc(100vw / ( 750 / 520 )); } }
  @media screen and (min-width: 769px) {
    #hmq .p-summary-system {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }
  #hmq .p-summary-system__item {
    position: relative; }
    @media screen and (max-width: 768px) {
      #hmq .p-summary-system__item:not(:last-child) {
        margin-bottom: calc(100vw / ( 750 / 180 )); } }
    #hmq .p-summary-system__item:not(:last-child):after {
      content: "";
      display: block;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (min-width: 769px) {
        #hmq .p-summary-system__item:not(:last-child):after {
          right: 0;
          top: 125px;
          width: 19px;
          height: 21px; } }
      @media screen and (max-width: 768px) {
        #hmq .p-summary-system__item:not(:last-child):after {
          left: 50%;
          bottom: calc(-100vw / ( 750 / 90 ));
          transform: translate(-50%, 50%);
          width: calc(100vw / ( 750 / 38 ));
          height: calc(100vw / ( 750 / 42 )); } }
    @media screen and (min-width: 769px) {
      #hmq .p-summary-system__item.item01 {
        width: 267px;
        margin-right: 80px; } }
    @media screen and (max-width: 768px) {
      #hmq .p-summary-system__item.item01 .forPh {
        width: calc(100vw / ( 750 / 571 )); } }
    #hmq .p-summary-system__item.item01:after {
      background-image: url("/maison/maison-quality/assets/images/icon_plus.png"); }
      @media screen and (min-width: 769px) {
        #hmq .p-summary-system__item.item01:after {
          right: -53px; } }
    @media screen and (min-width: 769px) {
      #hmq .p-summary-system__item.item02 {
        width: 179px;
        margin-right: 96px; } }
    @media screen and (max-width: 768px) {
      #hmq .p-summary-system__item.item02 {
        text-align: center; } }
    #hmq .p-summary-system__item.item02 .forTxt {
      position: relative; }
      @media screen and (min-width: 769px) {
        #hmq .p-summary-system__item.item02 .forTxt {
          transform: translate(100px, 30px);
          width: 590px; } }
      #hmq .p-summary-system__item.item02 .forTxt-items {
        position: relative; }
        @media screen and (min-width: 769px) {
          #hmq .p-summary-system__item.item02 .forTxt-items {
            border-left: 1px solid #3a3a3a;
            margin-right: 1em; } }
        @media screen and (max-width: 768px) {
          #hmq .p-summary-system__item.item02 .forTxt-items {
            display: inline-block;
            text-align: left;
            margin: 1em 0; } }
        @media screen and (min-width: 769px) {
          #hmq .p-summary-system__item.item02 .forTxt-items:before, #hmq .p-summary-system__item.item02 .forTxt-items:after {
            content: "";
            display: block;
            background-color: #3a3a3a;
            position: absolute; } }
        #hmq .p-summary-system__item.item02 .forTxt-items:before {
          width: 15px;
          height: 1px;
          left: -15px;
          top: 50%; }
        #hmq .p-summary-system__item.item02 .forTxt-items:after {
          width: 1px;
          height: 100px;
          left: -15px;
          top: 50%;
          transform: translateY(-100%); }
        #hmq .p-summary-system__item.item02 .forTxt-items__item {
          position: relative;
          padding-left: 1.5em; }
          #hmq .p-summary-system__item.item02 .forTxt-items__item:not(:last-child) {
            margin-bottom: 0.5em; }
          #hmq .p-summary-system__item.item02 .forTxt-items__item:before {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #3a3a3a;
            position: absolute;
            left: 0.7em;
            top: 50%;
            transform: translateY(-50%); }
      #hmq .p-summary-system__item.item02 .forTxt-btn {
        font-size: calc(100vw / ( 750 / 30 ));
        height: calc(100vw / ( 750 / 110 ));
        line-height: calc(100vw / ( 750 / 110 ));
        width: 70vw;
        margin: 0 auto; }
        @media screen and (min-width: 769px) {
          #hmq .p-summary-system__item.item02 .forTxt-btn {
            font-size: 18px;
            height: 74px;
            line-height: 74px;
            width: 312px;
            letter-spacing: 0.06em;
            position: absolute;
            right: 40px;
            top: 50%;
            transform: translateY(-50%); } }
    #hmq .p-summary-system__item.item02 figure {
      z-index: 1;
      position: relative; }
      #hmq .p-summary-system__item.item02 figure img {
        border: 1px solid #3a3a3a; }
    #hmq .p-summary-system__item.item02:after {
      background-image: url("/maison/maison-quality/assets/images/icon_minus.png"); }
      @media screen and (min-width: 769px) {
        #hmq .p-summary-system__item.item02:after {
          right: -60px; } }
      @media screen and (max-width: 768px) {
        #hmq .p-summary-system__item.item02:after {
          transform: translate(-50%, 50%) rotate(90deg); } }
    @media screen and (min-width: 769px) {
      #hmq .p-summary-system__item.item03 {
        width: 180px;
        margin-right: 80px; } }
    #hmq .p-summary-system__item .forTtl {
      text-align: center;
      font-weight: 400;
      margin-bottom: 1em;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        #hmq .p-summary-system__item .forTtl {
          font-size: calc(100vw / ( 750 / 39 ));
          margin-bottom: 0.5em; } }
    @media screen and (max-width: 768px) {
      #hmq .p-summary-system__item .forPh {
        margin: 0 auto;
        width: calc(100vw / ( 750 / 380 )); } }

/*========== p-contact.scss ==========*/
#hmq .p-contact {
  background-color: #323232;
  color: #dbdbdb;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 130px 0 160px; }
  @media screen and (max-width: 768px) {
    #hmq .p-contact {
      padding: calc(100vw / ( 750 / 130 )) 0 calc(100vw / ( 750 / 160 )); } }
  #hmq .p-contact-lead {
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    font-size: 40px;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      #hmq .p-contact-lead {
        font-size: calc(100vw / ( 750 / 40 )); }
        #hmq .p-contact-lead .inBox {
          display: inline-block;
          margin-right: -0.2em; } }
  @media screen and (min-width: 769px) {
    #hmq .p-contact-nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }
  #hmq .p-contact-nav__item {
    font-size: calc(100vw / ( 750 / 32 ));
    width: 70vw; }
    @media screen and (max-width: 768px) {
      #hmq .p-contact-nav__item {
        margin: 0 auto; } }
    @media screen and (min-width: 769px) {
      #hmq .p-contact-nav__item {
        width: 280px;
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      #hmq .p-contact-nav__item:not(:last-child) {
        margin-bottom: calc(100vw / ( 750 / 30 )); } }
    @media screen and (min-width: 769px) {
      #hmq .p-contact-nav__item:not(:last-child) {
        margin-right: 40px; } }
    #hmq .p-contact-nav__item .c-btn-std {
      color: #dbdbdb;
      border-color: #dbdbdb;
      height: calc(100vw / ( 750 / 110 ));
      line-height: calc(100vw / ( 750 / 110 )); }
      @media screen and (min-width: 769px) {
        #hmq .p-contact-nav__item .c-btn-std {
          height: 70px;
          line-height: 70px; } }
      #hmq .p-contact-nav__item .c-btn-std .icon:after {
        border-color: transparent transparent transparent #dbdbdb; }
      #hmq .p-contact-nav__item .c-btn-std:hover {
        background-color: #dbdbdb;
        color: #323232; }
        #hmq .p-contact-nav__item .c-btn-std:hover .icon:after {
          border-color: transparent transparent transparent #323232; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .slick-dotted.slick-slider {
      padding-bottom: calc(100vw / ( 750 / 68 )); } }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .slick-dots li {
        width: calc(100vw / ( 750 / 16 ));
        height: calc(100vw / ( 750 / 16 ));
        margin: 0 calc(100vw / ( 750 / 10 )); } }
    .slick-dots li button {
      border: 0;
      background: #fff;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      border-radius: 50%; }
      @media screen and (max-width: 768px) {
        .slick-dots li button {
          width: calc(100vw / ( 750 / 16 ));
          height: calc(100vw / ( 750 / 16 )); } }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        line-height: 10px;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media screen and (max-width: 768px) {
          .slick-dots li button:before {
            width: calc(100vw / ( 750 / 16 ));
            height: calc(100vw / ( 750 / 16 ));
            line-height: calc(100vw / ( 750 / 16 )); } }
    .slick-dots li.slick-active button {
      background-color: #323232; }