<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  overflow-x: hidden; }

@media (max-width: 768px) {
  br {
    display: block; } }

img {
  image-rendering: -webkit-optimize-contrast; }

#pagetop {
  z-index: 100; }

.sp {
  display: none; }
  @media (max-width: 768px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media (max-width: 768px) {
    .pc {
      display: none; } }

#main {
  margin-bottom: -3vw; }
  @media (max-width: 768px) {
    #main {
      margin-bottom: -5.2vw; } }
  #main img {
    width: 100%; }

/*inner*/
.inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%; }

/*inner*/
#feature {
  background: #009FB9;
  padding: 35px 0 65px; }
  @media (max-width: 768px) {
    #feature {
      padding: 20px 0 25px; } }
  #feature h2 {
    color: #fff;
    font-size: 41px;
    margin-bottom: 12px;
    text-align: center; }
    @media (max-width: 768px) {
      #feature h2 {
        font-size: 24px;
        margin-bottom: 4px; } }
  #feature ul {
    background: #087A8D;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      #feature ul {
        display: block; } }
  #feature li a {
    align-items: center;
    color: #fff;
    display: flex;
    padding: 15px 140px 5px 25px;
    position: relative;
    transition: .5s all; }
    @media (max-width: 768px) {
      #feature li a {
        padding: 15px 5% 10px; } }
    #feature li a .number {
      font-size: 60px;
      line-height: 1;
      margin-right: 10px; }
    #feature li a p {
      font-size: 17px;
      text-align: left; }
    #feature li a .en {
      font-size: 22px; }
      @media (max-width: 768px) {
        #feature li a .en {
          font-size: 18px; } }
    #feature li a::after {
      background: url("../images/quapro-r/feature-list-arrow.png") no-repeat center/contain;
      content: "";
      height: 30px;
      margin: auto;
      position: absolute;
      bottom: 0;
      right: 20px;
      top: 0;
      width: 92px; }
    #feature li a:hover {
      opacity: 0.75;
      text-decoration: none; }
  #feature li:nth-child(2) a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }
    @media (max-width: 768px) {
      #feature li:nth-child(2) a {
        border-bottom: 1px solid #fff;
        border-left: none;
        border-right: none;
        border-top: 1px solid #fff; } }

/*feature*/
#comfortable {
  /* ▲▲▲ c-about ▲▲▲ */ }
  #comfortable .c-about {
    background: url("../images/quapro-r/comfortable-back.jpg") no-repeat center/cover;
    padding-top: 20px;
    position: relative;
    z-index: 10; }
    #comfortable .c-about .inner {
      display: flex; }
      @media (max-width: 768px) {
        #comfortable .c-about .inner {
          display: block; } }
  #comfortable .desc {
    margin-top: 45px;
    width: 50%; }
    @media (max-width: 768px) {
      #comfortable .desc {
        margin-top: 0;
        width: 100%; } }
  #comfortable .title {
    align-items: center;
    border-bottom: 1px solid #fff;
    display: flex;
    margin: 0 -10% 25px;
    padding-bottom: 12px;
    padding-left: 10%;
    position: relative; }
    @media (max-width: 768px) {
      #comfortable .title {
        margin: 0 0 25px;
        padding-left: 0; } }
    #comfortable .title .number {
      margin-right: 25px; }
      @media (max-width: 768px) {
        #comfortable .title .number {
          margin-right: 15px; } }
      #comfortable .title .number img {
        width: auto; }
        @media (max-width: 768px) {
          #comfortable .title .number img {
            width: 45px; } }
    #comfortable .title h2 {
      color: #fff;
      font-size: 30px;
      font-weight: normal;
      text-align: left; }
      @media (max-width: 768px) {
        #comfortable .title h2 {
          font-size: 18px; } }
      #comfortable .title h2 .en {
        color: #009FB0;
        display: inline-block;
        font-size: 53px;
        font-style: italic;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 12px; }
        @media (max-width: 768px) {
          #comfortable .title h2 .en {
            font-size: 31px; } }
  #comfortable h3, #comfortable ul {
    max-width: 385px; }
  #comfortable h3 {
    border-left: 6px solid #009FB0;
    color: #fff;
    font-size: 21px;
    margin-bottom: 35px;
    padding-left: 5px;
    text-align: left; }
    @media (max-width: 768px) {
      #comfortable h3 {
        font-size: 18px; } }
    #comfortable h3 span {
      font-size: 17px; }
      @media (max-width: 768px) {
        #comfortable h3 span {
          font-size: 15px; } }
  #comfortable ul {
    padding-bottom: 50px; }
    @media (max-width: 768px) {
      #comfortable ul {
        padding-bottom: 15px; } }
  #comfortable li {
    text-align: left; }
    #comfortable li.graph {
      display: flex;
      margin-bottom: 25px; }
    #comfortable li .graph-desc {
      margin-right: 3%;
      width: 51%; }
    #comfortable li .graph-image {
      text-align: right;
      width: 46%; }
    #comfortable li h4 {
      color: #009FB9;
      font-size: 14px; }
    #comfortable li p {
      color: #fff;
      font-size: 14px;
      line-height: 145%; }
  #comfortable .image {
    margin: -45px 0 -165px -11%;
    position: relative;
    width: 61%;
    z-index: 1; }
    @media (max-width: 768px) {
      #comfortable .image {
        margin: 0;
        text-align: right;
        width: 100%; }
        #comfortable .image p {
          color: #fff;
          display: inline-block;
          font-size: 21px;
          font-weight: bold;
          padding: 10px 0;
          text-align: left; } }
  #comfortable .ap-box {
    background: #C9C9CA;
    padding: 15px 0 20px; }
    @media (max-width: 768px) {
      #comfortable .ap-box {
        padding: 0 0 20px; } }
    #comfortable .ap-box .inner {
      flex-direction: row-reverse;
      display: flex; }
      @media (max-width: 768px) {
        #comfortable .ap-box .inner {
          display: block;
          width: 100%; } }
  #comfortable .awc {
    align-items: flex-end;
    display: flex;
    margin: 0 4% 0 0;
    width: 66%; }
    #comfortable .awc img {
      max-width: 100%;
      width: auto; }
    @media (max-width: 768px) {
      #comfortable .awc {
        display: block;
        margin: 15px auto 0;
        width: 90%; } }
    #comfortable .awc .box1 {
      margin: 0 3% 0 0;
      width: 43%; }
      @media (max-width: 768px) {
        #comfortable .awc .box1 {
          margin: 0 0 10px;
          width: 100%; } }
      #comfortable .awc .box1 img {
        max-width: 196px; }
        @media (max-width: 768px) {
          #comfortable .awc .box1 img {
            max-width: 80%; } }
    #comfortable .awc h3 {
      color: #231815;
      font-size: 17px;
      margin-bottom: 15px;
      margin-left: 0; }
      #comfortable .awc h3 span {
        color: #009FB0;
        font-size: 15px; }
      #comfortable .awc h3 small {
        font-size: 15px; }
    #comfortable .awc p {
      font-size: 12px;
      line-height: 150%;
      text-align: justify; }
    #comfortable .awc .box2 {
      align-items: flex-end;
      display: flex;
      margin: 0 0 0 -5%;
      width: 63%; }
      @media (max-width: 768px) {
        #comfortable .awc .box2 {
          display: block;
          margin: 0;
          text-align: center;
          width: 100%; } }
      #comfortable .awc .box2 .image1 {
        margin: 0 9% 0 0;
        width: 46%; }
        @media (max-width: 768px) {
          #comfortable .awc .box2 .image1 {
            margin: 0 auto 10px;
            width: 80%; } }
      #comfortable .awc .box2 .image2 {
        width: 45%; }
        @media (max-width: 768px) {
          #comfortable .awc .box2 .image2 {
            margin: 0 auto;
            width: 80%; } }
  #comfortable .point {
    box-sizing: border-box;
    padding: 60px 25px 0;
    position: relative;
    text-align: right;
    width: 30%;
    z-index: 1; }
    @media (max-width: 768px) {
      #comfortable .point {
        box-sizing: border-box;
        padding: 15%;
        width: 100%; } }
    #comfortable .point p {
      color: #fff;
      display: inline-block;
      font-size: 21px;
      font-weight: bold;
      text-align: left; }
      @media (max-width: 768px) {
        #comfortable .point p {
          display: none; } }
    #comfortable .point .height-txt {
      font-size: 13px;
      line-height: 140%;
      margin-bottom: 30px; }
      #comfortable .point .height-txt strong {
        color: #E60012;
        font-size: 21px; }
    #comfortable .point::before {
      background: url("../images/quapro-r/point-back.jpg") no-repeat center/cover;
      content: "";
      height: calc(100% + 35px);
      position: absolute;
      left: 0;
      top: -15px;
      width: 100%;
      z-index: -1; }
      @media (max-width: 768px) {
        #comfortable .point::before {
          height: 100%;
          top: 0; } }

/*comfortable*/
#economy .title {
  background: url("../images/quapro-r/economy-title-back.jpg") no-repeat center/cover;
  border-bottom: 1px solid #fff;
  padding: 120px 0 15px; }
  @media (max-width: 768px) {
    #economy .title {
      background: url("../images/quapro-r/economy-title-back.jpg") no-repeat left center/cover;
      padding: 25px 0 15px; } }
  #economy .title .inner {
    align-items: center;
    display: flex; }
  #economy .title .number {
    margin-right: 25px; }
    @media (max-width: 768px) {
      #economy .title .number {
        margin-right: 15px; }
        #economy .title .number img {
          width: 61px; } }
  #economy .title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-align: left; }
    @media (max-width: 768px) {
      #economy .title h2 {
        font-size: 18px; } }
    #economy .title h2 .en {
      color: #009FB0;
      display: inline-block;
      font-size: 53px;
      font-style: italic;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 12px; }
      @media (max-width: 768px) {
        #economy .title h2 .en {
          font-size: 31px; } }
#economy .box {
  background: url("../images/quapro-r/economy-back.jpg") no-repeat center/cover;
  padding: 30px 0 40px; }
  #economy .box .inner {
    display: flex; }
    @media (max-width: 768px) {
      #economy .box .inner {
        display: block; } }
  #economy .box .desc {
    margin-right: 10%;
    width: 36%; }
    @media (max-width: 768px) {
      #economy .box .desc {
        margin-right: 0;
        width: 100%; } }
    #economy .box .desc li {
      color: #fff;
      margin-bottom: 35px;
      text-align: left; }
    #economy .box .desc h3 {
      border-left: 7px solid #009FB0;
      font-size: 21px;
      margin-bottom: 7px;
      padding-left: 5px; }
    #economy .box .desc p {
      font-size: 14px;
      line-height: 150%; }
  #economy .box .water-charger {
    align-items: center;
    background: #BCE2EA;
    display: flex;
    position: relative;
    padding: 15px 0;
    text-align: left; }
    #economy .box .water-charger .wc-image {
      width: 40%; }
      @media (max-width: 768px) {
        #economy .box .water-charger .wc-image {
          margin: 0 auto;
          padding: 10px 0;
          width: 44%; } }
    #economy .box .water-charger .wc-desc {
      padding: 10px 25px;
      text-align: justify;
      width: calc(60% - 50px); }
      @media (max-width: 768px) {
        #economy .box .water-charger .wc-desc {
          padding: 0 4%;
          width: 48%; } }
    #economy .box .water-charger h4 {
      border-left: 3px solid #009FB0;
      color: #009FB0;
      font-size: 14px;
      line-height: 110%;
      margin-bottom: 5px;
      padding-left: 3px; }
  #economy .box .image {
    margin: -215px 0 0;
    width: 54%; }
    @media (max-width: 768px) {
      #economy .box .image {
        margin: 20px auto 0;
        width: 90%; } }

/*ecenomy*/
#safety {
  background: #BCE2EA;
  position: relative; }
  #safety .inner {
    display: flex;
    flex-direction: row-reverse;
    width: 100%; }
    @media (max-width: 768px) {
      #safety .inner {
        display: block; } }
  #safety .image {
    padding-top: 25px;
    position: relative;
    width: 42%;
    z-index: 10; }
    @media (max-width: 768px) {
      #safety .image {
        padding-bottom: 25px;
        width: 100%; } }
    #safety .image img {
      max-width: 100%; }
      @media (max-width: 768px) {
        #safety .image img {
          width: 90%; } }
    #safety .image::before {
      background: linear-gradient(#B9DDE5, #040000);
      content: "";
      height: 100%;
      position: absolute;
      right: 8%;
      top: 0;
      width: 50vw;
      z-index: -1; }
      @media (max-width: 768px) {
        #safety .image::before {
          right: 0;
          width: 100%; } }
  #safety .desc {
    margin-left: 8%;
    padding: 63px 0 15px;
    position: relative;
    width: 50%; }
    @media (max-width: 768px) {
      #safety .desc {
        padding-top: 25px;
        width: 92%; } }
    #safety .desc::before {
      background: #CA0915;
      content: "";
      height: 100%;
      position: absolute;
      left: -5%;
      top: 0;
      width: 1px; }
  #safety .title {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative; }
    #safety .title .number {
      margin-right: 25px; }
      @media (max-width: 768px) {
        #safety .title .number {
          margin-right: 15px; }
          #safety .title .number img {
            width: 73px; } }
    #safety .title h2 {
      font-size: 30px;
      font-weight: normal;
      text-align: left; }
      @media (max-width: 768px) {
        #safety .title h2 {
          font-size: 18px; } }
      #safety .title h2 .en {
        color: #009FB0;
        display: inline-block;
        font-size: 53px;
        font-style: italic;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 12px; }
        @media (max-width: 768px) {
          #safety .title h2 .en {
            font-size: 31px; } }
    #safety .title::before {
      background: #CA0915;
      content: "";
      height: 1px;
      position: absolute;
      bottom: 0;
      left: -12vw;
      width: 65vw; }
      @media (max-width: 768px) {
        #safety .title::before {
          left: inherit;
          right: 0;
          width: 100vw; } }
  #safety ul {
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      #safety ul {
        margin-bottom: 40px;
        margin-right: 5%; } }
  #safety li {
    display: flex; }
    @media (max-width: 768px) {
      #safety li {
        display: block; } }
    #safety li .li-desc {
      width: 50%; }
      @media (max-width: 768px) {
        #safety li .li-desc {
          margin-bottom: 10px;
          width: 100%; } }
    #safety li h3 {
      border-left: 8px solid #009FB0;
      font-size: 21px;
      margin-bottom: 10px;
      padding-left: 8px;
      text-align: left; }
      #safety li h3 span {
        color: #009FB0;
        font-size: 17px; }
        @media (max-width: 768px) {
          #safety li h3 span {
            font-size: 15px; } }
    #safety li p {
      font-size: 14px;
      line-height: 150%;
      text-align: left; }
    #safety li .li-image {
      width: 45%; }
      @media (max-width: 768px) {
        #safety li .li-image {
          width: 100%; } }
    #safety li:first-child .li-desc {
      margin-right: 5%; }
    @media (max-width: 768px) {
      #safety li:first-child {
        margin-bottom: 30px; }
        #safety li:first-child img {
          width: 65%; } }
    #safety li:last-child {
      align-items: flex-end; }
  #safety .alarm {
    max-width: 450px;
    text-align: left; }
    @media (max-width: 768px) {
      #safety .alarm {
        margin-right: 5%; } }
    #safety .alarm .a-desc {
      margin-bottom: 15px; }
    #safety .alarm .a-title {
      align-items: center;
      display: flex;
      margin-bottom: 15px; }
    #safety .alarm .icon {
      margin: 0 3% 0 0;
      width: 16%; }
      #safety .alarm .icon img {
        width: 100%; }
      @media (max-width: 768px) {
        #safety .alarm .icon {
          max-width: 50px;
          width: 14%; } }
    #safety .alarm .text {
      width: 81%; }
      @media (max-width: 768px) {
        #safety .alarm .text {
          width: 83%; } }
    #safety .alarm .copy {
      color: #231815;
      font-size: 18px;
      padding: 5px 0; }
      @media (max-width: 768px) {
        #safety .alarm .copy {
          font-size: 17px; } }
      #safety .alarm .copy .option {
        display: inline-block; }
        @media (max-width: 768px) {
          #safety .alarm .copy .option {
            display: none; } }
    #safety .alarm .option {
      background: #FFF000;
      font-size: 10px;
      font-weight: bold;
      line-height: 100%;
      margin-left: 10px;
      padding: 4px; }
    #safety .alarm h3 {
      display: flex;
      font-size: 33px;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #safety .alarm h3 {
          display: block; } }
      #safety .alarm h3 span {
        font-size: 27px;
        font-weight: normal; }
        @media (max-width: 768px) {
          #safety .alarm h3 span {
            font-size: 21px; } }
      #safety .alarm h3 .option {
        display: none; }
        @media (max-width: 768px) {
          #safety .alarm h3 .option {
            display: inline-block; } }
    #safety .alarm p {
      font-size: 14px;
      line-height: 150%; }
      #safety .alarm p small {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        margin-top: 8px; }
    #safety .alarm .a-image {
      text-align: center; }
  #safety::before {
    background: url("../images/quapro-r/safety-title-back.png") no-repeat center/100% 100%;
    content: "";
    height: 26.5%;
    position: absolute;
    right: 0;
    top: 0;
    width: 51.5vw; }
    @media (max-width: 768px) {
      #safety::before {
        content: none; } }

/*safety*/
#about {
  background: url("../images/quapro-r/about-back.jpg") no-repeat center/cover;
  padding: 60px 0; }
  @media (max-width: 768px) {
    #about {
      padding: 40px 0; } }
  #about .inner {
    align-items: center;
    display: flex;
    max-width: 987px; }
    @media (max-width: 768px) {
      #about .inner {
        display: block; } }
  #about h2 {
    padding-bottom: 50px;
    position: relative; }
    @media (max-width: 768px) {
      #about h2 {
        margin: 0 auto 15px;
        padding-bottom: 32px;
        width: 90%; } }
    #about h2::before {
      background: url("../images/quapro-r/about-arrow.png") no-repeat right center/cover;
      content: "";
      height: 28px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      @media (max-width: 768px) {
        #about h2::before {
          height: 23px; } }
  #about .image {
    margin-right: 13%;
    width: 46%; }
    @media (max-width: 768px) {
      #about .image {
        margin-left: auto;
        margin-right: auto;
        width: 70%; } }
  #about .desc {
    width: 41%; }
    @media (max-width: 768px) {
      #about .desc {
        width: 100%; } }
    #about .desc li {
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 35px;
      line-height: 1;
      padding: 12px 0px 9px;
      text-align: center; }
      #about .desc li span {
        font-size: 25px;
        margin-left: 5px; }

/*about*/
</pre></body></html>