<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main{background-color:  white!important}

.heroVisual {
  position: relative;
  width: 100%;
}

.heroVisual__heading {
  bottom: 0;
  color: #f5f5f5;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .heroVisual__heading {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .heroVisual__heading {
    padding-bottom: 40px;
  }
}

.heroVisual__heading .en {
  display: block;
  font-family: "Cormorant Infant", serif;
}

@media screen and (min-width: 768px) {
  .heroVisual__heading .en {
    font-size: 30px;
    letter-spacing: .09em;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .heroVisual__heading .en {
    font-size: 24px;
    letter-spacing: .09em;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .heroVisual__heading .jp {
    font-size: 14px;
    letter-spacing: .15em;
    line-height: calc(30 / 14);
  }
}

@media screen and (max-width: 768px) {
  .heroVisual__heading .jp {
    font-size: 12px;
  }
}

.heroVisual__image {
  width: 100%;
}

.heroVisual__capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

@media screen and (max-width: 768px) {
  .heroVisual__capIn {
    color: #666666;
    text-shadow: #ffffff 3px 3px 10px, #ffffff -3px 3px 10px, #ffffff 3px -3px 10px, #ffffff -3px -3px 10px, #ffffff 3px 3px 10px, #ffffff -3px 3px 10px, #ffffff 3px -3px 10px, #ffffff -3px -3px 10px, #ffffff 3px 3px 10px, #ffffff -3px 3px 10px, #ffffff 3px -3px 10px, #ffffff -3px -3px 10px, #ffffff 3px 3px 10px, #ffffff -3px 3px 10px, #ffffff 3px -3px 10px, #ffffff -3px -3px 10px;
  }
}

.checkeyes-contentTab {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  padding-top: 80px;
}

.checkeyes-contentTab__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .checkeyes-contentTab__head {
    padding: 0 15px;
  }
}

.checkeyes-contentTab__head .checkeyes-choiceBlock {
  background-color: #edf8fa;
  cursor: pointer;
  height: 60px;
  width: 312px;
}

@media screen and (max-width: 768px) {
  .checkeyes-contentTab__head .checkeyes-choiceBlock {
    height: 50px;
    width: 100%;
  }
  .checkeyes-contentTab__head .checkeyes-choiceBlock:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.checkeyes-contentTab__head .checkeyes-choiceBlock__link {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
}

.checkeyes-contentTab__head .checkeyes-choiceBlock__icon {
  margin-right: 15px;
}

.checkeyes-contentTab__head .checkeyes-choiceBlock.is-active {
  pointer-events: none;
}

.checkeyes-contentTab__head .checkeyes-choiceBlock.is-active .checkeyes-choiceBlock__link {
  color: #0069a0;
}

@media screen and (min-width: 768px) {
  .checkeyes-contentTab__head .checkeyes-choiceBlock:hover .checkeyes-choiceBlock__link {
    color: #0069a0;
  }
  .checkeyes-contentTab__head .checkeyes-choiceBlock:hover:before {
    opacity: 0;
  }
}

.checkeyes-contentTab__cont {
  display: none;
}

.checkeyes-contentTab__cont.is-active {
  display: block;
}

.checkeyes-article {
  padding-top: 100px;
}

.checkeyes-article--book {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.checkeyes-aboutIntroduction {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .checkeyes-aboutIntroduction {
    padding: 0 40px 50px;
  }
}

.checkeyes-aboutIntroduction__left {
  max-width: 430px;
  width: 100%;
}

.checkeyes-aboutIntroduction__right {
  max-width: 515px;
  width: 100%;
}

.checkeyes-aboutIntroduction__heading {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: calc(43 / 22);
  margin-top: -4px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .checkeyes-aboutIntroduction__heading {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.checkeyes-aboutIntroduction__txt {
  font-size: 14px;
  letter-spacing: 0;
  line-height: calc(29 / 14);
}

@media screen and (max-width: 768px) {
  .checkeyes-aboutIntroduction__txt {
    font-size: 12px;
    line-height: calc(48 / 24);
    margin-top: 50px;
    text-align: justify;
  }
}

.checkeyes-aboutIntroduction .leadIllust {
  margin-top: 30px;
  text-align: center;
}

.checkeyes-choiceBlock {
  background-color: #0069a0;
  position: relative;
  text-align: center;
}

.checkeyes-choiceBlock:before {
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.checkeyes-choiceBlock__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .022em;
  line-height: calc(24 / 16);
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.checkeyes-choiceBlock__link:before {
  background-color: #0069a0;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.checkeyes-choiceBlock__link:after {
  border-color: #0069a0 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
}

@media screen and (max-width: 768px) {
  .checkeyes-choiceBlock__link {
    font-size: 12px;
  }
}

.checkeyes-choiceBlock.is-active {
  pointer-events: none;
}

.checkeyes-choiceBlock.is-active .checkeyes-choiceBlock__link {
  color: #ffffff;
}

.checkeyes-choiceBlock.is-active:before {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .checkeyes-choiceBlock:hover .checkeyes-choiceBlock__link {
    color: #ffffff;
  }
  .checkeyes-choiceBlock:hover:before {
    opacity: 0;
  }
}

.checkeyes-quality {
  background: #51b7cc;
  color: #ffffff;
  font-weight: 700;
  margin: 70px auto 0;
  max-width: 1300px;
  padding: 70px 118px 80px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .checkeyes-quality {
    padding: 50px 15px;
  }
}

.checkeyes-flow {
  margin: 50px auto 0;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .checkeyes-flow {
    padding: 15px;
  }
}

.checkeyes-flow__spAttention {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #51b7cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4px;
}

.checkeyes-flow__spAttention:before {
  background: url("../imgs/sp/icon-scroll.svg");
  background-size: cover;
  content: '';
  display: block;
  height: 25.5px;
  margin-right: 5px;
  width: 15px;
}

@media screen and (min-width: 768px) {
  .checkeyes-flow__spAttention {
    display: none;
  }
}

.checkeyes-flow__inner {
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .checkeyes-flow__inner {
    background-color: #eeeeee;
    border: 2px solid #999999;
    height: 490px;
    overflow-y: scroll;
    padding: 12.5px;
  }
}

.checkeyes-flow__choiceIcon {
  cursor: pointer;
  display: block;
  left: 4%;
  max-width: 318px;
  position: absolute;
  top: 19.5%;
  width: 30vw;
}

@media screen and (max-width: 768px) {
  .checkeyes-flow__choiceIcon {
    display: block;
    left: auto;
    max-width: none;
    pointer-events: auto;
    position: absolute;
    right: 8vw;
    top: 53%;
    width: 50vw;
  }
}

.checkeyes-systemIntroduction {
  background-color: #51b7cc;
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 0 25px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .checkeyes-systemIntroduction {
    padding: 30px 0 80px;
  }
}

.checkeyes-systemIntroduction__txt {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: calc(28 / 18);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .checkeyes-systemIntroduction__txt {
    font-size: 16px;
  }
}

.checkeyes-systemIntroduction__illust {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .checkeyes-systemIntroduction__illust--meeting {
    left: 70px;
    top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-systemIntroduction__illust--meeting {
    bottom: 10px;
    left: 75px;
    width: 50px;
  }
}

@media screen and (min-width: 768px) {
  .checkeyes-systemIntroduction__illust--construction {
    right: 26px;
    top: 52px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-systemIntroduction__illust--construction {
    bottom: 15px;
    right: 30px;
    width: 140px;
  }
}

.getSystem__txt {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: calc(26 / 16);
}

@media screen and (max-width: 768px) {
  .getSystem__txt {
    font-size: 14px;
  }
}

.checkeyes-housingPerfomance {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #51b7cc;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0;
  max-width: 1000px;
  padding: 25px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .checkeyes-housingPerfomance {
    padding: 25px;
  }
}

@media screen and (min-width: 768px) {
  .checkeyes-housingPerfomance__item:not(:last-of-type) {
    margin-right: 30px;
  }
  .checkeyes-housingPerfomance__item:first-of-type {
    margin-left: 30px;
    margin-right: 56px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-housingPerfomance__item {
    width: 100%;
  }
  .checkeyes-housingPerfomance__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.checkeyes-evaluationBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .checkeyes-evaluationBlock {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.checkeyes-evaluationBlock__image {
  margin-right: 18px;
}

.checkeyes-evaluationBlock__txt {
  font-size: 14px;
  letter-spacing: .16em;
  line-height: calc(24 / 14);
  text-align: left;
}

.checkeyes-evaluationBlock__txt .sub {
  display: block;
  font-size: 12px;
  line-height: calc(24 / 12);
}

@media screen and (max-width: 768px) {
  .checkeyes-evaluationBlock__txt .sub {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-evaluationBlock__txt {
    font-size: 12px;
    margin-left: 15px;
  }
}

.checkeyes-pickupSection {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .checkeyes-pickupSection {
    padding: 0 15px;
  }
}

.checkeyes-pickupSection__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #51b7cc;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .checkeyes-pickupSection__heading {
    height: 65px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-pickupSection__heading {
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .checkeyes-pickupSection__heading .svgTitle {
    width: 411px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-pickupSection__heading .svgTitle {
    width: 205.5px;
  }
}

.checkeyes-pickupSection__txt {
  color: #333333;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .18em;
}

@media screen and (min-width: 768px) {
  .checkeyes-pickupSection__txt {
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.875;
  }
  .checkeyes-pickupSection__txt:before {
    content: '';
    margin-top: calc((1 - 1.875) * .5em);
  }
  .checkeyes-pickupSection__txt:after {
    margin-bottom: calc((1 - 1.875) * .5em);
  }
  .checkeyes-pickupSection__txt:before, .checkeyes-pickupSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-pickupSection__txt {
    font-size: 12px;
    margin-top: 30px;
    line-height: 2;
  }
  .checkeyes-pickupSection__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .checkeyes-pickupSection__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .checkeyes-pickupSection__txt:before, .checkeyes-pickupSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .checkeyes-sectGroup {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-sectGroup {
    margin-top: 30px;
  }
}

.checkeyes-detailSection {
  background-color: #f5f5f5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .checkeyes-detailSection {
    padding: 65px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-detailSection {
    padding: 40px 0 50px;
  }
}

.checkeyes-detailSection:nth-of-type(2n) {
  background-color: #ffffff;
}

.checkeyes-detailSection__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .checkeyes-detailSection__inner {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-detailSection__inner {
    padding: 0 40px;
    width: 100%;
  }
}

.checkeyes-detailSection__heading {
  font-weight: 700;
  letter-spacing: .21em;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .checkeyes-detailSection__heading {
    font-size: 20px;
    line-height: 2;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-detailSection__heading {
    font-size: 15px;
    line-height: calc(20 / 15);
    padding-bottom: 7px;
  }
}

.checkeyes-detailSection__heading .icon {
  margin-right: 12px;
  position: relative;
  top: -4px;
  width: 37px;
}

.checkeyes-detailSection__heading:after {
  background-color: #636262;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .checkeyes-detailSection__heading + .checkeyes-detailSection__txt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-detailSection__heading + .checkeyes-detailSection__txt {
    margin-top: 20px;
  }
}

.checkeyes-detailSection__txt {
  color: #333333;
  letter-spacing: .1em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .checkeyes-detailSection__txt {
    font-size: 14px;
    line-height: 1.71429;
  }
  .checkeyes-detailSection__txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .checkeyes-detailSection__txt:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .checkeyes-detailSection__txt:before, .checkeyes-detailSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-detailSection__txt {
    font-size: 12px;
    line-height: 2;
  }
  .checkeyes-detailSection__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .checkeyes-detailSection__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .checkeyes-detailSection__txt:before, .checkeyes-detailSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.checkeyes-detailSection__txt + .checkeyes-detailSection__txt {
  margin-top: 25px;
}

.checkeyes-detailSection--theme_blue .checkeyes-detailSection__heading {
  color: #0069a0;
}

.checkeyes-detailSection--theme_blue .checkeyes-detailSection__txt .colored {
  color: #0069a0;
}

.checkeyes-detailSection--theme_pink .checkeyes-detailSection__heading {
  color: #d08ebb;
}

.checkeyes-detailSection--theme_pink .checkeyes-detailSection__txt .colored {
  color: #d08ebb;
}

.checkeyes-detailSection--theme_orange .checkeyes-detailSection__heading {
  color: #ED6D34;
}

.checkeyes-detailSection--theme_orange .checkeyes-detailSection__txt .colored {
  color: #ED6D34;
}
.checkeyes-detailSection--theme_purple .checkeyes-detailSection__heading {
  color: #9396CA;
}

.checkeyes-detailSection--theme_purple .checkeyes-detailSection__txt .colored {
  color: #9396CA;
}

.checkeyes-defaultCol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .checkeyes-defaultCol:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .checkeyes-defaultCol__feature {
    width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .checkeyes-defaultCol__visual {
    width: 312px;
  }
  .checkeyes-defaultCol__visualB {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .checkeyes-defaultCol__visual,.checkeyes-defaultCol__visualB {
    margin-top: 30px;
  }
}
</pre></body></html>