main {
  margin-top: var(--header_h);
  margin-bottom: var(--mb);
}

.heater__area {
  overflow: hidden;
}
.heater__inner {
  max-width: 900px;
  margin-inline: auto;
  width: 90%;
}
.heater__item {
  padding-block: 100px;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}
.heater__item:nth-child(even) {
  background: #f6f5ef;
}
@media screen and (max-width: 767px) {
  .heater__item {
    padding-block: 50px;
  }
}
.heater__head {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .heater__head {
    gap: 15px;
  }
}
.heater__title {
  margin-top: 0;
}
.heater__content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .heater__content {
    flex-direction: column;
  }
}
.heater__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .heater__text {
    font-size: 14px;
  }
}
.heater__text--mt {
  margin-top: 1em;
}
.heater__icon {
  width: 94px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .heater__icon {
    width: 70px;
  }
}
.heater__img {
  max-width: 380px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.heater__img--small {
  max-width: 200px;
}
.heater__img--large {
  max-width: 650px;
}
.heater__btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */
