﻿@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");

main {
  overflow: hidden;
}

.secTitle,
.secHoclHeroTitle .secHoclTitle,
.secHoclAnchorTitle,
.container header {
  border: none !important;
  border-bottom: none !important;
}

.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 */
.customCtLink a,
.blueLinkWrap a,
.blueBtn.customLside a.linkHover,
.secHoclAnchorBtns a,
a.linkHover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.customCtLink a:hover,
.blueLinkWrap a:hover,
.blueBtn.customLside a.linkHover:hover,
.secHoclAnchorBtns a:hover,
a.linkHover:hover {
  opacity: 0.7;
  text-decoration: none;
}
.customCtLink a:link,
.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表示を指定*/
  top: 4px;
  left: 20px;
  transform: translateX(-50%) rotate(-45deg) translateY(-1px);
}

/* 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: 6px;
  left: 50%;
  transform: translateX(-50%);
  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 280px;
  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-cc/corp/business/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 */
.customCtEffects02,
.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-cc/corp/business/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-cc/corp/business/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-cc/corp/business/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-cc/corp/business/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-cc/corp/business/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: auto;
  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-cc/corp/business/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) {
  .basic-page p {
    font-size: 12px;
  }
}

@media screen and (max-width: 896px) {
  .wideSpOnly {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.secHoclHeroTitle {
  width: 310px;
}
@media screen and (max-width: 896px) {
  .secHoclHeroTitle {
    width: 50%;
  }
}
@media screen and (min-width: 897px) {
  .secHoclHeroTexts {
    white-space: nowrap;
  }
}

.bgEffects.bgEffectsLWt {
  top: 360px;
  left: 10px;
}
@media screen and (max-width: 896px) {
  .bgEffects.bgEffectsLWt {
    top: 50px;
    left: auto;
    right: 20px;
  }
}

.secHocl .container .text01 {
  font-size: 17px;
}
@media screen and (max-width: 896px) {
  .secHocl .container .text01 {
    font-size: 12px;
  }
}
.secHocl .container .smallText {
  display: block;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .secHocl .container .smallText {
    font-size: 11px;
  }
}

.secContent.secContentEnd {
  padding-bottom: 0;
}
@media screen and (max-width: 896px) {
  .secContent.secContentEnd {
    padding-bottom: 0;
  }
}

.content .comment {
  margin-bottom: 0;
}
.content .comment.commentBgWave {
  background-color: #4ca7e3;
  background-image: url(/hvac-cc/corp/business/technology/hocl/background/ct/img/bg_wave_pc.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 830px auto;
  padding: 4em 0;
}
@media screen and (max-width: 896px) {
  .content .comment.commentBgWave {
    background-image: url(/hvac-cc/corp/business/technology/hocl/background/ct/img/bg_wave_sp.png);
    background-size: 100% auto;
    background-position: 50% 100%;
    padding: 2.5em 0;
  }
}
.content .comment.commentBgWave p {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .content .comment.commentBgWave p {
    font-size: 14px;
  }
}
.content .comment.commentBgWt {
  padding: 3em;
  background-color: #fff;
  background-image: none;
}
@media screen and (max-width: 896px) {
  .content .comment.commentBgWt {
    padding: 2em;
  }
}
.content .comment.commentBgWt p {
  margin-top: 2em;
  color: #1f1f1f;
}
@media screen and (max-width: 896px) {
  .content .comment.commentBgWt p {
    font-size: 12px;
    line-height: 2;
  }
}
.content .comment.commentBgWt h2 {
  text-align: center;
}

/* effect */
.bgEffects {
  position: absolute;
}
@media screen and (max-width: 896px) {
  .bgEffects.bgEffectsLWt.customCt {
    top: auto;
    bottom: 8%;
    left: 15%;
    width: 24px;
    height: 32px;
  }
}

.customCtEffects {
  position: absolute;
  right: -67px;
  bottom: -377px;
  width: 186px;
}
@media screen and (max-width: 896px) {
  .customCtEffects {
    right: 3%;
    bottom: -14%;
    width: 18%;
    max-width: 69px;
    z-index: 2;
  }
}

.customCtEffects02 {
  position: absolute;
  top: 2px;
  right: -90px;
  width: 48px;
  height: 60px;
  background-image: url(/hvac-cc/corp/business/technology/hocl/common/img/effect_l_bl.svg);
}
@media screen and (max-width: 896px) {
  .customCtEffects02 {
    display: none;
  }
}

/**/
.secHoclTitle {
  margin-bottom: 2em;
}
.secHoclTitle.title01 {
  width: 276px;
}
@media screen and (max-width: 896px) {
  .secHoclTitle.title01 {
    width: 90%;
  }
}
.secHoclTitle.title02 {
  width: 742px;
}
@media screen and (max-width: 896px) {
  .secHoclTitle.title02 {
    width: 90%;
  }
}
.secHoclTitle.title03 {
  width: 498px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .secHoclTitle.title03 {
    max-width: 500px;
    width: 65%;
  }
}
.secHoclTitle img {
  width: 100%;
}

.ctImage {
  width: 528px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .ctImage {
    width: 85%;
  }
}
.ctImage img {
  width: 100%;
}
.ctImage .addAnm {
  position: relative;
}
.ctImage .addAnm .addIconTarget {
  position: absolute;
  right: -38px;
  top: 27%;
  width: 52px;
}

.ctTexts {
  margin: 2em auto 0 10.75em;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .ctTexts {
    margin: 2em 0 0;
  }
}
.ctTexts .ctTexts01,
.ctTexts .ctTexts02 {
  line-height: 2.2;
}
.ctTexts .ctTexts01 {
  margin-bottom: 0.75em;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .ctTexts .ctTexts01 {
    font-size: 12px;
    text-align: center;
  }
}
.ctTexts .ctTexts02,
.ctTexts .ctTexts03 {
  font-size: 17px;
}
@media screen and (max-width: 896px) {
  .ctTexts .ctTexts02,
  .ctTexts .ctTexts03 {
    font-size: 13px;
  }
}
.ctTexts .ctTexts02 {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 896px) {
  .ctTexts .ctTexts02 {
    max-width: 228px;
    margin: 0 auto;
    text-align: left;
    white-space: nowrap;
  }
}
.ctTexts .ctTexts02 span {
  display: inline-block;
  padding-left: 1.75em;
}
@media screen and (max-width: 896px) {
  .ctTexts .ctTexts02 span {
    padding-left: 0;
  }
}
.ctTexts .ctTexts03 {
  margin-bottom: 0.75em;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .ctTexts .ctTexts03 {
    max-width: 228px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.7;
    white-space: nowrap;
  }
}
.ctTexts .ctTexts03 span {
  font-size: 1.5em;
  color: #0082d7;
}
.ctTexts .ctTexts03 span.colorBk {
  font-size: 17px;
  color: #1f1f1f;
}
@media screen and (max-width: 896px) {
  .ctTexts .ctTexts03 span.colorBk {
    font-size: 13px;
  }
}

#safety {
  background-color: rgba(173, 222, 248, 0.4);
  background-image: url(/hvac-cc/corp/business/technology/hocl/background/ct/img/safety_wave_pc.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#safety .container .content .first {
  width: 70%;
  max-width: 340px;
}
@media screen and (max-width: 896px) {
  #safety .container .content .img03 {
    max-width: 597px;
  }
}
#safety .container .content .second {
  max-width: 424px;
  width: 90%;
}
#safety .container .content .img04 {
  margin: auto;
}
@media screen and (max-width: 896px) {
  #safety .container .content .img04 {
    max-width: 595px;
  }
}
@media screen and (max-width: 896px) {
  #safety .container .content .img05 {
    max-width: 612px;
  }
}
#safety .container .phBtn {
  max-width: 400px;
  padding: 16px 14px;
  border: none;
}
@media screen and (max-width: 896px) {
  #safety .container .phBtn {
    max-width: none;
    margin: 0 auto 40px auto;
  }
}

.customCtLink {
  text-align: right;
}
.customCtLink 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) {
  .customCtLink a {
    width: 100%;
    padding: 1em 4em 1em 1em;
    font-size: 14px;
    line-height: 1.4;
  }
}
.customCtLink 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-cc/corp/business/technology/hocl/common/img/arrow_anchor.svg);
}

@media screen and (max-width: 896px) {
  #whats .container .img01 {
    width: 80%;
    max-width: 496px;
  }
}
#whats .container .blueText {
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  #whats .container .blueText {
    font-size: 18px;
  }
}
#whats .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  #whats .container ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#whats .container ul li {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 896px) {
  #whats .container ul li {
    width: 80%;
    max-width: 500px;
  }
}
@media screen and (max-width: 896px) {
  #whats .container ul li:nth-child(2),
  #whats .container ul li:nth-child(3) {
    display: none;
  }
}
#whats .container ul li p {
  margin-top: 12px;
}
#whats .container .whatsBtn {
  max-width: 370px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  #whats .container .whatsBtn {
    max-width: none;
  }
}
#whats .container .content.customMb01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  #whats .container .content.customMb01 {
    margin-bottom: 10px;
  }
}
#whats .container .content h3:after {
  display: none;
}
#whats .container .content h3.title03 {
  width: 193px;
}
@media screen and (max-width: 896px) {
  #whats .container .content h3.title03 {
    width: 42%;
    max-width: 210px;
  }
}
@media screen and (max-width: 896px) {
  #whats .container .content .img02 {
    max-width: 595px;
  }
}

/*  */
.secHocl.attentionContent {
  background-color: rgba(173, 222, 248, 0.4);
}

.js-animation-item.addIconTarget.is-init.is-animation {
  -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: forwards;
  animation-fill-mode: forwards;
}

.js-animation-item.addIconTarget.is-init {
  opacity: 0;
}
.js-animation-item.addIconTarget.is-init.is-animation {
  opacity: 1;
  -webkit-animation-name: popup;
  animation-name: popup;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  2% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.4);
    transform: translateY(0) scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  2% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.4);
    transform: translateY(0) scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
