<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
  .comfortSect__head + .comfortSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .comfortSect__head + .comfortSect__cont {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .comfortSect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.comfortCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .comfortCard + .comfortCard {
    margin-top: 56px;
  }
}

.comfortCard__head {
  background-color: #436b6c;
  border: 0;
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .comfortCard__head {
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .comfortCard__head {
    padding: 20px 0;
  }
}

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

@media screen and (max-width: 768px) {
  .comfortCard__head .icon {
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 12px;
  }
  .comfortCard__head .icon:before, .comfortCard__head .icon:after {
    background-color: #ccc7c2;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    width: 100%;
  }
  .comfortCard__head .icon:before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .comfortCard__head .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.comfortCard__head.is-active .icon:before {
  -webkit-transform: translate(-50%, -50%) scale(0, 1);
          transform: translate(-50%, -50%) scale(0, 1);
}

.comfortCard__head.is-active .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .comfortCard__body {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows .8s ease;
    transition: grid-template-rows .8s ease;
    transition: grid-template-rows .8s ease, -ms-grid-rows .8s ease;
  }
  .comfortCard__body.is-active {
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .comfortCard__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .comfortCard__cont {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .comfortCard__cont .heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 110px;
  }
}

@media screen and (min-width: 768px) {
  .comfortCard__cont &gt; *:nth-child(1) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .comfortCard__cont &gt; *:nth-child(1) {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .comfortCard__cont &gt; * + * {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .comfortCard__cont &gt; * + * {
    margin-top: 40px;
  }
}

.environmentMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .environmentMark {
    margin: 0 auto;
    width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont + .introductionSect__bottom {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont + .introductionSect__bottom {
    margin-top: 80px;
  }
}

.introductionSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .introductionSect__bottom {
    gap: 104px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__bottom {
    gap: 80px;
  }
}

.introductionSect__bottom .swipeFigure {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .introductionSect__bottom .swipeFigure {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .introductionSect__bottom .swipeFigure {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__bottom .swipeFigure {
    margin-left: -16px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__bottom .swipeFigure__body {
    height: 312px;
  }
}

@media screen and (min-width: 768px) {
  .layoutSect__head + .layoutSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .layoutSect__head + .layoutSect__cont {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .layoutSect__cont {
    margin: 0 auto;
    width: 966px;
  }
}

@media screen and (max-width: 768px) {
  .layoutSect__cont {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .layoutSect__cont + .layoutSect__box {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .layoutSect__cont + .layoutSect__box {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .layoutSect__cont .swipeFigure__body {
    height: 312px;
  }
}

@media screen and (min-width: 768px) {
  .layoutSect__box .relatedBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .layoutSect__box .relatedBox__head + .relatedBox__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .layoutSect__box .relatedBox__cont .heading {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .plan-introduction {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .plan-introduction {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .plan-layout {
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .plan-layout {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .plan-comfort {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .plan-comfort {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .plan-environment {
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .plan-environment {
    padding: 120px 0;
  }
}
</pre></body></html>