@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@300;400;500&display=swap");
.font-mincho-web {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.font-gothic-web {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.basic-page {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}

.noto_serif {
  font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
}

@media screen and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
.basic-page a:link {
  text-decoration: none;
}
.basic-page a:visited {
  text-decoration: none;
}
.basic-page a:focus {
  text-decoration: none;
}
.basic-page a:active {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 896px) {
  .pc {
    display: none !important;
  }
  a:hover,
a:hover img {
    opacity: 1 !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.secEndLinks .container {
  background: #3EBFCE;
  background: linear-gradient(45deg, #3EBFCE 20%, #8DD5DB 80%);
}

.menuBtn span {
  background: #005bac;
  background: linear-gradient(45deg, #005bac 20%, #2ea7e0 80%);
}

@media screen and (max-width: 896px) {
  .basic-page .secZia .container,
.basic-page .secZiaHero .container, .container.customPdSp {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 896px) {
  .wideSpOnly {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* flex */
.flexWrap.secFlexBlockPc, .flexWrap.secFlexBlock {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.justifyBetween.secFlexBlockPc, .justifyBetween.secFlexBlock {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justifyCenter.secFlexBlockPc, .justifyCenter.secFlexBlock {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexDRowR.secFlexBlockPc, .flexDRowR.secFlexBlock {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.alignEnd.secFlexBlockPc, .alignEnd.secFlexBlock {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.alignCenter.secFlexBlockPc, .alignCenter.secFlexBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 896px) {
  .justifyBetweenSP.secFlexBlockPc, .justifyBetweenSP.secFlexBlock {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.secFlexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.secFlexBlockPc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 896px) {
  .secFlexBlockPc {
    display: block;
  }
}

/* custom */
.customSup {
  font-size: 0.5em;
}

.objectFitCover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 896px) {
  .basic-page {
    position: relative;
  }
}

.basic-page .container.menuBtnContainer {
  position: static;
  padding: 0;
}

/* menuZiaino=> add fixed */
.basic-page.isFixed .menuZiaino, .basic-page.isFixed02 .menuZiaino {
  position: fixed;
}
@media screen and (max-width: 896px) {
  .basic-page.isFixed .menuZiaino, .basic-page.isFixed02 .menuZiaino {
    top: 9%;
  }
}

/* menuBtn & menuBgSp => add fixed */
.basic-page.isFixed .menuBtn, .basic-page.isFixed02 .menuBtn {
  position: fixed;
  top: 86px;
}
@media screen and (max-width: 896px) {
  .basic-page.isFixed .menuBtn, .basic-page.isFixed02 .menuBtn {
    top: 23px;
  }
}
.basic-page.isFixed .menuBgSp, .basic-page.isFixed02 .menuBgSp {
  position: fixed;
}

/* 開閉 */
.menuZiaino {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.menuZiaino.isOpen {
  opacity: 1;
  pointer-events: auto;
}

/* btn 開閉 */
.menuBtn {
  opacity: 1;
  pointer-events: auto;
}
.menuBtn.isOpen span:nth-of-type(1) {
  top: 10px;
  left: 7px;
  -webkit-transform: translateY(6px) rotate(-25deg);
          transform: translateY(6px) rotate(-25deg);
}
.menuBtn.isOpen span:nth-of-type(2) {
  top: 22px;
  left: 7px;
  -webkit-transform: translateY(-6px) rotate(25deg);
          transform: translateY(-6px) rotate(25deg);
}

.menuZiaino {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000;
  max-width: 350px;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  .menuZiaino {
    top: 2%;
    width: 100%;
    max-width: 280px;
  }
}
.menuZiaino .menuZiainoInner {
  width: 100%;
}
.menuZiaino .menuZiainoInner li {
  margin-bottom: 2em;
}
.menuZiaino .menuZiainoInner li.subMenu {
  padding-left: 2.1em;
}
@media screen and (max-width: 896px) {
  .menuZiaino .menuZiainoInner li.subMenu {
    padding-left: 1.5em;
  }
}
.menuZiaino .menuZiainoInner li.subMenu.customPd {
  padding-left: 2.2em;
}
@media screen and (max-width: 896px) {
  .menuZiaino .menuZiainoInner li.subMenu.customPd {
    padding-left: 1.5em;
  }
}
.menuZiaino .menuZiainoInner li.subMenu a {
  font-size: 17px;
}
@media screen and (max-width: 896px) {
  .menuZiaino .menuZiainoInner li.subMenu a {
    font-size: 14px;
  }
}
.menuZiaino .menuZiainoInner li.subMenu a:before {
  display: none;
}
.menuZiaino .menuZiainoInner a {
  display: block;
  color: #828282;
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  .menuZiaino .menuZiainoInner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }
}
.menuZiaino .menuZiainoInner a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 0.5em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac/pes/products/ziaino/common/img/menu/arrow_blue.svg);
}

.menuBtn {
  position: absolute;
  top: 220px;
  right: 5vw;
  z-index: 10000;
  cursor: pointer;
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 896px) {
  .menuBtn {
    top: 27px;
  }
}
.menuBtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 4px;
  height: 3px;
  border-radius: 5px;
  width: 90%;
}
.menuBtn span:nth-of-type(1) {
  top: 10px;
}
.menuBtn span:nth-of-type(2) {
  top: 25px;
}

.menuBgSp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: rgb(255, 255, 255);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .menuBgSp {
    width: 100vw;
  }
}
.menuBgSp.isClosed {
  opacity: 0;
  pointer-events: none;
}
.menuBgSp.isClosed.isOpen {
  opacity: 1;
  pointer-events: auto;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 横幅max */
#page.widthFull {
  max-width: inherit;
}
#page.widthFull #browsebar.fix {
  max-width: inherit;
}

/* ぱんくず */
@media screen and (max-width: 896px) and (max-width: 896px) {
  .basic-page .container.sectionContents.noPaddingSp {
    padding: 0;
  }
}

/* container font */
.basic-page .secZia,
.basic-page .secZiaHero {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.basic-page .secZia .container,
.basic-page .secZiaHero .container {
  max-width: 900px;
}
.basic-page .secZia .container.w980,
.basic-page .secZiaHero .container.w980 {
  max-width: 980px;
}

@media screen and (max-width: 896px) {
  .basic-page {
    position: relative;
  }
}

.secZia {
  background-color: #fff;
}
.secZia a {
  color: #1f1f1f;
}
.secZia.secColorBlue {
  color: #fff;
  background: rgb(0, 91, 172);
  background: linear-gradient(45deg, rgb(0, 91, 172) 20%, rgb(46, 167, 224) 80%);
}
.secZia.secColorBlue .secTitle h2:after {
  background: #fff;
}
.secZia.secColorBlue .secTitle span {
  color: #fff;
}
.secZia.secColorBlue a {
  color: #fff;
}
.secZia.secColorBlue a.btnW {
  color: #005BAC;
}
.secZia .secTitle {
  margin-bottom: 3em;
}
.secZia .secTitle h2 {
  position: relative;
  padding-bottom: 0.5em;
  font-size: 35px;
  color: #005BAC;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .secZia .secTitle h2 {
    font-size: 30px;
  }
}
.secZia .secTitle h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(0, 91, 172);
  background: linear-gradient(45deg, rgb(0, 91, 172) 20%, rgb(46, 167, 224) 80%);
}
.secZia .secTitle h2.customColorBlue {
  color: #005BAC;
}
.secZia .secTitle h2.customHeight {
  min-height: 2.4em;
  line-height: 1.2;
}
@media screen and (max-width: 896px) {
  .secZia .secTitle h2.customHeight {
    min-height: inherit;
  }
}
.secZia .secTitle span {
  display: block;
  padding-top: 0.5em;
  font-size: 17px;
  font-weight: 600;
  color: #005BAC;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 896px) {
  .secZia .secTitle span {
    font-size: 12px;
  }
}

.secZiaHero {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .secZiaHero {
    padding-top: 0;
  }
}
.secZiaHero .secZiaHeroBg {
  position: relative;
  width: 100%;
  height: 300px;
  font-size: 17px;
  text-align: center;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 896px) {
  .secZiaHero .secZiaHeroBg {
    height: 42vw;
    padding: 0;
    font-size: 14px;
    line-height: 2;
  }
}
.secZiaHeroTexts {
  padding: 5em 0;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .secZiaHeroTexts {
    padding: 3em 0;
  }
}
.secZiaHeroTexts p {
  font-size: 17px;
  color: #005BAC;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .secZiaHeroTexts p {
    font-size: 13px;
    line-height: 1.9;
  }
}
.secZiaHeroTexts p.secZiaHeroTextsTitle {
  font-size: 30px;
}
@media screen and (max-width: 896px) {
  .secZiaHeroTexts p.secZiaHeroTextsTitle {
    margin-bottom: 2em;
    font-size: 18px;
    line-height: 1.7;
  }
}
.secZiaHeroTitle {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 896px) {
  .secZiaHeroTitle {
    top: 34%;
    width: 100%;
    margin: 0 auto 6%;
  }
}
.secZiaHero h1 {
  display: inline;
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.5em;
  font-size: 25px;
  color: #005BAC;
  border-bottom: 2px #005BAC solid;
}
@media screen and (max-width: 896px) {
  .secZiaHero h1 {
    font-size: 14px;
    border-bottom: 1px #005BAC solid;
  }
}

@media screen and (max-width: 896px) {
  .secZiaAnchor {
    padding: 5% 0 0;
  }
}
.secZiaAnchor .secZiaAnchorTitle {
  width: 370px;
  margin: 0 auto 3.5em;
}
@media screen and (max-width: 896px) {
  .secZiaAnchor .secZiaAnchorTitle {
    width: 100%;
    margin: 0;
  }
}
.secZiaAnchorBtns {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 4.9em 0;
  line-height: 1.5;
  background-color: #F1F5FB;
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns {
    padding: 2.25em 0;
  }
}
.secZiaAnchorBtns .container {
  max-width: 570px;
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns .container {
    max-width: inherit;
    width: 73%;
    padding: 0;
  }
}
.secZiaAnchorBtns .container.cFlexW3_1 {
  max-width: 868px;
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns .container.cFlexW3_1 {
    max-width: inherit;
  }
}
.secZiaAnchorBtns .anchorBtnsFlex {
  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: 896px) {
  .secZiaAnchorBtns .anchorBtnsFlex {
    display: block;
  }
}
.secZiaAnchorBtns .flexW2_1 li {
  width: 48%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns .flexW2_1 li {
    width: 100%;
  }
}
.secZiaAnchorBtns .flexW2_1 li:nth-last-of-type(1), .secZiaAnchorBtns .flexW2_1 li:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns .flexW2_1 li:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
}
.secZiaAnchorBtns .flexW3_1 li {
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns .flexW3_1 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns .flexW3_1 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.secZiaAnchorBtns li {
  min-height: 55px;
  border: 1px #0056A8 solid;
  border-radius: 50px;
  background: #fff;
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns li {
    min-height: inherit;
  }
}
.secZiaAnchorBtns a {
  position: relative;
  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: 0;
  font-size: 18px;
  font-weight: 500;
  color: #0056A8;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns a {
    min-height: 53px;
    padding: 1em 1.25em;
    font-size: 14px;
    line-height: 1.3;
  }
}
.secZiaAnchorBtns a.arrowR:after {
  content: "";
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.secZiaAnchorBtns a:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 40%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: solid 1px #0056A8;
  border-right: solid 1px #0056A8;
}
@media screen and (max-width: 896px) {
  .secZiaAnchorBtns a:after {
    top: 38%;
    right: 1.2em;
    width: 10px;
    height: 10px;
  }
}
.secZiaAnchorBtns a:hover {
  text-decoration: none;
}

.secEnd {
  padding: 12em 0 4em;
  line-height: 1.6;
}
@media screen and (max-width: 896px) {
  .secEnd {
    padding: 5em 0 3em;
  }
}
.secEnd .secEndBlue {
  position: relative;
  color: #0056A8;
  text-align: center;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 896px) {
  .secEnd .secEndBlue {
    line-height: 1.7;
    background-size: 100% auto;
  }
}
.secEnd .secEndBlue dt {
  font-size: 27px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 896px) {
  .secEnd .secEndBlue dt {
    font-size: 17px;
  }
}
.secEnd .secEndBlue dd {
  padding-top: 2em;
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .secEnd .secEndBlue dd {
    font-size: 13px;
  }
}
.secEnd .secEndNotes {
  margin-top: 3em;
  letter-spacing: 0;
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  .secEnd .secEndNotes {
    margin-top: 1em;
    font-size: 10px;
  }
}
.secEnd .secEndIcon {
  position: absolute;
  top: -99px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 151px;
}
@media screen and (max-width: 896px) {
  .secEnd .secEndIcon {
    top: -63px;
    width: 40%;
    max-width: 90px;
  }
}

.secEndLinks ul a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em;
  color: #3EB7C2;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 50px;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .secEndLinks ul a {
    font-size: 14px;
  }
}
.secEndLinks ul a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  width: 12px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac/pes/products/ziaino/common/img/arrow_link_sky.svg);
}
@media screen and (max-width: 896px) {
  .secEndLinks ul a:after {
    right: 10px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 896px) {
  .basic-page .secZia.secEndLinks .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.secEndLinks {
  padding-bottom: 3em;
}
.secEndLinks .container {
  padding: 2em 0;
}
.secEndLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 896px) {
  .secEndLinks ul {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
}
.secEndLinks ul li {
  width: 380px;
  margin-left: 2.5em;
}
@media screen and (max-width: 896px) {
  .secEndLinks ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 1.75em;
  }
}
.secEndLinks ul li:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (max-width: 896px) {
  .secEndLinks ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
.secEndLinks ul a.customLeft {
  padding-left: 0.5em;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .secEndLinks ul a.customLeft {
    text-align: center;
  }
}
@media screen and (max-width: 358px) {
  .secEndLinks ul a.customLeft {
    padding-left: 1em;
    text-align: left;
  }
}

.textsNotes {
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  .textsNotes {
    margin-bottom: 3em;
    font-size: 10px;
  }
}
.textsNotes li.plPc {
  padding-left: 3em;
}
@media screen and (max-width: 896px) {
  .textsNotes li.plPc {
    padding-left: 0;
  }
}

.secEndIcon.js-animation-item.anmFadeIn {
  opacity: 0;
}
.secEndIcon.js-animation-item.anmFadeIn.is-init {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(50px);
          transform: translateX(-50%) translateY(50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.secEndIcon.js-animation-item.anmFadeIn.is-init.is-animation {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

/* 
.basic-page .sectionContents {
    position: relative;
    z-index: 1;
    background-color: #fff;
} */
@media screen and (max-width: 896px) {
  header {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 896px) {
  .titlenavigation {
    position: relative;
    z-index: 1;
  }
}

#bottomlink {
  position: relative;
  z-index: 1;
}

footer {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 897px) {
  .basic-page.isFixed .secHero {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 896px) {
  .basic-page.isFixed .secHero {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
  }
}
@media screen and (max-height: 911px) and (min-width: 897px) {
  .basic-page.isFixed .secBgWave {
    margin-top: 0;
    position: relative;
    left: 0;
    top: 0;
  }
}
@media screen and (max-height: 830px) and (min-width: 897px) {
  .basic-page.isFixed .secBgWave {
    margin-top: -11vw;
    position: relative;
    left: 0;
    top: 0;
  }
}
@media screen and (max-height: 710px) and (min-width: 897px) {
  .basic-page.isFixed .secBgWave {
    margin-top: -19vw;
    position: relative;
    left: 0;
    top: 0;
  }
}
@media screen and (max-height: 630px) and (min-width: 897px) {
  .basic-page.isFixed .secBgWave {
    margin-top: -24vw;
    position: relative;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 897px) {
  .basic-page.isFixed .bgWave {
    position: absolute;
    top: -180px;
  }
}
@media screen and (max-height: 911px) and (min-width: 897px) {
  .basic-page.isFixed .bgWave {
    top: -160px;
    height: 169px;
  }
}
@media screen and (min-width: 897px) {
  .secHeroWrap {
    width: 100%;
    height: 800px;
    overflow: hidden;
  }
}
@media screen and (max-width: 896px) {
  .secHeroWrap {
    position: relative;
    width: 100%;
    height: 96vw;
  }
}

@media screen and (min-width: 897px) {
  .secHero {
    position: absolute;
    left: 0;
    width: 100%;
    height: 800px;
    padding: 0;
  }
}
@media screen and (max-width: 896px) {
  .secHero {
    position: static;
    width: 100%;
    height: 96vw;
    /* background-size: 100% auto;
    background-image: url(/hvac/pes/products/ziaino/img/slide/slide01_sp.jpg); */
  }
}
.secHero .secHeroInner {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.secBgWave {
  position: relative;
  z-index: 2;
  margin-top: -200px;
  width: 100%;
  background-color: #fff;
  /*  @media screen and (min-height: 911px) and (max-width: 1300px) {
  	margin-top: -11vw;
  } */
}
@media screen and (min-height: 911px) and (min-width: 1920px) {
  .secBgWave {
    margin-top: -82px;
  }
}
@media screen and (min-height: 911px) and (min-width: 1551px) and (max-width: 1920px) {
  .secBgWave {
    margin-top: -4vw;
  }
}
@media screen and (min-height: 911px) and (max-width: 1600px) {
  .secBgWave {
    margin-top: -6vw;
  }
}
@media screen and (min-height: 911px) and (max-width: 1550px) {
  .secBgWave {
    margin-top: -9vw;
  }
}
@media screen and (min-height: 911px) and (max-width: 1480px) {
  .secBgWave {
    margin-top: -11.4vw;
  }
}
@media screen and (min-height: 911px) and (max-width: 1350px) {
  .secBgWave {
    margin-top: -14vw;
  }
}
@media screen and (min-height: 911px) and (max-width: 1320px) {
  .secBgWave {
    margin-top: -16vw;
  }
}
@media screen and (min-height: 911px) and (max-width: 1300px) {
  .secBgWave {
    margin-top: -17.3vw;
  }
}
@media screen and (min-height: 911px) and (max-width: 1199px) {
  .secBgWave {
    margin-top: -11vw;
  }
}
@media screen and (max-height: 911px) and (min-width: 897px) {
  .secBgWave {
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 90vh;
  }
}
@media screen and (max-width: 896px) {
  .secBgWave {
    margin-top: 12vw;
  }
}

.bgWave {
  display: block;
  position: absolute;
  top: -180px;
  left: 50%;
  width: 2000px;
  height: 180px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/hvac/pes/products/ziaino/img/bg_wave.svg);
}
.bgWave:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 36px;
  background-color: #fff;
}
@media screen and (min-width: 2000px) {
  .bgWave {
    width: 100%;
    background-size: 100% auto;
  }
}
@media screen and (max-height: 910px) and (min-width: 897px) {
  .bgWave {
    top: -160px;
    height: 169px;
  }
}
@media screen and (max-width: 896px) {
  .bgWave {
    top: -14.555vw;
    width: 100%;
    height: 15vw;
    background-image: url(/hvac/pes/products/ziaino/img/bg_wave_sp.svg);
  }
}

.bgWaveUnder {
  display: block;
  position: absolute;
  bottom: -180px;
  left: 50%;
  z-index: 2;
  width: 2000px;
  height: 180px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/hvac/pes/products/ziaino/img/bg_wave_b.svg);
}
@media screen and (min-width: 2000px) {
  .bgWaveUnder {
    bottom: -200px;
    width: 3000px;
    height: 220px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .bgWaveUnder {
    bottom: -16vw;
    width: 100%;
    height: 16vw;
    background-image: url(/hvac/pes/products/ziaino/img/bg_wave_b_sp.svg);
  }
}
.bgWaveUnder:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 8px;
  background-color: #fff;
}

.secTexts {
  position: relative;
  padding: 140px 0 35px;
}
@media screen and (max-width: 896px) {
  .secTexts {
    padding: 9% 0 0;
  }
}
@media screen and (max-width: 896px) {
  .secTexts .container {
    padding: 10px 30px;
  }
}
.secTexts .secTextsInner {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .secTexts .secTextsInner {
    max-width: 363px;
  }
}
.secTexts .secTextsInner p {
  margin: 0 auto 1.75em;
  font-size: 20px;
  line-height: 2.35;
}
@media screen and (max-width: 896px) {
  .secTexts .secTextsInner p {
    margin-bottom: 1.75em;
    font-size: 13px;
    letter-spacing: 0.2em;
  }
}
.secTexts .secTextsInner p:nth-last-child(1) {
  margin-bottom: 0;
}
.secTexts .secTextsInner .secTextsInnerTitle {
  margin-bottom: 3em;
  font-size: 27px;
}
@media screen and (max-width: 896px) {
  .secTexts .secTextsInner .secTextsInnerTitle {
    font-size: 17px;
  }
}
.secTexts .secTextsInner .secTextsInnerTitle img {
  width: 318px;
}
@media screen and (max-width: 896px) {
  .secTexts .secTextsInner .secTextsInnerTitle img {
    width: 100%;
  }
}
.secTexts .secTextsInner .secTextsInnerText img {
  width: 498px;
}
@media screen and (max-width: 896px) {
  .secTexts .secTextsInner .secTextsInnerText img {
    width: 100%;
  }
}

.secContentList {
  position: relative;
  padding: 220px 0 270px;
  background-image: url(/hvac/pes/products/ziaino/img/bg_blue.png);
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 896px) {
  .secContentList {
    padding: 26% 0;
    background-position: 50% 100%;
    background-size: cover;
    background-image: url(/hvac/pes/products/ziaino/img/bg_blue_sp.png);
  }
}
.secContentList:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  width: 2000px;
  height: 826px;
  background-image: url(/hvac/pes/products/ziaino/img/bg_wave02.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 2000px) {
  .secContentList:after {
    width: 100%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 896px) {
  .secContentList:after {
    display: none;
  }
}
.secContentList .container.w1200 {
  max-width: 1200px;
}
.secContentList .container.customZ {
  z-index: 2;
}
.secContentList .secTitle.custom {
  margin-bottom: 4.5em;
}
@media screen and (max-width: 896px) {
  .secContentList .secTitle.custom {
    margin-bottom: 3em;
  }
}
.secContentList .secContentListInner {
  margin-top: 130px;
}
@media screen and (max-width: 896px) {
  .secContentList .secContentListInner {
    margin-top: 4em;
  }
}
.secContentList .secContentListInner .photoR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.secContentList .secContentListInner .photoR .secContentListTexts {
  padding: 0 2em 0 0;
}
@media screen and (max-width: 896px) {
  .secContentList .secContentListInner .photoR .secContentListTexts {
    padding: 0;
  }
}
.secContentList .secContentListMainTexts {
  font-size: 22px;
  color: #005BAC;
  text-align: center;
  letter-spacing: 0.3em;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .secContentList .secContentListMainTexts {
    font-size: 13px;
  }
}
.secContentList .secContentListPhoto {
  position: relative;
  width: 610px;
}
@media screen and (max-width: 896px) {
  .secContentList .secContentListPhoto {
    width: 100%;
  }
}
.secContentList .secContentListPhotoInner {
  width: 100%;
  overflow: hidden;
}
.secContentList .secContentListPhotoInner img {
  width: 610px;
}
@media screen and (max-width: 896px) {
  .secContentList .secContentListPhotoInner img {
    width: 100%;
  }
}
.secContentList .secContentListTexts {
  padding: 0 0 0 3em;
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .secContentList .secContentListTexts {
    margin-top: 2.5em;
    padding: 0;
    text-align: center;
    font-size: 13px;
  }
}
.secContentList .secContentListTexts .secContentListTextsIn {
  overflow: hidden;
}
.secContentList .secContentListIcon {
  width: 150px;
  margin: 0 auto;
}
.secContentList .secContentListIcon img {
  width: 100%;
}
.secContentList .Block3w li {
  width: 280px;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 896px) {
  .secContentList .Block3w li {
    width: 100%;
    margin-top: 3em;
    font-size: 13px;
  }
}
@media screen and (min-width: 897px) {
  .secContentList .Block3w li:hover .secContentListIcon {
    -webkit-animation: verticalmove 1.4s ease-in-out infinite alternate;
            animation: verticalmove 1.4s ease-in-out infinite alternate;
  }
}
.secContentList .Block3w li h2 {
  line-height: 1.6;
}
.secContentList .Block3w li a:hover {
  text-decoration: none;
}
.secContentList .bgWt {
  position: absolute;
  bottom: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 948px;
}
.secContentList .bgWt img {
  width: 100%;
}

@-webkit-keyframes verticalmove {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes verticalmove {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.secTechnology {
  position: relative;
  padding: 0 0 80px;
}
@media screen and (max-width: 896px) {
  .secTechnology {
    padding: 11% 0;
  }
}
.secTechnology .secTitle.custom {
  margin-bottom: 4.5em;
}
@media screen and (max-width: 896px) {
  .secTechnology .secTitle.custom {
    margin-bottom: 2em;
  }
}
.secTechnology .Block2w li {
  width: 450px;
  margin-left: 60px;
}
@media screen and (max-width: 896px) {
  .secTechnology .Block2w li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4.5em;
  }
}
.secTechnology .Block2w li:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (max-width: 896px) {
  .secTechnology .Block2w li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.secTechnology .Block2w li h2 {
  line-height: 1.6;
}
.secTechnologyTexts {
  min-height: 13em;
  padding: 1.5em 0;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 896px) {
  .secTechnologyTexts {
    min-height: inherit;
    font-size: 13px;
  }
}
.secTechnologyBtn {
  text-align: center;
  letter-spacing: 0.13em;
}
.secTechnologyImage {
  overflow: hidden;
}

.secCasestudy {
  padding: 80px 0 0;
  background-color: #F2F5FB;
}
@media screen and (max-width: 896px) {
  .secCasestudy {
    padding: 11% 0 0;
  }
}
.secCasestudy .secTitle.custom {
  margin-bottom: 4.5em;
}
@media screen and (max-width: 896px) {
  .secCasestudy .secTitle.custom {
    margin-bottom: 3em;
  }
}
.secCasestudyBtn {
  margin-top: 5em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .secCasestudyBtn {
    margin-top: 1.5em;
  }
}
.secCasestudyMainImage {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
.secCasestudyMainImage .markLogo {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 192px;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .secCasestudyMainImage .markLogo {
    top: 5%;
    right: 3%;
    width: 20%;
  }
}
.secCasestudyMainImage .markLogo img {
  width: 100%;
}
.secCasestudyImage {
  margin-top: 5em;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .secCasestudyImage {
    margin-top: 2em;
  }
}
.secCasestudyImage img {
  width: 100%;
  vertical-align: top;
}
.secCasestudyTexts {
  text-align: center;
}
.secCasestudyTexts p {
  margin-top: 1em;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .secCasestudyTexts p {
    font-size: 13px;
  }
}
.secCasestudyTexts p.secCasestudyTextsTitle {
  font-size: 25px;
  font-weight: 500;
  color: #005BAC;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .secCasestudyTexts p.secCasestudyTextsTitle {
    font-size: 15px;
  }
}

.secBlock03 {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 896px) {
  .secBlock03 {
    margin-top: 1.5em;
  }
}
.secBlock03 li {
  width: 285px;
}
@media screen and (max-width: 896px) {
  .secBlock03 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.secItemNames {
  padding: 80px 0 100px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  .secItemNames {
    padding: 0.75em 0 2em 0;
    font-size: 13px;
    line-height: 1.6;
  }
}
.secItemNames .container {
  width: 900px;
}
@media screen and (max-width: 896px) {
  .secItemNames .container {
    width: auto;
  }
}

.secBlockTable {
  margin-bottom: 50px;
  padding: 2em 2.7em 0;
  border: 1px #005BAC solid;
  -o-border-image: linear-gradient(to right, #005bac 20%, #2ea7e0 80%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #005bac), color-stop(80%, #2ea7e0));
     border-image: linear-gradient(to right, #005bac 20%, #2ea7e0 80%);
  border-image-slice: 1;
}
@media screen and (max-width: 896px) {
  .secBlockTable {
    margin-bottom: 1em;
    padding: 1em 1em 0;
  }
}
.secBlockTable:nth-last-of-type(1) {
  margin-bottom: 0;
}
.secBlockTable .imgLogoZiaino {
  width: 160px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 896px) {
  .secBlockTable .imgLogoZiaino {
    max-width: 250px;
    width: 40%;
    margin-bottom: 40px;
  }
}
.secBlockTable .textLogoZiaino {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .secBlockTable .textLogoZiaino {
    line-height: 1.6;
  }
}
.secBlockTable h2 {
  padding: 0 0 1.5em;
  font-size: 21px;
  font-weight: 600;
  color: #005BAC;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px #005BAC solid;
  -o-border-image: linear-gradient(to right, #005bac 20%, #2ea7e0 80%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #005bac), color-stop(80%, #2ea7e0));
     border-image: linear-gradient(to right, #005bac 20%, #2ea7e0 80%);
  border-image-slice: 1;
}
@media screen and (max-width: 896px) {
  .secBlockTable h2 {
    padding: 0 0 1em;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
}
.secBlockTable .customTextL {
  font-size: 1.2em;
  font-weight: 600;
  color: #005BAC;
}
.secBlockTable .secBlockTableInner01 {
  padding: 4em 0;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .secBlockTable .secBlockTableInner01 {
    padding: 3em 0;
    line-height: 1.8;
  }
}
.secBlockTable .secBlockTableInner02 {
  padding: 1em 0 0;
  letter-spacing: 0.1em;
}
.secBlockTable .secBlockTableInner02 .secBlockTableInnerInner {
  padding: 3em 0;
}
@media screen and (max-width: 896px) {
  .secBlockTable .secBlockTableInner02 .secBlockTableInnerInner {
    padding: 2em 0;
    text-align: center;
  }
}
.secBlockTable .secBlockTableInner02 .secBlockTableInnerInner.addLine {
  border-bottom: 1px #005BAC solid;
  -o-border-image: linear-gradient(to right, #005bac 20%, #2ea7e0 80%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #005bac), color-stop(80%, #2ea7e0));
     border-image: linear-gradient(to right, #005bac 20%, #2ea7e0 80%);
  border-image-slice: 1;
}
.secBlockTable .secBlockTableInner02 .secBlockTableInnerInner.nonPb {
  padding-bottom: 0;
}

.secBlock04 dt {
  position: relative;
  width: 80px;
  margin-right: 1em;
  padding-top: 1.25em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .secBlock04 dt {
    width: 63px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    padding-top: 1.1em;
  }
}
.secBlock04 dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: rgb(0, 91, 172);
  background: linear-gradient(45deg, rgb(0, 91, 172) 20%, rgb(46, 167, 224) 80%);
}
@media screen and (max-width: 896px) {
  .secBlock04 dt:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 63px;
    height: 63px;
  }
}
.secBlock04 dt span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 896px) {
  .secBlock04 dt span {
    width: 100%;
    font-size: 11px;
  }
}
.secBlock04 dt span:after {
  content: " ";
  margin-left: -0.15em;
}
.secBlock04 dt span.num {
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  .secBlock04 dt span.num {
    font-size: 14px;
  }
}
.secBlock04 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .secBlock04 dd {
    line-height: 1.6;
    text-align: left;
  }
}
.secBlock04 ul {
  counter-reset: number 0;
}
@media screen and (max-width: 896px) {
  .secBlock04 ul {
    text-align: left;
  }
}
.secBlock04 ul li {
  margin-bottom: 0.25em;
}
.secBlock04 ul li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 0.25em;
  color: #005BAC;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .secBlock04 ul li {
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
}

.secBlockNotes {
  margin-top: 1em;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .secBlockNotes {
    font-size: 10px;
  }
}
.secBlockNotes .customIndent {
  padding-left: 1.25em;
}

.sec a.linkBdrBl, .sec a.linkHover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec a.linkBdrBl:hover, .sec a.linkHover:hover {
  opacity: 0.7;
  text-decoration: none;
}

.sec a {
  color: #1f1f1f;
}
.sec a.linkHover {
  display: block;
}
.sec a.linkBdrBl {
  display: inline-block;
  width: 200px;
  padding: 0.5em 0;
  font-size: 18px;
  color: #005BAC;
  border-radius: 30px;
  border: 1px #005BAC solid;
}
@media screen and (max-width: 896px) {
  .sec a.linkBdrBl {
    width: 140px;
    padding: 0.75em 0;
    font-size: 13px;
  }
}
.sec .linkHoverScale .hoverTarget {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.sec .linkHoverScale:hover .hoverTarget {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.sec .secTitle {
  margin-bottom: 1.5em;
}
.sec .secTitle h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #005BAC;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .sec .secTitle h2 {
    font-size: 20px;
    text-align: center;
  }
}
.sec .secTitle h2.secTitle20px {
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  .sec .secTitle h2.secTitle20px {
    font-size: 20px;
  }
}
@media screen and (max-width: 896px) {
  .sec .secTitle h2.secTitle20px.secTitle20pxSp {
    font-size: 15px;
  }
}
.sec .secTitle h2.secTitle35px {
  font-size: 35px;
}
@media screen and (max-width: 896px) {
  .sec .secTitle h2.secTitle35px {
    font-size: 20px;
  }
}
.sec .secTitle h2.secTitle40px {
  font-size: 40px;
}
@media screen and (max-width: 896px) {
  .sec .secTitle h2.secTitle40px {
    font-size: 20px;
  }
}
.sec .secTitle h2.secTitleCenter {
  text-align: center;
}
.sec .secTitle h2.secTitleLs200 {
  letter-spacing: 0.2em;
}
.sec .secTitle h2.secTitleLs300 {
  letter-spacing: 0.3em;
}
.sec .secTitle h2 span {
  display: block;
  padding-top: 1em;
  font-size: 17px;
  font-weight: 600;
  color: #005BAC;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 896px) {
  .sec .secTitle h2 span {
    font-size: 12px;
  }
}
.sec .secTitle h2 span.spanPdT15em {
  padding-top: 1.5em;
}

.js-animation-item.is-init {
  /*  opacity: 0;
   transform: translateY(10px);
   transition: all 0.5s;
   &.is-animation {
       opacity: 1;
       transform: translateY(0);
   } */
}

.js-animation-item.secContentListIcon.is-init {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.js-animation-item.secContentListIcon.is-init.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-animation-item.anmFadeIn {
  opacity: 0;
}
.js-animation-item.anmFadeIn.is-init {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.js-animation-item.anmFadeIn.is-init.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 896px) {
  .js-animation-item.anmFadeInSp {
    opacity: 0;
  }
  .js-animation-item.anmFadeInSp.is-init {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .js-animation-item.anmFadeInSp.is-init.is-animation {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 897px) {
  .js-animation-item.secContentListPhotoInner img {
    opacity: 0;
  }
  .js-animation-item.secContentListPhotoInner.anmRight {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .js-animation-item.secContentListPhotoInner.anmRight.is-init {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .js-animation-item.secContentListPhotoInner.anmRight.is-init.is-animation {
    -webkit-animation-name: slidefromL;
            animation-name: slidefromL;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .js-animation-item.secContentListPhotoInner.anmRight.is-init.is-animation img {
    -webkit-animation-name: slidefromR;
            animation-name: slidefromR;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .js-animation-item.secContentListPhotoInner.anmRight.is-init img {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .js-animation-item.secContentListPhotoInner.anmLeft {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .js-animation-item.secContentListPhotoInner.anmLeft.is-init {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .js-animation-item.secContentListPhotoInner.anmLeft.is-init.is-animation {
    -webkit-animation-name: slidefromR;
            animation-name: slidefromR;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .js-animation-item.secContentListPhotoInner.anmLeft.is-init.is-animation img {
    -webkit-animation-name: slidefromL;
            animation-name: slidefromL;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .js-animation-item.secContentListPhotoInner.anmLeft.is-init img {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes slidefromL {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slidefromL {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slidefromR {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidefromR {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slidefromLtxt {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidefromLtxt {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slidefromRtxt {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidefromRtxt {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}
.slick-active .slideTextLast, .slick-active .slideText .slideTextIn {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.single-item li {
  position: relative;
}

.slideText {
  position: absolute;
  z-index: 2;
  font-size: 30px;
  text-align: right;
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.slideText span {
  display: block;
  -webkit-transform: translateX(-0.5em) translateY(1em);
          transform: translateX(-0.5em) translateY(1em);
}
.slideText .slideTextIn {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
.slideText:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 71px;
  height: 187px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac/pes/products/ziaino/img//slide/bg_text_wt.png);
}
@media screen and (max-width: 896px) {
  .slideText:before {
    width: 57px;
    height: 150px;
  }
}

.slideInBlock {
  /*  @include pc-max1920-min700 {
       height: 42vw;
       min-height: 700px;
       img {
           min-width: inherit;
           width: 100%;
           height: auto;
       }
   }
   @include pc-max1200-min700 {
       img {
           min-width: inherit;
           min-height: inherit;
           width:1200px;
           height: auto;
       }
   } */
}
@media screen and (min-width: 897px) {
  .slideInBlock {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
  }
  .slideInBlock img {
    width: 1400px;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-height: 910px) and (min-width: 897px) {
  .slideInBlock {
    height: calc(100vh - 133px);
  }
  .slideInBlock img {
    min-width: inherit;
    width: auto;
    height: 100%;
  }
}
@media screen and (min-height: 911px) and (min-width: 1200px) and (max-width: 1920px) {
  .slideInBlock {
    height: 50vw;
    min-height: 700px;
    max-height: 780px;
  }
  .slideInBlock img {
    min-width: inherit;
    min-height: inherit;
    width: 90%;
    height: auto;
  }
}
@media screen and (min-height: 911px) and (min-width: 1920px) {
  .slideInBlock {
    height: 800px;
  }
  .slideInBlock img {
    min-width: inherit;
    min-height: inherit;
    width: 1500px;
    height: auto;
  }
}

.slideNotes {
  position: absolute;
  z-index: 2;
  width: 202px;
  height: 22px;
}
@media screen and (min-width: 897px) {
  .slideNotes {
    bottom: 185px;
    left: 19vw;
  }
}
@media screen and (max-height: 910px) and (min-width: 897px) {
  .slideNotes {
    bottom: 22vh;
    top: auto;
    left: 6vw;
  }
}
@media screen and (max-height: 680px) and (min-width: 897px) {
  .slideNotes {
    bottom: 24vh;
    top: auto;
    left: 4vw;
  }
}
@media screen and (min-height: 911px) and (min-width: 1200px) and (max-width: 1920px) {
  .slideNotes {
    bottom: 223px;
    left: 4vw;
  }
}
@media screen and (min-height: 911px) and (min-width: 1920px) {
  .slideNotes {
    bottom: 180px;
    left: 19vw;
  }
}
@media screen and (min-height: 911px) and (max-width: 1200px) {
  .slideNotes {
    bottom: 160px;
    left: 0;
  }
}
@media screen and (min-height: 911px) and (min-width: 1300px) and (max-width: 1500px) {
  .slideNotes {
    bottom: 16vw;
  }
}
@media screen and (max-width: 896px) {
  .slideNotes {
    left: 3vw;
    bottom: 9%;
    width: 160px;
  }
}
.slideNotes img {
  width: 100%;
}

.slide01 {
  /* background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/hvac/pes/products/ziaino/img/slide/slide01_pc_1920.jpg); */
}
.slide01 .slideText {
  left: 47%;
  top: 27%;
  color: #808080;
}
@media screen and (max-width: 896px) {
  .slide01 .slideText {
    left: 49%;
    top: 23%;
    font-size: 22px;
  }
}
.slide01 .slideText:before {
  right: -21px;
  top: -17px;
  background-image: url(/hvac/pes/products/ziaino/img//slide/bg_text_g.png);
}
@media screen and (max-width: 896px) {
  .slide01 .slideText:before {
    right: -72%;
    top: -19%;
  }
}

.slide02 .slideText {
  left: 30%;
  top: 18%;
  color: #fff;
}
@media screen and (max-width: 896px) {
  .slide02 .slideText {
    left: 32%;
    top: 13%;
    font-size: 22px;
  }
}
.slide02 .slideText:before {
  right: -21px;
  top: -17px;
}
@media screen and (max-width: 896px) {
  .slide02 .slideText:before {
    right: -72%;
    top: -19%;
  }
}

.slide03 .slideText {
  right: 35%;
  top: 19%;
  color: #fff;
}
@media screen and (max-width: 896px) {
  .slide03 .slideText {
    right: 10%;
    top: 24%;
    font-size: 22px;
  }
}
.slide03 .slideText:before {
  right: -21px;
  top: -17px;
}
@media screen and (max-width: 896px) {
  .slide03 .slideText:before {
    right: -72%;
    top: -19%;
  }
}

@media screen and (max-height: 910px) and (min-width: 897px) {
  .slide04.slideInBlock {
    height: calc(100vh - 25px);
  }
}
.slide04 .slideTextLast {
  opacity: 0;
  position: absolute;
  left: 12%;
  top: 25%;
  z-index: 2;
  width: 215px;
  height: 235px;
}
@media screen and (max-height: 910px) and (min-width: 897px) {
  .slide04 .slideTextLast {
    top: 16%;
  }
}
@media screen and (max-width: 896px) {
  .slide04 .slideTextLast {
    left: 10%;
    top: 17%;
    width: 40%;
  }
}
.slide04 .slideTextLast img {
  width: 100%;
}

.slideAnimationZoom .slideFirst .slideImage img {
  -webkit-animation: fadezoom 3.5s linear 0s 1 normal both;
          animation: fadezoom 3.5s linear 0s 1 normal both;
}
@media screen and (max-width: 896px) {
  .slideAnimationZoom .slideFirst .slideImage img {
    -webkit-animation: fadezoomsp 3.5s linear 0s 1 normal both;
            animation: fadezoomsp 3.5s linear 0s 1 normal both;
  }
}

.slideAnimationZoom .slideEnd .slideImage img {
  -webkit-animation: fadezoom 3s linear 0s 1 normal both;
          animation: fadezoom 3s linear 0s 1 normal both;
}
@media screen and (max-width: 896px) {
  .slideAnimationZoom .slideEnd .slideImage img {
    -webkit-animation: fadezoomsp 3s linear 0s 1 normal both;
            animation: fadezoomsp 3s linear 0s 1 normal both;
  }
}

.slideAnimationZoom .slideImage img {
  -webkit-animation: fadezoom 3.5s linear 0s 1 normal both;
          animation: fadezoom 3.5s linear 0s 1 normal both;
}
@media screen and (max-width: 896px) {
  .slideAnimationZoom .slideImage img {
    -webkit-animation: fadezoomsp 3.5s linear 0s 1 normal both;
            animation: fadezoomsp 3.5s linear 0s 1 normal both;
  }
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes fadezoomsp {
  0% {
    -webkit-transform: translateX(0) scale(1.2);
            transform: translateX(0) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@keyframes fadezoomsp {
  0% {
    -webkit-transform: translateX(0) scale(1.2);
            transform: translateX(0) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
.slick-active .slideText .slideTextIn {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.slick-active .slideTextLast {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custom-dots {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media screen and (max-width: 896px) {
  .custom-dots {
    -webkit-transform: translateY(-6vw);
            transform: translateY(-6vw);
  }
}
.custom-dots li {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: relative;
  width: 49px;
  height: 49px;
  margin: 0 20px;
  color: #A7A7A7;
  letter-spacing: 0.1em;
  list-style-type: none;
}
@media screen and (max-width: 896px) {
  .custom-dots li {
    width: 30px;
    height: 30px;
    margin: 0 11px;
  }
}
.custom-dots li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 896px) {
  .custom-dots li span {
    font-size: 12px;
  }
}
.custom-dots li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 2px #ccc solid;
}
@media screen and (max-width: 896px) {
  .custom-dots li:after {
    border: 1px #ccc solid;
  }
}
.custom-dots button {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  margin: 0 8px;
}

.custom-dots li:hover,
.custom-dots li button:hover {
  cursor: pointer;
}

.custom-dots li.is-init.is-active svg circle {
  fill: transparent;
  stroke: #0056A8;
  stroke-width: 2;
  /* animation-name: circle;
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both; */
  -webkit-animation: circle 3.5s linear 0.2s 1 normal both;
          animation: circle 3.5s linear 0.2s 1 normal both;
}
@media screen and (max-width: 896px) {
  .custom-dots li.is-init.is-active svg circle {
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }
}
svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
svg circle {
  stroke-dasharray: 0 366;
  fill: transparent;
  stroke-width: 2;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  50% {
    stroke-dasharray: 130 366;
  }
  75% {
    stroke-dasharray: 220 366;
  }
  99.9% {
    stroke-dasharray: 330 366;
  }
  100% {
    stroke-dasharray: 366 366;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  50% {
    stroke-dasharray: 130 366;
  }
  75% {
    stroke-dasharray: 220 366;
  }
  99.9% {
    stroke-dasharray: 330 366;
  }
  100% {
    stroke-dasharray: 366 366;
  }
}/*# sourceMappingURL=ziaino.css.map */