.hp-fv {
  aspect-ratio: 1920 / 628;
  position: relative;
}

.hp-fv-bg {
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0 と同義 */
  background: url("../../img/hp/suggest-fv.png") center center/cover no-repeat;
  clip-path: inset(0 100% 0 0); /* 初期状態：右100%カット */
  animation: revealFromLeft 1s ease-out forwards;
}

@keyframes revealFromLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

.hp-fv-title {
  position: absolute;
  bottom: 20%;
  left: 5%;
  color: #0eaed0;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  white-space: nowrap;
}

.hp-suggest-risk {
  padding: 9.764% 0 0;
  padding-bottom: 7.3499%;
  position: relative;
}

.hp-suggest-risk-container {
  width: 100%;
}

.hp-suggest-risk-text {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 4.2%;
}

.hp-suggest-risk-title {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.65;
  margin-bottom: 7.183%;
  color: #0eaed0;
}

.hp-suggest-risk-text > p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 3;
  color: #272727;
}

.hp-suggest-risk-img {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hp-suggest-risk-bg {
  position: absolute;
  width: 100%;
}

@media (min-width: 769px) {
  .scrolling-bg-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: auto;
    position: absolute;
    width: 100%;
    top: 9%;
  }

  .scrolling-bg-wrapper {
    display: flex;
    gap: 2rem; /* ← 画像間のスペース */
    animation: scroll-left 20s linear infinite;
  }

  .scrolling-bg-wrapper img {
    flex-shrink: 0;
    width: 100vw;
    height: auto;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100vw - 2rem));
    }
  }
}

.hp-suggest-risk-bg2 {
  position: absolute;
  width: 32.704%;
  bottom: -2%;
  z-index: 1;
}

.hp-suggest-power-conditioner {
  background-color: #eef8fa;
  width: 100%;
  padding-top: 6.3%;
  padding-bottom: 5.25%;
}

.hp-suggest-power-conditioner-container > h3 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #0eaed0;
  width: 95%;
  max-width: 1267px;
  margin: 0 auto 4.2%;
  text-align: left;
}

.hp-suggest-power-conditioner-container > h4 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #272727;
  width: 95%;
  max-width: 1267px;
  margin: 0 auto 4.2%;
}

.hp-suggest-power-conditioner-text-container {
  width: 95%;
  max-width: 1267px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hp-suggest-power-conditioner-text {
  width: 50%;
}

.hp-suggest-power-conditioner-text > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 3;
  color: #272727;
}

.hp-suggest-power-conditioner-img {
  width: 45.225%;
}

.hp-suggest-reconsideration {
  width: 100%;
  margin-top: 6.3%;
  margin-bottom: 6.3%;
}

.hp-suggest-reconsideration-container {
  background: linear-gradient(
    to right,
    rgb(2, 155, 212) 0%,
    rgb(2, 179, 230) 100%
  );
  position: relative;
  width: 90%;
  max-width: 1510px;
  margin: 0 0 0 auto;
  border-radius: 20px 0 0 20px;
  padding-top: 6.3%;
  padding-bottom: 6.877%;
}

.hp-suggest-reconsideration-text {
  width: 95%;
  max-width: 880px;
  margin: 0 2.6% 0 auto;
  color: #fff;
}

.hp-suggest-reconsideration-text > h3 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 10.93%;
}

.hp-suggest-reconsideration-text > h4 {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 6.819%;
}

.hp-suggest-reconsideration-text > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
}

.hp-suggest-reconsideration-img {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 45.7%;
  transform: translateY(-50%);
}

.hp-about-know-how-text {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 6.3%;
  background: url(../../img/hp/about-know-how-img.png) center center/cover no-repeat;
  position: relative;
  aspect-ratio: 1100 / 294;
  clip-path: inset(0 100% 0 0); /* ← 初期状態：右側100%隠す */
}

.hp-about-know-how-text > span {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 1500px) {
  .hp-fv-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .hp-fv-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .hp-fv-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1014px) {
  .hp-suggest-power-conditioner-container > h3 {
    font-size: 68px;
  }

  .hp-suggest-power-conditioner-container > h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1680px) {
  .hp-suggest-reconsideration-text {
    width: 55%;
  }
  .hp-suggest-reconsideration-text > h3 {
    font-size: 70px;
  }
}

@media screen and (max-width: 1300px) {
  .hp-suggest-reconsideration-text > h3 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .hp-suggest-reconsideration-text > h3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 920px) {
  .hp-suggest-reconsideration-text > h3 {
    font-size: 41px;
  }
}

@media screen and (max-width: 768px) {
  .hp-fv {
    /* background: url("../../img/hp/sp/suggest-fv.png") center center/cover no-repeat; */
    aspect-ratio: 750 / 389;
  }

  .hp-fv-bg {
    background: url("../../img/hp/sp/suggest-fv.png") center center/cover no-repeat;
  }



  .hp-fv-title {
    left: 5%;
    font-size: 30px;
  }

  .hp-suggest-risk {
    padding: 13.2% 0 0;
    padding-bottom: 7.3499%;
    position: relative;
  }

  .hp-suggest-risk-text {
    width: 95%;
    margin: 0 auto 13.607%;
  }

  .hp-suggest-risk-title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 14.323%;
  }

  .hp-suggest-risk-text > p {
    font-size: 26px;
    line-height: 2.69;
  }

  .hp-suggest-risk-img {
    max-width: 672px;
  }

  .hp-suggest-risk-bg {
    position: absolute;
    width: 69.4%;
    top: -2%;
    left: 50%;
    transform: translateX(-50%);
  }

  .hp-suggest-risk-bg2 {
    position: absolute;
    width: 55%;
    bottom: -2%;
    z-index: 1;
  }

  .hp-suggest-power-conditioner {
    padding-top: 16.327%;
    padding-bottom: 16.327%;
  }

  .hp-suggest-power-conditioner-container > h3 {
    line-height: 0.89;
    max-width: 650px;
    margin: 0 auto 10.886%;
  }

  .hp-suggest-power-conditioner-container > h4 {
    max-width: 650px;
    margin: 0 auto 9.66%;
  }

  .hp-suggest-power-conditioner-text-container {
    max-width: 650px;
    flex-direction: column;
  }

  .hp-suggest-power-conditioner-text {
    width: 100%;
  }

  .hp-suggest-power-conditioner-text > p {
    font-size: 26px;
    line-height: 2.5;
    margin-bottom: 5%;
  }

  .hp-suggest-power-conditioner-img {
    width: 100%;
  }

  .hp-suggest-reconsideration {
    margin-top: 16.327%;
    margin-bottom: 57.96%;
  }

  .hp-suggest-reconsideration-container {
    width: 96%;
    max-width: 710px;
    padding-top: 17.415%;
    padding-bottom: 51.022%;
  }

  .hp-suggest-reconsideration-text {
    width: 98%;
    max-width: 660px;
    margin: 0 1% 0 auto;
    color: #fff;
  }

  .hp-suggest-reconsideration-text > h3 {
    font-size: 70px;
    margin-bottom: 12.88%;
  }

  .hp-suggest-reconsideration-text > h4 {
    margin-bottom: 12.123%;
  }

  .hp-suggest-reconsideration-text > p {
    font-size: 26px;
    line-height: 2.5;
  }

  .hp-suggest-reconsideration-img {
    position: absolute;
    top: 74%;
    left: -5%;
    width: 100.625%;
    transform: initial;
  }

  .hp-about-know-how-text {
    max-width: 670px;
    margin-bottom: 16.327%;
    background: url(../../img/hp/sp/about-know-how-img.png) center center/cover
      no-repeat;
    aspect-ratio: 670 / 220;
  }

  .hp-about-know-how-text > span {
    left: 6%;
    font-size: 28px;
    line-height: 1.79;
  }
}

@media screen and (max-width: 680px) {
  .hp-fv-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 550px) {
  .hp-fv-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 460px) {
  .hp-fv-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 590px) {
  .hp-suggest-risk-title {
    font-size: 26px;
  }

  .hp-suggest-risk-text > p {
    font-size: 20px;
  }
}

@media screen and (max-width: 460px) {
  .hp-suggest-risk-title {
    font-size: 22px;
  }

  .hp-suggest-risk-text > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 698px) {
  .hp-suggest-power-conditioner-container > h3 {
    font-size: 58px;
  }

  .hp-suggest-power-conditioner-container > h4 {
    font-size: 20px;
  }

  .hp-suggest-power-conditioner-text > p {
    font-size: 18px;
  }
}

@media screen and (max-width: 490px) {
  .hp-suggest-power-conditioner-container > h3 {
    font-size: 48px;
  }

  .hp-suggest-power-conditioner-container > h4 {
    font-size: 18px;
  }

  .hp-suggest-power-conditioner-text > p {
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  .hp-suggest-reconsideration-text > h3 {
    font-size: 60px;
  }

  .hp-suggest-reconsideration-text > h4 {
    font-size: 22px;
  }

  .hp-suggest-reconsideration-text > p {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
  .hp-suggest-reconsideration-text > h3 {
    font-size: 45px;
  }

  .hp-suggest-reconsideration-text > h4 {
    font-size: 22px;
  }

  .hp-suggest-reconsideration-text > p {
    font-size: 22px;
  }
}

@media screen and (max-width: 540px) {
  .hp-suggest-reconsideration-text > h3 {
    font-size: 35px;
  }

  .hp-suggest-reconsideration-text > h4 {
    font-size: 18px;
  }

  .hp-suggest-reconsideration-text > p {
    font-size: 18px;
  }
}

@media screen and (max-width: 440px) {
  .hp-suggest-reconsideration-text > h3 {
    font-size: 30px;
  }

  .hp-suggest-reconsideration-text > h4 {
    font-size: 15px;
  }

  .hp-suggest-reconsideration-text > p {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .hp-about-know-how-text > span {
    font-size: 16px;
  }
}
