@charset "UTF-8";
/* ==========================================================================
  experience
========================================================================== */
/* --------------------------------------------------------------------------
  c-ap-under-header 上書き
-------------------------------------------------------------------------- */
.c-ap-under-header {
  background-image: url(/hvac-cc/biz/products/ziaino/img/experience/hero_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .c-ap-under-header {
    background-image: url(/hvac-cc/biz/products/ziaino/img/experience/hero_sp@2x.webp);
  }
}

.p-ap-experience-header-icon {
  position: absolute;
  bottom: 65%;
  left: 245px;
  width: 85px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-header-icon {
    left: 45.3333333333vw;
    bottom: 13.3333333333vw;
    width: 16.5333333333vw;
  }
}

/* --------------------------------------------------------------------------
  ssi_ap_footer_info_purchaser 上書き
-------------------------------------------------------------------------- */
.c-ap-ssi-footer-info-purchaser__imagelink--is-2week {
  display: none;
}

.c-ap-ssi-footer-info-purchaser__imagelinks .c-ap-ssi-footer-info-purchaser__imagelink.c-ap-ssi-footer-info-purchaser__imagelink--is-contact {
  max-width: inherit;
  width: 100%;
}
.c-ap-ssi-footer-info-purchaser__imagelinks .c-ap-ssi-footer-info-purchaser__imagelink.c-ap-ssi-footer-info-purchaser__imagelink--is-contact a {
  padding-left: 180px;
}
@media screen and (max-width: 640px) {
  .c-ap-ssi-footer-info-purchaser__imagelinks .c-ap-ssi-footer-info-purchaser__imagelink.c-ap-ssi-footer-info-purchaser__imagelink--is-contact a {
    padding-left: 30px;
  }
}
.c-ap-ssi-footer-info-purchaser__imagelinks .c-ap-ssi-footer-info-purchaser__imagelink.c-ap-ssi-footer-info-purchaser__imagelink--is-contact a::after {
  right: 152px;
  width: 26px;
  height: 55px;
  background-image: url(/hvac-cc/biz/products/ziaino/img/common/icon/arrow_large_right_wt.svg);
}
@media screen and (max-width: 640px) {
  .c-ap-ssi-footer-info-purchaser__imagelinks .c-ap-ssi-footer-info-purchaser__imagelink.c-ap-ssi-footer-info-purchaser__imagelink--is-contact a::after {
    right: 18px;
    width: 7px;
    height: 15px;
    background-image: url(/hvac-cc/biz/products/ziaino/img/common/icon/arrow_right_wt.svg);
  }
}

/* --------------------------------------------------------------------------
  ssi_ap_case_fixed_nav 上書き
-------------------------------------------------------------------------- */
.c-ap-ssi-fixed-nav__list--2week {
  display: none;
}

@media screen and (max-width: 640px) {
  .c-ap-ssi-fixed-nav__lists {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .c-ap-ssi-fixed-nav__list {
    width: 100%;
    height: 56px;
  }
}
@media screen and (max-width: 640px) {
  .c-ap-ssi-fixed-nav__list .c-ap-ssi-fixed-nav__text br.spOnly, .c-ap-ssi-fixed-nav__list .c-ap-ssi-fixed-nav__text br.pcOnly {
    display: none;
  }
}

.c-ap-ssi-fixed-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 16px;
  bottom: 180px;
  -webkit-transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s;
  transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s;
}
@media screen and (max-width: 640px) {
  .c-ap-ssi-fixed-nav {
    right: auto;
    bottom: 0;
    width: 86%;
    max-width: 318px;
    height: 56px;
  }
}
@media screen and (max-width: 640px) {
  .c-ap-ssi-fixed-nav .shadow::after {
    width: 50%;
  }
}

/* --------------------------------------------------------------------------
  component 上書き
-------------------------------------------------------------------------- */
.c-ap-link-btn-arrow--wt {
  border: 1px #fff solid;
}

@media (hover: hover) {
  .c-ap-link-btn-arrow--bk:hover {
    border-color: #fff;
  }
}

.p-ap-experience-link-2week {
  position: static;
}
/* --------------------------------------------------------------------------
  p-ap-experience
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  p-ap-experience-hero
-------------------------------------------------------------------------- */
.p-ap-experience-hero {
  background-color: var(--color-black);
}

.p-ap-experience-hero__inner {
  padding: 89px 0;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-hero__inner {
    padding: 32px 0 50px;
  }
}

.p-ap-experience-hero__inner-text {
  padding-bottom: 76px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-hero__inner-text {
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
  }
}

.p-ap-experience-hero__nav {
  width: 713px;
  height: 107px;
  margin: 0 auto 69px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-hero__nav {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-experience-hero__nav a {
    letter-spacing: 0.04em;
  }
}

.p-ap-experience-hero__navlist {
  width: 49%;
  height: 107px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-hero__navlist {
    width: 100%;
    height: auto;
  }
  .p-ap-experience-hero__navlist:not(:nth-last-of-type(1)) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-experience-hero__navlist a {
    min-height: 61px;
  }
}

/* --------------------------------------------------------------------------
  p-ap-experience-feature
-------------------------------------------------------------------------- */
.p-ap-experience-feature {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/hvac-cc/biz/products/ziaino/img/experience/point_bg_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-experience-feature {
    background-position: 50% 0;
    background-image: url(/hvac-cc/biz/products/ziaino/img/experience/point_bg_sp@2x.webp);
  }
}

.p-ap-experience-feature__inner {
  padding: 62px 0;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-feature__inner {
    padding: 40px 0;
  }
}

.p-ap-experience-feature__points {
  gap: 50px;
}

.p-ap-experience-feature__point {
  position: relative;
  max-width: 350px;
  width: 28%;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-feature__point {
    width: 100%;
    max-width: inherit;
  }
  .p-ap-experience-feature__point:nth-of-type(1) {
    margin-top: 3.4666666667vw;
  }
  .p-ap-experience-feature__point:not(:nth-last-of-type(1)) {
    margin-bottom: 11.7333333333vw;
  }
}
.p-ap-experience-feature__point .p-ap-experience-feature-circle {
  max-width: 346px;
  width: 100%;
  max-height: 346px;
  aspect-ratio: 1/1;
  padding-top: clamp(70px, 7.5vw, 90px);
  text-align: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/hvac-cc/biz/products/ziaino/img/experience/point_bg.svg);
}
@media screen and (max-width: 640px) {
  .p-ap-experience-feature__point .p-ap-experience-feature-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80vw;
    height: 80vw;
    max-width: inherit;
    max-height: inherit;
    margin: 0 auto;
    padding-top: 0;
  }
}
.p-ap-experience-feature__point .p-ap-experience-feature-circle__point {
  position: absolute;
  left: 0;
  top: -15px;
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-feature__point .p-ap-experience-feature-circle__point {
    left: 4.8vw;
    top: 0;
    font-size: 5.6vw;
  }
}
.p-ap-experience-feature__point .p-ap-experience-feature-circle__point span {
  display: block;
  font-size: clamp(56px, 5vw, 67px);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-feature__point .p-ap-experience-feature-circle__point span {
    font-size: 14.4vw;
  }
}
.p-ap-experience-feature__point .p-ap-experience-feature-circle__maintitle {
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-feature__point .p-ap-experience-feature-circle__maintitle {
    padding-top: 5.3333333333vw;
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.p-ap-experience-feature__point .p-ap-experience-feature-circle__text {
  padding-top: 0.5em;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-feature__point .p-ap-experience-feature-circle__text {
    font-size: 4.2666666667vw;
  }
}
.p-ap-experience-feature__point .p-ap-experience-feature__notes {
  width: 95%;
  margin: 0 auto;
  padding-top: 1.25em;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-feature__point .p-ap-experience-feature__notes {
    padding-top: 10.6666666667vw;
  }
}

/* --------------------------------------------------------------------------
  p-ap-experience-models
-------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .p-ap-experience-models.c-ap-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-ap-experience-models {
  background: rgb(228, 234, 238);
  background: radial-gradient(circle, rgb(228, 234, 238) 0%, rgb(172, 179, 183) 100%);
}

.p-ap-experience-models__inner {
  padding: 70px 0;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-models__inner {
    padding: 35px 0;
  }
}

.p-ap-experience-models__title {
  padding: 10px 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: var(--color-black);
}
@media screen and (max-width: 640px) {
  .p-ap-experience-models__title {
    margin: 0 -24px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 641px) {
  .p-ap-experience-models__lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 140px;
  }
}
.p-ap-experience-models__list {
  width: 220px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-models__list {
    width: auto;
  }
}

.p-ap-experience-models__list-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 1em;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-models__list-title {
    width: 53.3333333333vw;
    margin: 0 auto 5.3333333333vw;
    font-size: 5.8666666667vw;
    white-space: pre;
  }
}
.p-ap-experience-models__list-title span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 26px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-models__list-title span {
    width: 2.1333333333vw;
    height: 6.9333333333vw;
  }
}
.p-ap-experience-models__list-title span.white {
  background-color: #fff;
}
.p-ap-experience-models__list-title span.blue {
  background-color: #5973A6;
}

@media screen and (max-width: 640px) {
  .p-ap-experience-models__list-photo {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-experience-models__list-photo img {
    width: 60%;
  }
}

.p-ap-experience-models__notes {
  max-width: var(--container-min-width);
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-models__notes {
    padding-top: 30px;
    padding-left: var(--padding-sec-side-sp);
    padding-right: var(--padding-sec-side-sp);
    font-size: 12px;
  }
}

/* splide */
.splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .p-ap-splider-target-models.c-ap-splide .splide__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: 1px var(--color-black) solid;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 640px) {
  .p-ap-splider-target-models.c-ap-splide .splide__arrow.splide__arrow--prev {
    left: 16px;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-splider-target-models.c-ap-splide .splide__arrow.splide__arrow--next {
    right: 16px;
  }
}
.p-ap-splider-target-models.c-ap-splide .splide__pagination {
  margin-top: 20px;
  gap: 8px;
}
.p-ap-splider-target-models.c-ap-splide .splide__pagination .splide__pagination__page {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: #fff;
}
.p-ap-splider-target-models.c-ap-splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #5973A6;
}

/* --------------------------------------------------------------------------
  p-ap-experience-flow
-------------------------------------------------------------------------- */
.p-ap-experience-flow__inner {
  padding: 71px 0 92px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__inner {
    padding: 40px 0 50px;
  }
}

.p-ap-experience-flow__contents {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__contents {
    max-width: inherit;
    width: 93%;
    margin: 0 0 0 auto;
  }
}

.p-ap-experience-flow__lists {
  max-width: var(--container-min-width);
  margin: 0 auto;
}
.p-ap-experience-flow__list {
  position: relative;
  padding: 23px 160px 83px 94px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__list {
    padding: 66px 0 40px 30px;
  }
}
.p-ap-experience-flow__list:not(:nth-last-of-type(1)) {
  border-left: 4px var(--color-black) solid;
}
.p-ap-experience-flow__list .p-ap-experience-flow__list-icon {
  position: absolute;
  top: 0;
  right: -39px;
  max-width: 160px;
  width: 16%;
  height: 160px;
}
.p-ap-experience-flow__list .p-ap-experience-flow__list-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -47px;
  top: 0;
  width: 95px;
  height: 95px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 100%;
  background-color: var(--color-black);
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__list .p-ap-experience-flow__list-step {
    left: -34px;
    width: 67px;
    height: 67px;
    font-size: 13px;
  }
}
.p-ap-experience-flow__list .p-ap-experience-flow__list-step span {
  display: block;
  font-size: 34px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__list .p-ap-experience-flow__list-step span {
    font-size: 27px;
  }
}
.p-ap-experience-flow__list .p-ap-experience-flow__list-title {
  padding-bottom: 0.25em;
  font-size: 24px;
  font-weight: 700;
  color: #5973A6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__list .p-ap-experience-flow__list-title {
    font-size: 22px;
  }
}
.p-ap-experience-flow__list .p-ap-experience-flow__list-title span {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__list .p-ap-experience-flow__list-title span {
    display: block;
    font-size: 14px;
  }
}
.p-ap-experience-flow__list .p-ap-experience-flow__list-text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__list .p-ap-experience-flow__list-text {
    font-size: 16px;
  }
}
.p-ap-experience-flow__list .p-ap-experience-flow__list-text.small {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__list .p-ap-experience-flow__list-text.small {
    font-size: 12px;
  }
}
.p-ap-experience-flow__list .p-ap-experience-flow__links {
  gap: 30px;
}
.p-ap-experience-flow__list .p-ap-experience-flow__link {
  width: 250px;
  padding-top: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__list .p-ap-experience-flow__link {
    width: 100%;
  }
}
.p-ap-experience-flow__list .p-ap-experience-flow__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  border: 1px var(--color-black) solid;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.p-ap-experience-flow__list .p-ap-experience-flow__link a .icon {
  display: inline-block;
  height: 18px;
  margin-right: 12px;
}
.p-ap-experience-flow__list .p-ap-experience-flow__link a svg {
  fill: var(--color-black);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (hover: hover) {
  .p-ap-experience-flow__list .p-ap-experience-flow__link a:hover {
    color: #fff;
    background-color: var(--color-black);
  }
  .p-ap-experience-flow__list .p-ap-experience-flow__link a:hover svg {
    fill: #fff;
  }
}

.p-ap-experience-flow__notes {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-flow__notes {
    font-size: 12px;
  }
}

/* --------------------------------------------------------------------------
  p-ap-experience-link
-------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .p-ap-experience-link {
    margin: 0 -24px;
  }
}

.p-ap-experience-link-2week {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 284px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-link-2week {
    height: 147px;
  }
}
.p-ap-experience-link-2week::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/hvac-cc/biz/products/ziaino/img/experience/bg_experience_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-experience-link-2week::before {
    height: 147px;
    background-image: url(/hvac-cc/biz/products/ziaino/img/experience/bg_experience_sp@2x.webp);
  }
}

.p-ap-experience-link-2week__inner {
  position: relative;
  z-index: 1;
  width: var(--container-min-width);
  margin: 0 auto;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-link-2week__inner {
    width: 90%;
    padding-left: 15px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}
.p-ap-experience-link-2week__inner span {
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-link-2week__inner span {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}

.p-ap-experience-link__inner {
  width: 713px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-link__inner {
    width: 90%;
    padding: 40px 0 80px;
  }
}
.p-ap-experience-link__inner a {
  height: 107px;
}
@media screen and (max-width: 640px) {
  .p-ap-experience-link__inner a {
    height: auto;
  }
}