@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
  outline: none !important;
}
html, body {
  font-family: var(--font-ja);
  line-height: 1.2;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: var(--medium);
  color: var(--color-txt);
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
}
a {
  display: inline-block;
  color: var(--color-txt);
  cursor: pointer;
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none;
  }
a, a:hover {
  text-decoration: none;
}
.flex {
  display: flex;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
body {
  margin: auto;
}
main {
  overflow: hidden;
  overflow: clip;
}
li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar{
    width: 0;
  }
}
@media screen and (max-width: 1250px) {
  html, body {
    font-size: calc(1000vw / 1250);
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 390);
  }
}
.sp,
.spi {
  display: none !important;
}
.pc {
  display: block !important;
}
.pci {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pc,
  .pci {
    display: none !important;
  }
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-pink: #fd5fad;
  --color-orange: #ffb185;
  --color-blue: #344cb4;
  --color-white: #fff;
  --color-txt: #3c445d;
  --color-txt2: #21283c;
  --color-green: #019398;
  --color-yellow: #ffdd29;
  --color-gr: linear-gradient(-100deg, #ff5f04 0%, #fb7828 100%);
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --black: 900;
  --font-en: "Roboto Condensed", sans-serif;
  --font-ja: "Noto Sans JP", sans-serif;
}
.is-hide {
  display: none !important;
}
.en {
  font-family: var(--font-en);
}
.ja {
  font-family: var(--font-ja);
}
a {
  transition: .3s;
}
::placeholder {
  color: #B1B9BA;
}
body.fixed {
  /* width: 100%;
  height: 100%;
  position: fixed; */
  overflow: hidden;
}
.accordion_ttl {
  cursor: pointer;
  transition: opacity 0.3s;
}
.in {
  max-width: 136rem;
  width: 95%;
  margin: 0 auto;
}
.txt {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
}



/* ----------------------------------
renew common
---------------------------------- */
.renew main {
  margin-top: 0;
}
.renew {
  background: #9ee2e4;
}
.renew .obi {
  display: inline-block;
  padding: 1rem 0.9rem;
  line-height: 1;
  border-radius: 0.2rem;
  margin: 0 0.5rem;
}
.renew .dot span {
  position: relative;
}
.renew .dot span::before {
  position: absolute;
  left: 50%;
  top: -0.1em;
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background: var(--color-yellow);
  transform: translateX(-50%);
}
.renew .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 8rem;
  margin-top: 3rem;
  background: var(--color-gr);
  border: 0.3rem solid var(--color-white);
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 0.1);
  border-radius: 1rem;
  color: var(--color-white);
  font-size: 2.8rem;
  font-weight: var(--bold);
}
.renew .button small {
  padding: 0 0.3rem;
  font-size: 1.8rem;
}
.renew .product_slide {
  padding: 9rem 0 0 !important;
  padding: 0;
  max-width: 125rem;
  margin: 0 auto;
  overflow: visible;
}
.renew .product_slide .note {
  font-size: 1.3rem;
  padding-top: 2rem;
}
.renew .product_slide .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.renew .product_card {
  position: relative;
  padding: 2rem 2.5rem 4rem;
  margin-right: 1.6rem;
  width: 30rem;
  min-width: 30rem;
  height: auto;
  background: var(--color-white);
  border-radius: 0.6rem;
  box-shadow: 0 0 5rem rgb(0 0 0 / 0.1);
}
.renew .product_card img.product {
  margin-bottom: 2.8rem;
  width: 100%;
}
.renew .product_card img.logo {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
}
.renew .product_card dt {
  font-size: 2rem;
  font-weight: var(--bold);
}
.renew .product_card dt small {
  font-weight: var(--medium);
  display: block;
  font-size: 1.4rem;
  font-family: var(--font-en);
  margin-bottom: 1.6rem;
  color: #8e919b;
}
.renew .product_card dd {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: var(--regular);
  color: #8e919b;
}
.renew .product_card .price {
  margin-top: 2.8rem;
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-weight: var(--bold);
  color: #c11920;
}
.renew .product_card .price small {
  font-size: 1.4rem;
  font-family: var(--font-ja);
}
@media screen and (min-width: 768px) {
  .renew .button:hover,
  .renew .button_square:hover,
  .renew .hojo .simulation .triger:hover,
  .re_footer nav .links li a:hover {
    opacity: 0.68;
  }
} 
@media screen and (max-width: 767px) {
  .renew .in {
    max-width: none !important;
    width: auto;
    margin: 0 2rem;
  }
  .renew .button {
    width: 100%;
    height: 7rem;
    font-size: 2rem;
  }
  .renew .button small {
    font-size: 1.6rem;
  }
  .renew .product_slide {
    padding: 4rem 2rem 5rem !important;
    overflow: hidden;
  }
  .renew .product_slide .note {
    font-size: 1rem;
    padding-top: 1rem;
  }
  .renew .product_card {
    width: 21rem;
    min-width: 21rem;
    padding: 1.5rem 1.5rem 2.8rem;
    margin-right: 1rem;
  }
  .renew .product_card img.product {
    margin-bottom: 1rem;
  }
  .renew .product_card dd {
    line-height: 1.5;
  }
  .renew .product_card .price {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
  .renew .product_card .price small {
    font-size: 1.2rem;
  }
}




/* ----------------------------------
renew mv
---------------------------------- */
.renew .mv {
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
  background: var(--color-green) url(../../../waterheater/images/renew/mv_bg.jpg) center/cover no-repeat;
}
.renew .mv .in {
  position: relative;
  max-width: 100rem;
  padding: 7rem 0 8rem;
}
.renew .mv .in::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 171.4rem;
  height: 72.5rem;
  background: url(../../../waterheater/images/renew/mv_produt.png) center/contain no-repeat;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.renew .mv .img_wrap {
  position: absolute;
  width: 48.25rem;
  right: -16.2rem;
  bottom: 0;
}
.renew .mv .ttl_h2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  background: var(--color-pink);
  text-align: center;
  padding: 1.5rem 0 3.5rem;
  color: var(--color-white);
  font-weight: var(--bold);
  font-size: 3.2rem;
  line-height: 1;
}
.renew .mv .ttl_h2 small {
  font-size: 2.4rem;
}
.renew .mv .ttl_h2 strong {
  font-size: 6rem;
  transform: translateY(1rem);
}
.renew .mv .ttl_h3 {
  display: flex;
  gap: 0.5rem;
  height: 13rem;
}
.renew .mv .ttl_h3 .yellow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  background: var(--color-yellow);
  color: var(--color-green);
  font-size: 5rem;
  font-weight: var(--bold);
  text-align: center;
}
.renew .mv .ttl_h3 .yellow small {
  display: block;
  font-size: 2.4rem;
  text-align: center;
}
.renew .mv .ttl_h3 .white {
  display: flex;
  align-items: center;
  background: var(--color-white);
  font-family: var(--font-en);
  color: var(--color-green);
  font-size: 11rem;
  line-height: 1;
  padding: 0 2rem;
}
.renew .mv .ttl_h3 .white small {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}
.renew .mv .ttl_h3 .white strong {
  font-size: 14rem;
  line-height: 1;
}
.renew .mv .txt {
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  color: var(--color-white);
  margin-top: 1.8rem;
}
.renew .mv .lead {
  margin-top: 1.9rem;
  font-size: 3.6rem;
  font-weight: var(--bold);
  color: var(--color-white);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.renew .mv .lead .color {
  font-size: 4.8rem;
  color: var(--color-yellow);
  font-weight: var(--black);
}
.renew .mv .button span {
  position: relative;
}
.renew .mv .button span::before {
  position: absolute;
  left: -4rem;
  top: 55%;
  content: "";
  display: block;
  width: 2.4rem;
  height: 3.2rem;
  background: url(../../../waterheater/images/renew/icon_mitumori.png) center / contain no-repeat;
  transform: translateY(-50%);
}
.renew .mv .button span::after {
  position: absolute;
  right: -2.6rem;
  top: 55%;
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.3rem;
  background: url(../../../waterheater/images/renew/icon_btn_arrow_r.png) center / contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .renew .mv {
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    background-image: url(../../../waterheater/images/renew/bg-mv_sp.jpg);
  }
  .renew .mv .ttl_h2 {
    display: block;
    padding: 0.8rem 0 0.8rem;
    font-size: 2rem;
    line-height: 1.3;
  }
  .renew .mv .ttl_h2 small {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
  .renew .mv .ttl_h2 strong {
    font-size: 3rem;
    transform: unset;
  }
  .renew .mv .in {
    padding: 27.1rem 0 4.7rem;
  }
  .renew .mv .ttl_h3 {
    padding: 0 1rem;
    flex-direction: column;
    gap: 0.5rem;
    height: auto;
    position: relative;
    z-index: 5;
  }
  .renew .mv .ttl_h3 .yellow {
    display: block;
    padding: 0.7rem;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    border-radius: 0.2rem;
  }
  .renew .mv .ttl_h3 .yellow small {
    display: inline;
    font-size: 3rem;
  }
  .renew .mv .ttl_h3 .white {
    font-size: 7.2rem;
    display: block;
    border-radius: 0.2rem;
    padding: 0 1.5rem;
    text-align: center;
  }
  .renew .mv .ttl_h3 .white strong {
    font-size: 10rem;
  }
  .renew .mv .ttl_h3 .white small {
    font-size: 4.8rem;
  }
  .renew .mv .txt {
    margin-top: 2.5rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .renew .mv .lead {
    margin-top: 4.4rem;
    font-size: 2.2rem;
    text-align: center;
  }
  .renew .mv .lead .color {
    font-size: 2.7rem;
  }
  .renew .mv .img_wrap {
    width: 26.6rem;
    right: -2rem;
    bottom: auto;
    top: 2.4rem;
    z-index: 3;
  }
  .renew .mv .in::before {
    width: 39rem;
    height: 30.1rem;
    background-image: url(../../../waterheater/images/renew/mv_produt_sp.png);
    top: 0.9rem;
    transform: translateX(-50%);
    z-index: 1;
  }
}


/* ----------------------------------
renew check_wrap
---------------------------------- */
.renew .check_wrap {
  position: relative;
  padding: 4rem 0 8.6rem;
}
.renew .check_wrap::before,
.renew .check_wrap::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
  background: var(--color-white);
}
.renew .check_wrap::before {
  top: -0.8rem;
  background: #9ee2e4;
  z-index: 1;
}

.renew .check_wrap .in {
  max-width: 104rem;
}
.renew .check_wrap .list {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.renew .check_wrap .list li {
  position: relative;
  max-width: 30rem;
  padding-top: 5.6rem;
  width: 33%;
  height: 30rem;
  border-radius: 100%;
  background: var(--color-white);
  border: 0.4rem solid #22bfc6;
  box-shadow: 0 0 1rem rgb(0 0 0 / 0.05);
  font-size: 2.4rem;
  font-weight: var(--bold);
  text-align: center;
  line-height: 1.4;
}
.renew .check_wrap .list li:nth-child(1) img {
  margin: 1.3rem auto 0;
  width: 11rem;
}
.renew .check_wrap .list li:nth-child(2) img {
  margin: 1.3rem auto 0;
  width: 12.3rem;
}
.renew .check_wrap .list li:nth-child(3) img {
  margin: 1.3rem auto 0;
  width: 16.5rem;
}
.renew .check_wrap .list li strong {
  font-size: 3rem;
  font-family: var(--font-en);
}
.renew .check_wrap .list li::after {
  position: absolute;
  top: 4.7rem;
  left: -2.5rem;
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: var(--color-green) url(../../../waterheater/images/renew/icon_check.png) center/2.9rem auto no-repeat;
}
.renew .check_wrap + .cv_wrap {
  padding-top: 17.9rem;
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .renew .check_wrap .list {
    flex-direction: column;
    gap: 1.2rem;
  }
  .renew .check_wrap .list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.4rem;
    max-width: none;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 2.4rem;
    background: none;
    border: none;
    box-shadow: none;
    text-align: left;
  }
  .renew .check_wrap .list li img {
    position: absolute;
  }
  .renew .check_wrap .list li::before {
    position: static;
    top: auto;
    left: auto;
    content: "";
    display: block;
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
    background: var(--color-white);
    border: 0.4rem solid #22bfc6;
    box-shadow: 0 0 1rem rgb(0 0 0 / 0.05);
  }
  .renew .check_wrap .list li + li {
    margin-top: 1rem;
  }
  .renew .check_wrap .list li:nth-child(1) img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 2.4rem;
    width: 6.6rem;
    transform: translateY(-50%);
  }
  .renew .check_wrap .list li:nth-child(2) img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 2.3rem;
    width: 7rem;
    transform: translateY(-50%);
  }
  .renew .check_wrap .list li:nth-child(3) img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 1.8rem;
    width: 8.4rem;
    transform: translateY(-50%);
  }
  .renew .check_wrap .list li::after {
    width: 3rem;
    height: 3rem;
    top: 0.5rem;
    left: 0.5rem;
    background-size: 1.5rem auto;
  }
  .renew .check_wrap {
    padding: 2.4rem 0 4.7rem;
  }
  .renew .check_wrap::before, .renew .check_wrap::after {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  }
  .renew .check_wrap::before {
    top: -0.7rem;
  }
  .renew .check_wrap + .cv_wrap {
    padding-top: 9.8rem;
    margin-top: -6.5rem;
  }
}


/* ----------------------------------
renew cv_wrap
---------------------------------- */
.renew .cv_wrap {
  padding: 7rem 0 8rem;
  background: #7188ec url(../../../waterheater/images/renew/bg-cta02.jpg) center/cover no-repeat;
}
.renew .cv_wrap .ttl_h2 {
  margin-bottom: 2.5rem;
  font-size: 4rem;
  font-weight: var(--bold);
  color: var(--color-white);
  letter-spacing: 0.06em;
  text-align: center;
}
.renew .cv_wrap .ttl_h2 span {
  position: relative;
}
.renew .cv_wrap .ttl_h2 span::before,
.renew .cv_wrap .ttl_h2 span::after {
  position: absolute;
  top: 60%;
  content: "";
  display: block;
  width: 0.5rem;
  height: 7rem;
  border-radius: 1rem;
  background: var(--color-white);
}
.renew .cv_wrap .ttl_h2 span::before {
  left: -5rem;
  transform: translateY(-50%) rotate(-30deg);
}
.renew .cv_wrap .ttl_h2 span::after {
  right: -5rem;
  transform: translateY(-50%) rotate(30deg);
}
.renew .cv_wrap .in {
  max-width: 96rem;
}
.renew .cv_wrap .box {
  position: relative;
  padding: 3rem 0 4rem;
  border-radius: 2.4rem;
  background: var(--color-white);
  text-align: center;
}
.renew .cv_wrap .box::after {
  position: absolute;
  top: -2.3rem;
  right: -7.7rem;
  content: "";
  width: 18rem;
  height: 18rem;
  background: url(../../../waterheater/images/renew/cta_chance.png) center/contain no-repeat;
}
.renew .cv_wrap .box::before {
  position: absolute;
  bottom: 0;
  left: -18.5rem;
  content: "";
  width: 31.5rem;
  height: 36.5rem;
  background: url(../../../waterheater/images/renew/cta_img.png) center/contain no-repeat;
}
.renew .cv_wrap .fukidashi {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 1.8rem 3.2rem;
  font-size: 2rem;
  font-weight: var(--bold);
  background: var(--color-orange);
  border-radius: 10rem;
  color: var(--color-txt2);
}
.renew main .cv_wrap .fukidashi::after {
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 1.4rem 1.6rem 0 1.65rem;
  border-color: var(--color-orange) transparent transparent transparent;
  transform: translateX(-50%);
}
.renew .cv_wrap .fukidashi small {
  font-size: 1.8rem;
}
.renew .cv_wrap .fukidashi strong {
  font-size: 2.8rem;
  font-family: var(--font-en);
}
.renew .cv_wrap .button {
  margin: 2.3rem auto 0;
  width: 68rem;
  height: 11rem;
  font-size: 3rem;
}
.renew .cv_wrap .button span {
  position: relative;
}
.renew .cv_wrap .button span::before {
  position: absolute;
  left: -4.5rem;
  top: 55%;
  content: "";
  display: block;
  width: 2.8rem;
  height: 3.9rem;
  background: url(../../../waterheater/images/renew/icon_mitumori.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.renew .cv_wrap .button span::after {
  position: absolute;
  right: -2.6rem;
  top: 55%;
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.3rem;
  background: url(../../../waterheater/images/renew/icon_btn_arrow_r.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.renew .cv_wrap .button small {
  font-size: 2.4rem;
}
.renew .cv_wrap .tel {
  margin-top: 3.1rem;
  font-size: 1.6rem;
  font-weight: var(--bold);
  letter-spacing: -0.02em;
  color: var(--color-txt2);
}
.renew .cv_wrap .tel span {
  display: block;
  letter-spacing: 0.06em;
}
.renew .cv_wrap .tel a {
  display: block;
  padding-left: 5rem;
  width: max-content;
  margin: 2rem auto 1.4rem;
  font-size: 5rem;
  font-family: var(--font-en);
  background: url(../../../waterheater/images/renew/icon_tel.png) center left/3.6rem auto no-repeat;
  line-height: 1;
  color: var(--color-txt2);
}
.renew .cv_wrap .tel small {
  font-size: 1.3rem;
  font-weight: var(--medium);
}
.renew .cv_wrap .buttons_wrap {
  margin-top: 3rem;
}
.renew .cv_wrap .buttons_wrap .txt {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.06em;
  color: var(--color-txt2);
}
.renew .cv_wrap .buttons_wrap .buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.renew .cv_wrap .buttons_wrap .buttons .button {
  width: 25rem;
  height: 4.4rem;
  font-size: 1.6rem;
  margin: 0;
  border-radius: 5rem;
  color: var(--color-white);
}
.renew .cv_wrap .buttons_wrap .buttons .button span::after {
  content: none;
}
.renew .cv_wrap .buttons_wrap .buttons .button.mail {
  background: linear-gradient(-100deg, #5a6dbd 0%, #687ac6 100%);
  border: 0.2rem solid #6171b8;
}
.renew .cv_wrap .buttons_wrap .buttons .button.mail span::before {
  left: 0;
  width: 1.7rem;
  height: 1.3rem;
  background: url(../../../waterheater/images/renew/icon_mail.png) center/contain no-repeat;
}
.renew .cv_wrap .buttons_wrap .buttons .button.mail span {
  padding-left: 2.56rem;
}
.renew .cv_wrap .buttons_wrap .buttons .button.tel {
  background: linear-gradient(-100deg, #20bec5 0%, #2cc5cc 100%);
  border: 0.2rem solid #29b6bc;
}
.renew .cv_wrap .buttons_wrap .buttons .button.tel span {
  padding-left: 2.9rem;
  font-family: var(--font-en);
  font-size: 2.2rem;
}
.renew .cv_wrap .buttons_wrap .buttons .button.tel span::before {
  top: 50%;
  left: 0;
  width: 1.9rem;
  height: 2rem;
  background: url(../../../waterheater/images/renew/icon_tel.png) center/contain no-repeat;
  filter: brightness(100);
}
.renew .cv_wrap .buttons_wrap .note {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  margin-top: 0.7rem;
}

.renew .cv_wrap.only_btn {
  background: none;
  padding-bottom: 0;
}
.renew .cv_wrap.only_btn .box {
  padding: 0;
  background: none;
}
.renew .cv_wrap.only_btn .box::before,
.renew .cv_wrap.only_btn .box::after {
  content: none;
}
@media screen and (max-width:767px) {
  .renew .cv_wrap {
    padding: 3.6rem 0;
    background-image: url(../../../waterheater/images/renew/bg-cta_sp02.jpg);
  }
  .renew .cv_wrap .ttl_h2 {
    margin-bottom: 2.3rem;
    font-size: 2rem;
  }
  .renew .cv_wrap .ttl_h2 span::before, 
  .renew .cv_wrap .ttl_h2 span::after {
    width: 0.2rem;
    height: 3rem;
  }
  .renew .cv_wrap .ttl_h2 span::before {
    left: -2.4rem;
  }
  .renew .cv_wrap .ttl_h2 span::after {
    right: -2.4rem;
  }
  .renew .cv_wrap .box {
    padding: 3rem 1rem;
    border-radius: 1.2rem;
  }
  .renew .cv_wrap .box::before {
    width: 11.5rem;
    left: -4rem;
    height: 13.2rem;
    bottom: -3.6rem;
  }
  .renew .cv_wrap .button {
    width: 100%;
    font-size: 2rem;
    height: 7rem;
    margin-top: 1.6rem;
  }
  .renew .cv_wrap .button small {
    font-size: 1.6rem;
  }
  .renew .cv_wrap .fukidashi {
    padding: 0.9rem 2rem;
    font-size: 1.3rem;
  }
  .renew .cv_wrap .fukidashi small {
    font-size: 1.3rem;
  }
  .renew .cv_wrap .fukidashi strong {
    font-size: 1.8rem;
  }
  .renew .cv_wrap .tel {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
  .renew .cv_wrap .tel a {
    font-size: 3.2rem;
    margin: 1.8rem auto 1.6rem;
    letter-spacing: -0.02em;
    padding-left: 2.5rem;
    background-size: 2rem auto;
  }
  .renew .cv_wrap .box::after {
    top: -1.6rem;
    right: -2.3rem;
    width: 9.1rem;
    height: 10.8rem;
    background-image: url(../../../waterheater/images/renew/cta_chance_sp.png);
  }
  .renew .cv_wrap .button span::before {
    left: -2.8rem;
    width: 1.6rem;
    height: 2.3rem;
  }
  .renew .cv_wrap .button span::after {
    width: 0.6rem;
    height: 1rem;
    right: -1.8rem;
  }
  .renew .cv_wrap .buttons_wrap {
    margin-top: 2.4rem;
  }
  .renew .cv_wrap .buttons_wrap .txt {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1.6rem;
  }
  .renew .cv_wrap .buttons_wrap .buttons {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }
  .renew .cv_wrap .buttons_wrap .buttons .button {
    width: 22rem;
  }
  .renew .cv_wrap .buttons_wrap .buttons .button.mail {
    font-size: 1.4rem;
  }
  .renew .cv_wrap .buttons_wrap .note {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
  
  .renew .cv_wrap.only_btn {
    padding: 2rem 0 3.6rem;
  }
  .renew .cv_wrap.only_btn .in {
    margin: 0 1rem;
  }
}

/* ----------------------------------
renew links_wrap
---------------------------------- */
.renew .links_wrap {
  position: relative;
  z-index: 2;
  padding: 7rem 0 11rem;
  background: url(../../../waterheater/images/renew/bg-anchor.png) center bottom/100% auto no-repeat;
}
.renew .links_wrap .in {
  max-width: 122rem;
}
.renew .links_wrap .ttl_h2 {
  margin-bottom: 3.7rem;
  font-size: 3.6rem;
  text-align: center;
  color: var(--color-white);
  font-weight: var(--bold);
  letter-spacing: 0.05em;
}
.renew .links_wrap .ttl_h2 span {
  position: relative;
  padding: 0 4rem;
}
.renew .links_wrap .ttl_h2 span::before,
.renew .links_wrap .ttl_h2 span::after {
  position: absolute;
  top: 60%;
  content: "";
  display: block;
  width: 0.5rem;
  height: 5rem;
  border-radius: 1rem;
  background: var(--color-white);
}
.renew .links_wrap .ttl_h2 span::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.renew .links_wrap .ttl_h2 span::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
.renew .links_wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.renew .links_wrap .list li {
  width: calc(33.33% - (1rem * 2 / 3));
}
.renew .links_wrap .list li a {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 0.6rem;
  background: #FFDD29 url(../../../waterheater/images/renew/icon_links_arrow.png) center right 1.3rem/2.4rem auto no-repeat;
  padding: 1.2rem 5rem 1.2rem 2rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  line-height: 1.5;
  transition: .3s;
}
.renew .links_wrap .list li a:hover {
  opacity: 0.68;
}
.renew .links_wrap .list li a img {
  width: 6rem;
  min-width: 6rem;
}
@media screen and (max-width: 767px) {
  .renew .links_wrap {
    padding: 4.9rem 0 6.5rem;
    background-image: url(../../../waterheater/images/renew/bg-anchor_sp.png);
  }
  .renew .links_wrap .ttl_h2 {
    font-size: 2.7rem;
    margin-bottom: 3rem;
  }
  .renew .links_wrap .ttl_h2 span {
    padding: 0 2rem;
  }
  .renew .links_wrap .ttl_h2 span::before,
  .renew .links_wrap .ttl_h2 span::after {
    height: 3rem;
    width: 0.2rem;
  }
  .renew .links_wrap .list li {
    width: 100%;
  }
  .renew .links_wrap .list li a {
    font-size: 1.6rem;
    padding: 0.5rem 3rem 0.5rem 2rem;
  }
}


/* ----------------------------------
renew timing
---------------------------------- */
.renew .bg_wrap {
  margin-top: -13rem;
  padding: 19rem 0 8rem;
  background: url(../../../waterheater/images/renew/bg-change.jpg) center/cover no-repeat;
}
.renew .timing .ttl_wrap {
  width: max-content;
  margin: 0 auto;
  position: relative;
}
.renew .timing .ttl_wrap::before {
  position: absolute;
  left: -32.5rem;
  content: "";
  display: block;
  width: 26rem;
  height: 29.7rem;
  background: url(../../../waterheater/images/renew/timing.png) center/contain no-repeat;
}
.renew .timing .ttl_h2 {
  font-size: 3.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-txt2);
  line-height: 1.9;
}
.renew .timing .ttl_h2 .color {
  color: #5469c5;
}
.renew .timing .ttl_h2 .obi {
  display: inline-block;
  padding: 1rem 0.9rem;
  margin: 0 0.5rem;
  background: #5469c5;
  color: var(--color-white);
  line-height: 1;
  font-size: 5.4rem;
}
.renew .timing .ttl_h2 .obi strong {
  font-size: 6.6rem;
  font-family: var(--font-en);
}
.renew .timing .lead {
  margin-top: 5.4rem;
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  text-align: center;
}
.renew .timing .timing_slide.swiper {
  margin: 0;
  padding: 0;
}
.renew .timing .list {
  max-width: 118rem;
  margin: 5.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.renew .timing .list li {
  position: relative;
  padding: 25.6rem 2.5rem 4rem;
  width: calc(33.33% - (2rem * 2 / 3));
  background: var(--color-white);
  border-radius: 2.4rem;
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 0.1);
}
.renew .timing .list li figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 22rem;
  width: 100%;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  overflow: hidden;
}
.renew .timing .list li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renew .timing .list .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: var(--color-blue);
  line-height: 1.4;
}
.renew .timing .list .txt {
  margin-top: 3.7rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
.renew .timing .lead2 {
  margin-top: 8rem;
  font-size: 3.6rem;
  font-weight: var(--bold);
  color: var(--color-txt2);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
}
.renew .timing .lead2 .obi {
  display: inline-block;
  background: var(--color-yellow);
}
.renew .timing .lead2 .obi strong {
  font-size: 4.8rem;
  font-family: var(--font-en);
}
.renew .timing .lead2 .dot {
  font-size: 5rem;
}
.renew .timing .lead2 .dot span::before {
  background-color: #5469c5;
  width: 1rem;
  height: 1rem;
}
.renew .timing .lead2 .color {
  color: #5469c5;
}
.renew .timing .lead3 {
  padding-top: 18.6rem;
  background: url(../../../waterheater/images/renew/icon_arrow.png) center top 2rem/15rem auto no-repeat;
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-txt2);
  line-height: 1.5;
}
.renew .timing .lead3 .obi {
  background: var(--color-yellow);
}
.renew .timing .lead3 strong {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .renew .bg_wrap {
    margin-top: -7rem;
    padding: 12.6rem 0 4rem;
    background-image: url(../../../waterheater/images/renew/bg-change_sp.jpg);
  }
  .renew .timing .ttl_wrap {
    width: auto;
  }
  .renew .timing .ttl_h2 {
    font-size: 2.4rem;
  }
  .renew .timing .ttl_h2 .obi {
    font-size: 3.2rem;
    padding: 0.5rem 0.9rem;
  }
  .renew .timing .ttl_h2 .obi strong {
    font-size: 4rem;
  }
  .renew .timing .ttl_h2 > strong {
    font-size: 3rem;
  }
  .renew .timing .lead {
    margin-top: 6.2rem;
    margin-left: 11rem;
    font-size: 2rem;
  }
  .renew .timing .timing_slide.swiper {
    overflow: visible;
  }
  .renew .timing .list {
    margin-top: 3.6rem;
    gap: 0;
    flex-wrap: nowrap;
  }
  .renew .timing .list li {
    margin-right: 1rem;
    min-width: 28rem;
    width: 28rem;
    border-radius: 1.2rem;
    padding: 18.7rem 0.9rem 3.6rem;
  }
  .renew .timing .list li figure {
    height: 16.2rem;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
  }
  .renew .timing .list .ttl {
    font-size: 1.8rem;
  }
  .renew .timing .list .txt {
    margin-top: 2.4rem;
    font-size: 1.5rem;
  }
  .renew .timing .ttl_wrap::before {
    width: 15.5rem;
    height: 16.6rem;
    left: -0.4rem;
    bottom: -6.5rem;
  }
  .renew .timing .lead2 {
    margin-top: 7rem;
    font-size: 2rem;
  }
  .renew .timing .lead2 .dot {
    font-size: 3.6rem;
  }
  .renew .timing .lead2 .color {
    font-size: 2.4rem;
  }
  .renew .timing .lead2 .obi {
    font-size: 2.4rem;
    padding: 0.5rem;
  }
  .renew .timing .lead2 .obi strong {
    font-size: 3rem;
  }
  .renew .dot span::before {
    width: 0.7rem;
    height: 0.7rem;
    top: -0.2em;
  }
  .renew .timing .lead3 {
    padding-top: 13rem;
    background-size: 10.8rem auto;
    background-position: center top 1rem;
    font-size: 2rem;
    line-height: 2;
  }
  .renew .timing .lead3 .obi {
    font-size: 2.4rem;
    padding: 0.5rem;
  }
  .renew .timing .lead3 strong {
    font-size: 3.6rem;
  }
}

/* ----------------------------------
renew point
---------------------------------- */
.renew .point .contents {
  margin-top: 7rem;
  padding-bottom: 8rem;
  border-radius: 2.4rem;
  border: 0.4rem solid #26b5ba;
  background: #f6f8f7;
  overflow: hidden;
}
.renew .point .contents + .contents {
  margin-top: 4rem;
}
.renew .point .contents .ttl_h2 {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
  font-size: 3.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  color: var(--color-white);
  background: #26b5ba;
  text-align: center;
  padding: 1.4rem 0 2rem;
  margin-bottom: 8rem;
}
.renew .point .contents .ttl_h2 span {
  padding: 3.6rem 7rem 0.6rem;
  background: url(../../../waterheater/images/renew/point_bg.png) center bottom/22rem auto no-repeat;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.6rem;
  font-weight: var(--bold);
  color: var(--color-white);
}
.renew .point .contents .ttl_h2 span strong {
  font-size: 4rem;
  font-family: var(--font-en);
}
.renew .point .contents .ttl_wrap {
  position: relative;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}
.renew .point .contents.point1 .ttl_wrap:first-of-type:before {
  position: absolute;
  right: -34rem;
  bottom: -6rem;
  content: "";
  display: block;
  width: 23.6rem;
  height: 27.8rem;
  background: url(../../../waterheater/images/renew/point1_ttl.png) center/contain no-repeat;
}
.renew .point .contents.point1 .ttl_wrap:first-of-type .fukidashi {
  position: absolute;
  width: 18.75rem;
  top: -3rem;
  left: -17rem;
}
.renew .point .contents .ttl_wrap .ttl_h3 {
  font-size: 3.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  line-height: 2;
}
.renew .point .contents .ttl_wrap .ttl_h3 .obi {
  background: var(--color-pink);
  color: var(--color-white);
}
.renew .point .contents .ttl_wrap .ttl_h3 .obi.dot span::before {
  background: var(--color-pink);
  width: 1rem;
  height: 1rem;
  top: -0.5em;
}
.renew .point .contents .ttl_wrap .ttl_h3 .color {
  color: var(--color-pink);
}
.renew .point .contents .ttl_wrap .ttl_h3 > strong {
  font-size: 4rem;
}
.renew .point .contents .ttl_wrap .ttl_h3 > small {
  font-size: 2.8rem;
}
.renew .point .contents .ttl_wrap .txt {
  margin-top: 3.7rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.renew .point .contents .maker {
  position: relative;
  max-width: 112rem;
  margin: 6rem auto 0;
  padding: 4.7rem 4rem 4rem;
  border: 1px solid rgb(0 0 0 / 0.5);
  background: #f6f8f7;
}
.renew .point .contents .maker .ttl {
  position: absolute;
  left: 50%;
  top: -2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.9rem 2rem;
  background: #f6f8f7;
  transform: translateX(-50%);
}
.renew .point .contents .maker ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
}
.renew .point .contents .maker ul li {
  max-width: 16rem;
  width: calc(25% - (5rem * 3 / 4));
  font-size: 1.6rem;
  font-family: var(--font-en);
  letter-spacing: 0.01em;
}
.renew .point .contents .maker ul li img {
  margin-bottom: 1rem;
  width: 16rem;
  height: 10rem;
  border: 1px solid rgb(0 0 0 / 0.05);
}
.renew .point .ttl_wrap.reason .ttl_h3 {
  width: max-content;
  padding: 0 12rem;
  margin: 9rem auto 0;
  background-image: url(../../../waterheater/images/renew/otoku_ttl_left.png), url(../../../waterheater/images/renew/otoku_ttl_right.png);
  background-size: 7.4rem auto, 9.7rem auto;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
.renew .point .reason_box {
  max-width: 112rem;
  margin: 4rem auto 0;
  border-radius: 2.4rem;
  background: #9ba7dc;
  padding: 8.6rem 5.3rem 5rem;
}
.renew .point .reason_box table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.6rem 0;
}
.renew .point .reason_box table td span {
  color: var(--color-pink);
}
.renew .point .reason_box table td small {
  display: block;
  font-size: 1.4rem;
}
.renew .point .reason_box table td small.plus {
  padding-top: 2.8rem;
  background: url(../../../waterheater/images/renew/icon_plus.png) center top 0.6rem/1.6rem no-repeat;
}
.renew .point .reason_box table td small strong {
  font-size: 1.8rem;
  font-family: var(--font-en);
}
.renew .point .reason_box table td > strong {
  display: block;
  width: 3.4rem;
  margin: 0 auto 0.8rem;
  width: 3.4rem;
  height: 3.4rem;
}
.renew .point .reason_box table td > strong.maru {
  background: url(../../../waterheater/images/renew/icon_maru.png) center/contain no-repeat;
}
.renew .point .reason_box table td > strong.sankaku {
  background: url(../../../waterheater/images/renew/icon_sankaku.png) center/3.2rem auto no-repeat;
}
.renew .point .reason_box table td > strong.batsu {
  background: url(../../../waterheater/images/renew/icon_batsu.png) center/2.5rem auto no-repeat;
}
.renew .point .contents.point2 .ttl_h2 {
  margin-bottom: 6rem;
}
.renew .point .contents.point2 .ttl_h3 {
  font-size: 3rem;
  line-height: 1.6;
}
.renew .point .contents.point2 .ttl_h3 .obi {
  font-size: 4.8rem;
}
.renew .point .contents.point2 .ttl_h3 small {
  font-size: 2.4rem;
}
.renew .point .contents.point2 .merit {
  position: relative;
  max-width: 100rem;
  margin: 7rem auto 0;
  border-radius: 2.4rem;
  background: #f8f4dc url(../../../waterheater/images/renew/merit_right02.png) center right 4rem/20rem auto no-repeat;
  border: 0.2rem solid #fedf3b;
  padding: 4rem 0 4.8rem;
  text-align: center;
}
.renew .point .contents.point2 .merit .fukidashi {
  position: absolute;
  bottom: 0;
  left: -5rem;
  width: 29.6rem;
}
.renew .point .contents.point2 .merit .ttl {
  font-size: 3rem;
  font-weight: var(--bold);
  color: #019398;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.renew .point .contents.point2 .merit .ttl .obi {
  background: var(--color-yellow);
}
.renew .point .contents.point2 .merit .txt {
  margin-top: 3.7rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.renew .point .contents.point2 .lead {
  margin: 7rem auto 6rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
}
.renew .point .contents.point2 .merit_list {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
}
.renew .point .contents.point2 .merit_list li {
  position: relative;
  width: calc(25% - (4rem * 3 / 4));
}
.renew .point .contents.point2 .merit_list figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 16rem;
  border-radius: 0.6rem;
  margin-bottom: 1.6rem;
}
.renew .point .contents.point2 .merit_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renew .point .contents.point2 .merit_list .txt {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.renew .point .contents.point2 .merit_list span {
  position: absolute;
  left: 50%;
  top: -3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background: #7989d4 url() center top 1.2rem/1.6rem auto no-repeat;
  transform: translateX(-50%);
  color: var(--color-white);
  z-index: 1;
  font-size: 1.2rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
}
.renew .point .contents.point2 .lead2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 6rem 0 2.9rem;
  color: var(--color-txt2);
}
.renew .point .contents.point2 .otoku_box {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 17rem 0 0;
  background: url(../../../waterheater/images/renew/icon_arrow_gr.png) center top/14rem auto no-repeat;
}
.renew .point .contents.point2 .otoku_box::after {
  position: absolute;
  right: -22rem;
  bottom: -4.5rem;
  content: "";
  display: block;
  width: 20.2rem;
  height: 27.1rem;
  background: url(../../../waterheater/images/renew/otoku_lead.png) center/contain no-repeat;
}
.renew .point .contents.point2 .otoku_box .fukidashi {
  position: absolute;
  width: 20.75rem;
  left: -16.5rem;
  top: 10rem;
}
.renew .point .contents.point2 .otoku_box .lead3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--color-txt2);
  line-height: 1.5;
}
.renew .point .contents.point2 .otoku_box .lead3 strong {
  font-size: 3.6rem;
}
.renew .point .contents.point2 .otoku_box .lead3 small {
  font-size: 2.4rem;
}
.renew .point .contents.point2 .otoku_box .lead3 .color {
  color: var(--color-pink);
  font-size: 3rem;
}
.renew .point .contents.point2 .otoku_box .lead3 .obi {
  background: var(--color-pink);
  color: var(--color-white);
  font-size: 3.6rem;
}
.renew .point .contents.point2 .otoku_box .lead3 .obi strong {
  font-size: 4.8rem;
  font-family: var(--font-en);
}
.renew .point .contents.point2 .button {
  padding: 2.5rem;
  display: block;
  max-width: 112rem;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 4.4rem auto 0;
  border-radius: 1rem;
  background: #20bec5 url(../../../waterheater/images/renew/icon_btn_arrow.png) center right 2.5rem/1.9rem auto no-repeat;
  font-size: 2.4rem;
}
.renew .point .contents.point2 .button small {
  font-size: 2rem;
}
.renew .point .contents.point2 .button strong {
  font-size: 3rem;
}
.renew .point .contents.point2 .button strong small {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .renew .point .reason_box table th,
  .renew .point .reason_box table td {
    text-align: center;
    font-size: 1.6rem;
    font-weight: var(--bold);
    vertical-align: middle;
    padding: 1.2rem;
    background: #efefef;
    color: var(--color-txt2);
    line-height: 1.4;
  }
  .renew .point .reason_box table tbody td {
    width: 23rem;
  }
  .renew .point .reason_box table tbody tr:nth-of-type(odd) th,
  .renew .point .reason_box table tbody tr:nth-of-type(odd) td {
    background: var(--color-white);
  }
  .renew .point .reason_box table tbody th:first-of-type {
    width: 25rem;
    min-width: 25rem;
  }
  .renew .point .reason_box table tbody td:first-of-type {
    width: 27rem;
    min-width: 27rem;
    border-left: 0.3rem solid #26b5ba;
    border-right: 0.3rem solid #26b5ba;
  }
  .renew .point .reason_box table tbody tr:first-of-type th {
    border-top-left-radius: 0.6rem;
  }
  .renew .point .reason_box table tbody tr:last-of-type th {
    border-bottom-left-radius: 0.6rem;
    border-bottom: 0.3rem solid #9ba7dc;
  }
  .renew .point .reason_box table tbody tr:last-of-type td:first-of-type {
    border-bottom: 0.3rem solid #26b5ba;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .renew .point .reason_box table tbody td:not(:first-of-type) {
    border-left: 0.3rem solid #5469c5;
    border-right: 0.3rem solid #5469c5;
  }
  .renew .point .reason_box table tbody tr:last-of-type td:not(:first-of-type) {
    border-bottom: 0.3rem solid #5469c5;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .renew .point .reason_box table thead th {
    background: none;
    color: var(--color-white);
    font-size: 2.4rem;
    padding: 0;
    vertical-align: bottom;
  }
  .renew .point .reason_box table thead th:nth-of-type(2) {
    font-size: 2.6rem;
  }
  .renew .point .reason_box table thead th:nth-of-type(2) p {
    position: relative;
    padding: 4.1rem 0 3.2rem;
    background: #26b5ba;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
  }
  .renew .point .reason_box table thead th:nth-of-type(2) p::before {
    position: absolute;
    content: "";
    display: block;
    width: 13rem;
    height: 7.5rem;
    background: url(../../../waterheater/images/renew/otoku_osusume.png) center/contain no-repeat;
    left: 50%;
    top: -5.4rem;
    transform: translateX(-50%);
  }
  .renew .point .reason_box table thead th:not(:nth-of-type(2),:first-of-type) p {
    padding: 2.2rem 0;
    background: #5469c5;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
  }

}
@media screen and (max-width: 767px) {
  .renew .point .contents {
    margin-top: 5rem;
    border-radius: 1.2rem;
    overflow: visible;
  }
  .renew .point .contents .ttl_h2 {
    position: relative;
    display: block;
    text-align: center;
    font-size: 2rem;
    padding: 2rem 0 7.5rem;
    letter-spacing: 0.05em;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    margin-bottom: 4rem;
  }
  .renew .point .contents .ttl_h2 span {
    width: max-content;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    padding: 2.3rem 4.5rem 0.5rem;
    background-size: 16rem auto;
  }
  .renew .point .contents .ttl_h2 span strong {
    font-size: 3rem;
  }
  .renew .point .contents .ttl_wrap {
    width: auto;
  }
  .renew .point .contents .product_slide + .ttl_wrap {
    margin-top: -5.5rem;
  }
  .renew .point .contents .ttl_wrap .ttl_h3 {
    font-size: 2.4rem;
    line-height: 2.5;
  }
  .renew .point .contents .ttl_wrap .ttl_h3 .obi {
    font-size: 3rem;
    padding: 0.5rem;
  }
  .renew .point .contents .ttl_wrap .txt {
    margin: 3.9rem 2.5rem 0;
    text-align: left;
    font-size: 1.6rem;
  }
  .renew .point .contents.point1 .ttl_wrap:first-of-type:before {
    content: none;
  }
  .renew .point .contents.point1 .ttl_wrap:first-of-type .fukidashi {
    position: absolute;
    width: 25.8rem;
    top: auto;
    left: 3rem;
    bottom: -16rem;
  }
  .renew .point .contents .maker {
    margin: 14.5rem 2.5rem 0;
    padding: 2.4rem 2rem 3rem;
  }
  .renew .point .contents .maker .ttl {
    position: static;
    padding: 0;
    background: none;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    transform: unset;
  }
  .renew .point .contents .maker ul {
    margin-top: 2.2rem;
    gap: 2rem 1rem;
  }
  .renew .point .contents .maker ul li {
    max-width: none;
    width: calc(50% - 0.5rem);
    font-size: 1.4rem;
  }
  .renew .point .contents .maker ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .renew .point .ttl_wrap.reason .ttl_h3 {
    margin: 2rem auto 0;
    width: auto;
    padding: 0;
    font-size: 3rem;
    line-height: 2.2;
    background: url(../../../waterheater/images/renew/otoku_ttl_left.png) top 1.5rem right 1rem/5rem auto no-repeat;
  }
  .renew .point .contents .ttl_wrap .ttl_h3 > small {
    font-size: 1.8rem;
    padding-right: 5rem;
  }
  .renew .point .contents + .contents {
    margin-top: 2.4rem;
  }
  .renew .point .contents.point2 .ttl_h2 {
    margin-bottom: 2rem;
  }
  .renew .point .contents.point2 .ttl_h3 {
    font-size: 2rem;
    line-height: 3;
  }
  .renew .point .contents .ttl_wrap .ttl_h3 > strong {
    font-size: 2.4rem;
  }
  .renew .point .contents.point2 .ttl_h3 .obi {
    font-size: 3rem;
  }
  .renew .point .contents.point2 .ttl_h3 small {
    font-size: 1.8rem;
    margin: 3.2rem auto 0;
    padding: 0;
    display: block;
    line-height: 1.5;
  }
  .renew .point .contents.point2 .merit {

    margin: 15.4rem 2rem 0;
    border-radius: 1.2rem;
    padding: 3.6rem 1.5rem 20.2rem;
    background-size: 15rem auto;
    background-position: center bottom 2rem;
  }
  .renew .point .contents.point2 .merit .ttl {
    font-size: 2.2rem;
    letter-spacing: -0.05em;
  }
  .renew .point .contents.point2 .merit .txt {
    font-size: 1.5rem;
    padding: 0 0.5rem;
    text-align: left;
  }
  .renew .point .contents.point2 .merit .fukidashi {
    width: 22.6rem;
    top: -14.2rem;
    left: 2.5rem;
  }
  .renew .point .contents .ttl_wrap .ttl_h3 .obi.dot span::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .renew .point .contents.point2 .lead {
    margin: 4rem auto 6.6rem;
    font-size: 3rem;
  }
  .renew .point .contents.point2 .merit_list {
    gap: 7.4rem;
    flex-direction: column;
    align-items: center;
  }
  .renew .point .contents.point2 .merit_list li {
    width: 25rem;
  }
  .renew .point .contents.point2 .merit_list figure {
    margin-bottom: 1.3rem;
    height: 18.2rem;
  }
  .renew .point .contents.point2 .merit_list .txt {
    font-size: 1.6rem;
  }
  .renew .point .contents.point2 .lead2 {
    margin: 5rem 0 1.4rem;
    font-size: 1.8rem;
  }
  .renew .point .contents.point2 .otoku_box {
    width: auto;
    padding-top: 10rem;
    background-size: 10.7rem auto;
  }
  .renew .point .contents.point2 .otoku_box .lead3 {
    font-size: 2.4rem;
  }
  .renew .point .contents.point2 .otoku_box .lead3 strong {
    font-size: 2.4rem;
  }
  .renew .point .contents.point2 .otoku_box .lead3 small {
    font-size: 2rem;
  }
  .renew .point .contents.point2 .otoku_box .lead3 .color {
    font-size: 2.7rem;
  }
  .renew .point .contents.point2 .otoku_box .lead3 .obi {
    font-size: 3rem;
    padding: 0.5rem;
  }
  .renew .point .contents.point2 .otoku_box .lead3 .obi strong {
    font-size: 4.4rem;
  }
  .renew .point .contents.point2 .button {
    position: relative;
    z-index: 2;
    width: auto;
    margin: 16.7rem 2rem 0;
    font-size: 1.6rem;
    background-size: 1.3rem auto;
    background-position: center right 0.9rem;
  }
  .renew .point .contents.point2 .button small {
    font-size: 1.6rem !important;
  }
  .renew .point .contents.point2 .button strong {
    font-size: 2rem;
  }
  .renew .point .contents {
    padding-bottom: 4rem;
  }
  .renew .point .contents.point2 .otoku_box .fukidashi {
    width: 23.9rem;
    left: 4.5rem;
    top: 40.8rem;
  }
  .renew .point .contents.point2 .otoku_box::after {
    content: none;
  }
  .renew .point .reason_box {
    position: relative;
    padding: 2.4rem 1.5rem 2rem;
    border-radius: 0;
    margin-top: 2rem;
    background: #c3ceff;
  }
  .renew .point .reason_thumb {
    margin: 0 auto  3rem;
    padding: 0;  
  }
  .renew .point .reason_thumb.swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 0.8rem;
  }
  .renew .point .reason_thumb.swiper .swiper-slide {
    width: max-content;
    padding: 0.5rem 1.2rem;
    font-size: 1.3rem;
    font-weight: var(--medium);
    border-radius: 5rem;
    background: var(--color-white);
    color: var(--color-txt2);
    line-height: 1;
  }
  .renew .point .reason_thumb.swiper .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.5;
  }
  .renew .point .reason_slide.swiper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .renew .point .reason_slide.swiper .swiper-wrapper {
    align-items: flex-end;
  }
  .renew .point .reason_slide.swiper .swiper-slide .ttl {
    font-size: 2.2rem;
    font-weight: var(--bold);
    text-align: center;
    padding-bottom: 7rem;
    color: var(--color-txt2);
  }
  .renew .point .reason_box table {
    border-spacing: 0.2rem 0;
  }
  .renew .point .reason_box table th,
  .renew .point .reason_box table td {
    text-align: center;
  }
  .renew .point .reason_box table th {
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    font-size: 1.7rem;
    text-align: center;
    font-weight: var(--bold);
    color: var(--color-white);
    letter-spacing: 0.06em;
    vertical-align: bottom;
  }
  .renew .point .reason_box table th:nth-of-type(1) p {
    position: relative;
    padding: 2.7rem 0 1.6rem;
    background: #26b5ba;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
  }
  .renew .point .reason_box table th:nth-of-type(1) p::before {
    left: 50%;
    top: -4.5rem;
    position: absolute;
    content: "";
    display: block;
    width: 9.6rem;
    height: 6rem;
    background: url(../../../waterheater/images/renew/otoku_osusume.png) center/contain no-repeat;
    transform: translateX(-50%);
  }
  .renew .point .reason_box table th:not(:nth-of-type(1)) p {
    padding: 1.6rem 0 1rem;
    background: #8d95bb;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
  }
  .renew .point .reason_box table td {
    background: var(--color-white);
    padding: 2rem 0;
    font-size: 1.4rem;
    font-weight: var(--bold);
    width: 9rem;
    border: 0.4rem solid #8d95bb;
    border-bottom-width: 1.9rem;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
  }
  .renew .point .reason_box table td small {
    font-size: 1.2rem;
  }
  .renew .point .reason_box table td:nth-of-type(1) {
    border: 0.4rem solid #26b5ba;
    border-bottom-width: 1.9rem;
    width: 14rem;
  }
  .renew .point .reason_box .swiper-button {
    display: block;
    position: absolute;
    width: 6rem;
    height: 6rem;
    background: #4f6dee;
    border-radius: 100%;
    top: auto;
    bottom: 9rem;
  }
  .renew .point .reason_box .swiper-button::after {
    top: 50%;
    position: absolute;
    color: var(--color-white);
    font-size: 1rem;
    transform: translateY(-50%);
    font-weight: 600;
  }
  .renew .point .reason_box .swiper-button.swiper-button-prev {
    left: -5rem;
  }
  .renew .point .reason_box .swiper-button.swiper-button-prev::after {
    right: 1.8rem;
  }
  .renew .point .reason_box .swiper-button.swiper-button-next {
    right: -5rem;
  }
  .renew .point .reason_box .swiper-button.swiper-button-next::after {
    left: 1.8rem;
  }
}


/* ----------------------------------
renew anshin
---------------------------------- */
.renew .anshin {
  padding: 8rem 0;
  background: url(../../../waterheater/images/renew/bg-anshin.jpg) center/cover no-repeat;
}
.renew .anshin .ttl_wrap {
  width: max-content;
  margin: 0 auto 8rem;
  padding: 0 15rem;
  background-image: url(../../../waterheater/images/renew/anshin_ttl_left.png), url(../../../waterheater/images/renew/anshin_ttl_right.png);
  background-size: 12.3rem auto, 9.3rem auto;
  background-position: left center, right center;
  background-repeat: no-repeat;
}
.renew .anshin .ttl_wrap .ttl_h2 {
  font-size: 4.4rem;
  font-weight: var(--bold);
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.05em;
}
.renew .anshin .ttl_wrap .ttl_h2 .color {
  color: var(--color-yellow);
  font-size: 4.4rem;
  padding: 0 7rem;
  background-image: url(../../../waterheater/images/renew/anshin_ttl_left2.png), url(../../../waterheater/images/renew/anshin_ttl_right2.png);
  background-size: 4.8rem auto, 4.8rem auto;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
.renew .anshin .ttl_wrap .ttl_h2 .color strong {
  font-size: 7.2rem;
}
.renew .anshin .ttl_wrap .ttl_h2 .color small {
  font-size: 4.8rem;
}
.renew .anshin .flex {
  flex-wrap: wrap;
  gap: 7rem 10rem;
  max-width: 106.4rem;
  margin: 0 auto;
}
.renew .anshin .flex .item {
  position: relative;
  width: calc(50% - 5rem);
}
.renew .anshin .flex .item .ttl_h3 {
  position: absolute;
  top: -2rem;
  left: -2rem;
  font-size: 2.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  color: #017c80;
  line-height: 1.6;
  z-index: 2;
}
.renew .anshin .flex .item .ttl_h3 span {
  background: var(--color-white);
  border-radius: 0.2rem;
  padding: 0.3rem 0.8rem;
}
.renew .anshin .flex .item .ttl_h3 .color {
  font-size: 3.2rem;
  color: var(--color-pink);
}
.renew .anshin .flex .item figure {
  position: relative;
  height: 28rem;
  border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 0.1);
}
.renew .anshin .flex .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renew .anshin .flex .item dl {
  margin-top: 2.4rem;
  padding-left: 2.8rem;
}
.renew .anshin .flex .item dt {
  position: relative;
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: #ffe76b;
}
.renew .anshin .flex .item dt:before {
  position: absolute;
  left: -2.7rem;
  top: 0.8rem;
  content: "";
  width: 1.8rem;
  height: 1.5rem;
  background: url(../../../waterheater/images/renew/icon_check_yl.png) center/contain no-repeat;
}
.renew .anshin .flex .item dd {
  margin-top: 2.2rem;
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1.75;
}
.renew .anshin .flow {
  padding-top: 17rem;
}
.renew .anshin .flow .ttl_h2 {
  text-align: center;  
  margin-bottom: 3.2rem;
}
.renew .anshin .flow .ttl_h2 span {
  position: relative;
  font-size: 4rem;
  font-weight: var(--bold);
  color: var(--color-white);
  letter-spacing: 0.05em;
}
/* .renew .anshin .flow .ttl_h2 span::before {
  position: absolute;
  left: 0;
  bottom: -3.5rem;
  content: "";
  display: block;
  width: 28.7rem;
  height: 19.2rem;
  background: url(../../../waterheater/images/renew/flow.png) center/contain no-repeat;
} */
.renew .anshin .flow_box {
  position: relative;
  padding: 4.9rem 0 6.5rem;
  border: 0.5rem solid #57ccd2;
  background: #26b5ba;
}
.renew .anshin .flow_box .lead {
  font-size: 3rem;
  color: var(--color-white);
  text-align: center;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 7.6rem;
}
.renew .anshin .flow_box .lead small {
  font-size: 2.4rem;
}
.renew .anshin .flow_box .lead .obi {
  padding: 0.3rem 0.9rem;
  font-size: 3rem;
  background: var(--color-pink);
}
.renew .anshin .flow_box .lead .obi strong {
  font-size: 4rem;
}
.renew .anshin .flow_box .step_list {
  max-width: 112rem;
  margin: 0 auto;
  display: flex;
  gap: 1.2rem;
}
.renew .anshin .flow_box .step_list li {
  position: relative;
  padding: 21rem 0 3.5rem;
  width: calc(25% - (1.2rem * 3 / 4));
  background: var(--color-white);
  border-radius: 0.6rem;
}
.renew .anshin .flow_box .step_list li figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 18rem;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.renew .anshin .flow_box .step_list li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renew .anshin .flow_box .step_list dl {
  padding: 0 2rem;
}
.renew .anshin .flow_box .step_list dt {
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #019398;
}
.renew .anshin .flow_box .step_list dd {
  font-size: 1.5rem;
  margin-top: 3.1rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
.renew .anshin .flow_box .num {
  left: 50%;
  top: -3.5rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background: #fd9acb;
  font-size: 3rem;
  font-weight: var(--medium);
  font-family: var(--font-en);
  color: var(--color-white);
  letter-spacing: 0.1em;
  transform: translateX(-50%);
  z-index: 2;
}
.renew .anshin .flow_box span {
  font-size: 1.2rem;
}
.renew .anshin .flow_box .lead2 img {
  width: 15rem;
  margin: 0 auto 2.5rem;
}
.renew .anshin .flow_box .lead2 {
  position: relative;
  text-align: center;
  margin: 1rem auto 0;
  font-size: 3rem;
  font-weight: var(--bold);
  color: var(--color-white);
  line-height: 2;
}
.renew .anshin .flow_box .lead2 .obi {
  font-size: 5.4rem;
  background: var(--color-pink);
  padding: 0rem 0.8rem 0.8rem;
}
.renew .anshin .flow_box .lead2 .obi strong {
  font-size: 6.6rem;
  font-weight: var(--bold);
  font-family: var(--font-en);
}
@media screen and (max-width: 767px) {
  .renew .anshin {
    padding: 5.3rem 0 4rem;
    background-image: url(../../../waterheater/images/renew/bg-four_sp.jpg);
  }
  .renew .anshin .ttl_wrap {
    width: auto;
  }
  .renew .anshin .flex {
    flex-direction: column;
    gap: 6.2rem;
    margin: 0 0.5rem 0 1.5rem;
  }
  .renew .anshin .flex .item {
    width: 100%;
  }
  .renew .anshin .flex .item figure {
    border-radius: 1.2rem;
    height: 19rem;
  }
  .renew .anshin .flex .item .ttl_h3 {
    left: -1.7rem;
    top: -2.3rem;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  .renew .anshin .flex .item .ttl_h3 .color {
    font-size: 2.7rem;
  }
  .renew .anshin .flex .item dl {
    margin-top: 1.8rem;
    padding: 0;
  }
  .renew .anshin .flex .item dt {
    font-size: 2rem;
    padding-left: 2.2rem;
  }
  .renew .anshin .flex .item dt:before {
    width: 1.6rem;
    height: 1.3rem;
    left: 0;
  }
  .renew .anshin .ttl_wrap {
    padding: 0;
    background-size: 6.5rem auto, 5.3rem auto;
    background-position: left bottom, right bottom;
  }
  .renew .anshin .ttl_wrap .ttl_h2 {
    font-size: 3.2rem;
  }
  .renew .anshin .ttl_wrap .ttl_h2 .color {
    font-size: 3rem;
  }
  .renew .anshin .ttl_wrap .ttl_h2 .color {
    padding: 0 3rem;
    background-size: 2.9rem auto, 2.9rem auto;
    background-position: left bottom, right bottom;
  }
  .renew .anshin .ttl_wrap .ttl_h2 .color strong {
    font-size: 5.4rem;
  }
  .renew .anshin .ttl_wrap .ttl_h2 .color small {
    font-size: 3.2rem;
  }
  .renew .anshin .flow {
    padding-top: 6rem;
  }
  .renew .anshin .flow .ttl_h2 {
    font-size: 3rem;
    margin-bottom: 1.6rem;
  }
  .renew .anshin .flow .ttl_h2 span {
    font-size: 3rem;
    text-align: center;
    display: block;
  }
  /* .renew .anshin .flow .ttl_h2 span::before {
    width: 14rem;
    height: 10.2rem;
    bottom: -2.5rem;
  } */
  .renew .anshin .flow_box {
    padding: 5rem 0 4.5rem;
    margin: 0 -1rem;
  }
  .renew .anshin .flow_box .step_list {
    flex-direction: column;
    gap: 5.6rem;
    align-items: center;
  }
  .renew .anshin .flow_box .step_list li {
    width: 27rem;
    padding-bottom: 3rem;
  }
  .renew .anshin .flow_box .step_list dd {
    margin-top: 2rem;
  }
  .renew .anshin .flow_box .lead {
    font-size: 2.4rem;
    margin-bottom: 6.6rem;
  }
  .renew .anshin .flow_box .lead small {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 1.8rem;
  }
  .renew .anshin .flow_box .lead .obi {
    font-size: 2.4rem;
  }
  .renew .anshin .flow_box .lead .obi strong {
    font-size: 3.6rem;
  }
  .renew .anshin .flow_box .lead2 {
    margin-top: 1.2rem;
    font-size: 2rem;
    line-height: 2.5;
  }
  .renew .anshin .flow_box .lead2 img {
    width: 10.8rem;
  }
  .renew .anshin .flow_box .lead2 .obi {
    font-size: 3.6rem;
  }
  .renew .anshin .flow_box .lead2 .obi strong {
    font-size: 4.8rem;
  }
}


/* ----------------------------------
renew hojo
---------------------------------- */
.renew .hojo {
  padding: 8rem 0 27rem;
  background: var(--color-yellow) url(../../../waterheater/images/renew/bg-hojo.jpg) center/cover no-repeat;
}
.renew .hojo > .in {
  padding: 6.8rem 0 5rem;
  background: #f6f8f7;
  border-radius: 2.4rem;
}
.renew .hojo .in .ttl_wrap {
  position: relative;
  width: max-content;
  margin: 0 auto 12.4rem;
}
.renew .hojo .in .ttl_wrap::before {
  position: absolute;
  left: -19.9rem;
  top: 50%;
  content: "";
  display: block;
  width: 16.9rem;
  height: 20.9rem;
  background: url(../../../waterheater/images/renew/hojo_left.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.renew .hojo .in .ttl_wrap::after {
  position: absolute;
  right: -22rem;
  top: 50%;
  content: "";
  display: block;
  width: 19.5rem;
  height: 16.1rem;
  background: url(../../../waterheater/images/renew/hojo_right.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.renew .hojo .in .ttl_wrap .ttl_h2 {
  font-size: 4.4rem;
  font-weight: var(--bold);
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 5.8rem 2.5rem;
  line-height: 1.5;
  background-image: url(../../../waterheater/images/renew/hojo_left2.png), url(../../../waterheater/images/renew/hojo_right2.png);
  background-size: 3rem auto, 3rem auto;
  background-position: left center, right center;
  background-repeat: no-repeat;
}
.renew .hojo .in .ttl_wrap .ttl_h2 small {
  font-size: 2.4rem;
}
.renew .hojo .in .ttl_wrap .ttl_h2 .under {
  background:linear-gradient(transparent 77%, rgb(251 224 84 / 0.7) 60%);
}
.renew .hojo .in .lead {
  position: relative;
  text-align: center;
  font-size: 3rem;
  max-width: 112rem;
  margin: 0 auto 5.2rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid rgb(142 145 155 / 0.5);
}
.renew .hojo .in .lead strong {
  font-size: 4.4rem;
}
.renew .hojo .in .lead strong.en {
  font-size: 6.6rem;
}
.renew .hojo .in .lead strong.en small {
  font-size: 3.6rem;
}
.renew .hojo .in .lead .fukidashi {
  position: absolute;
  top: -9rem;
  right: 7.8rem;
  font-size: 3rem;
  font-weight: var(--bold);
  letter-spacing: 0;
  padding: 0.6rem 3rem;
  background: #4f6dee;
  border-radius: 10rem;
  color: var(--color-white);
}
.renew .hojo .in .lead .fukidashi::after {
  position: absolute;
  content: "";
  display: block;
  width: 4.25rem;
  height: 4rem;
  bottom: -2rem;
  right: 8rem;
  background: url(../../../waterheater/images/renew/hojo_fukidashi_sankaku.png) center/contain no-repeat;
}
.renew .hojo .in .lead .fukidashi small {
  font-size: 1.8rem;
}
.renew .hojo .in .lead .fukidashi .color {
  position: relative;
  color: #fbe054;
  z-index: 2;
}
.renew .hojo .in .lead .fukidashi .color strong {
  font-family: var(--font-en);
  font-size: 3.6rem;
}
.renew .hojo .in .lead .fukidashi .color small {
  font-size: 2.4rem;
}
.renew .hojo .in .txt {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.renew .hojo .in .txt strong {
  font-size: 2.4rem;
  font-weight: var(--bold);
}
.renew .hojo .in .txt .color {
  color: var(--color-pink);
}
.renew .hojo .in table {
  max-width: 96rem;
  margin: 0 auto;
}
.renew .hojo .in table th,
.renew .hojo .in table td {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  vertical-align: middle;
  font-weight: var(--medium);
  border: 1px solid #cbd1ec;
  width: 25%;
}
.renew .hojo .in table th {
  color: var(--color-white);
  background: #7989d4;
  padding: 1.5rem;
}
.renew .hojo .in table td {
  padding: 2rem 1.3rem;
  font-size: 1.6rem;
  background: var(--color-white);
  color: var(--color-txt2);
  line-height: 1.5;
}
.renew .hojo .in table td small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
}
.renew .hojo .in .note {
  margin: 3rem auto;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #344cb4;
  text-align: center;
  line-height: 1.5;
}
.renew .hojo .in .check_list {
  max-width: 70rem;
  margin: 8rem auto 7rem;
}
.renew .hojo .in .check_list li {
  position: relative;
  padding-left: 5rem;
  padding-bottom: 1.5rem;
  font-size: 2.7rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  color: var(--color-txt2);
  border-bottom: 0.2rem solid rgb(38 181 186 / 0.3);
}
.renew .hojo .in .check_list li::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../../../waterheater/images/renew/icon_check_cr.png) center/contain no-repeat;
}
.renew .hojo .in .check_list li + li {
  margin-top: 2.8rem;
}
.renew .hojo .in .check_list li span {
  color: #26b5ba;
}
.renew .hojo .in .txt_osusume {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.renew .hojo .in .txt_osusume::before {
  position: absolute;
  left: -8.2rem;
  top: 50%;
  content: "";
  display: block;
  width: 9.4rem;
  height: 11.2rem;
  background: url(../../../waterheater/images/renew/hojo_osusume.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.renew .hojo .in .txt_osusume span {
  display: block;
  font-size: 2rem;
  font-weight: var(--bold);
  color: var(--color-white);
  padding: 2rem 3rem;
  background: #26b5ba;
  border-radius: 5rem;
  letter-spacing: 0.05em;
}
.renew .hojo .in .osusume_list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  max-width: 112rem;
  margin: 4rem auto 0;
}
.renew .hojo .in .osusume_list li {
  width: calc(20% - (4rem * 4 / 5));
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.renew .hojo .in .osusume_list li figure {
  position: relative;
  width: 100%;
  height: 14rem;
  overflow: hidden;
  border-radius: 2.4rem;
  margin-bottom: 1.9rem;
}
.renew .hojo .in .osusume_list li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renew .hojo .lead2 {
  margin: 8.9rem auto 4.3rem;
  font-size: 3rem;
  text-align: center;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  line-height: 2;
}
.renew .hojo .lead2 .obi {
  font-size: 3.6rem;
  color: #fbe054;
  background: #4f6dee;
  padding: 0.7rem 0.8rem;
}
.renew .hojo .simulation {
  margin: 6.4rem auto 8rem;
  max-width: 112rem;
}
.renew .hojo .simulation .ttl {
  margin: 0 auto 3.3rem;
  text-align: center;
  font-size: 2.4rem;
  color: #ff0404;
  font-weight: var(--bold);
}
.renew .hojo .simulation .flex {
  gap: 6rem;
  background: url(../../../waterheater/images/renew/simulator_plus.png) center/3rem auto no-repeat;
}
.renew .hojo .simulation .flex .item {
  padding: 2rem 2rem 2.6rem;
  width: calc(50% - 3rem);
  background: var(--color-white);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.05);
  border: 1px solid rgb(0 0 0 / 0.2);
}
.renew .hojo .simulation .flex {
  max-width: 88rem;
  margin: 0 auto;
}
.renew .hojo .simulation .flex .item figure {
  position: relative;
  overflow: hidden;
  height: 20rem;
  margin-bottom: 1.6rem;
}
.renew .hojo .simulation .flex .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.renew .hojo .simulation .flex .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.renew .hojo .simulation .flex .field .txt {
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.06em;
  margin: 0;
}
.renew .hojo .simulation .flex .field .number {
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.renew .hojo .simulation .spinner::-webkit-inner-spin-button,
.renew .hojo .simulation .spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.renew .hojo .simulation .flex .field .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  cursor: pointer;
}
/* .renew .hojo .simulation .flex .field .btn.disabled {
  opacity: 0.3;
  cursor: inherit;
} */
.renew .hojo .simulation .flex .field .btn.plus {
  top: 0;
}
.renew .hojo .simulation .flex .field .btn.minas {
  bottom: 0;
}
.renew .hojo .simulation .flex .field .value {
  display: flex;
  align-items:center;
  justify-content: center;
  margin: 1.7rem auto;
  font-family: var(--font-en);
  font-size: 1.8rem;
  text-align: center;
  background: #e6e6e6;
  border-radius: 0.2rem;
  border: 1px solid rgb(0 0 0 / 0.5);
  width: 3rem;
  height: 3rem;
}
.renew .hojo .simulation .triger {
  display: block;
  width: 50rem;
  margin: 4rem auto 0;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 5rem;
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: var(--color-white);
  background: linear-gradient(-100deg, #4f6be1 0%, #657ee7 100%);
  border: 0.3rem solid #506ce1;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.1);
  cursor: pointer;
}
.renew .hojo .simulation .result {
  display: none;
  padding: 4.9rem 0 5rem;
  margin-top: 8rem;
  background: #e8ebf9;
  border-radius: 0.6rem;
  border: 1px solid rgb(0 0 0 / 0.2);
}
.renew .hojo .simulation .result .txt {
  font-size: 2.4rem;
}
.renew .hojo .simulation .result .txt .obi {
  display: block;
  width: max-content;
  margin: 1.5rem auto 4rem;
  background: var(--color-white);
  padding: 1.7rem 3.2rem 2.4rem;
  font-size: 3.6rem;
  color: #ff0404;
  letter-spacing: 0.06em;
  font-weight: var(--bold);
}
.renew .hojo .simulation .result .txt .obi strong {
  font-size: 4.8rem;
}
.renew .hojo .simulation .result .txt small {
  font-size: 2rem;
}
.renew .hojo .simulation .result .button {
  margin: 3rem auto 0;
  min-width: 30rem;
  width: max-content;
  padding: 0 2rem;
  font-size: 1.8rem;
  border: 0.2rem solid #fe8744;
  border-radius: 5rem;
}
.renew .hojo .simulation .result .button span {
  position: relative;
  padding-left: 3.5rem;
}
.renew .hojo .simulation .result .button span::before {
  
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 2.4rem;
  height: 3.2rem;
  background: url(../../../waterheater/images/renew/icon_mitumori.png) center / contain no-repeat;
  transform: translateY(-50%);
}
.renew .hojo .lead4 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  color: #5469c5;
  letter-spacing: 0.06em;
  margin: 8rem auto 3.6rem;
  font-weight: var(--bold);
}
.renew .hojo .cv_wrap {
  padding: 0;
  background: none;
}
.renew .hojo .cv_wrap .in {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
}
.renew .hojo .cv_wrap .box {
  background: #7188ec url(../../../waterheater/images/renew/bg-cta02.jpg) center/cover no-repeat;
  padding: 6rem 0 5.6rem;
}
.renew .hojo .cv_wrap .box::after {
  top: 4rem;
  right: 15rem;
}
.renew .hojo .cv_wrap .box::before {
  width: 25.5rem;
  height: 29.5rem;
  left: -4.7rem;
}
.renew .hojo .cv_wrap .box .ttl_h2 {
  font-size: 2.8rem;
}
.renew .hojo .cv_wrap .box .ttl_h2 span::before,
.renew .hojo .cv_wrap .box .ttl_h2 span::after {
  width: 0.4rem;
  height: 3.2rem;
}
.renew .hojo .cv_wrap .box .ttl_h2 span::before {
  left: -3.7rem;
}
.renew .hojo .cv_wrap .box .ttl_h2 span::after {
  right: -3.7rem;
}
.renew .hojo .cv_wrap .box .buttons_wrap .txt {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.06em;
  color: var(--color-white);
}
.renew .hojo .cv_wrap .box .buttons_wrap .note {
  font-size: 1.1rem;
  margin: 0.7rem auto 0;
  color: var(--color-white);
}
.renew .hojo .cv_wrap .box .buttons_wrap .button.mail {
  
  background: linear-gradient(-100deg, #728dff 0%, #8da3fe 100%);
  border-color: #728dff;
}
.renew .hojo .in .sp_table {
  display: none;
}
@media screen and (max-width: 767px) {
  .renew .hojo {
    padding: 5rem 0 15rem;
    background-image: url(../../../waterheater/images/renew/bg-hojo_sp.jpg);
  }
  .renew .hojo > .in {
    padding: 4.8rem 1.5rem;
    border-radius: 1.2rem;
    margin: 0 1.5rem;
  }
  .renew .hojo .in .ttl_wrap {
    width: auto;
    padding: 0;
    margin-bottom: 29.5rem;
  }
  .renew .hojo .in .ttl_wrap .ttl_h2 {
    padding: 0 3.5rem;
    font-size: 3rem;
    background-size: auto 100%, auto 100%;
  }
  .renew .hojo .in .ttl_wrap .ttl_h2 small {
    font-size: 2rem;
    padding-bottom: 1rem;
    display: inline-block;
  }
  .renew .hojo .in .ttl_wrap::after {
    width: 15.1rem;
    height: 12.4rem;
    right: 2.8rem;
    bottom: -14.6rem;
    top: auto;
    transform: unset;
  }
  .renew .hojo .in .ttl_wrap::before {
    width: 10rem;
    height: 12.4rem;
    left: 2.8rem;
    bottom: -14.6rem;
    top: auto;
    transform: unset;
  }
  .renew .hojo .in .lead {
    font-size: 2.7rem;
    padding-bottom: 1.9rem;
    margin-bottom: 4rem;
  }
  .renew .hojo .in .lead strong.en {
    font-size: 4.8rem;
  }
  .renew .hojo .in .lead strong.en small {
    font-size: 2.4rem;
  }
  .renew .hojo .in .lead strong {
    font-size: 3.6rem;
  }
  .renew .hojo .in .lead .fukidashi small {
    font-size: 1.6rem;
  }
  .renew .hojo .in .lead .fukidashi {
    font-size: 2.4rem;
    right: 0;
  }
  .renew .hojo .in .lead .fukidashi .color strong {
    font-size: 3rem;
  }
  .renew .hojo .in .txt strong {
    font-size: 2rem;
    display: block;
    margin-bottom: -1.5rem;
  }
  .renew .hojo .in .pc_table {
    display: none;
  }
  .renew .hojo .in .sp_table {
    display: block;
  }
  .renew .hojo .in table {
    width: 100%;
  }
  .renew .hojo .in table th,
  .renew .hojo .in table td {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .renew .hojo .in table tr:first-of-type th:first-of-type {
    border-right: none;
    font-size: 1.3rem;
    color: var(--color-yellow);
    text-align: left;
    width: 12rem;
    padding-right: 0;
  }
  .renew .hojo .in table tr:first-of-type th:last-of-type {
    border-left: none;
    width: calc(100% - 12rem);
    padding-left: 0;
  }
  .renew .hojo .in table tr:not(:first-of-type) th {
    background: var(--color-white);
    color: #344cb4;
    font-size: 1.3rem;
    text-align: left;
    border-right: none;
    width: 12rem;
    padding-right: 0;
  }
  .renew .hojo .in table td {
    border-left: none;
    width: calc(100% - 12rem);
    padding-left: 0;
  }
  .renew .hojo .in .note {
    font-size: 1.6rem;
  }
  .renew .hojo .in .check_list {
    margin: 5rem auto 6.6rem;
  }
  .renew .hojo .in .check_list li {
    font-size: 2.4rem;
    padding-left: 3rem;
    line-height: 1.4;
  }
  .renew .hojo .in .check_list li::before {
    width: 2rem;
    height: 2rem;
    left: 0.2rem;
    top: 0.7rem;
  }
  .renew .hojo .in .txt_osusume {
    margin-left: 10rem;
  }
  .renew .hojo .in .txt_osusume span {
    font-size: 1.8rem;
    padding: 1.6rem 3rem;
  }
  .renew .hojo .in .txt_osusume::before {
    width: 8.9rem;
    height: 10.5rem;
    left: -7.8rem;
  }
  .renew .hojo .in .osusume_list {
    margin: 3.6rem 0.5rem 0;
    gap: 2.4rem 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .renew .hojo .in .osusume_list li {
    width: calc(50% - 0.5rem);
    font-size: 1.5rem;
  }
  .renew .hojo .in .osusume_list li figure {
    height: 10.5rem;
    border-radius: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .renew .hojo .lead2 {
    margin: 6rem -1rem 3.5rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .renew .hojo .lead2 .obi {
    font-size: 2.2rem;
    padding: 0.5rem;
  }
  .renew .hojo .lead2 + .note {
    font-size: 1.5rem;
  }
  .renew .hojo .simulation {
    margin: 5rem auto;
  }
  .renew .hojo .simulation .ttl {
    margin-bottom: 4.7rem;
    line-height: 1.4;
  }
  .renew .hojo .simulation .flex {
    flex-direction: column;
    gap: 5rem;
    margin: 0 0.5rem;
  }
  .renew .hojo .simulation .flex .item {
    width: 100%;
    padding: 1rem 1rem 1.9rem;
  }
  .renew .hojo .simulation .flex .field .txt {
    font-size: 1.8rem;
  }
  .renew .hojo .simulation .triger {
    width: 28rem;
    padding: 1.4rem;
    font-size: 2rem;
    margin-top: 3rem;
  }
  .renew .hojo .simulation .result {
    margin-top: 6rem;
    padding: 3rem 1rem 4rem;
  }

  .renew .hojo .simulation .result .txt {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .renew .hojo .simulation .result .txt .obi {
    width: auto;
    padding: 1rem 0 2.2rem;
    font-size: 2rem;
    line-height: 1.6;
    margin: 1.2rem 0 3rem;
  }
  .renew .hojo .simulation .result .txt .obi strong {
    font-size: 3rem;
    display: inline;
  }
  .renew .hojo .simulation .result .txt small {
    font-size: 1.6rem;
  }
  .renew .hojo .simulation .result .button {
    height: 8rem;
    margin-top: 2rem;
    width: auto;
    padding: 0 1rem;
  }
  .renew .hojo .lead4 {
    font-size: 2.4rem;
    margin: 5rem auto 3rem;
  }
  .renew .hojo .cv_wrap .box {
    padding: 4rem 1rem 2.6rem;
    margin: 0 -1rem
  }
  .renew .hojo .cv_wrap .box .ttl_h2 {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .renew .hojo .cv_wrap .box .ttl_h2 span::before, 
  .renew .hojo .cv_wrap .box .ttl_h2 span::after {
    width: 0.2rem;
    height: 2.2rem;
  }
  .renew .hojo .cv_wrap .box .ttl_h2 span::before {
    left: -1.8rem;
  }
  .renew .hojo .cv_wrap .box .ttl_h2 span::after {
    right: -1.8rem
  }
  .renew .hojo .cv_wrap .box::before {
    width: 10.4rem;
    height: 11.9rem;
    bottom: 0;
    left: -4rem;
  }
  .renew .hojo .cv_wrap .box::after {
    top: 5em;
    right: -2.7rem;
  }
  .renew .hojo .in .lead .fukidashi::after {
    width: 3.25rem;
    height: 3rem;
    bottom: -1.5rem;
    right: 6.5rem;
    transform: rotate(-12deg);
  }
}


/* ----------------------------------
renew qa
---------------------------------- */
.renew .qa {
  margin-top: -16rem;
  position: relative;
  padding: 12rem 0;
  background: url(../../../waterheater/images/renew/bg-faq.png) center/100% 100% no-repeat;
}
/* .renew .qa::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 150%;
  height: 100%;
  border-radius: 100%;
  background: #ace3e5 url(../../../waterheater/images/renew/bg-faq.png) center/cover no-repeat;
  transform: translate(-50%,-50%);
} */
.renew .qa .in {
  /* position: relative;
  z-index: 2; */
  max-width: 112rem;
  margin: 0 auto;
}
.renew .qa .ttl_h2 {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-weight: var(--bold);
}
.renew .qa .ttl_h2 span {
  position: absolute;
  left: 50%;
  top: -6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  background: #26b5ba;
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.2em;
  color: var(--color-white);
  font-family: var(--font-en);
  transform: translateX(-50%);
}
.renew .qa dl {
  overflow: hidden;
  border-radius: 0.6rem;
}
.renew .qa dl + dl {
  margin-top: 1rem;
}
.renew .qa dt {
  position: relative;
  background: var(--color-white);
  padding: 4.6rem 10.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.renew .qa dt::before,
.renew .qa dt::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.4rem;
  background: #26b5ba;
  transition: .3s;
  transform: translateY(-50%);
}
.renew .qa dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.renew .qa dt.open::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.renew .qa dt span {
  position: absolute;
  top: 50%;
  left: 4rem;
  font-size: 5.4rem;
  font-weight: var(--bold);
  font-family: var(--font-en);
  color: #26b5ba;
  transform: translateY(-50%);
}
.renew .qa dd {
  display: none;
  position: relative;
  padding: 4rem 7.5rem 4rem 14.5rem;
  font-size: 1.6rem;
  line-height: 2;
  background: #f6f8f7;
}
.renew .qa dd span {
  position: absolute;
  top: 3rem;
  left: 10.2rem;
  font-size: 3.6rem;
  font-weight: var(--bold);
  font-family: var(--font-en);
  color: #26b5ba;
  line-height: 1.6;
}

.renew .qa + .cv_wrap {
  padding-top: 17rem;
  margin-top: -12rem;
}
@media screen and (max-width: 767px) {
  .renew .qa {
    margin-top: -7rem;
    padding: 7rem 0 8rem;
    background-image: url(../../../waterheater/images/renew/bg-faq_sp.png);
  }
  .renew .qa .ttl_h2 {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .renew .qa .ttl_h2 span {
    width: 8rem;
    height: 8rem;
    font-size: 1.8rem;
    top: -4rem;
  }
  .renew .qa .in {
    margin: 0 1rem;
  }
  .renew .qa dt {
    padding: 3.6rem 5.5rem 3rem 6rem;
    font-size: 1.6rem;
  }
  .renew .qa dt span {
    font-size: 4rem;
    left: 1.8rem;
    transform: unset;
    top: 2rem;
  }
  .renew .qa dt::before, 
  .renew .qa dt::after {
    width: 2rem;
    height: 0.4rem;
    right: 1.5rem;
  }
  .renew .qa dd {
    padding: 3.8rem 2rem 3rem 6rem;
    font-size: 1.5rem;
  }
  .renew .qa dd span {
    font-size: 4rem;
    left: 1.8rem;
    transform: unset;
    top: 2rem;
    line-height: 1.75;
  }
  .renew .qa dl + dl {
    margin-top: 2rem;
  }
  .renew .qa + .cv_wrap {
    padding-top: 9.9rem;
    margin-top: -6rem;
  }
}




/* ----------------------------------
re_header
---------------------------------- */
.re_header_bar {
  background: #14afb4;
  font-size: 1rem;
  color: var(--color-white);
}
.re_header_bar .in {
  display: block;
  padding: 0.3rem 0;
}
.re_header_reform {
  position: static;
  width: 100%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  height: 11rem;
  justify-content: space-between;
}
.re_header_reform .logo {
  width: 30rem;
}
.re_header_reform .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.re_header_reform .in > nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.4rem;
}
.re_header_reform .hamburger {
  display: none;
}
.re_header_reform .buttons1 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.renew .button_square {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1rem 1.5rem;
  width: 21rem;
  height: 5rem;
  border-radius: 0.4rem;
  border: 1px solid #14afb4;
  background: linear-gradient(-100deg, #e3ebe7 0%, #f6f8f7 100%);
  color: #14afb4;
  font-size: 1.5rem;
  font-weight: var(--bold);
}
.renew .button_square img {
  width: 3rem;
  min-width: 3rem;
}
.re_header_reform .buttons2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  gap: 0.6rem 0.4rem;
}
.re_header_reform .buttons2 .button {
  border-radius: 5rem;
  margin: 0;
}
.re_header_reform .buttons2 .button:not(.mail, .tel) {
  font-size: 1.8rem;
  width: 22rem;
  height: 8rem;
  border: 0.2rem solid #fe8744;
  grid-area: 1 / 1 / 3 / 2;
}
.re_header_reform .buttons2 .button span {
  position: relative;
}
.re_header_reform .buttons2 .button:not(.mail, .tel) span {
  padding-left: 3.5rem;
}
.re_header_reform .buttons2 .button:not(.mail, .tel) span::before {
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 3.2rem;
  background: url(../../../waterheater/images/renew/icon_mitumori.png) center / contain no-repeat;
  top: 55%;
  content: "";
  display: block;
  transform: translateY(-50%);
}

.re_header_reform .buttons2 .button.tel,
.re_header_reform .buttons2 .button.mail {
  width: 21rem;
  height: 3.8rem;
  font-size: 1.4rem;
}
.re_header_reform .buttons2 .button.mail {
  background: linear-gradient(-100deg, #5a6dbd 0%, #687ac6 100%);
  border: 0.2rem solid #6171b8;
  grid-area: 1 / 2 / 2 / 3;
}
.re_header_reform .buttons2 .button.mail span {
  padding-left: 2.56rem;
}
.re_header_reform .buttons2 .button.mail span::before {
  position: absolute;
  left: 0;
  width: 1.7rem;
  height: 1.3rem;
  background: url(../../../waterheater/images/renew/icon_mail.png) center / contain no-repeat;
  top: 55%;
  content: "";
  display: block;
  transform: translateY(-50%);
}
.re_header_reform .buttons2 .button.tel {
  background: linear-gradient(-100deg, #20bec5 0%, #2cc5cc 100%);
  border: 0.2rem solid #29b6bc;
  grid-area: 2 / 2 / 3 / 3;
}
.re_header_reform .buttons2 .button.tel span {
  padding-left: 2.9rem;
}
.re_header_reform .buttons2 .button.tel span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.9rem;
  height: 2rem;
  background: url(../../../waterheater/images/renew/icon_tel.png) center / contain no-repeat;
  filter: brightness(100);
  content: "";
  display: block;
  transform: translateY(-50%);
}
.re_header_reform .mobile {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.re_header_reform .mobile .fixed_nav {
  display: none;
}
.re_header_reform .mobile .fixed_nav ul {
  display: flex;
  gap: 1px;
}
.re_header_reform .mobile .fixed_nav li {
  width: 16.66%;
}
.re_header_reform .mobile .fixed_nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: var(--bold);
  color: var(--color-white);
  background: linear-gradient(-100deg, #5374fd 0%, #6b87fe 100%);
  border: 0.2rem solid #607efd;
  border-radius: 0.4rem;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 0.1);
  line-height: 1.5;
  height: 100%;
}
.re_header_reform .mobile .fixed_nav li a::after {
  position: absolute;
  top: 50%;
  content: "";
  right: 1rem;
  width: 1.1rem;
  height: 0.7rem;
  background: url(../../../waterheater/images/renew/icon_btn_arrow.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.renew .fixed_buttons {
  position: fixed;
  top: 50%;
  right: -0.3rem;
  z-index: 10;
  transform: translateY(-50%);
	width:140px;
}
.renew .fixed_buttons .button {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  width: 10.3rem;
  height: 10rem;
  border-radius: 0.6rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.4rem;
  text-align: center;
  margin: 0.5rem 0 0;
  border-width: 0.2rem;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 0.1);
}
.renew .fixed_buttons .button:not(.tel,.mail)::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 3.2rem;
  background: url(../../../waterheater/images/renew/icon_mitumori.png) center/contain no-repeat;
}
.renew .fixed_buttons .button.mail {
  background: linear-gradient(-100deg, #728dff 0%, #8da3fe 100%);
}
.renew .fixed_buttons .button.mail::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1.9rem;
  background: url(../../../waterheater/images/renew/icon_mail.png) center/contain no-repeat;
}
.renew .fixed_buttons .button.tel {
  background: linear-gradient(-100deg, #20bec5 0%, #2cc5cc 100%);
}
.renew .fixed_buttons .button.tel::before {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.9rem;
  background: url(../../../waterheater/images/renew/icon_tel.png) center/contain no-repeat;
  filter: brightness(100);
}
.renew .fixed_buttons.fixed_sp {
  display: none;
}

.renew .fixed_buttons a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .renew main {
    padding-top: 3rem;
  }
  .re_header_reform .in > nav {
    display: none;
  }
  .re_header_reform  {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 6rem;
    z-index: 10;
  }
  .re_header_reform .logo {
    width: 20rem;
  }
  .re_header_reform .mobile {
    display: none;
    top: 6rem;
    height: calc(100vh - 6rem);
    background: #d8f3f4;
    z-index: 9;
    padding: 4.5rem 0;
    overflow: scroll;
  }
  .re_header_reform .mobile::-webkit-scrollbar {
    display: none;
  }
  .re_header_reform .mobile .fixed_nav {
    display: block;
  }
  .re_header_reform .mobile .fixed_nav ul {
    display: block;
  }
  .re_header_reform .mobile .fixed_nav li {
    width: 100%;
  }
  .re_header_reform .mobile .fixed_nav li a {
    display: block;
    background: none;
    padding: 2.2rem 1.5rem;
    border: none;
    font-size: 1.5rem;
    color: var(--color-txt2);
    font-weight: var(--medium);
    box-shadow: none;
    text-align: left;
    border-bottom: 1px solid rgb(33 40 60 / 0.3);
    border-radius: 0;
  }
  .re_header_reform .mobile .fixed_nav li a::after {
    width: 1.5rem;
    height: 1rem;
    width: 0.6rem;
    background-image: url(../../../waterheater/images/renew/icon_btn_arrow_r.png);
    filter: brightness(0);
  }
  .renew .fixed_buttons {
    display: flex;
    gap: 0.6rem;
    position: static;
    padding: 2.5rem 1.5rem;
    background: var(--color-white);
    transform: unset;
    margin-top: 3.9rem;
  }
  .renew .fixed_buttons .button {
    width: calc(33.33% - (0.6rem * 2 / 3));
    margin: 0;
    border-radius: 0.6rem;
    gap: 1.2rem;
  }
  .renew .fixed_buttons .button:not(.mail, .tel) {
    border-color: #fe8744;
  }
  .renew .fixed_buttons .button.tel {
    border-color: #29b6bc;
  }
  .renew .fixed_buttons .button.mail {
    border-color: #728dff;
  }
  .renew .fixed_buttons .button:not(.tel,.mail)::before {
    width: 1.8rem;
    height: 2.2rem;
  }
  .renew .fixed_buttons .button.mail::before {
    width: 1.9rem;
    height: 1.4rem;
  }
  .renew .fixed_buttons .button.tel::before {
    width: 2.1rem;
    height: 2.2rem;
  }
  .re_header_reform .hamburger {
    position: absolute;
    display: block;
    width: 6rem;
    height: 6rem;
    z-index: 10;
    right: 0;
    top: 0;
  }
  .re_header_reform .hamburger::before,
  .re_header_reform .hamburger::after,
  .re_header_reform .hamburger span {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    display: block;
    width: 2.8rem;
    height: 0.2rem;
    background: #000;
    transform: translate(-50%, -50%);
    transition: .3s;
  }
  .re_header_reform .hamburger::before {
    margin-top: -0.6rem;
  }
  .re_header_reform .hamburger::after {
    margin-top: 0.6rem;
  }
  .re_header_reform .hamburger.open::before,
  .re_header_reform .hamburger.open::after {
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0;
  }
  .re_header_reform .hamburger.open::after {
    opacity: 0;
  }
  .re_header_reform .hamburger.open span {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .renew .fixed_buttons.fixed_sp {
    position: fixed;
    display: flex;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    /*padding: 0.5rem 0.6rem;
    background: rgb(0 0 0 / 0.5);*/
	padding: 0;
    background:transparent;
    z-index: 9;
  }
  .renew .fixed_buttons.fixed_sp .button {
    height: 6rem;
    gap: 0.6rem;
  }
}



/* ----------------------------------
re_footer
---------------------------------- */
.re_footer {
  padding: 8rem 0 0;
  background: #26b5ba;

  overflow: hidden;
}
.re_footer .logo {
  width: 30rem;
  margin: 0 auto;
}
.re_footer nav {
  margin-top: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgb(255 255 255 / 0.3);
}
.re_footer nav .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 99rem;
  margin: 0 auto;
}
.re_footer nav .links li {
  width: calc(25% - (1rem * 3 / 4));
}
.re_footer nav .links li a {
  display: block;
  padding: 2.2rem 0 0;
  height: 16rem;
  border-radius: 0.4rem;
  background: #f6f8f7;
  text-align: center;
  font-size: 1.5rem;
  font-weight: var(--bold);
  color: #14afb4;
  border: 1px solid #14afb4;
}
.re_footer nav .links li a img {
  width: 8.7rem;
  margin: 0 auto 1.2rem
}
.re_footer .copy {
  padding: 1.5rem 0;
  background: #f6f8f7;
}
.re_footer .copy .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.re_footer .copy .in span {
  font-size: 1.1rem;
  color: #aeaeae;
}
.re_footer .cv_wrap {
  padding: 0;
  background: none;
}
.re_footer .cv_wrap .box::before,
.re_footer .cv_wrap .box::after {
  content: none;
}
.re_footer .cv_wrap .box {
  background: none;
}
.re_footer .cv_wrap .button {
  width: 61rem;
  border: 0.2rem solid #fe8744;
  font-size: 2.4rem;
}
.re_footer .cv_wrap .button small {
  font-size: 2.4rem;
  padding: 0;
}
.re_footer .cv_wrap .fukidashi {
  position: relative;
  padding: 0;
  margin: 0 auto 2.2rem; 
  background: none;
  color: var(--color-white);
}
.re_footer .cv_wrap .fukidashi::before,
.re_footer .cv_wrap .fukidashi::after {
  position: absolute;
  top: 60%;
  content: "";
  display: block;
  width: 0.3rem;
  height: 5rem;
  border-radius: 1rem;
  background: var(--color-white);
}
.re_footer .cv_wrap .fukidashi::before {
  left: -4.5rem;
  transform: translateY(-50%) rotate(-30deg);
}
.re_footer .cv_wrap .fukidashi::after {
  right: -4.5rem;
  transform: translateY(-50%) rotate(30deg);
}
.re_footer .cv_wrap .buttons_wrap .buttons .button {
  width: 30rem;
  height: 5rem;
}
.re_footer .cv_wrap .buttons_wrap .buttons .button.mail {
  font-size: 1.4rem;
}
.re_footer .cv_wrap .buttons_wrap .buttons .button.tel {
  
  background: linear-gradient(-100deg, #f54875 0%, #f45f85 100%);
  border: 0.2rem solid #29b6bc;
}
.re_footer .cv_wrap .buttons_wrap .note {
  font-size: 1.3rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .re_footer {
    padding-top: 6rem;
  }
  .re_footer .logo {
    width: 28rem;
  }
  .re_footer nav {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
  .re_footer nav .links {
    max-width: none;
    margin: 0 1rem;
    gap: 0.6rem;
  }
  .re_footer nav .links li {
    width: calc(50% - 0.3rem);
  }
  .re_footer nav .links li a {
    padding-top: 1rem;
    font-size: 1.5rem;
    height: 14rem;
  }
  .re_footer nav .links li a img {
    margin: 0 auto;
  }
  .re_footer .cv_wrap {
    padding: 0 1.5rem;
  }
  .re_footer .cv_wrap .in {
    margin: 0;
  }
  .re_footer .cv_wrap .box {
    padding: 4rem 0;
  }
  .re_footer .cv_wrap .button {
    width: 100%;
    border: 0.3rem solid var(--color-white);
    font-size: 2rem;
  }
  .re_footer .cv_wrap .button small {
    font-size: 1.6rem;
  }
  .re_footer .cv_wrap .fukidashi {
    font-size: 1.6rem;
  }
  .re_footer .cv_wrap .fukidashi strong {
    font-size: 2rem;
  }
  .re_footer .cv_wrap .fukidashi::before, 
  .re_footer .cv_wrap .fukidashi::after {
    width: 0.2rem;
    height: 3rem;
  }
  .re_footer .cv_wrap .fukidashi::before {
    left: -2.4rem;
  }
  .re_footer .cv_wrap .fukidashi::after {
    right: -2.4rem;
  }
  .re_footer .copy {
    padding: 2.1rem;
    padding-bottom: 9.1rem;
  }
  .re_footer .copy .in {
    gap: 1.6rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .re_footer .copy .in span {
    line-height: 1.45;
  }
}