@charset "UTF-8";
/*---レスポンシブサイズ---*/
/*---変数---*/
:root {
  --mc: #e43c00;
  --sc: #5eb3b7;
  --fc: #222;
}

/*---リセットCSS---*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 500;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

img:not(.--resize-none) {
  max-width: 100%;
  height: auto;
}

button {
  outline: none;
}

iframe {
  display: block;
}

/*---基本設定---*/
html {
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  color: var(--fc);
  font-family: "Noto Sans JP", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td {
  font-size: 1rem;
  letter-spacing: 0;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

a,
a * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.--en {
  font-family: "Josefin Sans", sans-serif;
}

.--main-color {
  color: var(--mc);
}

.--sub-color {
  color: var(--sc);
}

.pg-renova {
  margin-inline: auto;
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__display-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pg-renova-cmn__display-sp {
    display: none;
  }
}
.pg-renova-cmn__wrap {
  margin-inline: auto;
  padding-inline: min(60px, 5.6603773585vw);
  width: 100%;
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__wrap {
    padding-inline: min(40px, 5.3333333333vw);
  }
}
.pg-renova-cmn__cta {
  padding-block: min(40px, 3.7735849057vw) 0;
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__cta {
    padding-block: min(40px, 5.3333333333vw) 0;
  }
}
.pg-renova-cmn__cta-btn {
  position: relative;
  margin-inline: auto;
  width: min(670px, 63.2075471698vw);
  height: min(80px, 7.5471698113vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__cta-btn {
    width: 100%;
    height: min(100px, 13.3333333333vw);
  }
}
.pg-renova-cmn__cta-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: min(10px, 0.9433962264vw);
  width: 100%;
  height: 100%;
  background: #9c0000;
  border-radius: min(12px, 1.1320754717vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__cta-btn::before {
    top: min(10px, 1.3333333333vw);
    border-radius: min(10px, 1.3333333333vw);
  }
}
.pg-renova-cmn__cta-btn-anc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-inline: min(25px, 2.358490566vw);
  width: 100%;
  height: 100%;
  background: #cb0000;
  border-radius: min(10px, 0.9433962264vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__cta-btn-anc {
    padding-inline: min(30px, 4vw);
    border-radius: min(10px, 1.3333333333vw);
  }
}
.pg-renova-cmn__cta-btn-st {
  font-size: min(22px, 2.0754716981vw);
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__cta-btn-st {
    margin: auto;
    font-size: min(22px, 3.7333333333vw);
  }
}
.pg-renova-cmn__cta-btn-none {
  display: block;
  width: min(15px, 1.4150943396vw);
  aspect-ratio: 15/19;
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__cta-btn-none {
    display: none;
  }
}
.pg-renova-cmn__cta-btn-icon {
  display: block;
  width: min(15px, 1.4150943396vw);
  aspect-ratio: 15/20;
  background: url(./images/cta_arw_pc.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__cta-btn-icon {
    width: min(22px, 2.9333333333vw);
    aspect-ratio: 22/29;
  }
}
.pg-renova-cmn__cta-guide {
  margin-top: min(35px, 3.3018867925vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__cta-guide {
    margin-top: min(40px, 5.3333333333vw);
  }
}
.pg-renova-cmn__cta-guide-txt {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .pg-renova-cmn__cta-guide-txt {
    font-size: min(0.875rem, 2.9333333333vw);
  }
}
.pg-renova-hd__inr {
  padding: min(10px, 0.9433962264vw) min(35px, 3.3018867925vw);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pg-renova-hd__inr {
    padding: min(15px, 2vw) min(20px, 2.6666666667vw);
  }
}
.pg-renova-hd__name-logo {
  width: min(336px, 31.6981132075vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-hd__name-logo {
    width: min(438px, 58.4vw);
  }
}
.pg-renova-ft {
  position: relative;
  padding-block: min(80px, 7.5471698113vw) min(120px, 11.320754717vw);
  background: #29110d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft {
    padding-block: min(120px, 16vw) min(180px, 24vw);
  }
}
.pg-renova-ft__inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: auto;
  padding-inline: min(60px, 5.6603773585vw);
  width: 100%;
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__inr {
    flex-direction: column;
    padding-inline: min(40px, 5.3333333333vw);
  }
}
.pg-renova-ft__pagetop {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
.pg-renova-ft__pagetop-btn {
  margin-inline: auto;
  width: min(670px, 63.2075471698vw);
  height: min(70px, 6.6037735849vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__pagetop-btn {
    width: min(590px, 78.6666666667vw);
    height: min(80px, 10.6666666667vw);
  }
}
.pg-renova-ft__pagetop-btn-anc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 min(30px, 2.8301886792vw);
  padding-inline: min(30px, 2.8301886792vw);
  width: 100%;
  height: 100%;
  background: #29110d;
  border-radius: min(20px, 1.8867924528vw) min(20px, 1.8867924528vw) 0 0;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__pagetop-btn-anc {
    padding-inline: min(30px, 4vw);
    gap: 0 min(30px, 4vw);
    border-radius: min(20px, 2.6666666667vw) min(20px, 2.6666666667vw) 0 0;
  }
}
.pg-renova-ft__pagetop-btn-st {
  font-size: min(1.125rem, 1.6981132075vw);
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__pagetop-btn-st {
    font-size: min(1.125rem, 3.7333333333vw);
  }
}
.pg-renova-ft__pagetop-btn-none {
  display: block;
  width: min(20px, 1.8867924528vw);
  aspect-ratio: 20/26;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__pagetop-btn-none {
    width: min(26px, 3.4666666667vw);
    aspect-ratio: 26/22;
  }
}
.pg-renova-ft__pagetop-btn-icon {
  display: block;
  width: min(16px, 1.5094339623vw);
  aspect-ratio: 16/14;
  background: url(./images/pagetop_arw_pc.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__pagetop-btn-icon {
    width: min(26px, 3.4666666667vw);
    aspect-ratio: 26/22;
  }
}
.pg-renova-ft__about {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__about {
    width: 100%;
  }
}
.pg-renova-ft__about-shop {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__about-shop {
    font-size: min(1.125rem, 3.7333333333vw);
    line-height: 1.7142857143;
  }
}
.pg-renova-ft__about-shop + .pg-renova-ft__about-shop {
  margin-top: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__about-shop + .pg-renova-ft__about-shop {
    margin-top: min(40px, 5.3333333333vw);
  }
}
.pg-renova-ft__menu {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__menu {
    margin-top: min(100px, 13.3333333333vw);
    width: 100%;
  }
}
.pg-renova-ft__menu-nav {
  display: flex;
  flex-direction: column;
  gap: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__menu-nav {
    gap: min(50px, 6.6666666667vw);
  }
}
.pg-renova-ft__menu-label {
  font-size: min(16px, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__menu-label {
    font-size: min(1.125rem, 3.7333333333vw);
    line-height: 1.7142857143;
  }
}
.pg-renova-ft__copy {
  margin-top: min(60px, 5.6603773585vw);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__copy {
    margin-top: min(100px, 13.3333333333vw);
  }
}
.pg-renova-ft__copy-lead {
  font-size: min(0.875rem, 1.320754717vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-ft__copy-lead {
    font-size: min(1rem, 3.2vw);
    line-height: 2;
  }
}
.pg-renova-fv__slide {
  width: 100%;
  height: min(550px, 51.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-fv__slide {
    height: min(700px, 93.3333333333vw);
  }
}
.pg-renova-fv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg-renova-fv__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pg-renova-fv__ttl-lead {
  width: 100%;
  max-width: min(900px, 84.9056603774vw);
  aspect-ratio: 900/470;
}
@media screen and (max-width: 767px) {
  .pg-renova-fv__ttl-lead {
    max-width: min(698px, 93.0666666667vw);
    aspect-ratio: 67/62;
  }
}
.pg-renova-fv__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-campaign {
  padding-block: 0 min(80px, 7.5471698113vw);
}
.pg-renova-campaign__pickup-thumb {
  width: 100%;
  height: min(300px, 28.3018867925vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-campaign__pickup-thumb {
    height: auto;
    aspect-ratio: 750/403;
  }
}
.pg-renova-campaign__pickup-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pg-renova-campaign__pickup-thumb img {
    height: auto;
    object-fit: unset;
  }
}
.pg-renova-campaign__schedule-thumb {
  width: 100%;
  height: min(208px, 19.6226415094vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-campaign__schedule-thumb {
    height: auto;
    aspect-ratio: 750/270;
  }
}
.pg-renova-campaign__schedule-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pg-renova-campaign__schedule-thumb img {
    height: auto;
    object-fit: unset;
  }
}
.pg-renova-campaign__guide-box {
  margin-inline: auto;
  padding: min(30px, 2.8301886792vw);
  max-width: 720px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .pg-renova-campaign__guide-box {
    padding: min(25px, 3.3333333333vw) min(40px, 5.3333333333vw);
  }
}
.pg-renova-campaign__guide-txt {
  font-size: min(0.75rem, 1.1320754717vw);
  line-height: 2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .pg-renova-campaign__guide-txt {
    font-size: min(0.875rem, 2.4vw);
    line-height: 1.5555555556;
  }
}
@media screen and (max-width: 767px) {
  .pg-renova-campaign__guide-txt + .pg-renova-campaign__guide-txt {
    margin-top: 0.5em;
  }
}
.pg-renova-campaign__guide-txt a {
  display: inline-block;
  border-bottom: 1px solid #0000dc;
  color: #0000dc;
}
@media screen and (max-width: 767px) {
  .pg-renova-campaign__guide-txt a {
    padding-bottom: 0.25em;
  }
}
.pg-renova-reason {
  padding-block: min(80px, 7.5471698113vw);
  background: #eee;
}
@media screen and (max-width: 767px) {
  .pg-renova-reason {
    padding-block: min(80px, 10.6666666667vw);
  }
}
.pg-renova-reason__ttl {
  margin-bottom: min(30px, 2.8301886792vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__ttl {
    margin-bottom: min(30px, 4vw);
  }
}
.pg-renova-reason__ttl-lead {
  height: min(42px, 3.9622641509vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__ttl-lead {
    height: min(93px, 12.4vw);
  }
}
.pg-renova-reason__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(20px, 1.8867924528vw);
  margin-bottom: min(60px, 5.6603773585vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__list {
    gap: min(20px, 2.6666666667vw);
    margin-bottom: min(80px, 10.6666666667vw);
  }
}
.pg-renova-reason__item {
  padding: min(20px, 1.8867924528vw) min(30px, 2.8301886792vw);
  width: calc((100% - min(20px, 1.8867924528vw)) / 2);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__item {
    padding: min(18px, 2.4vw) min(40px, 5.3333333333vw) min(34px, 4.5333333333vw);
    width: 100%;
  }
}
.pg-renova-reason__item-ttl {
  margin-bottom: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__item-ttl {
    margin-bottom: min(30px, 4vw);
  }
}
.pg-renova-reason__item-ttl-lead img {
  width: 100%;
  height: auto;
}
.pg-renova-reason__item-cnt {
  text-align: center;
}
.pg-renova-reason__item-cnt-txt {
  min-height: 4em;
  text-align: left;
  font-size: min(1rem, 1.5094339623vw);
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__item-cnt-txt {
    min-height: initial;
    font-size: min(1rem, 3.2vw);
  }
}
.pg-renova-reason__partner-ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-ttl {
    margin-bottom: min(50px, 6.6666666667vw);
  }
}
.pg-renova-reason__partner-ttl-lead {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-ttl-lead {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-reason__partner-ttl-lead img {
  width: 100%;
  height: auto;
}
.pg-renova-reason__partner-ttl-txt {
  text-align: center;
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-ttl-txt {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-reason__partner-medal {
  margin-inline: auto;
  margin-bottom: min(40px, 3.7735849057vw);
  height: min(312px, 29.4339622642vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-medal {
    margin-bottom: min(60px, 8vw);
    height: auto;
  }
}
.pg-renova-reason__partner-medal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-medal img {
    height: auto;
    object-fit: unset;
  }
}
.pg-renova-reason__partner-point {
  display: flex;
  justify-content: space-between;
  gap: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-point {
    flex-direction: column;
    gap: min(30px, 4vw);
  }
}
.pg-renova-reason__partner-about {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: min(35px, 3.3018867925vw) min(30px, 2.8301886792vw) min(45px, 4.2452830189vw);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-about {
    padding: min(40px, 5.3333333333vw);
    width: 100%;
  }
}
.pg-renova-reason__partner-about-ttl {
  margin-bottom: min(30px, 2.8301886792vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-about-ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-reason__partner-about-ttl-lead {
  height: min(25px, 2.358490566vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-about-ttl-lead {
    height: min(31px, 4.1333333333vw);
  }
}
.pg-renova-reason__partner-about-ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-reason__partner-about-list {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  gap: min(15px, 1.4150943396vw);
  margin: auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-about-list {
    gap: min(20px, 2.6666666667vw);
  }
}
.pg-renova-reason__partner-about-item {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}
.pg-renova-reason__partner-about-item i {
  font-size: min(1.125rem, 1.6981132075vw);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-about-item i {
    font-size: min(1rem, 3.2vw);
  }
}
.pg-renova-reason__partner-about-item-lead {
  flex: 1;
  font-size: min(1.125rem, 1.6981132075vw);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .pg-renova-reason__partner-about-item-lead {
    font-size: min(1rem, 3.2vw);
  }
}
.pg-renova-trouble {
  padding-block: min(80px, 7.5471698113vw);
  background: #fff5ec;
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble {
    padding-block: min(80px, 10.6666666667vw);
  }
}
.pg-renova-trouble__ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-trouble__ttl-lead {
  height: min(124px, 11.6981132075vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__ttl-lead {
    height: min(210px, 28vw);
  }
}
.pg-renova-trouble__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-trouble__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__list {
    flex-direction: column;
    gap: min(30px, 4vw);
    margin-bottom: min(30px, 4vw);
  }
}
.pg-renova-trouble__item {
  width: calc((100% - min(20px, 1.8867924528vw)) / 2);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__item-ttl-lead img {
    width: 100%;
  }
}
.pg-renova-trouble__item-cnt {
  padding: min(20px, 1.8867924528vw) min(22px, 2.0754716981vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__item-cnt {
    padding: min(24px, 3.2vw);
  }
}
.pg-renova-trouble__item-cnt-thumb {
  margin-block: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__item-cnt-thumb {
    margin-block: min(30px, 4vw);
  }
}
.pg-renova-trouble__item-cnt-thumb img {
  width: 100%;
  height: auto;
}
.pg-renova-trouble__item-cnt-lead {
  display: inline-block;
  text-align: left;
  font-size: min(1.125rem, 1.6981132075vw);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__item-cnt-lead {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-trouble__item-cnt-txt {
  min-height: 4em;
  text-align: left;
  font-size: min(1.125rem, 1.6981132075vw);
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__item-cnt-txt {
    display: block;
    margin-inline: auto;
    width: fit-content;
    min-height: initial;
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-trouble__guide-caption {
  margin-bottom: min(40px, 3.7735849057vw);
  height: min(259px, 24.4339622642vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__guide-caption {
    height: min(52px, 6.9333333333vw);
  }
}
.pg-renova-trouble__guide-caption img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-trouble__guide-txt {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-trouble__guide-txt {
    font-size: min(0.9375rem, 2.9333333333vw);
  }
}
.pg-renova-menu {
  padding-block: 0 min(80px, 7.5471698113vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-menu {
    padding-block: 0 min(80px, 10.6666666667vw);
  }
}
.pg-renova-menu__ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-menu__ttl-lead {
  height: min(144px, 13.5849056604vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__ttl-lead {
    height: min(180px, 24vw);
  }
}
.pg-renova-menu__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__list {
    flex-direction: column;
    gap: min(30px, 4vw);
  }
}
.pg-renova-menu__item {
  width: calc((100% - min(20px, 1.8867924528vw)) / 2);
  background: #fff;
  box-shadow: 0 0 10px rgba(49, 49, 49, 0.3);
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__item {
    width: 100%;
  }
}
.pg-renova-menu__item-cnt {
  padding: min(30px, 2.8301886792vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__item-cnt {
    flex-direction: column;
    padding: min(30px, 4vw);
  }
}
.pg-renova-menu__item-cnt-thumb {
  margin-bottom: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__item-cnt-thumb {
    margin-bottom: min(30px, 4vw);
  }
}
.pg-renova-menu__item-cnt-thumb img {
  width: 100%;
  height: auto;
}
.pg-renova-menu__item-cnt-name {
  height: min(22px, 2.0754716981vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__item-cnt-name {
    height: min(30px, 4vw);
  }
}
.pg-renova-menu__item-cnt-name img {
  width: 100%;
  height: 100%;
  object-position: left;
  object-fit: contain;
}
.pg-renova-menu__item-cnt-lead {
  margin-top: min(20px, 1.8867924528vw);
  min-height: 4em;
  font-size: min(1rem, 1.5094339623vw);
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__item-cnt-lead {
    margin-top: min(30px, 4vw);
    min-height: initial;
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-menu__guide-caption {
  margin-bottom: min(40px, 3.7735849057vw);
  height: min(259px, 24.4339622642vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__guide-caption {
    height: min(52px, 6.9333333333vw);
  }
}
.pg-renova-menu__guide-caption img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-menu__guide-txt {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-menu__guide-txt {
    font-size: min(0.9375rem, 2.9333333333vw);
  }
}
.pg-renova-subsidy {
  padding-block: min(80px, 7.5471698113vw);
  background: #eee;
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy {
    padding-block: min(80px, 10.6666666667vw);
  }
}
.pg-renova-subsidy__ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-subsidy__ttl-lead {
  margin-bottom: min(30px, 2.8301886792vw);
  height: min(32px, 3.0188679245vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__ttl-lead {
    margin-bottom: min(40px, 5.3333333333vw);
    height: min(43px, 5.7333333333vw);
  }
}
.pg-renova-subsidy__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-subsidy__ttl-txt {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__ttl-txt {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-subsidy__list {
  display: flex;
  justify-content: space-between;
  gap: min(20px, 1.8867924528vw);
  margin-bottom: min(60px, 5.6603773585vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__list {
    flex-direction: column;
    gap: min(30px, 4vw);
    margin-bottom: min(80px, 10.6666666667vw);
  }
}
.pg-renova-subsidy__item {
  flex: 1;
  background: #fff;
  box-shadow: 0 0 10px rgba(49, 49, 49, 0.3);
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__item-ttl-lead img {
    width: 100%;
  }
}
.pg-renova-subsidy__item-cnt {
  padding: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__item-cnt {
    padding: min(30px, 4vw);
  }
}
.pg-renova-subsidy__item-cnt-thumb {
  margin-bottom: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__item-cnt-thumb {
    margin-bottom: min(30px, 4vw);
  }
}
.pg-renova-subsidy__item-cnt-thumb img {
  width: 100%;
  height: auto;
}
.pg-renova-subsidy__item-cnt-lead {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__item-cnt-lead {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-subsidy__guide-caption {
  margin-bottom: min(40px, 3.7735849057vw);
  height: min(259px, 24.4339622642vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__guide-caption {
    margin-bottom: min(60px, 8vw);
    height: min(316px, 42.1333333333vw);
  }
}
.pg-renova-subsidy__guide-caption img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-subsidy__guide-txt {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-subsidy__guide-txt {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-case {
  padding-block: 0 min(80px, 7.5471698113vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-case {
    padding-block: 0 min(80px, 10.6666666667vw);
  }
}
.pg-renova-case__ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-case__ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-case__ttl-lead {
  height: min(112px, 10.5660377358vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-case__ttl-lead {
    height: min(198px, 26.4vw);
  }
}
.pg-renova-case__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-case__item {
  display: flex;
  background: #fff;
  box-shadow: 0 0 10px rgba(49, 49, 49, 0.3);
}
@media screen and (max-width: 767px) {
  .pg-renova-case__item {
    flex-direction: column;
  }
}
.pg-renova-case__item + .pg-renova-case__item {
  margin-top: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-case__item + .pg-renova-case__item {
    margin-top: min(30px, 4vw);
  }
}
.pg-renova-case__item-thumb {
  width: min(460px, 43.3962264151vw);
  aspect-ratio: 46/26;
}
@media screen and (max-width: 767px) {
  .pg-renova-case__item-thumb {
    width: 100%;
    aspect-ratio: unset;
  }
}
.pg-renova-case__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pg-renova-case__item-thumb img {
    height: auto;
    object-fit: unset;
  }
}
.pg-renova-case__item-cnt {
  flex: 1;
  padding: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-case__item-cnt {
    padding: min(40px, 5.3333333333vw);
  }
}
.pg-renova-case__item-cnt-catch {
  margin-bottom: min(1rem, 1.5094339623vw);
  height: min(21px, 1.9811320755vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-case__item-cnt-catch {
    margin-bottom: min(30px, 4vw);
    height: min(29px, 3.8666666667vw);
  }
}
.pg-renova-case__item-cnt-catch img {
  width: 100%;
  height: 100%;
  object-position: left;
  object-fit: contain;
}
.pg-renova-case__item-cnt-lead {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-case__item-cnt-lead {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-case__item-cnt-lead + .pg-renova-case__item-cnt-lead {
  margin-top: min(0.25rem, 0.3773584906vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-case__item-cnt-lead + .pg-renova-case__item-cnt-lead {
    margin-top: min(0.25rem, 0.5333333333vw);
  }
}
.pg-renova-case__item-cnt-lead-label {
  font-weight: 800;
}
.pg-renova-voice {
  padding-block: min(80px, 7.5471698113vw);
  background: #eee;
}
@media screen and (max-width: 767px) {
  .pg-renova-voice {
    padding-block: min(80px, 10.6666666667vw);
  }
}
.pg-renova-voice__ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-voice__ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-voice__ttl-lead {
  height: min(32px, 3.0188679245vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-voice__ttl-lead {
    height: min(39px, 5.2vw);
  }
}
.pg-renova-voice__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-voice__item {
  box-shadow: 0 0 10px rgba(49, 49, 49, 0.3);
  background: #fff;
}
.pg-renova-voice__item + .pg-renova-voice__item {
  margin-top: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-voice__item + .pg-renova-voice__item {
    margin-top: min(30px, 4vw);
  }
}
.pg-renova-voice__item-head {
  display: flex;
  align-items: baseline;
  gap: 1em;
  padding: min(30px, 2.8301886792vw);
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pg-renova-voice__item-head {
    align-items: center;
    padding: min(40px, 5.3333333333vw) min(30px, 4vw);
  }
}
.pg-renova-voice__item-head-lead {
  flex: 1;
  font-size: min(1rem, 1.5094339623vw);
  font-weight: 800;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-voice__item-head-lead {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-voice__item-head::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "＋";
  margin-left: auto;
  width: min(1.625rem, 2.4528301887vw);
  aspect-ratio: 1;
  text-align: center;
  font-size: min(1.25rem, 1.8867924528vw);
  font-weight: 900;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg-renova-voice__item-head::after {
    width: min(1.125rem, 4.8vw);
    font-size: min(1.125rem, 3.7333333333vw);
    font-weight: 900;
  }
}
.pg-renova-voice__item-head.--active::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "-";
  padding-bottom: 0.25em;
  font-size: min(1.625rem, 2.4528301887vw);
  width: min(1.625rem, 2.4528301887vw);
  aspect-ratio: 1;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg-renova-voice__item-head.--active::after {
    font-size: min(1.125rem, 4.8vw);
    width: min(1.125rem, 4.8vw);
    font-weight: 900;
  }
}
.pg-renova-voice__item-cnt {
  display: flex;
  align-items: baseline;
  padding: min(30px, 2.8301886792vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-voice__item-cnt {
    padding: min(40px, 5.3333333333vw) min(30px, 4vw);
  }
}
.pg-renova-voice__item-cnt-lead {
  flex: 1;
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-voice__item-cnt-lead {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-voice__item-cnt-lead a {
  display: inline-block;
  border-bottom: 1px solid #0000dc;
  font-weight: 800;
  color: #0000dc;
}
.pg-renova-step {
  padding-block: 0 min(50px, 4.7169811321vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-step {
    padding-block: 0 min(40px, 5.3333333333vw);
  }
}
.pg-renova-step__ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-step__ttl {
    margin-bottom: min(30px, 4vw);
  }
}
.pg-renova-step__ttl-lead {
  height: min(113px, 10.6603773585vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-step__ttl-lead {
    height: min(137px, 18.2666666667vw);
  }
}
.pg-renova-step__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-step__item {
  display: flex;
  align-items: center;
  gap: min(45px, 4.2452830189vw);
  position: relative;
  padding-block: min(30px, 2.8301886792vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-step__item {
    align-items: flex-start;
    gap: min(30px, 4vw);
    padding: min(40px, 5.3333333333vw) min(20px, 2.6666666667vw);
  }
}
.pg-renova-step__item + .pg-renova-step__item {
  border-top: min(4px, 0.3773584906vw) solid #470f09;
}
@media screen and (max-width: 767px) {
  .pg-renova-step__item + .pg-renova-step__item {
    border-top: min(4px, 0.5333333333vw) solid #470f09;
  }
}
.pg-renova-step__item:not(:first-of-type)::after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: min(40px, 3.7735849057vw);
  aspect-ratio: 40/20;
  background: url(./images/step_arw_pc.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .pg-renova-step__item:not(:first-of-type)::after {
    width: min(40px, 5.3333333333vw);
  }
}
.pg-renova-step__item-icon {
  width: min(100px, 9.4339622642vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-step__item-icon {
    margin-top: min(30px, 4vw);
    width: min(100px, 13.3333333333vw);
  }
}
.pg-renova-step__item-about {
  flex: 1;
}
.pg-renova-step__item-about-caption {
  height: min(24px, 2.2641509434vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-step__item-about-caption {
    height: min(68px, 9.0666666667vw);
  }
}
.pg-renova-step__item-about-caption img {
  width: 100%;
  height: 100%;
  object-position: left;
  object-fit: contain;
}
.pg-renova-step__item-about-txt {
  margin-top: 0.75em;
  font-size: min(1.125rem, 1.6981132075vw);
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .pg-renova-step__item-about-txt {
    font-size: min(1rem, 3.4666666667vw);
    line-height: 1.4615384615;
  }
}
.pg-renova-promise {
  padding-block: min(60px, 5.6603773585vw);
  background: #eee;
}
@media screen and (max-width: 767px) {
  .pg-renova-promise {
    padding-block: min(80px, 10.6666666667vw);
  }
}
.pg-renova-promise__guide {
  padding: min(40px, 3.7735849057vw) min(30px, 2.8301886792vw);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__guide {
    padding: min(50px, 6.6666666667vw) min(40px, 5.3333333333vw) min(60px, 8vw);
  }
}
.pg-renova-promise__guide-ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__guide-ttl {
    margin-bottom: min(40px, 3.7735849057vw);
  }
}
.pg-renova-promise__guide-ttl-lead {
  height: min(26px, 2.4528301887vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__guide-ttl-lead {
    height: min(84px, 11.2vw);
  }
}
.pg-renova-promise__guide-ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-promise__guide-cnt-item {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}
.pg-renova-promise__guide-cnt-item + .pg-renova-promise__guide-cnt-item {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__guide-cnt-item + .pg-renova-promise__guide-cnt-item {
    margin-top: 0;
  }
}
.pg-renova-promise__guide-cnt-item i {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__guide-cnt-item i {
    font-size: min(1rem, 3.2vw);
    line-height: 2;
  }
}
.pg-renova-promise__guide-cnt-item-lead {
  flex: 1;
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__guide-cnt-item-lead {
    font-size: min(1rem, 3.2vw);
    line-height: 1.9166666667;
  }
}
.pg-renova-promise__area {
  margin-top: min(20px, 1.8867924528vw);
  padding: min(40px, 3.7735849057vw) min(30px, 2.8301886792vw);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__area {
    margin-top: min(30px, 4vw);
    margin-bottom: min(30px, 4vw);
    padding: min(50px, 6.6666666667vw) min(40px, 5.3333333333vw) min(60px, 8vw);
  }
}
.pg-renova-promise__area-ttl {
  margin-bottom: min(30px, 2.8301886792vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__area-ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-promise__area-ttl-lead {
  height: min(25px, 2.358490566vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__area-ttl-lead {
    height: min(35px, 4.6666666667vw);
  }
}
.pg-renova-promise__area-ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-promise__area-cnt-txt {
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__area-cnt-txt {
    font-size: min(1rem, 3.2vw);
    line-height: 1.9166666667;
  }
}
.pg-renova-promise__tel {
  position: relative;
  margin-inline: auto;
  margin-bottom: min(20px, 1.8867924528vw);
  width: min(540px, 50.9433962264vw);
  height: min(120px, 11.320754717vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__tel {
    width: min(670px, 89.3333333333vw);
    max-width: 100%;
    height: min(130px, 17.3333333333vw);
  }
}
.pg-renova-promise__tel-anc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: #cb0000;
  border-radius: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__tel-anc {
    border-radius: min(20px, 2.6666666667vw);
  }
}
.pg-renova-promise__tel-num {
  height: min(46px, 4.3396226415vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__tel-num {
    height: min(46px, 4.3396226415vw);
  }
}
.pg-renova-promise__tel-num img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-promise__tel-st {
  margin-top: min(14px, 1.320754717vw);
  font-size: min(16px, 1.5094339623vw);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-promise__tel-st {
    margin-top: min(14px, 1.8666666667vw);
    font-size: min(16px, 2.4vw);
  }
}
.pg-renova-promise__promise {
  text-align: center;
}
.pg-renova-promise__promise-list {
  display: inline-block;
}
.pg-renova-promise__promise-item {
  display: flex;
  align-items: baseline;
  gap: 1em;
  text-align: left;
}
.pg-renova-promise__promise-item-lead {
  font-size: min(16px, 1.5094339623vw);
  line-height: 2;
}
.pg-renova-faq {
  padding-bottom: min(80px, 7.5471698113vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-faq {
    padding-bottom: min(80px, 10.6666666667vw);
  }
}
.pg-renova-faq__ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-faq__ttl-lead {
  height: min(110px, 10.3773584906vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__ttl-lead {
    height: min(140px, 18.6666666667vw);
  }
}
.pg-renova-faq__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-faq__item {
  box-shadow: 0 0 10px rgba(49, 49, 49, 0.3);
  background: #fff;
}
.pg-renova-faq__item + .pg-renova-faq__item {
  margin-top: min(20px, 1.8867924528vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__item + .pg-renova-faq__item {
    margin-top: min(30px, 4vw);
  }
}
.pg-renova-faq__item-head {
  display: flex;
  align-items: baseline;
  gap: 0;
  padding: min(30px, 2.8301886792vw);
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__item-head {
    align-items: baseline;
    padding: min(40px, 5.3333333333vw) min(30px, 4vw);
  }
}
.pg-renova-faq__item-head::before {
  content: "Q.";
  width: min(1.875rem, 2.8301886792vw);
  font-size: min(1.375rem, 2.0754716981vw);
  font-weight: 600;
  line-height: 2;
  color: #000;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__item-head::before {
    width: min(2.375rem, 8vw);
    font-size: min(1.25rem, 4.2666666667vw);
  }
}
.pg-renova-faq__item-head-lead {
  flex: 1;
  font-size: min(1rem, 1.5094339623vw);
  font-weight: 800;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__item-head-lead {
    font-size: min(1rem, 3.4666666667vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-faq__item-head::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "＋";
  margin-left: auto;
  width: min(1.625rem, 2.4528301887vw);
  aspect-ratio: 1;
  text-align: center;
  font-size: min(1.25rem, 1.8867924528vw);
  font-weight: 900;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__item-head::after {
    width: min(1.125rem, 4.8vw);
    font-size: min(1.125rem, 3.7333333333vw);
    font-weight: 900;
  }
}
.pg-renova-faq__item-head.--active::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "-";
  padding-bottom: 0.25em;
  font-size: min(1.625rem, 2.4528301887vw);
  width: min(1.625rem, 2.4528301887vw);
  aspect-ratio: 1;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__item-head.--active::after {
    font-size: min(1.125rem, 4.8vw);
    width: min(1.125rem, 4.8vw);
    font-weight: 900;
  }
}
.pg-renova-faq__item-cnt {
  display: flex;
  align-items: baseline;
  padding: min(30px, 2.8301886792vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__item-cnt {
    padding: min(40px, 5.3333333333vw) min(30px, 4vw);
  }
}
.pg-renova-faq__item-cnt-txt {
  flex: 1;
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg-renova-faq__item-cnt-txt {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-faq__item-cnt-txt a {
  display: inline;
  border-bottom: 1px solid #0000dc;
  color: #0000dc;
}
.pg-renova-contact__head {
  padding-block: min(60px, 5.6603773585vw);
  background: #eee;
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__head {
    padding-block: min(80px, 10.6666666667vw);
  }
}
.pg-renova-contact__head-ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__head-ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-contact__head-ttl-lead {
  height: min(32px, 3.0188679245vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__head-ttl-lead {
    height: min(97px, 12.9333333333vw);
  }
}
.pg-renova-contact__head-ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-contact__form {
  padding-block: 0 min(60px, 5.6603773585vw);
  background: #eee;
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__form {
    padding-block: 0 min(60px, 8vw);
  }
}
.pg-renova-contact__form-inr {
  padding-inline: min(40px, 3.7735849057vw);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__form-inr {
    padding-inline: min(40px, 5.3333333333vw);
  }
}
.pg-renova-contact__guide {
  padding: min(40px, 3.7735849057vw);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__guide {
    padding: min(60px, 8vw) min(40px, 5.3333333333vw);
  }
}
.pg-renova-contact__guide-ttl {
  margin-bottom: min(26px, 2.4528301887vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__guide-ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-contact__guide-ttl-lead {
  height: min(27px, 2.5471698113vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__guide-ttl-lead {
    height: min(36px, 4.8vw);
  }
}
.pg-renova-contact__guide-ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-contact__tel {
  position: relative;
  margin-inline: auto;
  margin-bottom: min(20px, 1.8867924528vw);
  width: min(540px, 50.9433962264vw);
  height: min(120px, 11.320754717vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__tel {
    margin-bottom: min(16px, 2.1333333333vw);
    width: min(590px, 78.6666666667vw);
    max-width: 100%;
    height: min(170px, 22.6666666667vw);
  }
}
.pg-renova-contact__tel-anc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: #cb0000;
  border-radius: min(20px, 1.8867924528vw);
  box-shadow: 0 0 10px rgba(49, 49, 49, 0.3);
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__tel-anc {
    border-radius: min(20px, 2.6666666667vw);
  }
}
.pg-renova-contact__tel-num {
  height: min(46px, 4.3396226415vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__tel-num {
    height: min(46px, 6.1333333333vw);
  }
}
.pg-renova-contact__tel-num img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-contact__tel-st {
  margin-top: min(14px, 1.320754717vw);
  font-size: min(1rem, 1.5094339623vw);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__tel-st {
    margin-top: min(10px, 1.3333333333vw);
    font-size: min(0.875rem, 2.9333333333vw);
  }
}
.pg-renova-contact__promise {
  text-align: center;
}
.pg-renova-contact__promise-list {
  display: inline-block;
}
.pg-renova-contact__promise-item {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
  text-align: left;
}
.pg-renova-contact__promise-item i {
  font-size: min(16px, 1.5094339623vw);
  line-height: 1;
  color: #470f09;
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__promise-item i {
    font-size: min(1rem, 3.2vw);
    line-height: 2;
  }
}
.pg-renova-contact__promise-item-lead {
  font-size: min(16px, 1.5094339623vw);
  line-height: 1.75;
  color: #470f09;
}
@media screen and (max-width: 767px) {
  .pg-renova-contact__promise-item-lead {
    font-size: min(1rem, 3.2vw);
    line-height: 2;
  }
}
.pg-renova-event {
  padding-block: min(45px, 4.2452830189vw) min(130px, 12.2641509434vw);
  background: #fff5ec;
}
@media screen and (max-width: 767px) {
  .pg-renova-event {
    padding-block: min(40px, 5.3333333333vw) min(140px, 18.6666666667vw);
  }
}
.pg-renova-event__ttl {
  margin-bottom: min(40px, 3.7735849057vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-event__ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.pg-renova-event__ttl-lead {
  height: min(150px, 14.1509433962vw);
}
@media screen and (max-width: 767px) {
  .pg-renova-event__ttl-lead {
    height: min(202px, 26.9333333333vw);
  }
}
.pg-renova-event__ttl-lead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-renova-event__cnt {
  text-align: center;
}
.pg-renova-event__cnt-lead {
  display: inline-block;
  text-align: left;
  font-size: min(1rem, 1.5094339623vw);
  line-height: 2;
  color: #470f09;
}
@media screen and (max-width: 767px) {
  .pg-renova-event__cnt-lead {
    font-size: min(1rem, 3.2vw);
    line-height: 1.5833333333;
  }
}
.pg-renova-event__cnt-lead-label {
  font-weight: 800;
}
.pg-renova-event__cnt-link {
  display: inline-block;
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
}

.pg-reform-fix {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .pg-reform-fix {
    padding-inline: min(40px, 5.3333333333vw);
  }
}
.pg-reform-fix__btn {
  margin-inline: auto;
  width: 100%;
  max-width: min(650px, 61.320754717vw);
  height: min(80px, 7.5471698113vw);
}
@media screen and (max-width: 767px) {
  .pg-reform-fix__btn {
    max-width: min(670px, 89.3333333333vw);
    height: min(100px, 13.3333333333vw);
  }
}
.pg-reform-fix__btn-anc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 min(45px, 4.2452830189vw);
  padding-inline: min(30px, 2.8301886792vw);
  width: 100%;
  height: 100%;
  background: #cb0000;
  border-radius: min(20px, 1.8867924528vw) min(20px, 1.8867924528vw) 0 0;
}
@media screen and (max-width: 767px) {
  .pg-reform-fix__btn-anc {
    gap: 0 min(30px, 4vw);
    padding-inline: min(30px, 4vw);
    border-radius: min(20px, 2.6666666667vw) min(20px, 2.6666666667vw) 0 0;
  }
}
.pg-reform-fix__btn-st {
  font-size: min(1.5rem, 2.2641509434vw);
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg-reform-fix__btn-st {
    font-size: min(1.125rem, 3.7333333333vw);
  }
}
.pg-reform-fix__btn-none {
  display: block;
  width: min(20px, 1.8867924528vw);
  aspect-ratio: 20/26;
}
@media screen and (max-width: 767px) {
  .pg-reform-fix__btn-none {
    width: min(20px, 2.6666666667vw);
  }
}
.pg-reform-fix__btn-icon {
  display: block;
  width: min(18px, 1.6981132075vw);
  aspect-ratio: 18/21;
  background: url(./images/cta_arw_pc.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .pg-reform-fix__btn-icon {
    width: min(20px, 2.6666666667vw);
  }
}

/*# sourceMappingURL=renovation.css.map */
