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

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

:root {
  --font-family-base: "Inter", 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: #0074D2;
  --main-color-light: #0474D3;
  --bg-light-blue: #F1F9FF;
}

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

.u-desktop {
  display: none;
}

.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-blue {
  color: var(--main-color);
}

*,
*::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;
  text-rendering: optimizeLegibility;
}

ul,
ol,
button,
body,
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;
  text-decoration: none;
}

img {
  display: block;
}

span,
a {
  display: inline-block;
}

.gas-water-heater-repair-cost {
  background: #F1F9FF;
  padding-bottom: 80px;
  padding-top: 80px;
}

.gas-water-heater-repair-cost__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 800px;
  padding-bottom: 50px;
}

.gas-water-heater-repair-cost__cards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.gas-water-heater-repair-cost__card {
  align-items: center;
  background-color: var(--white);
  border: 1px solid var(--main-color-light);
  border-radius: 10px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 100%;
}

.gas-water-heater-repair-cost__card-header {
  align-items: center;
  background-color: var(--main-color);
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 100%;
}

.gas-water-heater-repair-cost__card-title {
  color: var(--white);
  font-family: var(--font-family-base);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.011em;
  line-height: 1em;
  text-align: center;
}

.gas-water-heater-repair-cost__card-body {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 11px 15px;
  width: 100%;
}

.gas-water-heater-repair-cost__card-img {
  -o-object-fit: contain;
  height: auto;
  max-width: 100px;
  object-fit: contain;
}

.gas-water-heater-repair-cost__card-price {
  color: #222222;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5em;
  margin-left: 11px;
  margin-top: 7.4px;
  text-align: center;
}

.gas-water-heater-repair-cost__card-price-unit {
  font-size: 15px;
}

.gas-water-heater-repair-cost__arrow {
  width: 110px;
}

.gas-water-heater-repair-cost__arrow-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.gas-water-heater-repair-cost__total {
  align-items: center;
  background-color: var(--main-color);
  border-radius: 10px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  padding: 8px 55px;
  width: 100%;
}

.gas-water-heater-repair-cost__total-content {
  align-items: center;
  display: flex;
  gap: 21px;
  padding-right: 70px;
}

.gas-water-heater-repair-cost__total-label {
  align-items: center;
  background-color: var(--white);
  border-radius: 100px;
  color: var(--main-color);
  display: flex;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  letter-spacing: -0.011em;
  line-height: 1em;
  padding: 10px 46px;
  text-align: center;
}

.gas-water-heater-repair-cost__total-price {
  align-items: baseline;
  display: flex;
  justify-content: center;
  text-align: center;
}

.gas-water-heater-repair-cost__total-price-num {
  color: var(--white);
  font-family: var(--font-family-base);
  font-size: 47px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.gas-water-heater-repair-cost__total-price-unit {
  color: var(--white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  margin-left: 5px;
}

.gas-water-heater-repair-cost__cases {
  align-self: stretch;
  background-color: #FDFEFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 60px;
  padding: 20px;
}

.gas-water-heater-repair-cost__cases-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
}

.gas-water-heater-repair-cost__cases-lead {
  color: var(--main-color);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: -0.011em;
  line-height: 1.5em;
  margin: 0;
  text-align: left;
}

.gas-water-heater-repair-cost__cases-title-wrap {
  align-items: center;
  display: flex;
  gap: 14px;
}

.gas-water-heater-repair-cost__cases-title-icon {
  -o-object-fit: contain;
  flex-shrink: 0;
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.gas-water-heater-repair-cost__cases-title {
  font-family: var(--font-family-base);
  font-size: 25px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.011em;
  line-height: 1.5em;
}

.gas-water-heater-repair-cost__cases-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}

.gas-water-heater-repair-cost__case {
  align-items: center;
  background-color: #F3F3F3;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 127px;
  padding: 16px 0 10px;
  width: 280px;
}

.gas-water-heater-repair-cost__case-title {
  font-family: var(--font-family-base);
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.011em;
  line-height: 1em;
  text-align: center;
}

.gas-water-heater-repair-cost__case-body {
  align-items: center;
  display: flex;
  gap: 10px;
}

.gas-water-heater-repair-cost__case-img {
  -o-object-fit: contain;
  flex-shrink: 0;
  height: 50px;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 54.6px;
}

.gas-water-heater-repair-cost__case-desc {
  color: #222222;
  font-family: var(--font-family-base);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.011em;
  line-height: 1.25em;
  margin: 0;
  text-align: left;
}

.gas-water-heater-repair-cost__case-price {
  color: var(--main-color);
  font-family: var(--font-family-base);
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5em;
  margin: 0;
  text-align: center;
}

.gas-water-heater-repair-flow {
  background-color: var(--bg-light-blue);
  padding-bottom: 80px;
  padding-top: 80px;
}

.gas-water-heater-repair-flow__inner.inner {
  max-width: 830px;
}

.gas-water-heater-repair-flow__step {
  margin-top: 30px;
}

.gas-water-heater-repair-flow__step-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.gas-water-heater-repair-flow__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}

.gas-water-heater-repair-flow__card {
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.gas-water-heater-repair-flow__card-header {
  align-items: center;
  background-color: var(--main-color-light);
  border-radius: 16px 16px 0 0;
  display: grid;
  gap: 12px;
  grid-template-columns: max-content 1fr;
  padding: 10px 22px;
}

.gas-water-heater-repair-flow__card-icon {
  aspect-ratio: 1/1;
  width: 30px;
}

.gas-water-heater-repair-flow__card-icon-img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
}

.gas-water-heater-repair-flow__card-heading {
  color: var(--white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.011em;
  line-height: 1.5;
}

.gas-water-heater-repair-flow__card-body {
  padding: 14px 33px 18px 53px;
}

.gas-water-heater-repair-flow__card-text {
  color: rgba(0, 0, 0, 0.8);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-normal);
  letter-spacing: -0.011em;
  line-height: 1.5;
  margin: 0;
}

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

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

.gas-water-heater-repair-links {
  background: var(--main-color);
  padding-bottom: 20px;
  padding-top: 20px;
}

.gas-water-heater-repair-links__btn-wrap {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.gas-water-heater-repair-links__btn {
  -webkit-text-decoration: none;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 9px;
  height: 90px;
  justify-content: center;
  padding: 5px 11.53px;
  text-decoration: none;
  transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
  width: 500px;
}

.gas-water-heater-repair-links__btn--diagnosis {
  background-color: #F29602;
}

.gas-water-heater-repair-links__btn--line {
  background-color: #06C655;
}

.gas-water-heater-repair-links__icon {
  color: #FFFFFF;
  font-family: "Material Symbols Rounded", sans-serif;
  font-size: 36px;
  font-variation-settings: "FILL"1;
  font-weight: 400;
  line-height: 1.2;
}

.gas-water-heater-repair-links__line-icon {
  display: block;
  flex-shrink: 0;
  height: 31px;
  width: 32px;
}

.gas-water-heater-repair-links__text {
  color: #FFFFFF;
  font-family: var(--font-family-second);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  line-height: 0.908;
  text-align: center;
}

.gas-water-heater-repair-replace-compare {
  background-color: var(--white);
  padding-bottom: 60px;
  padding-top: 60px;
}

.gas-water-heater-repair-replace-compare__table-wrap {
  margin-top: 30px;
}

.gas-water-heater-repair-replace-compare__table {
  border-collapse: inherit;
  border-collapse: unset;
  border-spacing: 1.5ch 0;
  width: 1000px;
}

.gas-water-heater-repair-replace-compare__table td,
.gas-water-heater-repair-replace-compare__table th {
  border-left-width: 1px;
  border-right-width: 1px;
}

.gas-water-heater-repair-replace-compare__table :is(td,
  th) {
  border-left-width: 1px;
  border-right-width: 1px;
}

.gas-water-heater-repair-replace-compare__table td,
.gas-water-heater-repair-replace-compare__table th {
  vertical-align: middle;
}

.gas-water-heater-repair-replace-compare__header.gas-water-heater-repair-replace-compare__header--repair {
  padding-right: 40px;
}

.gas-water-heater-repair-replace-compare__header.gas-water-heater-repair-replace-compare__header--replace {
  background-color: #5FA978;
  border-color: #5FA978;
}

.gas-water-heater-repair-replace-compare__header {
  background-color: var(--main-color);
  border: 2px solid var(--main-color-light);
  border-radius: 16px 16px 0 0;
  color: var(--white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  height: 60px;
  letter-spacing: -0.011em;
  line-height: 1.5;
  padding: 10px 22px;
  text-align: center;
}

.gas-water-heater-repair-replace-compare__header-wrap {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.gas-water-heater-repair-replace-compare__header--repair .gas-water-heater-repair-replace-compare__header-icon {
  width: 23px;
}

.gas-water-heater-repair-replace-compare__header--replace .gas-water-heater-repair-replace-compare__header-icon {
  width: 19px;
}

.gas-water-heater-repair-replace-compare__header-icon {
  -o-object-fit: contain;
  flex-shrink: 0;
  height: auto;
  object-fit: contain;
}

.gas-water-heater-repair-replace-compare__label {
  background-color: var(--bg-light-blue);
  border-bottom: 1px solid var(--main-color-light);
  color: var(--black);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  height: 60px;
  letter-spacing: -0.011em;
  line-height: 1.5;
  padding: 15px 22px;
  text-align: center;
  width: 214px;
}

.gas-water-heater-repair-replace-compare__label,
.gas-water-heater-repair-replace-compare__header-empty {
  border-left: 0;
  border-right: 0;
}

.gas-water-heater-repair-replace-compare__row:nth-child(2) .gas-water-heater-repair-replace-compare__label {
  border-top: 1px solid var(--main-color-light);
}

.gas-water-heater-repair-replace-compare__cell {
  background-color: var(--white);
  border-bottom: 1px solid var(--main-color-light);
  border-left: 1px solid var(--main-color-light);
  border-right: 1px solid var(--main-color-light);
  height: 60px;
  padding: 10px 22px;
  position: relative;
  vertical-align: middle;
  width: 375px;
}

.gas-water-heater-repair-replace-compare__cell-inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.gas-water-heater-repair-replace-compare__cell-icon {
  -o-object-fit: contain;
  mix-blend-mode: multiply;
  object-fit: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.gas-water-heater-repair-replace-compare__cell-icon--repair-01 {
  aspect-ratio: 32.43/31.5;
  height: 31.495px;
  left: 36.091px;
  width: 32.427px;
}

.gas-water-heater-repair-replace-compare__cell-icon--repair-02 {
  aspect-ratio: 62.97/42.63;
  height: 42.633px;
  left: 21.775px;
  width: 62.966px;
}

.gas-water-heater-repair-replace-compare__cell-icon--repair-03 {
  aspect-ratio: 50.3/34.06;
  height: 34.059px;
  left: 24.162px;
  width: 50.303px;
}

.gas-water-heater-repair-replace-compare__cell-icon--repair-04 {
  aspect-ratio: 34.08/32.54;
  height: 32.536px;
  left: 30.309px;
  width: 34.081px;
}

.gas-water-heater-repair-replace-compare__cell-icon--repair-05 {
  aspect-ratio: 50.3/34.06;
  height: 34.059px;
  left: 24.162px;
  width: 50.303px;
}

.gas-water-heater-repair-replace-compare__cell-icon--repair-06 {
  aspect-ratio: 50.3/34.06;
  height: 34.059px;
  left: 24.162px;
  width: 50.303px;
}

.gas-water-heater-repair-replace-compare__cell-icon--replace-01 {
  aspect-ratio: 45.08/43.78;
  height: 43.781px;
  left: 34.091px;
  width: 45.076px;
}

.gas-water-heater-repair-replace-compare__cell-icon--replace-02 {
  height: 42.633px;
  left: 21.775px;
  width: 72.475px;
}

.gas-water-heater-repair-replace-compare__cell-icon--replace-03 {
  aspect-ratio: 51.09/37.82;
  height: 37.823px;
  left: 32.849px;
  width: 51.089px;
}

.gas-water-heater-repair-replace-compare__cell-icon--replace-04 {
  aspect-ratio: 51.09/37.82;
  height: 37.823px;
  left: 32.849px;
  width: 51.089px;
}

.gas-water-heater-repair-replace-compare__cell-icon--replace-05 {
  aspect-ratio: 45.08/43.78;
  height: 43.781px;
  left: 34.447px;
  width: 45.076px;
}

.gas-water-heater-repair-replace-compare__cell-icon--replace-06 {
  aspect-ratio: 45.08/43.78;
  height: 43.781px;
  left: 34.447px;
  width: 45.076px;
}

.gas-water-heater-repair-replace-compare__cell-text {
  color: rgba(0, 0, 0, 0.8);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.011em;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.gas-water-heater-repair-replace-compare__row:nth-child(2n) td:nth-child(2) {
  background-color: #F1F9FF;
}

.gas-water-heater-repair-replace-compare__row:nth-child(2n) td:nth-child(3) {
  background-color: #F1FFF5;
}

.gas-water-heater-repair-replace-compare__table th.gas-water-heater-repair-replace-compare__header--replace,
.gas-water-heater-repair-replace-compare__table td:nth-child(3) {
  border-bottom: 1px solid #5FA978;
  border-left: 1px solid #5FA978;
  border-right: 1px solid #5FA978;
}

.gas-water-heater-repair-replace-compare__link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.gas-water-heater-repair-replace-compare__link-btn {
  -webkit-text-decoration: none;
  align-items: center;
  background-color: #F29602;
  border-radius: 0;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-second);
  height: 69px;
  justify-content: center;
  max-width: 580px;
  padding: 15px 20px 10px;
  text-decoration: none;
  transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
  width: 100%;
}

.gas-water-heater-repair-replace-compare__link-btn-lead {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  margin-left: 25px;
  text-align: center;
}

.gas-water-heater-repair-replace-compare__link-btn-main {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.gas-water-heater-repair-replace-compare__link-btn-icon {
  color: var(--white);
  font-family: "Material Symbols Rounded", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.gas-water-heater-repair-replace-compare__link-btn-text {
  color: var(--white);
  font-size: 17px;
  font-weight: var(--font-weight-extrabold);
  letter-spacing: 0.05em;
  line-height: 2.294;
  text-align: center;
}

.gas-water-heater-repair-symptoms {
  padding-bottom: 60px;
  padding-top: 60px;
}

.gas-water-heater-repair-symptoms__list {
  display: grid;
  gap: 31px 25px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.gas-water-heater-repair-symptoms__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gas-water-heater-repair-symptoms__item--01 .gas-water-heater-repair-symptoms__img-wrap,
.gas-water-heater-repair-symptoms__item--03 .gas-water-heater-repair-symptoms__img-wrap,
.gas-water-heater-repair-symptoms__item--04 .gas-water-heater-repair-symptoms__img-wrap {
  width: 82%;
}

.gas-water-heater-repair-symptoms__img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.gas-water-heater-repair-symptoms__body {
  background-color: var(--white);
  border: 1px solid var(--main-color-light);
  border-radius: 10px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  margin-top: 0;
  padding: 14px 11px;
}

.gas-water-heater-repair-symptoms__label {
  align-items: center;
  background-color: var(--main-color-light);
  border-radius: 14px;
  color: var(--white);
  display: inline-flex;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  height: 28px;
  justify-content: center;
  letter-spacing: -0.011em;
  line-height: 1.5;
  padding: 2px 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.gas-water-heater-repair-symptoms__cause-list {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.gas-water-heater-repair-symptoms__cause-item {
  color: #000000;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.011em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.gas-water-heater-repair-symptoms__cause-item::before {
  content: "・";
}

.gas-water-heater-repair-symptoms__risk {
  display: flex;
  gap: 3px;
  margin-top: 8px;
}

.star {
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: #D9D9D9;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}

.star-red {
  background-color: #FF320E;
}

.gas-water-heater-repair-symptoms__check-list {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.gas-water-heater-repair-symptoms__check-item {
  color: #000000;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.011em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.gas-water-heater-repair-symptoms__check-item::before {
  content: "・";
}

.gas-water-heater-repair-symptoms__link {
  align-items: center;
  color: #0474D3;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  gap: 4.95px;
  justify-content: flex-end;
  letter-spacing: -0.011em;
  line-height: 1.5;
  margin-top: auto;
  padding: 9px 10px 0 0;
  position: relative;
  transition: opacity var(--duration-base) ease;
}

.gas-water-heater-repair-symptoms__link::after {
  aspect-ratio: 18/13;
  background: url("../images/gas-water-heater-repair/double-arrow.webp") no-repeat center center/contain;
  content: "";
  display: inline-block;
  transition: transform var(--duration-base) ease;
  width: 17.73px;
}

.gas-water-heater-repair-search {
  background: linear-gradient(180deg, rgba(241, 249, 255, 0) 0%, rgba(241, 249, 255, 0.54) 71.63%);
  padding-bottom: 60px;
  padding-top: 60px;
}

.gas-water-heater-repair-search__banner {
  display: block;
  transition: opacity var(--duration-base) ease;
}

.gas-water-heater-repair-search__banner-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.gas-water-heater-repair-search__nav {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.gas-water-heater-repair-search__nav-item {
  height: 100%;
}

.gas-water-heater-repair-search__nav-link {
  align-items: center;
  background: #FFF;
  border: 4px solid var(--main-color);
  border-radius: 10px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 133px;
  padding: 16px 15px 11px 15px;
  transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
}

.gas-water-heater-repair-search__nav-icon-wrap {
  margin-top: auto;
  width: 64px;
}

.gas-water-heater-repair-search__img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
}

.gas-water-heater-repair-search__nav-item--03 .gas-water-heater-repair-search__nav-icon-wrap {
  margin-bottom: 3px;
}

.gas-water-heater-repair-search__nav-text {
  color: #222;
  font-family: var(--font-family-base);
  font-size: 21px;
  font-weight: var(--font-weight-bold);
}

.gas-water-heater-repair-search__anchor-nav {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.gas-water-heater-repair-search__anchor-nav-link {
  align-items: center;
  background-color: #FEF7E1;
  border: 2px solid var(--main-color);
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  color: var(--main-color);
  display: flex;
  font-family: var(--font-family-second);
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  height: 49px;
  justify-content: center;
  line-height: 1.448;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
  width: 100%;
}

.gas-water-heater-repair-search__anchor-nav-link::after {
  border: solid var(--main-color);
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 0.9em;
  top: 46%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}

.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;
}

@media (any-hover: hover) {

  .gas-water-heater-repair-links__btn:hover {
    box-shadow: none;
    transform: translateY(2px);
  }

  .gas-water-heater-repair-replace-compare__link-btn:hover {
    box-shadow: none;
    transform: translateY(3px);
  }

  .gas-water-heater-repair-symptoms__link:hover {
    opacity: 0.7;
  }

  .gas-water-heater-repair-symptoms__link:hover::after {
    transform: translateX(5px);
  }

  .gas-water-heater-repair-search__banner:hover {
    opacity: 0.8;
  }

  .gas-water-heater-repair-search__nav-link:hover {
    box-shadow: none;
    transform: translateY(2px);
  }

  .gas-water-heater-repair-search__anchor-nav-link:hover {
    box-shadow: none;
    transform: translateY(2px);
  }

}

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

  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

}

@media (min-width: 768px) {

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

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

}

@media (max-width: 767px) {

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

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

  .gas-water-heater-repair-cost {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .gas-water-heater-repair-cost__content {
    max-width: 330px;
  }

  .gas-water-heater-repair-cost__cards {
    grid-template-columns: 1fr;
  }

  .gas-water-heater-repair-cost__total {
    max-width: 100%;
    padding: 20px 20px 8px 20px;
  }

  .gas-water-heater-repair-cost__total-content {
    flex-direction: column;
    gap: 5px;
    padding-right: 0;
  }

  .gas-water-heater-repair-cost__total-label {
    padding: 10px 30px;
    width: auto;
  }

  .gas-water-heater-repair-cost__total-price {
    margin-left: 10px;
  }

  .gas-water-heater-repair-cost__total-price-num {
    font-size: 42px;
    letter-spacing: 0.03em;
  }

  .gas-water-heater-repair-cost__total-price-unit {
    font-size: 18px;
  }

  .gas-water-heater-repair-cost__cases {
    margin-top: 30px;
  }

  .gas-water-heater-repair-cost__cases-list {
    align-items: center;
    flex-direction: column;
  }

  .gas-water-heater-repair-cost__case {
    height: auto;
    max-width: 320px;
    min-height: 127px;
    width: 100%;
  }

  .gas-water-heater-repair-flow {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .gas-water-heater-repair-flow__inner.inner {
    max-width: var(--max-width);
  }

  .gas-water-heater-repair-flow__step {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow: auto;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }

  .gas-water-heater-repair-flow__step-img {
    max-width: unset;
    width: 580px;
  }

  .gas-water-heater-repair-flow__card-body {
    padding: 15px 25px;
  }

  .gas-water-heater-repair-links {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .gas-water-heater-repair-links__btn-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .gas-water-heater-repair-links__btn {
    height: 55px;
    max-width: 500px;
    width: 100%;
  }

  .gas-water-heater-repair-links__icon {
    font-size: 27px;
  }

  .gas-water-heater-repair-links__line-icon {
    height: 27px;
    width: 28px;
  }

  .gas-water-heater-repair-links__text {
    font-size: 16px;
  }

  .gas-water-heater-repair-replace-compare__table-wrap {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 50px;
    overflow: auto;
    padding-bottom: 20px;
  }

  .gas-water-heater-repair-replace-compare__table {
    width: 950px;
  }

  .gas-water-heater-repair-replace-compare__label {
    min-width: 160px;
    padding: 10px 15px;
    width: auto;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--repair-01 {
    left: 26.091px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--repair-02 {
    left: 11.775px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--repair-03 {
    left: 14.162px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--repair-04 {
    left: 20.309px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--repair-05 {
    left: 14.162px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--repair-06 {
    left: 14.162px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--replace-01 {
    left: 24.091px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--replace-02 {
    left: 11.775px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--replace-03 {
    left: 22.849px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--replace-04 {
    left: 22.849px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--replace-05 {
    left: 24.447px;
  }

  .gas-water-heater-repair-replace-compare__cell-icon--replace-06 {
    left: 24.447px;
  }

  .gas-water-heater-repair-symptoms__inner.inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gas-water-heater-repair-symptoms__list-wrap {
    max-width: 100%;
    overflow: auto;
    padding-bottom: 20px;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }

  .gas-water-heater-repair-symptoms__list {
    display: flex;
    width: 2045px;
  }

  .gas-water-heater-repair-symptoms__item {
    min-width: 320px;
    width: 320px;
  }

  .gas-water-heater-repair-search {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .gas-water-heater-repair-search__nav {
    gap: 11px;
    grid-template-columns: 1fr;
  }

  .gas-water-heater-repair-search__nav-link {
    flex-direction: row;
    gap: clamp(5px, 5px + 5 * var(--fluid-basis-mobile), 10px);
    min-height: auto;
    padding: 15px 10px 14px 18px;
  }

  .gas-water-heater-repair-search__nav-icon-wrap {
    flex-shrink: 0;
    margin-top: 0;
    width: clamp(40px, 40px + 5 * var(--fluid-basis-mobile), 45px);
  }

  .gas-water-heater-repair-search__nav-text {
    font-size: clamp(19px, 19px + 2 * var(--fluid-basis-mobile), 21px);
    line-height: 1.3;
  }

  .gas-water-heater-repair-search__anchor-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .gas-water-heater-repair-search__anchor-nav-link {
    font-size: clamp(13px, 13px + 2 * var(--fluid-basis-mobile), 15px);
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 30px;
  }

  .gas-water-heater-repair-search__anchor-nav-link::after {
    height: 9px;
    right: 0.7em;
    width: 9px;
  }

  .section-title {
    font-size: 28px;
  }

}

.cta.cta--gas-water-heater-repair .cta__btn {
  font-size: 20px;
  height: 65px;
  font-family: "Noto Sans JP", sans-serif;
  gap: 10px;
  align-items: center;
}

.cta.cta--gas-water-heater-repair .cta__btn::after {
  content: none;
}

.cta.cta--gas-water-heater-repair .cta__btn.cta__btn--line:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#06C655), color-stop(38%, #2dd36f), color-stop(57%, #5ce88f), color-stop(74%, #3ddc7a), to(#06C655));
  background-image: linear-gradient(to right, #06C655, #2dd36f 38%, #5ce88f 57%, #3ddc7a 74%, #06C655);
}

.cta.cta--gas-water-heater-repair .cta__btn.cta__btn--line {
  background-color: #06C655;
  color: #fff;
}

.cta.cta--gas-water-heater-repair .cta__charactor2 {
  right: -50px;
}

.cta__btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.cta__btn--mail .cta__btn-web-icon {
  width: 23px;
}

.cta__btn--line .cta__btn-line-icon {
  width: 28px;
}

.cta__btn-web-icon {
  height: auto;
  object-fit: contain;
}

.point .c-btn,
.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 (min-width: 768px) {
  .cta.cta--gas-water-heater-repair .cta__box-inner {
    width: 578px;
  }

  .cta.cta--gas-water-heater-repair .cta__box {
    padding: 52px 50px 23px;
  }

  .point .inner.inner--point {
    padding-inline: 0;
  }
}

@media (max-width: 767px) {
  .cta.cta--gas-water-heater-repair .cta__charactor2 {
    right: 15px;
    top: -2.1vw;
  }

  .cta.cta--gas-water-heater-repair .cta__txt-message {
    padding-top: 17.6667vw;
  }

  .cta.cta--gas-water-heater-repair .cta__txt-message h3 {
    font-size: clamp(17px, 5vw, 26px);
  }

  .cta.cta--gas-water-heater-repair .cta__btn {
    height: 48px;
    font-size: 17px;
  }

  .cta__btn-wrap {
    grid-template-columns: 1fr;
  }

  .cta__btn--mail .cta__btn-web-icon {
    width: 19px;
  }

  .cta__btn--line .cta__btn-line-icon {
    width: 24px;
  }

  .point .inner.inner--point {
    padding-inline: 18px;
  }
}