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

/* ↓↓↓ under-fv ↓↓↓ */
.under-fv {
  width: 100%;
  height: 422px;
  position: relative;
}

@media (max-width: 768px) {
  .under-fv {
    /* height: 300px; */
    height: 220px;
  }
}

.under-fv .image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.under-fv .image img {
  object-fit: cover;
  height: 100%;
}

.under-fv .logo {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
  /* height: 55px; */
  height: 36px;
}

@media (max-width: 768px) {
  .under-fv .logo {
    top: 30%;
    width: 125px;
    /* display: none; */
  }
}

.under-fv .page-title {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 28px;
}

.under-fv .page-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128);
  mix-blend-mode: multiply;
}

.under-fv .page-title .group {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  z-index: 1;
}

.under-fv .page-title .group .title {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.under-fv .page-title .group .caption {
  margin-top: 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .01em;
  line-height: 1;
}

/* ↑↑↑ under-fv ↑↑↑ */

.wrap {
  width: 100%;
  border-bottom: 1px solid #000;
}

.indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

/* ↓↓ box1 ↓↓ */
.box1 {
  width: 100%;
  max-width: 810px;
  position: relative;
  margin: 0 auto 65px;
  padding-top: 75px;
  z-index: 1;
}

@media (max-width: 768px) {
  .box1 {
    margin: 0 auto 50px;
  }
}

.box1 .inner {
  padding: 0 30px;
}

.box1 .copy {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.63;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .box1 .copy {
    margin-bottom: 50px;
  }
}

.box1 .copy .note {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .01em;
  line-height: 1.667;
  vertical-align: text-top;
}

.box1 .title-group .title {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media (max-width: 768px) {
  .box1 .title-group .title {
    font-size: 2.4rem;
  }
}

.box1 .title-group hr {
  margin: 22px 0 25px 0;
  border: none;
  border-bottom: 1px solid #f29600;
}

@media (max-width: 768px) {
  .box1 .title-group hr {
    width: 100%;
    margin: 15px auto 20px auto;
  }
}

.box1 .title-group .text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: .01em;
  text-align: justify;
}

@media (max-width: 768px) {
  .box1 .title-group .text {
    margin-bottom: 20px;
  }
}

.box1 .title-group .text .-note {
  font-size: 1.2rem;
}

.box1 .image {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .box1 .image {
    width: 88.61%;
    max-width: initial;
  }
}

/* ↑↑↑ box1 ↑↑↑ */

/* ↓↓↓ box2 ↓↓↓ */
.box2 {
  max-width: 1060px;
  margin: 0 auto 115px;
}

@media (max-width: 768px) {
  .box2 {
    margin: 0 auto 60px;
  }
}

.box2 .inner {
  padding: 0 30px;
}

.box2 .image {
  margin-bottom: 30px;
}

.box2 .notes {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.333;
  text-align: justify;
}

/* ↑↑↑ box2 ↑↑↑ */

/* ↓↓↓ box3 ↓↓↓ */
.box3 {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto 90px;
  z-index: 1;
}

@media (max-width: 768px) {
  .box3 {
    margin: 0 auto 75px;
  }
}

.box3 .inner {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .box3 .inner {
    padding: 0;
  }
}

.box3 .group {
  width: 100%;
  padding: 0 15px;
}

.box3 .-anchor_adj {
  position: relative;
}

.box3 .-anchor_adj .-anchor {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
}

.box3 .group .paling {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}

.box3 .group .paling .head {
  max-width: 750px;
  margin: 0 auto 20px auto;
  padding-bottom: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  /* line-height: 1; */
  position: relative;
}

@media (max-width: 768px) {
  .box3 .group .paling .head {
    line-height: 1.6;
  }
}

.box3 .group .paling .head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f29600;
}

.box3 .group .paling .head .small {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}

@media (max-width:768px) {
  .box3 .group .paling .head .small {
    letter-spacing: 0;
  }
}

.box3 .group.emg_service .paling .text {
  text-align: start;
}

.box3 .group.emg_service .trouble-list {
  max-width: 485px;
  display: flex;
  column-gap: 70px;
  margin: 20px auto 0;
}

@media (max-width:768px) {
  .box3 .group.emg_service .trouble-list {
    width: 92.755%;
    column-gap: 46px;
  }
}

.box3 .group.emg_service .trouble-list .trouble-txt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -0.06em;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .box3 .group.emg_service .trouble-list .trouble-txt {
    font-size: 2rem;
  }
}

.box3 .group.emg_service .trouble-list .trouble-txt .small {
  font-size: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .box3 .group.emg_service .trouble-list .trouble-txt .small {
    font-size: 1.4rem;
  }
}

.box3 .group.emergency {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .box3 .group.emergency {
    margin-top: 50px;
  }
}

.box3 .group.emergency .paling .text {
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1;
}

.box3 .group.emergency .paling .text .small {
  margin-top: 10px;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0;
}

.box3 .group.emergency .paling .text .small+.small {
  margin-top: 5px;
}

.box3 .group.emergency .paling .text .small.-fs {
  font-size: 1.4rem;
}

.box3 .group.inspection_long,
.box3 .group.inspection {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e8ebe7;
  position: relative;
}

.box3 .group.inspection {
  margin-bottom: 0;
}

.box3 .group.inspection_long {
  margin-top: 10px;
}

@media (max-width: 768px) {

  .box3 .group.inspection_long,
  .box3 .group.inspection {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .box3 .group.inspection {
    margin-bottom: 0;
  }

  .box3 .group.inspection_long {
    margin-top: 10px;
  }
}

.box3 .group.inspection_long .paling,
.box3 .group.inspection .paling {
  margin-bottom: 50px;
}

.box3 .group.inspection_long .paling:last-of-type,
.box3 .group.inspection .paling:last-of-type {
  margin-bottom: 0px;
}

.box3 .group.inspection_long .text,
.box3 .group.inspection .text {
  font-weight: bold;
}

.box3 .group.inspection_long .text span:not(.wb),
.box3 .group.inspection .text span:not(.wb) {
  display: block;
  line-height: 1;
}

@media (max-width: 768px) {

  .box3 .group.inspection_long .text span,
  .box3 .group.inspection .text span {
    line-height: 1.4;
  }
}

.box3 .group.-afterMainte {
  font-size: 1.6rem;
  font-weight: 500;
}

.box3 .group.inspection_long .large,
.box3 .group.inspection .large {
  font-size: 4.0rem;
}

.box3 .group.-afterMainte .large {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
}

.box3 .group.inspection_long .small,
.box3 .group.inspection .small {
  margin-top: 10px;
  font-size: 1.6rem;
}

.box3 .group.inspection_long .small+.small,
.box3 .group.inspection .small+.small {
  margin-top: 5px;
}

.box3 .group.inspection_long .small.-fs,
.box3 .group.inspection .small.-fs {
  font-size: 1.4rem;
}

.box3 .group.inspection_long .medium,
.box3 .group.inspection .medium {
  margin-top: 13px;
  font-size: 1.8rem;
}

.box3 .group.-afterMainte .medium {
  display: block;
  margin-bottom: 13px;
}

.box3 .group.-arrfamily {
  margin-top: 64px;
}

.box3 .group.-arrfamily .paling {
  max-width: 1000px;
}

.box3 .group.-arrfamily .paling .banner-link {
  display: block;
  transition: opacity ease .3s;
}
@media screen and (min-width: 769px) {
  .box3 .group.-arrfamily .paling .banner-link:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .box3 .group.-arrfamily .paling .banner-link {
    margin: 0 -15px;
  }
}

.box3 .group.reno-sale {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .box3 .group.reno-sale {
    margin-top: 40px;
  }
}

.box3 .group.reno-sale .center {
  text-align: center;
}

.box3 .group.reno-sale h4 {
  background-color: #0094A0;
  color: #fff;
  font-weight: 700;
  font-size: calc(24 * 1px);
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .box3 .group.reno-sale h4 {
    font-size: calc(42 * 0.59 * 1px);
    line-height: calc(57.5 / 42);
    padding: 16px 0;
  }
}

.box3 .group.reno-sale .leadText {
  font-weight: 500;
  font-size: calc(16 * 1px);
  line-height: calc(28 / 16);
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .box3 .group.reno-sale .leadText {
    font-size: calc(24 * 0.59 * 1px);
    font-weight: 400;
  }
}

.box3 .group.reno-sale .linkBox {
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .box3 .group.reno-sale .linkBox {
    margin-bottom: 66px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.box3 .group.reno-sale .linkBox li {
  margin: 15px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .box3 .group.reno-sale .linkBox li {
    margin: 0;
  }

  .box3 .group.reno-sale .linkBox li+li {
    margin-top: 24px;
  }
}

.box3 .group.reno-sale .linkBox li a {
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  border: 2px solid #603813;
  background-color: #FEFAF2;
  border-radius: 65px;
  display: block;
  padding: 16px 0;
  width: 380px;
  height: 110px;
  position: relative;
}

@media (max-width: 768px) {
  .box3 .group.reno-sale .linkBox li a {
    padding: 9px 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
  }
}

.box3 .group.reno-sale .linkBox li a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

.box3 .group.reno-sale .linkBox li:nth-of-type(2) a {
  border-color: #0094A0;
  background-color: #EDF8F8;
}

.box3 .group.reno-sale .linkBox li span {
  font-size: calc(20 * 1px);
  font-weight: 700;
  color: #603813;
  display: block;
}

@media (max-width: 768px) {
  .box3 .group.reno-sale .linkBox li span {
    font-size: 18px;
  }
}

.box3 .group.reno-sale .linkBox li:nth-of-type(2) span {
  color: #0094A0;
}

.box3 .group.reno-sale .linkBox li img {
  width: 182px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .box3 .group.reno-sale .linkBox li img {
    width: 150px !important;
    margin-top: 5px;
  }
}

.box3 .group.reno-sale .linkBox li a::after {
  content: "";
  height: 13px;
  width: 8px;
  background: url(../../img/about/afterservice/arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 21px;
}

@media (max-width: 768px) {
  .box3 .group.reno-sale .linkBox li a::after {
    width: 6px;
    height: 10px;
    right: 14px;
  }
}

.box3 .link {
  width: 296px;
  height: 40px;
  margin: 20px auto 0 auto;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms 0s ease;
}

.box3 .link:hover {
  opacity: .7;
}

.box3 .link.-mb20 {
  margin-bottom: 20px;
}

.box3 .link span {
  line-height: 1;
  display: flex;
}

.box3 .link span img {
  width: 18px;
  margin-left: 10px;
  display: block;
  transform: translateY(-1px);
}

.box3 .group.inspection_long .text {
  font-weight: bold;
}

.box3 .group.inspection_long .text:last-of-type {
  margin-top: 30px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .box3 .group.inspection_long .text:last-of-type {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.box3 .group.inspection_long .text span:not(.wb) {
  display: block;
  line-height: 1;
}

.box3 .group.inspection_long .large {
  font-size: 2.9rem;
}

.box3 .group.inspection_long .medium {
  margin-top: 8px;
}

/* ↑↑↑ box3 ↑↑↑ */

/* ↓↓↓ other-link ↓↓↓ */
.other-link {
  margin-top: 95px;
}

@media (max-width: 768px) {
  .other-link {
    margin-top: 50px;
  }
}

/* ↑↑↑ other-link ↑↑↑ */</pre></body></html>