@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", "ＭＳ Ｐゴシック", "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;
}

.font-style-italic {
  font-style: italic;
}

@media screen and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
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;
}

/* color */
@media screen and (max-width: 896px) {
  .basic-page .container, .secHocl .container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* font */
.custom-fw-400 {
  font-weight: 400; /* regular */
}

.custom-fw-500 {
  font-weight: 500; /* medium */
}

.custom-fw-700 {
  font-weight: 700; /* bold */
}

/* sup */
sup.customSup {
  font-size: 0.7em;
}
sup.customSupM {
  font-size: 1em;
}
sup.customSupP {
  font-size: 1em;
}

/* sub */
sub.customSub2 {
  font-size: 0.7em;
  vertical-align: baseline;
}

/* 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;
}
.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;
  }
}

/* a */
.blueLinkWrap a, .blueBtn.customLside a.linkHover, .secHoclAnchorBtns a, a.linkHover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.blueLinkWrap a:hover, .blueBtn.customLside a.linkHover:hover, .secHoclAnchorBtns a:hover, a.linkHover:hover {
  opacity: 0.7;
  text-decoration: none;
}
.blueLinkWrap a:link, .blueBtn.customLside a.linkHover:link, .secHoclAnchorBtns a:link, a.linkHover:link {
  text-decoration: none;
}

/* svg */
svg {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}

.basic-page .container.menuBtnContainer {
  padding: 0;
}
@media screen and (min-width: 897px) {
  .basic-page .container.menuBtnContainer {
    position: static;
  }
}

/* menuHocl => add fixed */
.basic-page.isFixed .menuHocl {
  position: fixed;
}
@media screen and (min-width: 897px) {
  .basic-page.isFixed .menuHocl.isFixed {
    top: 60px;
  }
}
@media screen and (min-width: 897px) {
  .basic-page.isFixed .menuHocl.isFixed.isClosed {
    top: 110px;
  }
}
@media screen and (min-width: 897px) {
  .basic-page.isFixed .menuHocl.isFixed.isClosed.isOpen {
    top: 117px;
  }
}

/* menuBtn & menuBgSp => add fixed */
.basic-page.isFixed .menuBtn {
  position: fixed;
}
@media screen and (min-width: 897px) {
  .basic-page.isFixed .menuBtn {
    top: 57px;
  }
}
@media screen and (max-width: 896px) {
  .basic-page.isFixed .menuBtn {
    top: 12px;
  }
}
@media screen and (max-width: 896px) {
  .basic-page.isFixed .menuBgSp {
    position: fixed;
  }
}

/* 開閉 pconly */
@media screen and (min-width: 1341px) {
  .menuHocl.isClosed {
    -webkit-transform: translateX(-172px);
            transform: translateX(-172px);
  }
}
@media screen and (max-width: 1340px) {
  .menuHocl.isClosed {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 897px) {
  .menuHocl.isClosed {
    -webkit-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s;
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  .menuHocl.isClosed.isOpen {
    opacity: 1;
    pointer-events: auto;
    top: 232px;
    height: auto;
  }
}

/* 開閉 sponly */
@media screen and (max-width: 896px) {
  .menuHocl {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .menuHocl.isOpen {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* btn 開閉 */
@media screen and (min-width: 897px) {
  .menuBtn {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .menuBtn.isOpenPc {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.menuBtn.isOpen span:nth-of-type(1) {
  top: 10px;
  left: 17px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.menuBtn.isOpen span:nth-of-type(2) {
  top: 22px;
  left: 17px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.menuBtn.isOpen span:nth-of-type(2)::after {
  content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  top: 8px;
  left: 0;
}

/* menuHocl */
.menuHocl {
  position: absolute;
  top: 228px;
  z-index: 5;
  width: 174px;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  .menuHocl {
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    z-index: 10;
    width: 65%;
    height: 100vh;
    padding-top: 80px;
    background-color: #fff;
  }
}
.menuHocl .menuHoclInner {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .menuHocl .menuHoclInner {
    padding-left: 10px;
  }
}
.menuHocl .menuHoclInner li {
  margin-bottom: 12px;
}
@media screen and (max-width: 896px) {
  .menuHocl .menuHoclInner li {
    margin-bottom: 1px;
    text-align: left;
  }
}
.menuHocl .menuHoclInner li.menuHoclIsTop {
  display: block;
}
@media screen and (max-width: 896px) {
  .menuHocl .menuHoclInner li.menuHoclIsTop {
    display: block;
  }
}
.menuHocl .menuHoclInner a {
  display: block;
}
@media screen and (min-width: 897px) {
  .menuHocl .menuHoclInner a {
    height: 52px;
  }
}
.menuHocl .menuHoclInner img {
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .menuHocl .menuHoclInner img {
    width: 75%;
  }
}

/* menuBtn */
.menuBtn {
  position: absolute;
  top: 170px;
  z-index: 1000;
  background: #0056A8;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border: 2px #fff solid;
}
@media screen and (min-width: 1341px) {
  .menuBtn {
    -webkit-transform: translateX(-49px);
            transform: translateX(-49px);
  }
}
@media screen and (max-width: 1340px) {
  .menuBtn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 896px) {
  .menuBtn {
    position: absolute;
    top: 16px;
    left: 10px;
    z-index: 15;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.menuBtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 9px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 64%;
}
.menuBtn span:nth-of-type(1) {
  top: 10px;
}
.menuBtn span:nth-of-type(2) {
  top: 20px;
}
.menuBtn span:nth-of-type(2)::after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 9px;
  left: -2px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* menuBgSp => sponly bg */
@media screen and (max-width: 896px) {
  .menuBgSp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.menuBgSp.isClosed {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .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) {
  .basic-page .container.sectionContents.noPaddingSp {
    padding: 0;
  }
}

.basic-page p {
  line-height: 2.2;
}
@media screen and (max-width: 896px) {
  .basic-page p {
    line-height: 2;
  }
}

.secHoclHero {
  position: relative;
  padding: 70px 0 210px;
  font-size: 17px;
  text-align: center;
  background-color: #0082D7;
}
@media screen and (max-width: 896px) {
  .secHoclHero {
    height: auto;
    padding: 10% 0 18%;
    font-size: 14px;
    line-height: 2;
  }
}
.secHoclHero.secHoclHeroOvHidden {
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .secHoclHero.secHoclHeroOvHidden {
    overflow: visible;
  }
}
.secHoclHero:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  height: 300px;
  background-image: url(/hvac/pes/technology/hocl/common/img/bg_wave_repeat1200px_wt_pc.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 896px) {
  .secHoclHero:after {
    bottom: -1px;
  }
}
.secHoclHeroTitle {
  width: 514px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 896px) {
  .secHoclHeroTitle {
    width: 100%;
    margin: 0 auto 6%;
  }
}
.secHoclHeroBgPc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .secHoclHeroBgPc {
    display: none;
  }
}
.secHoclHeroTexts {
  color: #fff;
  line-height: 2.35;
}
.secHoclHeroTextsNotes {
  font-size: 13px;
}
@media screen and (max-width: 896px) {
  .secHoclHeroTextsNotes {
    max-width: 300px;
    margin: 2em auto 3em;
    padding: 0;
    font-size: 10px;
    text-align: left;
    line-height: 1.8;
  }
}

/* secHoclHero => bgeffect */
.bgEffects.bgEffectsSWt, .bgEffects.bgEffectsLWt {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.bgEffects {
  position: absolute;
}
.bgEffects.bgEffectsLWt {
  top: 10px;
  left: 110px;
  width: 48px;
  height: 60px;
  background-image: url(/hvac/pes/technology/hocl/common/img/effect_l_wt.svg);
}
@media screen and (max-width: 896px) {
  .bgEffects.bgEffectsLWt {
    top: 50px;
    left: auto;
    right: 20px;
    width: 24px;
    height: 32px;
  }
}
.bgEffects.bgEffectsSWt {
  top: -20px;
  right: 110px;
  width: 32px;
  height: 42px;
  background-image: url(/hvac/pes/technology/hocl/common/img/effect_s_wt.svg);
}
@media screen and (max-width: 896px) {
  .bgEffects.bgEffectsSWt {
    top: 100px;
    right: auto;
    left: 20px;
    width: 20px;
    height: 25px;
  }
}

@media screen and (max-width: 896px) {
  .secHoclAnchor {
    padding: 5% 0 0;
  }
}
.secHoclAnchor .secHoclAnchorTitle {
  width: 370px;
  margin: 0 auto 3.5em;
}
@media screen and (max-width: 896px) {
  .secHoclAnchor .secHoclAnchorTitle {
    width: 100%;
    margin: 0;
  }
}
.secHoclAnchorBtns .flexW2_1 li {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .secHoclAnchorBtns .flexW2_1 li {
    width: 100%;
  }
}
.secHoclAnchorBtns .flexW2_1 li:nth-last-of-type(1) {
  margin-right: 0;
}
.secHoclAnchorBtns .flexW3_1 li {
  width: 31%;
}
@media screen and (max-width: 896px) {
  .secHoclAnchorBtns .flexW3_1 li {
    width: 100%;
  }
}
.secHoclAnchorBtns li {
  min-height: 80px;
}
@media screen and (max-width: 896px) {
  .secHoclAnchorBtns li {
    min-height: inherit;
    margin-top: 1em;
  }
}
.secHoclAnchorBtns a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75em 4em 0.75em 1em;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  background-color: #0082D7;
}
@media screen and (max-width: 896px) {
  .secHoclAnchorBtns a {
    padding: 1em 2em 1em 0.5em;
    font-size: 14px;
    line-height: 1.4;
  }
}
.secHoclAnchorBtns a.customWhiteNowrapPc {
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .secHoclAnchorBtns a.customWhiteNowrapPc {
    white-space: normal;
  }
}
.secHoclAnchorBtns a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac/pes/technology/hocl/common/img/arrow_anchor.svg);
}

/* secHocl => 共通 */
/* secHocl => container size */
.secHocl .container {
  max-width: 830px;
}
.secHocl .container.w980 {
  max-width: 980px;
}

/* secHocl */
.secHocl {
  letter-spacing: 0.02em;
}
.secHocl.secColorBlue {
  background-color: #0082D7;
}
.secHocl.secColorLBlue {
  background-color: #66B4E7;
}
.secHocl.secColorLlBlue {
  background-color: #CEEBFB;
}

/* secContent => 共通 */
.secContent {
  padding: 100px 0 80px;
}
@media screen and (max-width: 896px) {
  .secContent {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 896px) {
  .secContent.secContentEnd {
    padding-bottom: 0;
  }
}

.js-animation-item.is-init {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.js-animation-item.is-init.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.blueBtn {
  width: 100%;
  height: 55px;
  margin: 50px auto;
}
@media screen and (max-width: 896px) {
  .blueBtn {
    height: auto;
  }
}
.blueBtn.noBdr a {
  border: none;
}
.blueBtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 14px 20px;
  font-size: 18px;
  color: white;
  background-color: #0082D7;
  border: 3px solid white;
}
.blueBtn a:hover {
  text-decoration: none;
}
.blueBtn a:link {
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .blueBtn a {
    padding: 1.5em 1.5em;
    font-size: 14px;
  }
}
.blueBtn.customLside {
  width: 50%;
  height: auto;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 896px) {
  .blueBtn.customLside {
    width: 100%;
  }
}
.blueBtn.customLside a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: #0082D7;
  border: none;
}
@media screen and (max-width: 896px) {
  .blueBtn.customLside a {
    padding: 1.5em 1.5em;
    font-size: 14px;
  }
}
.blueBtn.customLside a.addArrowWtR {
  position: relative;
}
.blueBtn.customLside a.addArrowWtR:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 18px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac/pes/technology/hocl/common/img/arrow_anchor.svg);
}
.blueBtn.customCside {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .blueBtn.customCside {
    width: 100%;
  }
}
.blueBtn.customCside a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: #0082D7;
  border: none;
}
@media screen and (max-width: 896px) {
  .blueBtn.customCside a {
    padding: 1.5em 1.5em;
    font-size: 14px;
  }
}
.blueBtn.customCside a.addArrowWtR {
  position: relative;
}
.blueBtn.customCside a.addArrowWtR:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 18px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac/pes/technology/hocl/common/img/arrow_anchor.svg);
}

.img_wrap {
  width: 90%;
  margin: 0 auto 48px auto;
}
@media screen and (max-width: 896px) {
  .img_wrap {
    width: 100%;
    margin: 0 auto 32px auto;
  }
}

.secHocl .container .text01 {
  margin-bottom: 48px;
  font-size: 17px;
}
@media screen and (max-width: 896px) {
  .secHocl .container .text01 {
    margin: 20px 0;
    font-size: 14px;
  }
}
.secHocl .container .blueText {
  color: #3059B9;
  margin-bottom: 24px;
}
@media screen and (max-width: 896px) {
  .secHocl .container .blueText {
    text-align: center;
  }
}
.secHocl .container .smallText {
  font-size: 14px;
  line-height: 40px;
}
@media screen and (max-width: 896px) {
  .secHocl .container .smallText {
    font-size: 11px;
  }
}

/* btn */
.accordion-title {
  cursor: pointer;
  pointer-events: auto;
  padding: 1em;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  background-color: #0082D7;
}
@media screen and (max-width: 896px) {
  .accordion-title {
    padding: 1.5em;
    font-size: 13px;
  }
}

/* content */
.accordion-content {
  display: none;
  padding: 2em;
  border-left: 2px #0082D7 solid;
  border-right: 2px #0082D7 solid;
  border-bottom: 2px #0082D7 solid;
  background-color: white;
}
.accordion-content h4 {
  font-size: 20px;
  line-height: 32px;
}
.accordion-content p {
  margin: 24px 0;
}
.accordion-content p:first-child {
  margin-top: 0px;
}
.accordion-content p:last-child {
  margin-bottom: 0px;
}
.accordion-content p .orText {
  color: #FFAA0A;
}
.accordion-content p .grText {
  color: #0AAF71;
}
.accordion-content p .wbText {
  color: #4BC8C8;
}
.accordion-content p .blText {
  color: #14B4E6;
}
.accordion-content p .wgText {
  color: #78C819;
}

.accordion-title {
  position: relative;
}
.accordion-title:after, .accordion-title:before {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 896px) {
  .accordion-title:after, .accordion-title:before {
    width: 24px;
    right: 20px;
  }
}
.accordion-title:after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.accordion-title:before {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.accordion-title.is-open:before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.column_wrap {
  display: inline-block;
  width: 100%;
  padding: 50px;
  background-color: #EAF7FD;
}
@media screen and (max-width: 896px) {
  .column_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 36px 24px;
  }
}
.column_wrap .column {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .column_wrap .column {
    max-width: 450px;
  }
}
.column_wrap .column h3 {
  width: 390px;
  margin: 0 auto 36px auto;
}
@media screen and (max-width: 896px) {
  .column_wrap .column h3 {
    width: 90%;
    margin: 0 auto 28px auto;
  }
}
.column_wrap .column p {
  width: 40%;
  margin: 0;
  line-height: 30px;
  float: left;
}
@media screen and (max-width: 896px) {
  .column_wrap .column p {
    width: 100%;
  }
}
.column_wrap .column .img_wrap {
  width: 60%;
  max-width: 425px;
  margin: 12px 0 0 0;
  float: right;
}
@media screen and (max-width: 896px) {
  .column_wrap .column .img_wrap {
    width: 100%;
    margin: 12px auto 0 auto;
  }
}

.content {
  margin: 80px auto;
}
@media screen and (max-width: 896px) {
  .content {
    margin: 56px auto;
  }
}
.content h3 {
  position: relative;
}
.content h3::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -16px;
  background-color: #0082D7;
}
@media screen and (max-width: 896px) {
  .content h3::after {
    width: 100%;
    bottom: -12px;
  }
}
.content .top_text {
  margin: 32px 0 40px 0;
}
@media screen and (max-width: 896px) {
  .content .top_text {
    margin: 24px 0;
  }
}
.content .comment {
  display: inline-block;
  width: 100%;
  padding: 32px;
  margin-bottom: 48px;
  background-color: #3059B9;
}
@media screen and (max-width: 896px) {
  .content .comment {
    padding: 24px;
  }
}
.content .comment p {
  margin: 0;
  color: white;
}

.blueLinkWrap {
  margin-top: 120px;
  background-color: #66B4E7;
}
@media screen and (max-width: 896px) {
  .blueLinkWrap {
    margin-top: 32px;
  }
}
.blueLinkWrap .wrapper {
  padding: 24px 24px 32px 24px;
}
@media screen and (max-width: 896px) {
  .blueLinkWrap .wrapper {
    padding: 24px;
  }
}
.blueLinkWrap .wrapper .blueLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .blueLinkWrap .wrapper .blueLinks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blueLinkWrap .wrapper .blueLinks p {
  width: 100%;
  color: white;
}
@media screen and (max-width: 896px) {
  .blueLinkWrap .wrapper .blueLinks p {
    font-size: 13px;
    text-align: center;
  }
}
.blueLinkWrap .wrapper .blueLinks li {
  width: 47%;
}
@media screen and (max-width: 896px) {
  .blueLinkWrap .wrapper .blueLinks li {
    width: 100%;
  }
}
.blueLinkWrap .wrapper .blueLinks .whiteBar {
  width: 1px;
  height: 120px;
  background-color: white;
}
@media screen and (max-width: 896px) {
  .blueLinkWrap .wrapper .blueLinks .whiteBar {
    width: 100%;
    height: 2px;
    margin: 24px 0;
  }
}
.blueLinkWrap .blueBtnIn {
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .blueLinkWrap .blueBtnIn {
    width: 100%;
    height: auto;
    line-height: 1.5;
  }
}
.blueLinkWrap a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px 20px;
  font-size: 18px;
  color: white;
  background-color: #0082D7;
  border: 3px solid white;
}
@media screen and (max-width: 896px) {
  .blueLinkWrap a {
    font-size: 14px;
  }
}
.blueLinkWrap a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 18px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac/pes/technology/hocl/common/img/arrow_anchor.svg);
}

.secHocl.attentionContent {
  padding: 80px 0;
}
@media screen and (max-width: 896px) {
  .secHocl.attentionContent {
    padding: 45px 0;
  }
}
.secHocl.attentionContent .container {
  max-width: 976px;
}
.secHocl.attentionContent p {
  width: 100%;
  padding: 24px;
  font-size: 17px;
  line-height: 28px;
  border: 3px solid #0082D7;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .secHocl.attentionContent p {
    padding: 1.5em;
    line-height: 1.6;
    font-size: 11px;
  }
}

/* .attention {
    padding-top: 0px;
    .container {
        max-width: 976px;
        margin: auto;
        padding-top: 0;
        padding-bottom: 0;
        p {
            width: 100%;
            padding: 24px;
            line-height: 28px;
            border: 3px solid #0082D7;
            @include sp {
                padding: 12px 24px;
                line-height: 1.7;
            }
        }
    }
} */
.borderSection {
  width: 100%;
  border: 1px solid #66B4E7;
}
@media screen and (max-width: 896px) {
  .borderSection {
    margin-top: 32px;
  }
}
.borderSection .contentWrap {
  width: 100%;
  padding: 48px 40px;
}
@media screen and (max-width: 896px) {
  .borderSection .contentWrap {
    padding: 24px;
  }
}
.borderSection .contentWrap h2 {
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 896px) {
  .borderSection .contentWrap h2 {
    margin-bottom: 32px;
  }
}
.borderSection .contentWrap .content h3 {
  position: relative;
}
.borderSection .contentWrap .content h3::after {
  width: 100%;
  height: 1px;
}
.borderSection .contentWrap .content:last-child {
  margin-bottom: 0;
}
.borderSection .contentWrap .content:last-child .img_wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 896px) {
  .borderSection .contentWrap .firstContent {
    margin-top: 0;
  }
}

.tableScroll {
  position: relative;
}

.tableInner {
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tableInner.tableInnerSpOnly {
  white-space: normal;
}
@media screen and (max-width: 896px) {
  .tableInner.tableInnerSpOnly {
    white-space: nowrap;
  }
}

@media screen and (max-width: 896px) {
  .wideSpOnly {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 896px) {
  .basic-page p {
    font-size: 12px;
    line-height: 2;
  }
}

.secHoclHeroTitle {
  width: 219px;
}
@media screen and (max-width: 896px) {
  .secHoclHeroTitle {
    width: 50%;
  }
}
@media screen and (min-width: 897px) {
  .secHoclHeroTexts {
    white-space: nowrap;
  }
}

@media screen and (max-width: 896px) {
  .bgEffects.bgEffectsLWt {
    top: -20px;
    right: 66px;
  }
}
@media screen and (max-width: 896px) {
  .bgEffects.bgEffectsSWt {
    top: auto;
    bottom: 30px;
    left: 30px;
  }
}

.secContent {
  padding: 90px 0 0;
}
.secContent:nth-last-of-type(1) {
  padding-bottom: 90px;
}
@media screen and (max-width: 896px) {
  .secContent:nth-last-of-type(1) {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 896px) {
  .secContent {
    padding: 20px 0 40px;
  }
}

.content .comment {
  margin-bottom: 0;
}
.content .comment.commentBgWave {
  background-color: #4CA7E3;
  background-image: url(/hvac/pes/technology/hocl/verification/img/bg_wave_pc.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 830px auto;
  padding: 3em 0 0;
}
@media screen and (max-width: 896px) {
  .content .comment.commentBgWave {
    background-image: url(/hvac/pes/technology/hocl/verification/img/bg_wave_sp.png);
    background-size: 100% auto;
    background-position: 50% 100%;
    padding: 2.5em 0 0;
  }
}
.content .comment.commentBgWave p {
  text-align: center;
  font-size: 20px;
  line-height: 2.4;
}
@media screen and (max-width: 896px) {
  .content .comment.commentBgWave p {
    font-size: 14px;
  }
}
.content .comment.commentBgWave .blueLinkWrap p {
  margin-bottom: 1em;
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .content .comment.commentBgWave .blueLinkWrap p {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  .content .comment.commentBgWave .blueLinkWrap .blueLinks li {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 896px) {
  .content .comment.commentBgWave .blueLinkWrap .blueLinks li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.blueLinkWrap {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 896px) {
  .blueLinkWrap {
    margin-top: 0;
  }
}
.blueLinkWrap .wrapper {
  padding: 30px 24px 32px 24px;
}

/* effect */
.customCtEffects01 {
  position: absolute;
  right: -40px;
  bottom: -214px;
  width: 168px;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .customCtEffects01 {
    right: 24px;
    top: 29px;
    bottom: auto;
    width: 13%;
  }
}

.customCtEffects02 {
  position: absolute;
  top: 270px;
  left: -77px;
  width: 255px;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .customCtEffects02 {
    left: -6px;
    top: 83px;
    width: 26%;
  }
}

/**/
.secHoclTitle {
  margin-bottom: 1em;
}
.secHoclTitle.title01 {
  width: 396px;
}
@media screen and (max-width: 896px) {
  .secHoclTitle.title01 {
    width: 80%;
  }
}
.secHoclTitle.title02 {
  width: 147px;
}
@media screen and (max-width: 896px) {
  .secHoclTitle.title02 {
    max-width: 150px;
    width: 32%;
  }
}
.secHoclTitle img {
  width: 100%;
}

.customLink {
  text-align: right;
}
.customLink a {
  position: relative;
  display: inline-block;
  width: 500px;
  padding: 1em 3em 1em 1em;
  color: #fff;
  font-size: 16px;
  text-align: left;
  background-color: #0082D7;
}
@media screen and (max-width: 896px) {
  .customLink a {
    width: 100%;
    padding: 1em 4em 1em 1em;
    font-size: 14px;
    line-height: 1.4;
  }
}
.customLink a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 18px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac/pes/technology/hocl/common/img/arrow_anchor.svg);
}
.customLink a:hover {
  text-decoration: none;
}

/* 上書きへ */
.container .content:nth-of-type(1) {
  margin-top: 20px;
}
.container .content:nth-last-of-type(1) {
  margin-bottom: 0;
}
.container .content h3:after {
  display: none;
}
.container .content h3.title01_2 {
  width: 466px;
}
@media screen and (max-width: 896px) {
  .container .content h3.title01_2 {
    width: 87%;
  }
}
.container .content h3.title02 {
  width: 322px;
  margin-bottom: 3em;
}
@media screen and (max-width: 896px) {
  .container .content h3.title02 {
    width: 63%;
    margin-bottom: 2em;
  }
}
.container .content h3.title03 {
  width: 147px;
  margin-bottom: 3em;
}
@media screen and (max-width: 896px) {
  .container .content h3.title03 {
    max-width: 150px;
    width: 33%;
    margin-bottom: 2em;
  }
}

.customBlockTexts p, .customBlockTextOnly p, .customBlockTextOnly {
  font-size: 17px;
}
@media screen and (max-width: 896px) {
  .customBlockTexts p, .customBlockTextOnly p, .customBlockTextOnly {
    font-size: 12px;
  }
}
.customBlockTexts p.small, .customBlockTextOnly p.small, .small.customBlockTextOnly {
  font-size: 15px;
}
@media screen and (max-width: 896px) {
  .customBlockTexts p.small, .customBlockTextOnly p.small, .small.customBlockTextOnly {
    font-size: 11px;
  }
}

.customBlockTexts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 3em;
  font-size: 17px;
}
@media screen and (max-width: 896px) {
  .customBlockTexts {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 12px;
    width: 100%;
    padding-right: 0;
  }
}
.customBlockTexts p {
  line-height: 2;
}
.customBlockImage {
  width: 286px;
}
@media screen and (max-width: 896px) {
  .customBlockImage {
    width: 100%;
    margin-top: 1em;
  }
}
.customBlockImage p {
  font-size: 15px;
}
@media screen and (max-width: 896px) {
  .customBlockImage p {
    font-size: 12px;
  }
}
.customBlockImageNotes {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 896px) {
  .customBlockImageNotes {
    font-size: 11px;
    line-height: 1.6;
  }
}

.customBlockBdr {
  padding: 3.5em 0;
  border: 2px #66B4E7 solid;
}
@media screen and (max-width: 896px) {
  .customBlockBdr {
    padding: 2.5em 0;
  }
}
.customBlockBdrInner {
  width: 730px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 896px) {
  .customBlockBdrInner {
    width: 92%;
  }
}
.customBlockBdrInner:nth-last-of-type(1) {
  margin-bottom: 0;
}
.customBlockBdr h4 {
  width: 100%;
  margin-bottom: 3em;
}
@media screen and (max-width: 896px) {
  .customBlockBdr h4 {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 896px) {
  #iaq.secContent {
    padding-top: 50px;
  }
}
#iaq .container .content:nth-last-of-type(1) {
  margin-bottom: 0;
}
#iaq .container .content h3:after {
  display: none;
}
#iaq .container .content h3.title01 {
  width: 193px;
}
@media screen and (max-width: 896px) {
  #iaq .container .content h3.title01 {
    width: 42%;
    max-width: 210px;
  }
}

#process .container .content h3:after {
  display: none;
}

#center .container .content:nth-child(1) {
  margin-top: 20px;
}