﻿@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 */
.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表示を指定*/
  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 */
.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;
  }
}

.secHoclHeroTitle {
  width: 443px;
}
@media screen and (max-width: 896px) {
  .secHoclHeroTitle {
    width: 50%;
  }
}

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

.secHoclTitle {
  width: 830px;
  margin-bottom: 2em;
}
@media screen and (max-width: 896px) {
  .secHoclTitle {
    width: 100%;
  }
}
.secHoclTitle img {
  width: 100%;
}

.titleOr {
  margin-bottom: 0.75em;
  font-size: 20px;
}
.titleOr:before {
  content: "■";
  display: inline-block;
  color: #0082d7;
}
@media screen and (max-width: 896px) {
  .titleOr {
    font-size: 16px;
  }
}

.secTitle {
  background-color: #0082d7;
  padding: 80px 0;
}
@media screen and (max-width: 896px) {
  .secTitle {
    padding: 32px 0;
  }
}
.secTitle .container .secHoclHeroTitle {
  margin: 0 auto;
}
.secTitle .container .secHoclHeroTitle h1 {
  max-width: 359px;
}
@media screen and (max-width: 896px) {
  .secTitle .container .secHoclHeroTitle h1 {
    width: 100%;
  }
}

.section01 {
  padding-top: 64px;
}
@media screen and (max-width: 896px) {
  .section01 {
    padding-top: 32px;
  }
}
.section01 .container h2 {
  width: 660px;
  margin: auto;
}
@media screen and (max-width: 896px) {
  .section01 .container h2 {
    width: 90%;
  }
}
.section01 .container h3 {
  width: 101px;
  margin: 80px auto 24px auto;
}
@media screen and (max-width: 896px) {
  .section01 .container h3 {
    margin: 60px auto 24px auto;
  }
}

@media screen and (max-width: 896px) {
  .index-accordion .accordion-title {
    padding-right: 4em;
  }
}
.index-accordion .accordion-content {
  padding: 0;
  border: none;
}
.index-accordion .accordion-content.no-pd {
  padding: 0;
}
.index-accordion .accordion-content .accordion-content-else {
  display: block;
  position: relative;
  border-left: 2px #0082d7 solid;
  border-right: 2px #0082d7 solid;
  border-bottom: 2px #0082d7 solid;
}
.index-accordion .accordion-content .accordion-content-else .else-inner {
  display: block;
  position: relative;
  padding: 1em 5em 1em 1.5em;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .index-accordion .accordion-content .accordion-content-else .else-inner {
    font-size: 13px;
    padding: 1em 4em 1em 1em;
  }
}
.index-accordion .accordion-content .accordion-content-else .else-inner:link {
  text-decoration: none;
}
.index-accordion .accordion-content .accordion-content-else .else-inner:hover {
  text-decoration: none;
}
.index-accordion
  .accordion-content
  .accordion-content-else
  .else-inner
  .blueText {
  margin-bottom: 0;
  color: #0082d7;
}
@media screen and (max-width: 896px) {
  .index-accordion
    .accordion-content
    .accordion-content-else
    .else-inner
    .blueText {
    text-align: left;
  }
}
.index-accordion .accordion-content .accordion-content-else .else-inner:before,
.index-accordion .accordion-content .accordion-content-else .else-inner:after {
  position: absolute;
  top: 50%;
  right: 2.5em;
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #0082d7;
}
@media screen and (max-width: 896px) {
  .index-accordion
    .accordion-content
    .accordion-content-else
    .else-inner:before,
  .index-accordion
    .accordion-content
    .accordion-content-else
    .else-inner:after {
    top: 24px;
    right: 2em;
  }
}
.index-accordion .accordion-content .accordion-content-else .else-inner:before {
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 896px) {
  .index-accordion
    .accordion-content
    .accordion-content-else
    .else-inner:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
.index-accordion .accordion-content .accordion-content-else .else-inner:after {
  content: "";
  -webkit-transform: translateX(60%) translateY(-50%) rotate(-45deg);
  transform: translateX(60%) translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 896px) {
  .index-accordion
    .accordion-content
    .accordion-content-else
    .else-inner:after {
    -webkit-transform: translateX(60%) translateY(0) rotate(-45deg);
    transform: translateX(60%) translateY(0) rotate(-45deg);
  }
}
.index-accordion .accordion-content .accordion-content-else .text_wrap {
  width: 100%;
  color: #1f1f1f;
}
.index-accordion .accordion-content .accordion-content-else .text_wrap.textBl {
  color: #0082d7;
}
.index-accordion .accordion-content .accordion-content-else:nth-child(2n) {
  background-color: #eff8fe;
}
.index-accordion:nth-of-type(2n) {
  margin: 2px auto;
}
.index-accordion:nth-of-type(2n) .accordion-title {
  background-color: #3059b9;
}
.index-accordion:nth-of-type(2n) .accordion-content .accordion-content-else {
  border-left: 2px #3059b9 solid;
  border-right: 2px #3059b9 solid;
  border-bottom: 2px #3059b9 solid;
  background-color: #eff8fe;
}
.index-accordion:nth-of-type(2n)
  .accordion-content
  .accordion-content-else:nth-of-type(2n) {
  background-color: white;
}

.customStar {
  color: #ffaa0a;
}

p.attention {
  margin-top: 0;
  font-size: 17px;
  color: #0082d7;
}
@media screen and (max-width: 896px) {
  p.attention {
    margin-top: 2px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    line-height: 1.4;
  }
}
p.attention::before {
  vertical-align: baseline;
}

.section04 .container .blueLinkWrap {
  margin: 0;
}
.section04 .container .blueLinkWrap .wrapper {
  padding: 48px 24px;
}
@media screen and (max-width: 896px) {
  .section04 .container .blueLinkWrap .wrapper {
    padding: 24px;
  }
}
.section04 .container .blueLinkWrap .wrapper ul li {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .section04 .container .blueLinkWrap .wrapper ul li {
    width: 100%;
    margin: 16px auto;
  }
}

.section05 {
  padding: 80px 0;
}
@media screen and (max-width: 896px) {
  .section05 {
    padding: 40px 0;
  }
}
.section05 .container p {
  background-color: white;
}

.index-accordion:nth-of-type(2n) th {
  border: solid 2px #3059b9;
}
.index-accordion:nth-of-type(2n) td {
  border: solid 2px #3059b9;
}

table a.linkBk {
  color: #1f1f1f;
  text-decoration: underline;
}
table a.linkBk:link {
  color: #1f1f1f;
  text-decoration: underline;
}
table a.linkBk.linkBlank:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac-cc/corp/business/technology/hocl/common/img/icon/icon_blank.svg);
}

table {
  width: 830px;
  border-collapse: collapse;
}

th {
  border: solid 2px #0082d7;
  padding: 0.5em;
  background-color: #4bc8c8;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

th.row {
  border: solid 2px #0082d7;
  padding: 0.5em;
  background-color: #14b4e6;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

td {
  border: solid 2px #0082d7 !important;
  padding: 0.75em 1.5em !important;
  background-color: #fff !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.headLine {
  margin-top: 0;
  margin-bottom: 0;
  color: #0082d7;
  font-size: 15px;
  font-weight: bold;
}

.item01 {
  width: 18.8%;
  vertical-align: top;
}

.item02 {
  width: 30.5%;
  vertical-align: top;
}

.language {
  width: 12%;
  text-align: center;
}

.stripe {
  background-color: #eff8fe;
}

.ta-center {
  text-align: center;
}

.star {
  color: #ffaa0a;
}

p.notice {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 0.75em;
  line-height: 1.6;
}
@media screen and (max-width: 896px) {
  p.notice {
    margin-top: 2em;
  }
}

/*スマホ用スタイル*/
.for-sp {
  display: none;
}

@media screen and (max-width: 896px) {
  .for-sp {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .for-sp table {
    width: 100%;
    border-collapse: collapse;
  }
  .for-sp th,
  .for-sp td {
    vertical-align: middle;
  }
  .for-sp th {
    width: auto;
    border: solid 2px #0082d7;
    padding: 0.5em 1em;
    background-color: #eff8fe;
    color: inherit;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
  }
  .for-sp td {
    width: auto !important;
    border: solid 2px #0082d7 !important;
    padding: 1em 1em !important;
    background-color: #fff !important;
    font-size: 12px !important;
    line-height: 1.75 !important;
  }
  .for-sp .language {
    width: 13.5%;
    text-align: center;
  }
}
