:root {
  --padding-pc: 15px;
  --padding-sp: 20px;
}

:root {
  --max-width: 1030px;
}

:root {
  --cq-ref: 1440px;
}

:root {
  --font-family-base: "Zen Kaku Gothic New", sans-serif;
  --font-family-second: "Noto Sans JP", sans-serif;
}

:root {
  --font-weight-regular: 400;
  --font-weight-normal: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
}

:root {
  --fluid-basis-mobile: (100vw - 340px) / (375 - 340);
}

:root {
  --black: #000;
  --white: #fff;
  --main-color: #2482CD;
  --main-blue: #3291DD;
  --main-orange: #F28D01;
}

:root {
  --duration-short: 0.2s;
  --duration-base: 0.3s;
}

.u-desktop {
  display: none;
}

.u-desktop-inline {
  display: none;
}

.u-mobile-inline {
  display: inline;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  width: 100%;
}

.inner-overflow {
  overflow: hidden;
  width: 100%;
}

.text-bold {
  color: #2C2C2C;
  display: inline;
  font-weight: var(--font-weight-bold);
}

.text-blue {
  color: var(--main-color);
  display: inline;
}

.text-orange {
  color: var(--main-orange);
  display: inline;
}

.text-red-orange {
  color: #F25222;
  display: inline;
}

.text-ls-neg-005 {
  display: inline;
  letter-spacing: -0.05em;
}

.text-ls-neg-01 {
  display: inline;
  letter-spacing: -0.1em;
}

.text-ls-neg-02 {
  display: inline;
  letter-spacing: -0.2em;
}

.text-ls-neg-03 {
  display: inline;
  letter-spacing: -0.3em;
}

.dot-blue {
  display: inline;
}

.dot-blue__char {
  display: inline-block;
  position: relative;
}

.dot-blue__char::after {
  aspect-ratio: 1/1;
  background-color: #3ba8ff;
  border-radius: calc(infinity * 1px);
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  translate: -50% 0;
  width: 0.16em;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  text-rendering: optimizeLegibility;
}

ul,
ol,
button,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
time,
small {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

img {
  display: block;
}

span {
  display: inline-block;
}

.hybrid-water-heater-about {
  background-image: url("/images/contents/hybrid-water-heater/hybrid-water-heater-about-bg.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 45px;
}

.hybrid-water-heater-about__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.hybrid-water-heater-about__heading-en {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #fffadd;
  font-family: var(--font-family-base);
  font-size: 96px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}

.hybrid-water-heater-about__heading-main {
  color: #222;
  font-family: var(--font-family-base);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  margin-top: -38px;
  text-align: center;
  width: 100%;
}

.hybrid-water-heater-about__text {
  color: #222222;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-normal);
  line-height: 1.875;
  margin-top: 29px;
}

.hybrid-water-heater-about__diagram {
  margin-top: 67px;
}

.hybrid-water-heater-about__diagram-list {
  align-items: center;
  display: flex;
  gap: 29px;
  justify-content: center;
}

.hybrid-water-heater-about__diagram-item {
  position: relative;
}

.hybrid-water-heater-about__diagram-item-text {
  background: #109FD8;
  border-radius: 60px;
  color: #FFF;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 9px 30px 10px 30px;
  position: absolute;
  text-align: center;
  top: -15px;
  translate: -50% 0;
  white-space: nowrap;
}

.hybrid-water-heater-about__diagram-item-text.text-orange {
  background: #FF9A42;
}

.hybrid-water-heater-about__diagram-item-text.text-light-blue {
  background: #39BBD2;
}

.hybrid-water-heater-about__diagram-img-wrap {
  width: 164.726px;
}

.hybrid-water-heater-about__diagram-img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hybrid-water-heater-about__diagram-item-icon {
  margin-top: 10px;
}

.hybrid-water-heater-about__diagram-item-icon-text {
  font-size: 35px;
  font-variation-settings: "FILL"1;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.hybrid-water-heater-about__diagram-item-icon-text.text-plus {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(270deg, #FFD52C 34.62%, #10B7FF 69.71%);
  background-clip: text;
}

.hybrid-water-heater-about__diagram-item-icon-text.text-arrow {
  color: #4BB8CA;
}

.hybrid-water-heater-about__compare {
  margin-top: 36px;
}

.hybrid-water-heater-about__compare-content {
  align-items: center;
  background: #FFF;
  border: 2px solid #FFD016;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 30px 76px 31.649px 76px;
}

.hybrid-water-heater-about__compare-item-header {
  display: flex;
  flex-direction: column;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-title {
  color: #2B2B2B;
  font-family: var(--font-family-base);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-list {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-item--gas {
  position: relative;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-item--gas::before {
  aspect-ratio: 19/6;
  background: url("/images/contents/hybrid-water-heater/corner-line-blue.svg") no-repeat center center/contain;
  content: "";
  left: 56%;
  position: absolute;
  top: -19px;
  translate: -50% 0;
  width: 34.729px;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-item--electric {
  position: relative;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-item--electric::before {
  aspect-ratio: 19/6;
  background: url("/images/contents/hybrid-water-heater/corner-line-orange.svg") no-repeat center center/contain;
  content: "";
  left: 44%;
  position: absolute;
  top: -19px;
  translate: -50% 0;
  width: 34.729px;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-item-bagage {
  background: #F28D01;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-item-bagage {
  background: #109FD8;
  border-radius: 35.209px;
  color: #FFF;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: var(--font-weight-black);
  line-height: 1;
  padding: 7px 34px;
  text-align: center;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-item-bagage.bagage-orange {
  background: #F28D01;
}

.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-header-item-description {
  color: #2B2B2B;
  font-family: var(--font-family-base);
  font-size: 10px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 5px;
  text-align: center;
}

.hybrid-water-heater-about__compare-item--graph .hybrid-water-heater-about__compare-item-header-title {
  align-items: center;
  background: linear-gradient(transparent 60%, #FFE553 60%);
  color: #2C2C2C;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 15px;
  font-weight: var(--font-weight-black);
  gap: 5px;
  letter-spacing: 0.45px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.hybrid-water-heater-about__compare-item--graph .hybrid-water-heater-about__compare-item-header-title::before {
  background: #2C2C2C;
  content: "";
  display: block;
  height: 13px;
  rotate: -15deg;
  width: 1px;
}

.hybrid-water-heater-about__compare-item--graph .hybrid-water-heater-about__compare-item-header-title::after {
  background: #2C2C2C;
  content: "";
  display: block;
  height: 13px;
  rotate: 15deg;
  width: 1px;
}

.hybrid-water-heater-about__compare-item--graph .hybrid-water-heater-about__compare-item-header-description {
  color: #2B2B2B;
  font-family: var(--font-family-base);
  font-size: 11px;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.33px;
  line-height: 1.49;
  margin-top: 5px;
  text-align: center;
}

.hybrid-water-heater-about__compare-item.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-img-wrap {
  margin-top: 15px;
  width: 343px;
}

.hybrid-water-heater-about__compare-item-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hybrid-water-heater-about__compare-item.arrow-right {
  width: 15.515px;
}

.hybrid-water-heater-about__compare-item.hybrid-water-heater-about__compare-item--graph .hybrid-water-heater-about__compare-item-img-wrap {
  margin-top: 18px;
  width: 390.763px;
}

.hybrid-water-heater-comparison {
  background: linear-gradient(180deg, #FBFEFF 5.81%, #E0F2FF 102.81%);
  overflow: clip;
}

.hybrid-water-heater-comparison__inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-bottom: 80px;
  padding-top: 53px;
  position: relative;
}

.hybrid-water-heater-comparison__bg-search-icon {
  left: max(20px, 50% - 517px);
  position: absolute;
  top: -26px;
  transform: translateX(-50%);
  width: 472px;
  z-index: 0;
}

.hybrid-water-heater-comparison__bg-search-icon-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hybrid-water-heater-comparison__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
  z-index: 1;
}

.hybrid-water-heater-comparison__heading-en {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #eff8ff;
  font-family: var(--font-family-base);
  font-size: 96px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}

.hybrid-water-heater-comparison__heading-main {
  color: #2b2b2b;
  font-family: var(--font-family-base);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  margin-top: -36px;
  position: relative;
  text-align: center;
  width: 100%;
}

.hybrid-water-heater-comparison__heading-main .text-blue {
  font-size: 32px;
  position: relative;
}

.hybrid-water-heater-comparison__heading-main .text-blue::after {
  -webkit-mask-image: url("/images/contents/hybrid-water-heater/comparison-deco-line.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  aspect-ratio: 21/23;
  background-color: #93CFFF;
  content: "";
  mask-image: url("/images/contents/hybrid-water-heater/comparison-deco-line.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: -24px;
  top: -5px;
  width: 21px;
}

.hybrid-water-heater-comparison__tabs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 830px;
}

.hybrid-water-heater-comparison__tab {
  background: #eeeeee;
  border: 0;
  border-radius: 10px;
  color: #888888;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  min-height: 55px;
  overflow: hidden;
  padding: 19px 16px 16px;
  position: relative;
  text-align: center;
}

.hybrid-water-heater-comparison__tab.is-active {
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(36, 130, 205, 0.37);
  color: #2482cd;
}

.hybrid-water-heater-comparison__tab.is-active::before {
  background: #2482cd;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hybrid-water-heater-comparison__table-scroll {
  margin-top: 18px;
}

.hybrid-water-heater-comparison__table-wrap {
  margin-top: 40px;
  width: 100%;
}

.hybrid-water-heater-comparison__table-img {
  display: block;
  height: auto;
  width: 100%;
}

.hybrid-water-heater-construction {
  background-image: url("/images/contents/hybrid-water-heater/hybrid-water-heater-construction-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: clip;
  padding-bottom: 80px;
  padding-top: 50px;
}

.hybrid-water-heater-construction__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.hybrid-water-heater-construction__heading-en {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #e3f3ff;
  font-family: var(--font-family-base);
  font-size: 96px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}

.hybrid-water-heater-construction__heading-main {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  margin: 0;
  margin-top: -64px;
  text-align: center;
  width: 100%;
}

.hybrid-water-heater-construction__heading-main .text-blue {
  color: #007ADB;
  font-size: 32px;
}

.hybrid-water-heater-construction__content {
  margin-top: 30px;
  padding-top: 32px;
}

.hybrid-water-heater-construction__list {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hybrid-water-heater-construction__card {
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 48px 35px;
  position: relative;
  width: 100%;
}

.hybrid-water-heater-construction__card:nth-child(3) {
  padding: 55px 25px 35px;
}

.hybrid-water-heater-construction__card-badge {
  background-color: #2990e2;
  border-radius: 100px;
  color: #fff;
  font-family: var(--font-family-second);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  height: 56px;
  left: 50%;
  line-height: 56px;
  margin: 0;
  padding: 0 44px;
  position: absolute;
  text-align: center;
  top: -28px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}

.hybrid-water-heater-construction__card-media {
  max-width: 220px;
  position: relative;
  width: 100%;
}

.hybrid-water-heater-construction__card-img {
  -o-object-fit: cover;
  aspect-ratio: 220/147;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hybrid-water-heater-construction__card-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.hybrid-water-heater-construction__card-title {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 19px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.022em;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.hybrid-water-heater-construction__card-highlight {
  align-items: flex-end;
  background-color: #ffde5b;
  border-radius: 100px;
  color: #222;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  letter-spacing: -0.022em;
  line-height: 1.5;
  margin: 0;
  min-height: 40px;
  min-width: 160px;
  padding: 4px 12px;
  text-align: center;
  width: auto;
}

.hybrid-water-heater-construction__card-highlight-char {
  font-size: 20px;
}

.hybrid-water-heater-construction__card-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  width: 100%;
}

.hybrid-water-heater-construction__card-tag {
  align-items: center;
  background-color: #ffde5b;
  border-radius: 100px;
  color: #222;
  display: inline-flex;
  flex: 0 1 auto;
  font-family: var(--font-family-base);
  font-size: 19px;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  letter-spacing: -0.022em;
  line-height: 1;
  margin: 0;
  min-height: 36px;
  min-width: 80px;
  padding: 8px 10px 9px;
  text-align: center;
}

.hybrid-water-heater-construction__card-tag--narrow {
  padding-left: 10px;
  padding-right: 10px;
}

.hybrid-water-heater-flow {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-position: center center;
  background-repeat: repeat;
  background-size: 35px 35px;
  overflow-x: clip;
  padding-bottom: 80px;
  padding-top: 50px;
}

.hybrid-water-heater-flow__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.hybrid-water-heater-flow__heading-en {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #f2f6f8;
  font-family: var(--font-family-base);
  font-size: 96px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}

.hybrid-water-heater-flow__heading-main {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  margin: 0;
  margin-top: -60px;
  text-align: center;
  width: 100%;
}

.hybrid-water-heater-flow__heading-main .text-blue {
  color: #007adb;
  font-size: 32px;
}

.flow-triangle {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: inline-block;
  height: 14px;
  width: 12px;
}

.hybrid-water-heater-flow__content {
  background: #f6f6f6;
  border-radius: 30px;
  margin-top: 32px;
  overflow: visible;
  padding: 77px 100px 45px;
  position: relative;
}

.hybrid-water-heater-flow__content-deco {
  bottom: -35px;
  line-height: 0;
  pointer-events: none;
  position: absolute;
  right: -40px;
  z-index: 2;
}

.hybrid-water-heater-flow__content-deco-img {
  display: block;
  height: auto;
  width: 116px;
}

.hybrid-water-heater-flow__list {
  align-items: stretch;
  display: flex;
  gap: 3px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hybrid-water-heater-flow__item {
  flex: 1 1 0;
  max-width: 116px;
  min-width: 0;
}

.hybrid-water-heater-flow__between {
  align-items: center;
  align-self: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 2px;
  margin-right: 2px;
  width: 16px;
}

.hybrid-water-heater-flow__card {
  align-items: center;
  background: #FFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 44px 8px 54px;
  position: relative;
}

.hybrid-water-heater-flow__step {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

.hybrid-water-heater-flow__step-img {
  display: block;
  height: auto;
  width: 62px;
}

.hybrid-water-heater-flow__icon {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  margin: 0;
  margin-top: 4px;
  min-height: 32px;
}

.hybrid-water-heater-flow__icon-img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.hybrid-water-heater-flow__label {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  margin-top: 14px;
  text-align: center;
}

.hybrid-water-heater-fv {
  height: auto;
  width: 100%;
}

.hybrid-water-heater-fv__img {
  -o-object-fit: contain;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hybrid-water-heater-links {
  background: #114a78;
  padding-bottom: 43px;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 43px;
}

.hybrid-water-heater-links__inner.inner {
  display: flex;
  justify-content: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.hybrid-water-heater-links__btn-wrap {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100%;
}

.hybrid-water-heater-links__btn {
  -webkit-text-decoration: none;
  align-items: center;
  border-radius: 10px;
  display: flex;
  gap: 13px;
  height: 90px;
  justify-content: center;
  max-width: 480px;
  overflow: hidden;
  padding-left: 58px;
  padding-right: 58px;
  position: relative;
  text-decoration: none;
  transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
  width: 100%;
}

.hybrid-water-heater-links__btn::after {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}

.hybrid-water-heater-links__btn--estimate {
  background-color: transparent;
  background-image: url("/images/contents/hybrid-water-heater/btn-bg_estimate.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 0 0 rgba(223, 255, 252, 0.8);
}

.hybrid-water-heater-links__btn--estimate::after {
  background-image: url("/images/contents/hybrid-water-heater/arrow-right_blue-green.svg");
}

.hybrid-water-heater-links__btn--phone {
  background-color: transparent;
  background-image: url("/images/contents/hybrid-water-heater/btn-bg_phone.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 0 0 #f6daac;
}

.hybrid-water-heater-links__btn--phone::after {
  background-image: url("/images/contents/hybrid-water-heater/arrow-right_orange.svg");
}

.hybrid-water-heater-links__icon {
  color: #fff;
  flex-shrink: 0;
  font-family: "Material Symbols Rounded", sans-serif;
  font-size: 27px;
  font-variation-settings: "FILL"1;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.hybrid-water-heater-links__text {
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.hybrid-water-heater-maker {
  background-image: url("/images/contents/hybrid-water-heater/hybrid-water-heater-maker-bg.webp");
  background-position: 39% top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 56px;
}

.hybrid-water-heater-maker__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.hybrid-water-heater-maker__heading-en {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #edf9ff;
  font-family: var(--font-family-base);
  font-size: 96px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}

.hybrid-water-heater-maker__heading-main {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  margin: 0;
  margin-top: -64px;
  text-align: center;
  width: 100%;
}

.hybrid-water-heater-maker__content {
  margin-top: 30px;
}

.hybrid-water-heater-maker__content-img {
  -o-object-fit: contain;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  object-fit: contain;
  width: 100%;
}

.hybrid-water-heater-merit-demerit {
  padding-top: 56px;
}

.hybrid-water-heater-merit-demerit__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.hybrid-water-heater-merit-demerit__heading-en {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #fffadd;
  font-family: var(--font-family-base);
  font-size: 96px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}

.hybrid-water-heater-merit-demerit__heading-main {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
  margin-top: -42px;
  text-align: center;
}

.hybrid-water-heater-merit-demerit__heading-main-lead {
  color: #f59700;
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 130%;
}

.hybrid-water-heater-merit-demerit__heading-main-title {
  color: #2c2c2c;
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 130%;
  margin-top: 2px;
}

.hybrid-water-heater-merit__header {
  margin-top: 34px;
  text-align: center;
}

.hybrid-water-heater-merit__header-title {
  background: #ff9c12;
  border-radius: 30px 30px 0 0;
  color: #fff;
  display: inline-block;
  font-family: var(--font-family-base);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 12px 79px 11px;
  position: relative;
  text-align: center;
}

.hybrid-water-heater-merit__header-title::before {
  aspect-ratio: 202/65;
  background: url("/images/contents/hybrid-water-heater/hybrid-water-heater-merit-deco.webp") no-repeat center center/contain;
  bottom: 0;
  content: "";
  position: absolute;
  right: 365px;
  width: 202px;
}

.hybrid-water-heater-merit__content {
  background: radial-gradient(86.59% 88.71% at 50% 71.08%, #ffe168 0%, #fffefa 100%);
  padding-bottom: 40px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  padding-top: 40px;
}

.hybrid-water-heater-merit__content-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 731px;
}

.hybrid-water-heater-merit__content-item {
  -moz-column-gap: 50px;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  column-gap: 50px;
  display: flex;
  min-height: 114px;
  padding-bottom: 24px;
  padding-left: 52px;
  padding-right: 40px;
  padding-top: 24px;
}

.hybrid-water-heater-merit__content-icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 52px;
}

.hybrid-water-heater-merit__content-icon-img {
  height: auto;
  max-width: 100%;
}

.hybrid-water-heater-merit__content-icon--01 .hybrid-water-heater-merit__content-icon-img {
  aspect-ratio: 46/49;
  height: 45px;
  width: 43px;
}

.hybrid-water-heater-merit__content-icon--02 .hybrid-water-heater-merit__content-icon-img {
  aspect-ratio: 52/52.11;
  height: 52.105px;
  width: 52px;
}

.hybrid-water-heater-merit__content-icon--03 .hybrid-water-heater-merit__content-icon-img {
  aspect-ratio: 1/1;
  height: 52px;
  width: 52px;
}

.hybrid-water-heater-merit__content-icon--04 .hybrid-water-heater-merit__content-icon-img {
  aspect-ratio: 23/20;
  height: 40px;
  width: 46px;
}

.hybrid-water-heater-merit__content-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.hybrid-water-heater-merit__content-title {
  color: var(--main-orange);
  font-family: var(--font-family-base);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.022em;
  line-height: 1.5;
}

.hybrid-water-heater-merit__content-text {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 18px;
  font-weight: var(--font-weight-normal);
  letter-spacing: -0.022em;
  line-height: 1.5;
}

.hybrid-water-heater-demerit {
  background: url("/images/contents/hybrid-water-heater/hybrid-water-heater-demerit-bg.webp") no-repeat center bottom/cover;
  padding-bottom: 80px;
  padding-top: 40px;
}

.hybrid-water-heater-demerit__header {
  text-align: center;
}

.hybrid-water-heater-demerit__header-title {
  background: #979797;
  border-radius: 27.312px 27.312px 0 0;
  color: #fff;
  display: inline-block;
  font-family: var(--font-family-base);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 11px 61px 10px;
  position: relative;
  text-align: center;
}

.hybrid-water-heater-demerit__header-title::before {
  aspect-ratio: 112.134/60;
  background: url("/images/contents/hybrid-water-heater/hybrid-water-heater-demerit-deco.webp") no-repeat center center/contain;
  bottom: 0;
  content: "";
  left: 305px;
  position: absolute;
  width: 112px;
}

.hybrid-water-heater-demerit__content {
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
}

.hybrid-water-heater-demerit__content-list {
  background: linear-gradient(270deg, #f3f3f3 8%, #eaeaea 95%);
  border-radius: 27px;
  margin-left: auto;
  margin-right: auto;
  max-width: 731px;
  padding: 40px 39px;
}

.hybrid-water-heater-demerit__content-item {
  align-items: flex-start;
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  padding-bottom: 19px;
}

.hybrid-water-heater-demerit__content-item+.hybrid-water-heater-demerit__content-item {
  margin-top: 19px;
}

.hybrid-water-heater-demerit__content-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hybrid-water-heater-demerit__content-title {
  color: var(--main-color);
  flex: 0 0 239px;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.028em;
  line-height: 1;
}

.hybrid-water-heater-demerit__content-title--ls-tight {
  letter-spacing: -0.04em;
}

.hybrid-water-heater-demerit__content-text {
  color: #2c2c2c;
  flex: 1;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: var(--font-weight-normal);
  letter-spacing: -0.03em;
  line-height: 1;
  min-width: 0;
}

.hybrid-water-heater-demerit__cta-wrap {
  margin-top: 40px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
}

.hybrid-water-heater-demerit__cta {
  align-items: center;
  background-color: #2789d7;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 22px;
  font-weight: var(--font-weight-black);
  justify-content: center;
  letter-spacing: 0.0386em;
  line-height: 1.773;
  margin-left: auto;
  margin-right: auto;
  max-width: 608px;
  min-height: 92px;
  padding-bottom: 12px;
  padding-left: 32px;
  padding-right: 64px;
  padding-top: 12px;
  position: relative;
  text-align: center;
  transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
  width: 100%;
}

.hybrid-water-heater-demerit__cta::after {
  aspect-ratio: 1/1;
  background: url("/images/contents/hybrid-water-heater/arrow-right_blue.svg") no-repeat center/contain;
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}

.hybrid-water-heater-recommended {
  background-color: #e9f6ff;
  background-image: url("/images/contents/hybrid-water-heater/hybrid-water-heater-recommended-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}

.hybrid-water-heater-recommended__inner {
  --max-width: 1210px;
  position: relative;
}

.hybrid-water-heater-recommended__heading {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.hybrid-water-heater-recommended__heading::before,
.hybrid-water-heater-recommended__heading::after {
  background-color: #2c2c2c;
  border-radius: 1px;
  content: "";
  height: 29px;
  position: absolute;
  top: 50%;
  transform-origin: center center;
  width: 2px;
}

.hybrid-water-heater-recommended__heading::before {
  left: 10px;
  transform: translateY(-50%) rotate(-28deg);
}

.hybrid-water-heater-recommended__heading::after {
  right: 10px;
  transform: translateY(-40%) rotate(28deg);
}

.hybrid-water-heater-recommended__heading .text-blue {
  margin-right: 3px;
}

.hybrid-water-heater-recommended__panel {
  background: rgba(255, 255, 255, 0.8);
  border: 5px solid #fff;
  border-radius: 30px;
  box-shadow: 0 10px 20px 0 rgba(123, 196, 255, 0.6);
  margin-top: 77px;
  padding: 50px 40px 32px;
  position: relative;
}

.hybrid-water-heater-recommended__badge {
  align-items: center;
  background: #3291dd;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  left: 50%;
  padding: 21px 61px 21px;
  position: absolute;
  top: -22px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.hybrid-water-heater-recommended__badge::after {
  border-color: #3291dd transparent transparent transparent;
  border-style: solid;
  border-width: 19px 17px 0 17px;
  bottom: 3px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 0;
}

.hybrid-water-heater-recommended__badge-text {
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}

.hybrid-water-heater-recommended__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.hybrid-water-heater-recommended__card {
  width: 100%;
}

.hybrid-water-heater-recommended__card-inner {
  align-items: center;
  background: #fff;
  border: 2px solid #bac8d4;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 38px 20px 30px;
  position: relative;
}

.hybrid-water-heater-recommended__check {
  align-items: center !important;
  aspect-ratio: 1/1 !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: flex !important;
  font-family: "Material Symbols Rounded", sans-serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  justify-content: center !important;
  left: 50% !important;
  position: absolute !important;
  top: 0 !important;
  transform: translate(-50%, -50%) !important;
  width: 50px !important;
}

.hybrid-water-heater-recommended__check {
  background: linear-gradient(180deg, #ffd93f 0%, #ff9a42 100%);
  font-variation-settings: "FILL"1;
  line-height: 1;
  padding-top: 1px;
}

.hybrid-water-heater-recommended__photo {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.hybrid-water-heater-recommended__photo-img {
  -o-object-fit: cover;
  aspect-ratio: 220/147;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hybrid-water-heater-recommended__card-text {
  color: #2c2c2c;
  flex-shrink: 0;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  text-align: center;
}

.card-text-small {
  font-size: 18px;
}

.hybrid-water-heater-recommended__card--hot-water .card-text-small {
  font-size: 14px;
}

.hybrid-water-heater-recommended__caution {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 48px;
}

.hybrid-water-heater-recommended__caution-badge {
  align-items: center;
  background: #686868;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  margin-bottom: -24px;
  min-height: 44px;
  padding: 12px 98px 15px;
  position: relative;
  z-index: 1;
}

.hybrid-water-heater-recommended__caution-badge::after {
  border-color: #686868 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  bottom: 1px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 0;
}

.hybrid-water-heater-recommended__caution-badge-text {
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}

.hybrid-water-heater-recommended__caution-box {
  background: rgba(255, 255, 255, 0.5);
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(123, 196, 255, 0.6);
  max-width: 1001px;
  padding: 49px 80px 40px;
  width: 100%;
}

.hybrid-water-heater-recommended__caution-list {
  display: grid;
  gap: 12px 40px;
  grid-template-columns: 1fr 0.95fr;
  grid-template-rows: auto auto;
}

.hybrid-water-heater-recommended__caution-item {
  color: #515151;
  font-family: var(--font-family-base);
  font-size: 19.9px;
  font-weight: var(--font-weight-normal);
  letter-spacing: -0.022em;
  line-height: 1.5;
}

.caution-item-small {
  font-size: 17px;
}

.hybrid-water-heater-recommended__caution-item--01 {
  grid-column: 1;
  grid-row: 1;
}

.hybrid-water-heater-recommended__caution-item--02 {
  grid-column: 2;
  grid-row: 1;
}

.hybrid-water-heater-recommended__caution-item--03 {
  grid-column: 1;
  grid-row: 2;
}

.hybrid-water-heater-recommended__caution-item--04 {
  grid-column: 2;
  grid-row: 2;
}

.hybrid-water-heater-subsidy {
  overflow-x: clip;
}

.hybrid-water-heater-subsidy__header {
  background-color: #114a78;
  position: relative;
}

.hybrid-water-heater-subsidy__header::after {
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  border-top: 48px solid #114a78;
  bottom: 20px;
  content: "";
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 100%);
  z-index: 1;
}

.hybrid-water-heater-subsidy__header-en {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #1a5584;
  font-family: var(--font-family-base);
  font-size: 96px;
  font-weight: var(--font-weight-bold);
  left: 50%;
  line-height: 1.5;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 4px;
  transform: translateX(-50%);
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.hybrid-water-heater-subsidy__header-body {
  margin-left: auto;
  margin-right: auto;
  padding: 81px var(--padding-pc) 31px;
  position: relative;
  z-index: 2;
}

.hybrid-water-heater-subsidy__heading {
  text-align: center;
}

.hybrid-water-heater-subsidy__heading-lead {
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}

.hybrid-water-heater-subsidy__heading-lead span {
  font-family: "Noto Sans", sans-serif;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.04em;
}

.hybrid-water-heater-subsidy__heading-main {
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 30px;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
}

.hybrid-water-heater-subsidy__heading-accent {
  color: #ffde3b;
  font-size: 36px;
}

.hybrid-water-heater-subsidy__header-illust {
  bottom: -14px;
  left: calc(50% + 200px);
  max-width: 107px;
  position: absolute;
  z-index: 3;
}

.hybrid-water-heater-subsidy__header-illust-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hybrid-water-heater-subsidy__content {
  background: linear-gradient(0deg, #FFF7CF 0%, #FFF 17.38%, rgba(255, 253, 243, 0) 34.75%);
  padding-bottom: 80px;
  padding-top: 52px;
}

.hybrid-water-heater-subsidy__content-inner.inner {
  position: relative;
}

.hybrid-water-heater-subsidy__content-deco {
  position: absolute;
}

.hybrid-water-heater-subsidy__content-deco--01 {
  left: -160px;
  top: 20px;
  width: 170px;
}

.hybrid-water-heater-subsidy__content-deco--02 {
  right: -170px;
  top: 0;
  width: 145px;
}

.hybrid-water-heater-subsidy__content-deco-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hybrid-water-heater-subsidy__content-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.hybrid-water-heater-subsidy__content-heading-text {
  color: #000;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.024em;
  line-height: 1.95;
  position: relative;
  text-align: center;
}

.hybrid-water-heater-subsidy__content-heading-text::before,
.hybrid-water-heater-subsidy__content-heading-text::after {
  background-color: #2c2c2c;
  border-radius: 1px;
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  transform-origin: center center;
  width: 2px;
}

.hybrid-water-heater-subsidy__content-heading-text::before {
  left: -20px;
  transform: translateY(-50%) rotate(-28deg);
}

.hybrid-water-heater-subsidy__content-heading-text::after {
  right: -20px;
  transform: translateY(-40%) rotate(28deg);
}

.hybrid-water-heater-subsidy__content-heading-text span {
  font-family: "Noto Sans", sans-serif;
  font-weight: var(--font-weight-semibold);
}

.hybrid-water-heater-subsidy__content-heading-title {
  color: #000;
  font-family: var(--font-family-base);
  font-size: 36px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.023em;
  line-height: 1.08333;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.hybrid-water-heater-subsidy__content-heading-title::before {
  background-color: #FFE400;
  border-radius: calc(infinity * 1px);
  bottom: 0;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 100%;
  z-index: -1;
}

.hybrid-water-heater-subsidy__content-heading-title .marker-wrap {
  display: inline;
}

.hybrid-water-heater-subsidy__content-heading-title .text-large {
  font-family: "Noto Sans", sans-serif;
  font-size: 48px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.018em;
  line-height: 1.08333;
}

.hybrid-water-heater-subsidy__content-heading-title .text-small {
  font-size: 30px;
}

.hybrid-water-heater-subsidy__content-body {
  background-color: #fff0aa;
  border-radius: 20px;
  margin-top: 31px;
  padding: 60px 59px 40px 59px;
}

.hybrid-water-heater-subsidy__content-cards {
  grid-column-gap: 42px;
  -moz-column-gap: 42px;
  grid-row-gap: 24px;
  column-gap: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 882px;
  row-gap: 24px;
}

.hybrid-water-heater-subsidy__card {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  position: relative;
}

.hybrid-water-heater-subsidy__card-badge {
  align-items: center;
  background-color: #2789d7;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  left: 50%;
  letter-spacing: 0.03em;
  line-height: 1.39;
  min-height: 60px;
  min-width: 180px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  text-align: center;
  top: 0;
  translate: -50% 0;
  z-index: 2;
}

.hybrid-water-heater-subsidy__card-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 77px 20px 24px;
  width: 100%;
}

.hybrid-water-heater-subsidy__card-amount {
  -moz-column-gap: 8px;
  align-items: flex-end;
  column-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 4px;
}

.hybrid-water-heater-subsidy__card-num {
  color: #f25222;
  font-family: Roboto, sans-serif;
  font-size: 154px;
  font-weight: 900;
  letter-spacing: 0.0055em;
  line-height: 0.72;
}

.hybrid-water-heater-subsidy__card-units {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 72px;
  padding-bottom: 6px;
}

.hybrid-water-heater-subsidy__card-per {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.0425em;
  line-height: 1.95;
}

.hybrid-water-heater-subsidy__card-yen {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 52px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.0163em;
  line-height: 0.75;
}

.hybrid-water-heater-subsidy__card-rule {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  max-width: 293px;
}

.hybrid-water-heater-subsidy__card-desc {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 17px;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.05em;
  line-height: 2.29;
  text-align: center;
}

.hybrid-water-heater-subsidy__removal {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-top: 30px;
  position: relative;
}

.hybrid-water-heater-subsidy__removal-badge {
  align-items: center;
  background-color: #2789d7;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  left: 50%;
  letter-spacing: 0.0386em;
  line-height: 1.64;
  min-height: 60px;
  min-width: 231px;
  padding-left: 28px;
  padding-right: 14px;
  position: absolute;
  text-align: center;
  top: 0;
  translate: -50% 0;
  z-index: 2;
}

.hybrid-water-heater-subsidy__removal-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 40px 27px 58px;
}

.hybrid-water-heater-subsidy__removal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
}

.hybrid-water-heater-subsidy__removal-item {
  -moz-column-gap: 8px;
  align-items: center;
  column-gap: 8px;
  display: flex;
}

.hybrid-water-heater-subsidy__removal-check {
  aspect-ratio: 1/1;
  background-color: #ffc01b;
  border-radius: calc(infinity * 1px);
  flex-shrink: 0;
  margin-top: 4px;
  position: relative;
  width: 23px;
}

.hybrid-water-heater-subsidy__removal-check::after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  box-sizing: border-box;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 7px;
  transform: rotate(-50deg);
  width: 13px;
}

.hybrid-water-heater-subsidy__removal-text {
  color: #2c2c2c;
  font-family: var(--font-family-second);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.0425em;
  line-height: 1.8;
}

.hybrid-water-heater-subsidy__removal-text .text-red-orange {
  font-family: "Inter", sans-serif;
  font-size: 25px;
}

.hybrid-water-heater-subsidy__removal-note {
  font-size: 10px;
  letter-spacing: 0.03em;
}

.hybrid-water-heater-subsidy__notice {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.hybrid-water-heater-subsidy__notice-title {
  color: #2C2C2C;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.0425em;
  line-height: 1.95;
}

.hybrid-water-heater-subsidy__notice-note {
  color: #2C2C2C;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.0163em;
  line-height: 1.5;
}

.hybrid-water-heater-subsidy__risk-alert {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-top: 35px;
  position: relative;
}

.hybrid-water-heater-subsidy__risk-alert-heading {
  -moz-column-gap: 14px;
  align-items: center;
  background-color: #f24822;
  border-radius: 100px;
  column-gap: 14px;
  display: flex;
  justify-content: center;
  left: 50%;
  max-width: 444px;
  min-height: 60px;
  padding: 8px 50px 8px 54px;
  position: absolute;
  top: 0;
  translate: -50% 0;
  width: calc(100% - 48px);
  z-index: 2;
}

.hybrid-water-heater-subsidy__risk-alert-icon {
  flex-shrink: 0;
}

.hybrid-water-heater-subsidy__risk-alert-icon-img {
  display: block;
  height: auto;
  width: 34px;
}

.hybrid-water-heater-subsidy__risk-alert-title {
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.0425em;
  line-height: 1.95;
}

.hybrid-water-heater-subsidy__risk-alert-panel {
  background-color: #fff;
  border: 3px solid #f24822;
  border-radius: 10px;
  padding: 36px 25px 13px 24px;
}

.hybrid-water-heater-subsidy__risk-alert-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hybrid-water-heater-subsidy__risk-alert-text {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.053125em;
  line-height: 1.875;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.hybrid-water-heater-subsidy__risk-alert-text--sp-tail {
  display: none;
  margin: 0;
}

.hybrid-water-heater-subsidy__content-footer {
  margin-top: 40px;
}

.hybrid-water-heater-subsidy__cta {
  background-color: #fff;
  border: 3px solid var(--main-color);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.hybrid-water-heater-subsidy__cta-head {
  background-color: var(--main-color);
  border-radius: 20px 20px 0 0;
  margin: -3px -3px 0;
  padding: 15px 27px 14px;
  text-align: center;
  width: calc(100% + 6px);
}

.hybrid-water-heater-subsidy__cta-title {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.0304em;
  line-height: 1.393;
  margin: 0;
}

.hybrid-water-heater-subsidy__cta-body {
  -moz-column-gap: 31px;
  align-items: center;
  column-gap: 31px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 28px 40px 36px;
}

.hybrid-water-heater-subsidy__cta-illust {
  flex-shrink: 0;
  line-height: 0;
}

.hybrid-water-heater-subsidy__cta-illust-img {
  display: block;
  height: auto;
  width: 106px;
}

.hybrid-water-heater-subsidy__cta-copy {
  flex: 1;
  max-width: 453px;
  min-width: 0;
}

.hybrid-water-heater-subsidy__cta-text {
  color: #2c2c2c;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 1.875;
  margin: 0;
}

.hybrid-water-heater-subsidy__cta-text--mark {
  -webkit-box-decoration-break: clone;
  background: radial-gradient(circle at calc(100% - 3.5px) calc(100% - 3.5px), #FFE400 3.5px, transparent 3.5px), radial-gradient(circle at 3.5px calc(100% - 3.5px), #FFE400 3.5px, transparent 3.5px), linear-gradient(to bottom, #fff calc(100% - 7px), transparent calc(100% - 7px)), linear-gradient(to right, transparent 3.5px, #FFE400 3.5px, #FFE400 calc(100% - 3.5px), transparent calc(100% - 3.5px));
  box-decoration-break: clone;
  display: inline-block;
  display: inline;
  line-height: 1.675;
  margin-top: 2px;
  padding-left: 3px;
  padding-right: 3px;
  width: -moz-fit-content;
  width: fit-content;
}

.hybrid-water-heater-useful-contents {
  padding-bottom: 80px;
  padding-top: 80px;
}

.hybrid-water-heater-useful-contents__title {
  color: #1e1e1e;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.06em;
  line-height: 1.5;
  text-align: center;
}

.hybrid-water-heater-useful-contents__title .text-blue {
  color: #0074d2;
}

.hybrid-water-heater-useful-contents__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.hybrid-water-heater-useful-contents__item {
  min-width: 0;
}

.hybrid-water-heater-useful-contents__card {
  -webkit-text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  text-decoration: none;
  transition: opacity var(--duration-base);
  transition-delay: 0s;
}

.hybrid-water-heater-useful-contents__card:focus-visible {
  outline: 2px solid var(--main-color);
  outline-offset: 2px;
}

.hybrid-water-heater-useful-contents__media {
  aspect-ratio: 313/200;
  background-color: #eee;
  overflow: hidden;
}

.hybrid-water-heater-useful-contents__img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform var(--duration-base);
  width: 100%;
  will-change: transform;
}

.hybrid-water-heater-useful-contents__body {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 20px;
  margin-block: auto;
}
@media (max-width: 767px) {
  .hybrid-water-heater-useful-contents__body {
    gap: 15px;
  }
}

.hybrid-water-heater-useful-contents__text {
  color: #222;
  font-family: var(--font-family-second);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 1.45;
  margin: 0;
}

.hybrid-water-heater-useful-contents__triangle {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: inline-block;
  flex-shrink: 0;
  height: 13px;
  width: 10px;
}

@media (any-hover: hover) {

  .hybrid-water-heater-links__btn:hover {
    box-shadow: none;
    transform: translateY(3px);
  }

  .hybrid-water-heater-demerit__cta:hover {
    box-shadow: none;
    transform: translateY(3px);
  }

  .hybrid-water-heater-useful-contents__card:hover {
    opacity: 0.8 !important;
  }

  .hybrid-water-heater-useful-contents__card:hover .hybrid-water-heater-useful-contents__img {
    transform: scale(1.05);
  }

}

@media screen and (min-width: 768px) {

  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  .u-desktop-inline {
    display: inline;
  }

  .u-mobile-inline {
    display: none;
  }

}

@media (min-width: 768px) {

  .inner-overflow {
    min-width: 1100px;
  }

  .hybrid-water-heater-fv {
    min-width: 1100px;
  }

  .hybrid-water-heater-recommended__card {
    display: flex;
    flex-direction: column;
  }

  .hybrid-water-heater-recommended__card-inner {
    flex: 1 1 auto;
    min-height: 0;
  }

  .hybrid-water-heater-recommended__photo {
    margin-top: auto;
    max-width: 220px;
  }

  .hybrid-water-heater-subsidy__risk-alert-text--first {
    position: relative;
    z-index: 0;
  }

  .hybrid-water-heater-subsidy__risk-alert-text--first::before {
    background-color: #ffe400;
    border-radius: calc(infinity * 1px);
    bottom: 4px;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 102%;
    z-index: 0;
  }

  .hybrid-water-heater-subsidy__risk-alert-text--first .hybrid-water-heater-subsidy__risk-alert-line {
    position: relative;
    z-index: 1;
  }

}

@media (max-width: 767px) {

  :root {
    --max-width: 500px;
  }

  .inner {
    max-width: var(--max-width);
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }

  .text-ls-neg-01_sp {
    display: inline;
    letter-spacing: -0.1em;
  }

  .text-ls-neg-03_sp {
    display: inline;
    letter-spacing: -0.3em;
  }

  .dot-blue__char::after {
    top: 2px;
  }

  .hybrid-water-heater-about {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .hybrid-water-heater-about__heading-en {
    font-size: 65px;
  }

  .hybrid-water-heater-about__heading-main {
    font-size: 22px;
    margin-top: -26px;
  }

  .hybrid-water-heater-about__text {
    font-size: 14px;
    margin-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hybrid-water-heater-about__diagram {
    margin-top: 40px;
  }

  .hybrid-water-heater-about__diagram-list {
    flex-direction: column;
    gap: 15px;
  }

  .hybrid-water-heater-about__diagram-item:not(:first-child) {
    margin-top: 10px;
  }

  .hybrid-water-heater-about__diagram-item-icon {
    margin-top: 0;
  }

  .hybrid-water-heater-about__diagram-item-icon-text.text-arrow {
    rotate: 90deg;
  }

  .hybrid-water-heater-about__compare-content {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 30px 15px;
  }

  .hybrid-water-heater-about__compare-item.hybrid-water-heater-about__compare-item--diagram .hybrid-water-heater-about__compare-item-img-wrap {
    width: 100%;
  }

  .hybrid-water-heater-about__compare-item.arrow-right {
    margin-top: 5px;
    rotate: 90deg;
  }

  .hybrid-water-heater-about__compare-item.hybrid-water-heater-about__compare-item--graph .hybrid-water-heater-about__compare-item-img-wrap {
    width: 100%;
  }

  .hybrid-water-heater-comparison__inner-wrap {
    padding-bottom: 40px;
    padding-top: 53px;
  }

  .hybrid-water-heater-comparison__bg-search-icon {
    display: none;
  }

  .hybrid-water-heater-comparison__heading-en {
    font-size: 55px;
  }

  .hybrid-water-heater-comparison__heading-main {
    font-size: 20px;
    margin-top: -23px;
  }

  .hybrid-water-heater-comparison__heading-main .text-blue {
    font-size: 24px;
  }

  .hybrid-water-heater-comparison__heading-main .text-blue::after {
    right: -16px;
    top: -3px;
    width: 16px;
  }

  .hybrid-water-heater-comparison__tabs {
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hybrid-water-heater-comparison__tab {
    font-size: 18px;
  }

  .hybrid-water-heater-comparison__table-scroll {
    margin-right: calc(50% - 50vw);
  }

  .hybrid-water-heater-comparison__table-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hybrid-water-heater-comparison__table-wrap {
    min-width: 800px;
  }

  .hybrid-water-heater-construction {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .hybrid-water-heater-construction__heading-en {
    font-size: 47px;
  }

  .hybrid-water-heater-construction__heading-main {
    font-size: 22px;
    margin-top: -33px;
  }

  .hybrid-water-heater-construction__heading-main .text-blue {
    font-size: 26px;
  }

  .hybrid-water-heater-construction__list {
    gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hybrid-water-heater-construction__card {
    max-width: none;
    padding: 52px 35px 28px;
  }

  .hybrid-water-heater-construction__card:nth-child(3) {
    padding: 52px 25px 28px;
  }

  .hybrid-water-heater-construction__card:nth-child(3) .hybrid-water-heater-construction__card-media {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hybrid-water-heater-construction__card-badge {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    top: -24px;
  }

  .hybrid-water-heater-construction__card-media {
    max-width: 100%;
  }

  .hybrid-water-heater-construction__card-title {
    font-size: 17px;
  }

  .hybrid-water-heater-construction__card-highlight {
    font-size: 18px;
    min-height: 36px;
    min-width: 130px;
    width: auto;
  }

  .hybrid-water-heater-construction__card-highlight-char {
    font-size: 18px;
  }

  .hybrid-water-heater-construction__card-tag {
    font-size: 17px;
  }

  .hybrid-water-heater-flow {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .hybrid-water-heater-flow__inner.inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hybrid-water-heater-flow__heading-en {
    font-size: 72px;
  }

  .hybrid-water-heater-flow__heading-main {
    font-size: 22px;
    margin-top: -46px;
  }

  .hybrid-water-heater-flow__heading-main .text-blue {
    font-size: 26px;
  }

  .hybrid-water-heater-flow__content {
    margin-top: 28px;
    padding: 58px 35px 68px;
  }

  .hybrid-water-heater-flow__content-deco {
    bottom: -40px;
    right: -20px;
  }

  .hybrid-water-heater-flow__content-deco-img {
    width: 88px;
  }

  .hybrid-water-heater-flow__list {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .hybrid-water-heater-flow__item {
    flex: 0 0 auto;
    max-width: 300px;
    width: 100%;
  }

  .hybrid-water-heater-flow__item:not(.hybrid-water-heater-flow__item--01) {
    margin-top: 24px;
  }

  .hybrid-water-heater-flow__between {
    height: 20px;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
    width: auto;
  }

  .hybrid-water-heater-flow__between .flow-triangle {
    transform: rotate(90deg);
  }

  .hybrid-water-heater-flow__card {
    padding: 44px 16px 32px;
  }

  .hybrid-water-heater-flow__icon {
    min-height: 40px;
  }

  .hybrid-water-heater-flow__label {
    font-size: 16px;
    margin-top: 10px;
  }

  .hybrid-water-heater-links {
    padding-bottom: 20px;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
    padding-top: 20px;
  }

  .hybrid-water-heater-links__btn-wrap {
    flex-direction: column;
    gap: 16px;
  }

  .hybrid-water-heater-links__btn {
    gap: 10px;
    height: 55px;
    max-width: 480px;
    padding-left: 52px;
    padding-right: 52px;
    width: 100%;
  }

  .hybrid-water-heater-links__btn::after {
    right: 20px;
    width: 20px;
  }

  .hybrid-water-heater-links__icon {
    font-size: 22px;
  }

  .hybrid-water-heater-links__text {
    font-size: 18px;
  }

  .hybrid-water-heater-maker {
    background-image: none;
    padding-bottom: 40px;
    padding-top: 53px;
  }

  .hybrid-water-heater-maker__heading-en {
    font-size: 72px;
  }

  .hybrid-water-heater-maker__heading-main {
    font-size: 26px;
    margin-top: -52px;
  }

  .hybrid-water-heater-maker__content-scroll {
    -webkit-overflow-scrolling: touch;
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hybrid-water-heater-maker__content-wrap {
    min-width: 700px;
  }

  .hybrid-water-heater-merit-demerit {
    padding-top: 30px;
  }

  .hybrid-water-heater-merit-demerit__heading-en {
    font-size: 60px;
    line-height: 0.9;
  }

  .hybrid-water-heater-merit-demerit__heading-main {
    margin-top: -19px;
  }

  .hybrid-water-heater-merit-demerit__heading-main-lead {
    font-size: 18px;
  }

  .hybrid-water-heater-merit-demerit__heading-main-title {
    font-size: 22px;
  }

  .hybrid-water-heater-merit__header {
    margin-top: 40px;
  }

  .hybrid-water-heater-merit__header-title {
    font-size: 20px;
    padding: 11px 69px 10px;
  }

  .hybrid-water-heater-merit__header-title::before {
    display: none;
  }

  .hybrid-water-heater-merit__content {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }

  .hybrid-water-heater-merit__content-list {
    max-width: 500px;
  }

  .hybrid-water-heater-merit__content-item {
    -moz-column-gap: 15px;
    column-gap: 15px;
    min-height: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 16px;
    padding-top: 20px;
  }

  .hybrid-water-heater-merit__content-title {
    font-size: 16px;
  }

  .hybrid-water-heater-merit__content-text {
    font-size: 14px;
  }

  .hybrid-water-heater-demerit__header-title {
    font-size: 20px;
    padding: 10px 51px 9px;
  }

  .hybrid-water-heater-demerit__header-title::before {
    display: none;
  }

  .hybrid-water-heater-demerit__content {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }

  .hybrid-water-heater-demerit__content-list {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 35px 20px;
  }

  .hybrid-water-heater-demerit__content-item {
    flex-direction: column;
    padding-bottom: 16px;
    row-gap: 8px;
  }

  .hybrid-water-heater-demerit__content-item+.hybrid-water-heater-demerit__content-item {
    margin-top: 16px;
  }

  .hybrid-water-heater-demerit__content-title {
    flex: none;
    font-size: 16px;
    width: 100%;
  }

  .hybrid-water-heater-demerit__content-text {
    line-height: 1.5;
  }

  .hybrid-water-heater-demerit__cta-wrap {
    margin-top: 32px;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }

  .hybrid-water-heater-demerit__cta {
    font-size: 16px;
    line-height: 1.6;
    min-height: 72px;
    padding-left: 24px;
    padding-right: 52px;
  }

  .hybrid-water-heater-demerit__cta::after {
    right: 16px;
    width: 24px;
  }

  .hybrid-water-heater-recommended {
    background-image: url("/images/contents/hybrid-water-heater/hybrid-water-heater-recommended-bg-sp.webp");
    padding-bottom: 40px;
    padding-top: 25px;
  }

  .hybrid-water-heater-recommended {
    --max-width: 530px;
  }

  .hybrid-water-heater-recommended__heading {
    font-size: 20px;
    line-height: 1.7;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hybrid-water-heater-recommended__heading::before {
    left: 12px;
  }

  .hybrid-water-heater-recommended__heading::after {
    right: 12px;
  }

  .hybrid-water-heater-recommended__heading::before,
  .hybrid-water-heater-recommended__heading::after {
    background-color: #8E8E8E;
    height: 80%;
  }

  .hybrid-water-heater-recommended__panel {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 52px 28px 25px;
  }

  .hybrid-water-heater-recommended__badge {
    padding: 8px 47px;
  }

  .hybrid-water-heater-recommended__badge::after {
    border-width: 18px 16px 0 16px;
  }

  .hybrid-water-heater-recommended__badge-text {
    font-size: 17px;
    line-height: 1.3;
  }

  .hybrid-water-heater-recommended__cards {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .hybrid-water-heater-recommended__card-inner {
    gap: 12px;
    padding: 25px 29px;
  }

  .hybrid-water-heater-recommended__check {
    font-size: 30px !important;
    width: 35px !important;
  }

  .hybrid-water-heater-recommended__card-text {
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  .card-text-small {
    letter-spacing: 0.01em;
  }

  .hybrid-water-heater-recommended__caution {
    margin-top: 25px;
  }

  .hybrid-water-heater-recommended__caution-badge {
    border-radius: calc(infinity * 1px);
    margin-bottom: -15px;
    padding: 10px 39px;
  }

  .hybrid-water-heater-recommended__caution-badge::after {
    border-width: 10px 10px 0 10px;
  }

  .hybrid-water-heater-recommended__caution-badge-text {
    font-size: 18px;
    line-height: 1.3;
  }

  .hybrid-water-heater-recommended__caution-box {
    max-width: 500px;
    padding: 33px 6px 20px 20px;
  }

  .hybrid-water-heater-recommended__caution-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }

  .hybrid-water-heater-recommended__caution-item {
    font-size: 15px;
  }

  .caution-item-small {
    font-size: 13px;
  }

  .hybrid-water-heater-recommended__caution-item--01,
  .hybrid-water-heater-recommended__caution-item--02,
  .hybrid-water-heater-recommended__caution-item--03,
  .hybrid-water-heater-recommended__caution-item--04 {
    grid-column: 1;
    grid-row: auto;
  }

  .hybrid-water-heater-subsidy__header::after {
    border-left-width: 48px;
    border-right-width: 48px;
    border-top-width: 36px;
  }

  .hybrid-water-heater-subsidy__header-en {
    font-size: 66px;
    top: 0;
  }

  .hybrid-water-heater-subsidy__header-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 54px var(--padding-sp) 24px;
  }

  .hybrid-water-heater-subsidy__heading-lead {
    font-size: 17px;
  }

  .hybrid-water-heater-subsidy__heading-main {
    font-size: 24px;
  }

  .hybrid-water-heater-subsidy__heading-accent {
    font-size: 30px;
  }

  .hybrid-water-heater-subsidy__header-illust {
    bottom: -21px;
    left: unset;
    max-width: 80px;
    right: 20px;
  }

  .hybrid-water-heater-subsidy__content {
    padding-bottom: 40px;
    padding-top: 52px;
  }

  .hybrid-water-heater-subsidy__content-inner.inner {
    padding-left: 0;
    padding-right: 0;
  }

  .hybrid-water-heater-subsidy__content-deco--01 {
    left: 5px;
    top: -16px;
    width: 34px;
  }

  .hybrid-water-heater-subsidy__content-deco--02 {
    right: calc(50% - 185px);
    top: -16px;
    width: 38px;
  }

  .hybrid-water-heater-subsidy__content-heading-text {
    font-size: 15px;
    line-height: 1.3;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hybrid-water-heater-subsidy__content-heading-text::before {
    left: 15px;
    transform: translateY(-50%) rotate(-35deg);
  }

  .hybrid-water-heater-subsidy__content-heading-text::after {
    right: 15px;
    transform: translateY(-40%) rotate(35deg);
  }

  .hybrid-water-heater-subsidy__content-heading-text::before,
  .hybrid-water-heater-subsidy__content-heading-text::after {
    background-color: #8E8E8E;
    height: 110%;
  }

  .hybrid-water-heater-subsidy__content-heading-title {
    padding-bottom: 0;
  }

  .hybrid-water-heater-subsidy__content-heading-title .marker-wrap {
    position: relative;
  }

  .hybrid-water-heater-subsidy__content-heading-title .marker-wrap::before {
    background-color: #FFE400;
    border-radius: calc(infinity * 1px);
    bottom: 6px;
    content: "";
    height: 7px;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 100%;
    z-index: -1;
  }

  .hybrid-water-heater-subsidy__content-body {
    padding: 25px 20px 25px;
  }

  .hybrid-water-heater-subsidy__content-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    padding-left: 14px;
    padding-right: 14px;
    row-gap: 20px;
  }

  .hybrid-water-heater-subsidy__card {
    padding-top: 19px;
  }

  .hybrid-water-heater-subsidy__card-badge {
    font-size: 18px;
    line-height: 1;
    min-height: 38px;
    min-width: 135px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hybrid-water-heater-subsidy__card-panel {
    padding: 33px 16px 15px;
  }

  .hybrid-water-heater-subsidy__card-num {
    font-size: 115px;
  }

  .hybrid-water-heater-subsidy__card-units {
    min-height: 48px;
    padding-bottom: 2px;
  }

  .hybrid-water-heater-subsidy__card-per {
    font-size: 15px;
  }

  .hybrid-water-heater-subsidy__card-yen {
    font-size: 39px;
  }

  .hybrid-water-heater-subsidy__card-rule {
    margin-bottom: 10px;
    margin-top: 8px;
    max-width: 220px;
  }

  .hybrid-water-heater-subsidy__card-desc {
    font-size: 12.75px;
    letter-spacing: 0.03em;
    line-height: 1;
  }

  .hybrid-water-heater-subsidy__removal {
    margin-top: 24px;
    max-width: 400px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 20px;
  }

  .hybrid-water-heater-subsidy__removal-badge {
    font-size: 16px;
    line-height: 1;
    min-height: 40px;
    min-width: 190px;
    padding-left: 15px;
    padding-right: 3px;
  }

  .hybrid-water-heater-subsidy__removal-badge .text-ls-neg-03 {
    letter-spacing: inherit;
  }

  .hybrid-water-heater-subsidy__removal-panel {
    padding: 35px 0 17px 13px;
  }

  .hybrid-water-heater-subsidy__removal-list {
    flex-direction: column;
    gap: 13px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }

  .hybrid-water-heater-subsidy__removal-item {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .hybrid-water-heater-subsidy__removal-check {
    margin-top: 2px;
    width: 18px;
  }

  .hybrid-water-heater-subsidy__removal-check::after {
    border-bottom-width: 2px;
    border-left-width: 2px;
    height: 5px;
    left: 4px;
    top: 6px;
    width: 9px;
  }

  .hybrid-water-heater-subsidy__removal-text {
    font-size: 16px;
    line-height: 1;
  }

  .hybrid-water-heater-subsidy__removal-text .text-small_sp {
    font-size: 13px;
  }

  .hybrid-water-heater-subsidy__removal-text .text-red-orange {
    font-size: 22px;
  }

  .hybrid-water-heater-subsidy__removal-note {
    font-size: 10px;
    letter-spacing: -0.03em;
  }

  .hybrid-water-heater-subsidy__notice {
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hybrid-water-heater-subsidy__notice-title {
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 1.3;
  }

  .hybrid-water-heater-subsidy__notice-note {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 16px;
    text-align: left;
    text-indent: -15px;
  }

  .hybrid-water-heater-subsidy__risk-alert {
    margin-top: 20px;
    max-width: 350px;
    padding-top: 20px;
  }

  .hybrid-water-heater-subsidy__risk-alert-heading {
    -moz-column-gap: 8px;
    border-radius: 61px;
    column-gap: 8px;
    max-width: 291px;
    min-height: 40px;
    padding: 8px 12px 8px 15px;
    width: calc(100% - 32px);
  }

  .hybrid-water-heater-subsidy__risk-alert-icon-img {
    width: 19px;
  }

  .hybrid-water-heater-subsidy__risk-alert-title {
    font-size: 15px;
    letter-spacing: 0.034em;
    line-height: 1;
  }

  .hybrid-water-heater-subsidy__risk-alert-panel {
    border-width: 2px;
    padding: 33px 16px 18px 16px;
  }

  .hybrid-water-heater-subsidy__risk-alert-body {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }

  .hybrid-water-heater-subsidy__risk-alert-text {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
  }

  .hybrid-water-heater-subsidy__risk-alert-text--first {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .hybrid-water-heater-subsidy__risk-alert-text--first .hybrid-water-heater-subsidy__risk-alert-line {
    display: inline-block;
    isolation: isolate;
    position: relative;
    z-index: 0;
  }

  .hybrid-water-heater-subsidy__risk-alert-text--first .hybrid-water-heater-subsidy__risk-alert-line::before {
    background-color: #ffe400;
    border-radius: calc(infinity * 1px);
    bottom: 3px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }

  .hybrid-water-heater-subsidy__risk-alert-tail-pc {
    display: none;
  }

  .hybrid-water-heater-subsidy__risk-alert-text--sp-tail {
    display: block;
  }

  .hybrid-water-heater-subsidy__content-footer {
    margin-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hybrid-water-heater-subsidy__cta {
    border-radius: 10px;
    border-width: 2px;
    max-width: 350px;
  }

  .hybrid-water-heater-subsidy__cta-head {
    align-items: center;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    margin: -2px -2px 0;
    min-height: 71px;
    padding: 12px 18px;
    width: calc(100% + 4px);
  }

  .hybrid-water-heater-subsidy__cta-title {
    font-family: var(--font-family-base);
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.3;
  }

  .hybrid-water-heater-subsidy__cta-body {
    align-items: center;
    flex-direction: column;
    padding: 8px 16px 22px;
    row-gap: 15px;
  }

  .hybrid-water-heater-subsidy__cta-illust-img {
    width: 73px;
  }

  .hybrid-water-heater-subsidy__cta-copy {
    align-self: stretch;
    max-width: none;
    padding-left: 11px;
    padding-right: 11px;
  }

  .hybrid-water-heater-subsidy__cta-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .hybrid-water-heater-useful-contents {
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .hybrid-water-heater-useful-contents__title {
    font-size: 26px;
  }

  .hybrid-water-heater-useful-contents__list {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

}

/* ===============================================
# 追記
=============================================== */

.section-title {
  color: #1E1E1E;
  font-family: var(--font-family-base);
  font-size: 30px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.022em;
  line-height: 1.5;
  text-align: center;
}

.section-title .text-blue {
  color: #007adb;
}

.faq--bg-blue {
  background: #F1F9FF;
}

.faq .c-btn {
  margin-top: 6.6666666667vw;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #1b2475;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 13.3333333333vw;
  max-height: 80px;
  --min-size: 14;
  --max-size: 20;
  font-size: var(--clamp-size);
  font-weight: 800;
  line-height: 2.2941176471;
  letter-spacing: 0.05em;
  position: relative;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
  }
}