.ghp-kv {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ghp-kv .c-lower-kv__bg {
  position: absolute;
  inset: 0;
}
.ghp-kv .c-lower-kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ghp-kv .c-lower-kv__title-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:768px ) {
  .ghp-kv .c-lower-kv__title-wrap {
    gap: 8px;
  }
}

@media screen and (max-width:1100px ) {
  .about-header__subrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}

.ghp-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width:768px ) {
  .ghp-anchor {
    gap: 16px;
    margin-top: 30px;
  }
}
.ghp-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px ) {
  .ghp-anchor__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px 0;
  }
}
@media screen and (max-width:500px ) {
  .ghp-anchor__list {
    gap: 0;
  }
}
@media screen and (max-width:500px ) {
  .ghp-anchor__list li {
    width: 100%;
  }
}
.ghp-anchor__list li:last-child {
  border-right: 1px solid #ddd;
}
@media screen and (max-width:500px ) {
  .ghp-anchor__list li:last-child {
    border-right: none;
  }
}
.ghp-anchor__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 36px;
  border-left: 1px solid #ddd;
  padding: 4px 20px 4px 32px;
}
@media screen and (max-width:768px ) {
  .ghp-anchor__link {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:500px ) {
  .ghp-anchor__link {
    border-left: none;
    border-bottom: 1px solid #ddd;
    padding: 8px 20px 8px 20px;
    height: auto;
  }
}
.ghp-anchor__link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/hvac-cc/pyghp/asset/img/common/icon/icon_arrow_03.svg") center/contain no-repeat;
}

.ghp-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 120px;
}
@media screen and (max-width:768px ) {
  .ghp-section {
    gap: 24px;
    margin-top: 80px;
  }
}
.ghp-section--01 {
  margin-top: 100px;
}
@media screen and (max-width:768px ) {
  .ghp-section--01 {
    margin-top: 80px;
  }
}
.ghp-section__title {
  text-align: center;
}
.ghp-section__two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 476px;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width:1100px ) {
  .ghp-section__two-col {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:768px ) {
  .ghp-section__two-col {
    gap: 24px;
  }
}

.ghp-card__diagram, .ghp-card__simple {
  max-width: 476px;
  display: block;
  width: 100%;
  height: auto;
}
.ghp-card__simple--small {
  max-width: 640px;
  margin: 0 auto;
}
.ghp-card__caption {
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
}
.ghp-card--energy {
  padding: 0;
  margin: 0;
}
.ghp-card--energy img {
  margin: 0;
  max-width: 476px;
  width: 100%;
}
.ghp-card--role {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .ghp-card img {
    max-width: 600px;
    width: 100%;
    margin: auto;
    display: block;
  }
}

.ghp-role-diagram {
  position: absolute;
  inset: 24px;
  min-height: 232px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ghp-role-diagram__base {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.32;
}
.ghp-role-diagram__chip, .ghp-role-diagram__core {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  border-radius: 999px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 0 16px;
}
@media screen and (max-width:768px ) {
  .ghp-role-diagram__chip, .ghp-role-diagram__core {
    padding: 0 8px;
  }
}
.ghp-role-diagram__chip--orange {
  grid-column: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f5b168), to(#fbe4cf));
  background: linear-gradient(90deg, #f5b168 0%, #fbe4cf 100%);
  color: #666;
}
.ghp-role-diagram__chip--blue {
  grid-column: 2;
  background: -webkit-gradient(linear, left top, right top, from(#8bc8f6), to(#dff2ff));
  background: linear-gradient(90deg, #8bc8f6 0%, #dff2ff 100%);
  color: #666;
}
.ghp-role-diagram__chip--red {
  grid-column: 1/-1;
  background: -webkit-gradient(linear, left top, right top, from(#f49a9a), to(#ffe0e0));
  background: linear-gradient(90deg, #f49a9a 0%, #ffe0e0 100%);
  color: #666;
}
.ghp-role-diagram__core {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110px;
  min-height: 110px;
  border-radius: 50%;
  font-size: clamp(1.6rem, 1.4844375963rem + 0.3081664099vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  background: #919191;
}

.ghp-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width:768px ) {
  .ghp-feature {
    gap: 16px;
  }
}
.ghp-feature--border {
  border-bottom: 1px solid #DDD;
  padding-bottom: 40px;
}
@media screen and (max-width:768px ) {
  .ghp-feature--border {
    padding-bottom: 24px;
  }
}
.ghp-feature__two-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width:1100px ) {
  .ghp-feature__two-card {
    grid-template-columns: 1fr;
  }
}
.ghp-feature__image {
  width: 100%;
  height: auto;
}

@media screen and (max-width:1100px ) {
  .ghp-bcp {
    grid-template-columns: 1fr;
  }
}

.ghp-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: #fff;
  padding: 24px;
}
@media screen and (max-width:768px ) {
  .ghp-product {
    padding: 16px;
  }
}
.ghp-product + .ghp-product {
  margin-top: 16px;
}
.ghp-product__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width:1100px ) {
  .ghp-product__links {
    grid-template-columns: 1fr;
  }
}
.ghp-product__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
  min-height: 82px;
  padding: 16px 40px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ghp-product__btn:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (max-width:768px ) {
  .ghp-product__btn {
    padding: 8px 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ghp-product__btn span {
  white-space: nowrap;
}
@media screen and (max-width:1100px ) {
  .ghp-product__btn span {
    white-space: normal;
  }
}
@media screen and (max-width:768px ) {
  .ghp-product__btn span {
    text-align: left;
  }
}
.ghp-product__btn img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ghp-lineup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  background: #fff;
  padding: 24px;
}
@media screen and (max-width:1100px ) {
  .ghp-lineup {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:768px ) {
  .ghp-lineup {
    padding: 16px;
    gap: 16px;
  }
}
.ghp-lineup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
  min-height: 60px;
  padding: 16px 40px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.ghp-lineup__btn::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.ghp-lineup__btn:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (max-width:768px ) {
  .ghp-lineup__btn {
    padding: 8px 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ghp-lineup__btn span {
  white-space: nowrap;
}
@media screen and (max-width:1100px ) {
  .ghp-lineup__btn span {
    white-space: normal;
  }
}
@media screen and (max-width:768px ) {
  .ghp-lineup__btn span {
    text-align: left;
  }
}
.ghp-lineup__btn img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}