@charset "UTF-8";
#repowering-page {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  #repowering-page {
    padding-top: 60px;
  }
}
#repowering-page .wrap {
  max-width: 1000px;
}
#repowering-page .top-mv {
  background-image: url(../img/repowering/top-mv-bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 900px;
  width: 100%;
  padding: 70px 0 0 0;
}
#repowering-page .top-mv .top-mv-title {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  padding: 25px 0 20px 0;
  text-align: center;
}
#repowering-page .top-mv .top-mv-title .top-mv-title-corner {
  position: absolute;
  width: 35px;
  height: 35px;
}
#repowering-page .top-mv .top-mv-title .top-mv-title-corner.top-left {
  top: 0;
  left: 0;
  border-top: 7px solid #fff;
  border-left: 7px solid #fff;
}
#repowering-page .top-mv .top-mv-title .top-mv-title-corner.top-right {
  top: 0;
  right: 0;
  border-top: 7px solid #ffffff;
  border-right: 7px solid #fff;
}
#repowering-page .top-mv .top-mv-title .top-mv-title-corner.bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 7px solid #fff;
  border-right: 7px solid #fff;
}
#repowering-page .top-mv .top-mv-title .top-mv-title-corner.bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid #fff;
}
#repowering-page .top-mv .top-mv-title .top-mv-title-sub {
  font-size: 96px;
  font-weight: 600;
  line-height: 1.271;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
#repowering-page .top-mv .top-mv-title .top-mv-title-sub-text {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.7631578947;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
#repowering-page .top-mv .top-mv-achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-bottom: 60px;
}
#repowering-page .top-mv .top-mv-achievements-left {
  width: 100%;
  max-width: 180px;
}
#repowering-page .top-mv .top-mv-achievements-right-text {
  text-align: center;
  margin-bottom: 22px;
}
#repowering-page .top-mv .top-mv-achievements-right-text p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5416666667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
#repowering-page .top-mv .top-mv-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
#repowering-page .top-mv .top-mv-button {
  width: 100%;
  max-width: 336px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
#repowering-page .top-mv .top-mv-button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(255, 255, 255, 0.8);
          box-shadow: 0 4px 15px rgba(255, 255, 255, 0.8);
}
#repowering-page .top-mv .consultation {
  background-color: #ff8d00;
}
#repowering-page .top-mv .consultation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 55px;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background-image: url(../img/repowering/tel-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#repowering-page .top-mv .information {
  background-color: #20a13b;
}
#repowering-page .top-mv .information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 65px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 24px;
  background-image: url(../img/repowering/file-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#repowering-page .top-mv .top-mv-bottom {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  #repowering-page .top-mv {
    padding: 60px 50px 0 50px;
    height: 750px;
  }
  #repowering-page .top-mv .top-mv-title {
    max-width: 750px;
    margin: 0 auto 30px auto;
  }
  #repowering-page .top-mv .top-mv-title .top-mv-title-sub {
    font-size: 60px;
    line-height: 1.25;
  }
  #repowering-page .top-mv .top-mv-title .top-mv-title-sub-text {
    font-size: 20px;
    line-height: 1.5416666667;
  }
  #repowering-page .top-mv .top-mv-achievements-left {
    max-width: 150px;
  }
  #repowering-page .top-mv .top-mv-achievements-right-img {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  #repowering-page .top-mv .top-mv-achievements-right-text p {
    font-size: 18px;
    line-height: 2.0555555556;
  }
  #repowering-page .top-mv .consultation::before {
    left: 25px;
    width: 26px;
    height: 26px;
  }
  #repowering-page .top-mv .information::before {
    left: 25px;
    width: 18px;
    height: 24px;
  }
}
@media (max-width: 1000px) {
  #repowering-page .top-mv .top-mv-button {
    font-size: 20px;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  #repowering-page {
    overflow: hidden;
  }
  #repowering-page .top-mv {
    background-image: url(../img/repowering/top-mv-bg-sp.jpg);
    height: 400px;
    padding: 20px 15px 0 15px;
  }
  #repowering-page .top-mv .top-mv-title {
    width: 92%;
    padding: 15px 0 10px 0;
    margin: 0px auto 15px auto;
  }
  #repowering-page .top-mv .top-mv-title .top-mv-title-sub {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #repowering-page .top-mv .top-mv-title .top-mv-title-sub-text {
    font-size: 12px;
  }
  #repowering-page .top-mv .top-mv-title .top-mv-title-corner {
    width: 15px;
    height: 15px;
  }
  #repowering-page .top-mv .top-mv-title .top-mv-title-corner.top-left {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    margin-left: -10px;
  }
  #repowering-page .top-mv .top-mv-title .top-mv-title-corner.top-right {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #fff;
    margin-right: -10px;
  }
  #repowering-page .top-mv .top-mv-title .top-mv-title-corner.bottom-right {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-right: -10px;
  }
  #repowering-page .top-mv .top-mv-title .top-mv-title-corner.bottom-left {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    margin-left: -10px;
  }
  #repowering-page .top-mv .top-mv-achievements {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0 4px;
    margin-bottom: 20px;
  }
  #repowering-page .top-mv .top-mv-achievements-left {
    max-width: 65px;
  }
  #repowering-page .top-mv .top-mv-achievements-right {
    display: contents;
  }
  #repowering-page .top-mv .top-mv-achievements-right-img {
    max-width: 265px;
    margin: unset;
  }
  #repowering-page .top-mv .top-mv-achievements-right-text {
    margin-top: 5px;
  }
  #repowering-page .top-mv .top-mv-achievements-right-text p {
    font-size: 12px;
  }
  #repowering-page .top-mv .top-mv-button-wrap {
    gap: 10px;
    margin-bottom: 30px;
  }
  #repowering-page .top-mv .top-mv-button {
    max-width: 160px;
    height: 33px;
    font-size: 12px;
    border-radius: 3px;
  }
  #repowering-page .top-mv .consultation::before {
    background-image: url(../img/repowering/tel-icon-sp.png);
    width: 16px;
    height: 16px;
    left: 24px;
  }
  #repowering-page .top-mv .information::before {
    width: 16px;
    height: 16px;
    left: 26px;
  }
  #repowering-page .top-mv .top-mv-bottom {
    max-width: 350px;
  }
}
#repowering-page .worries {
  padding: 230px 0 0;
  background-color: #f1f1f1;
  position: relative;
}
#repowering-page .worries::after {
  content: "";
  display: block;
  width: 100%;
  height: 85px;
  background-color: #f1f1f1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
}
#repowering-page .worries .worries-title {
  text-align: center;
  margin-bottom: 65px;
}
#repowering-page .worries .worries-title h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
#repowering-page .worries .worries-content-wrap {
  position: relative;
  height: 475px;
}
#repowering-page .worries .worries-content-img {
  width: 100%;
  max-width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#repowering-page .worries .worries-content-fukidashi {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
#repowering-page .worries .worries-content-fukidashi p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4090909091;
}
#repowering-page .worries .worries-content-fukidashi span {
  color: #20a13b;
}
@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(20px);
            transform: scale(0.5) translateY(20px);
  }
  60% {
    -webkit-transform: scale(1.1) translateY(-10px);
            transform: scale(1.1) translateY(-10px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(20px);
            transform: scale(0.5) translateY(20px);
  }
  60% {
    -webkit-transform: scale(1.1) translateY(-10px);
            transform: scale(1.1) translateY(-10px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
#repowering-page .worries .fukidashi-01 {
  background-image: url(../img/repowering/worries-fukidashi01.png);
  width: 330px;
  height: 130px;
  top: 30px;
  left: 0;
  padding-right: 20px;
}
#repowering-page .worries .fukidashi-01.active {
  -webkit-animation: popIn 0.3s ease-out forwards;
          animation: popIn 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#repowering-page .worries .fukidashi-02 {
  background-image: url(../img/repowering/worries-fukidashi02.png);
  width: 330px;
  height: 130px;
  top: 30px;
  right: 0;
  padding-left: 20px;
}
#repowering-page .worries .fukidashi-02.active {
  -webkit-animation: popIn 0.3s ease-out forwards;
          animation: popIn 0.3s ease-out forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#repowering-page .worries .fukidashi-03 {
  background-image: url(../img/repowering/worries-fukidashi03.png);
  width: 330px;
  height: 130px;
  top: 190px;
  left: 0;
  padding-right: 20px;
}
#repowering-page .worries .fukidashi-03.active {
  -webkit-animation: popIn 0.3s ease-out forwards;
          animation: popIn 0.3s ease-out forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#repowering-page .worries .fukidashi-04 {
  background-image: url(../img/repowering/worries-fukidashi04.png);
  width: 330px;
  height: 130px;
  top: 190px;
  right: 0;
  padding-left: 20px;
}
#repowering-page .worries .fukidashi-04.active {
  -webkit-animation: popIn 0.3s ease-out forwards;
          animation: popIn 0.3s ease-out forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#repowering-page .worries .fukidashi-05 {
  background-image: url(../img/repowering/worries-fukidashi05.png);
  width: 420px;
  height: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 25px;
}
#repowering-page .worries .fukidashi-05.active {
  -webkit-animation: popIn 0.3s ease-out forwards;
          animation: popIn 0.3s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 1200px) {
  #repowering-page .worries .worries-title {
    margin-bottom: min(5.4166666667vw, 65px);
  }
  #repowering-page .worries .worries-title h2 {
    font-size: min(4vw, 48px);
  }
  #repowering-page .worries .worries-content-wrap {
    height: min(39.5833333333vw, 475px);
  }
  #repowering-page .worries .worries-content-img {
    max-width: min(26.6666666667vw, 320px);
  }
  #repowering-page .worries .worries-content-fukidashi p {
    font-size: min(1.8333333333vw, 22px);
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-01 {
    width: min(27.5vw, 330px);
    height: min(10.8333333333vw, 130px);
    top: min(2.5vw, 30px);
    padding-right: min(1.6666666667vw, 20px);
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-02 {
    width: min(27.5vw, 330px);
    height: min(10.8333333333vw, 130px);
    top: min(2.5vw, 30px);
    padding-left: min(1.6666666667vw, 20px);
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-03 {
    width: min(27.5vw, 330px);
    height: min(10.8333333333vw, 130px);
    top: min(15.8333333333vw, 190px);
    padding-right: min(1.6666666667vw, 20px);
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-04 {
    width: min(27.5vw, 330px);
    height: min(10.8333333333vw, 130px);
    top: min(15.8333333333vw, 190px);
    padding-left: min(1.6666666667vw, 20px);
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-05 {
    width: min(35vw, 420px);
    height: min(12.5vw, 150px);
    padding-top: min(2.0833333333vw, 25px);
  }
}
@media (max-width: 767px) {
  #repowering-page .worries {
    padding: 170px 0 30px;
  }
  #repowering-page .worries::after {
    height: 40px;
    bottom: -40px;
  }
  #repowering-page .worries .worries-title h2 {
    font-size: 25px;
  }
  #repowering-page .worries .worries-content-img {
    max-width: 160px;
    top: unset;
    bottom: -10px;
    z-index: 1;
  }
  #repowering-page .worries .worries-content-wrap {
    height: 350px;
  }
  #repowering-page .worries .worries-content-fukidashi p {
    font-size: 12px;
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-01 {
    background-image: url(../img/repowering/worries-fukidashi01-sp.png);
    width: 170px;
    height: 70px;
    top: 0;
    padding-right: 0;
    padding-bottom: 5px;
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-02 {
    background-image: url(../img/repowering/worries-fukidashi02-sp.png);
    width: 151px;
    height: 70px;
    padding-left: 0;
    padding-bottom: 5px;
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-03 {
    background-image: url(../img/repowering/worries-fukidashi03-sp.png);
    width: 150px;
    height: 70px;
    top: unset;
    bottom: 135px;
    padding-right: 0;
    padding-bottom: 5px;
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-04 {
    background-image: url(../img/repowering/worries-fukidashi04-sp.png);
    width: 165px;
    height: 70px;
    top: unset;
    bottom: 130px;
    padding-left: 0;
    padding-bottom: 5px;
  }
  #repowering-page .worries .worries-content-fukidashi.fukidashi-05 {
    background-image: url(../img/repowering/worries-fukidashi05-sp.png);
    width: 345px;
    height: 65px;
    padding-top: 0;
    padding-bottom: 8px;
    bottom: unset;
    top: 80px;
    left: -5px;
  }
}
#repowering-page .solution {
  padding: 90px 0 70px;
  background-color: #d3edae;
}
#repowering-page .solution .solution-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
#repowering-page .solution .solution-title h2 {
  font-size: 38px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  line-height: 1.9;
}
#repowering-page .solution .solution-title span {
  font-size: 56px;
  color: #20a13b;
  display: inline-block;
  position: relative;
  line-height: 0.6;
  background-color: #fff;
}
#repowering-page .solution .solution-title-img {
  width: 100%;
  max-width: 250px;
}
#repowering-page .solution .solution-content-wrap {
  background-color: #fff;
  margin-top: -15px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px 0 70px 0;
}
#repowering-page .solution .solution-content-title {
  text-align: center;
  margin-bottom: 60px;
}
#repowering-page .solution .solution-content-title h3 {
  font-size: 47px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: #000;
}
#repowering-page .solution .solution-content-title span {
  color: #20a13b;
}
#repowering-page .solution .solution-content-title p {
  font-size: 22px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 600;
  color: #000;
}
#repowering-page .solution .solution-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#repowering-page .solution .solution-content-flex-item {
  position: relative;
}
#repowering-page .solution .solution-content-flex-item:nth-child(1), #repowering-page .solution .solution-content-flex-item:nth-child(2) {
  position: relative;
  left: 5px;
}
#repowering-page .solution .solution-content-flex-item-number {
  font-size: 50px;
  font-family: "century-gothic", sans-serif;
  font-weight: 600;
  color: #20a13b;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: auto;
}
#repowering-page .solution .solution-content-flex-item-img {
  max-width: 280px;
  margin: 0 auto 20px auto;
}
#repowering-page .solution .solution-content-flex-item-text {
  text-align: center;
}
#repowering-page .solution .solution-content-flex-item-text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6111111111;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 1200px) {
  #repowering-page .solution .solution-title-img {
    max-width: 180px;
  }
  #repowering-page .solution .solution-title h2 {
    font-size: 28px;
  }
  #repowering-page .solution .solution-title span {
    font-size: 46px;
  }
  #repowering-page .solution .solution-content-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media (max-width: 767px) {
  #repowering-page .solution {
    padding: 50px 0 40px;
  }
  #repowering-page .solution .solution-title-img {
    max-width: 135px;
  }
  #repowering-page .solution .solution-title {
    gap: 10px;
  }
  #repowering-page .solution .solution-title h2 {
    font-size: 19px;
    line-height: 1;
  }
  #repowering-page .solution .solution-title span {
    font-size: 30px;
    margin: 15px 0;
  }
  #repowering-page .solution .solution-content-wrap {
    margin-top: -2px;
    padding: 25px 0 20px;
  }
  #repowering-page .solution .solution-content-title {
    margin-bottom: 25px;
  }
  #repowering-page .solution .solution-content-title h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #repowering-page .solution .solution-content-title p {
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 0 20px;
  }
  #repowering-page .solution .solution-content-flex {
    gap: 10px;
  }
  #repowering-page .solution .solution-content-flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 85%;
    gap: 10px;
  }
  #repowering-page .solution .solution-content-flex-item:nth-child(1), #repowering-page .solution .solution-content-flex-item:nth-child(2) {
    left: 0;
  }
  #repowering-page .solution .solution-content-flex-item-img {
    max-width: 100px;
    margin: 0;
  }
  #repowering-page .solution .solution-content-flex-item-number {
    font-size: 29px;
    top: -10px;
    left: 0px;
  }
  #repowering-page .solution .solution-content-flex-item-text {
    text-align: left;
  }
  #repowering-page .solution .solution-content-flex-item-text p {
    font-size: 13px;
  }
}
#repowering-page .refort {
  padding: 110px 0 110px 0;
}
#repowering-page .refort .refort-ttl {
  text-align: center;
  margin-bottom: 90px;
}
#repowering-page .refort h2 {
  font-size: 47px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
#repowering-page .refort h2 span {
  color: #20a13b;
  position: relative;
}
#repowering-page .refort h2 span::before {
  content: "リフォート";
  display: block;
  color: #20a13b;
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  margin: auto;
  width: 200px;
  height: 100px;
}
#repowering-page .refort .refort-item {
  margin-bottom: 90px;
  text-align: center;
}
#repowering-page .refort .refort-item.last {
  margin-bottom: 0;
}
#repowering-page .refort .refort-item-sub-ttl {
  font-size: 22px;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
#repowering-page .refort .refort-item-ttl {
  font-size: 34px;
  color: #ff8d00;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
  text-align: center;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), to(#ffe8cf));
  background: linear-gradient(to bottom, #fff 0%, #fff 30%, #ffe8cf 100%);
}
#repowering-page .refort .refort-item-img {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #repowering-page .refort {
    padding: 110px 50px 110px 50px;
  }
}
@media (max-width: 767px) {
  #repowering-page .refort {
    padding: 35px 15px 41px 15px;
  }
  #repowering-page .refort .refort-ttl {
    margin-bottom: 40px;
  }
  #repowering-page .refort h2 {
    font-size: 25px;
    line-height: 1.709;
  }
  #repowering-page .refort h2 span::before {
    font-size: 12px;
    right: 0;
    left: -45px;
    top: -15px;
  }
  #repowering-page .refort .refort-item {
    margin-bottom: 45px;
  }
  #repowering-page .refort .refort-item-sub-ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #repowering-page .refort .refort-item-ttl {
    font-size: 22px;
    margin-bottom: 13px;
  }
  #repowering-page .refort .refort-item-img {
    max-width: 344px;
  }
}
#repowering-page .merit {
  padding: 90px 0 70px;
  background-color: #f5fceb;
  /*シュミレーションフォーム*/
}
#repowering-page .merit .merit-title {
  text-align: center;
  margin-bottom: 60px;
}
#repowering-page .merit .merit-title h2 {
  font-size: 47px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
#repowering-page .merit .merit-title h2 span {
  color: #20a13b;
}
#repowering-page .merit .merit-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 95px auto;
}
#repowering-page .merit .merit-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#repowering-page .merit .merit-list-item:first-child {
  margin-bottom: 30px;
}
#repowering-page .merit .merit-list-item:first-child .merit-list-item-img {
  width: 100%;
  max-width: 360px;
}
#repowering-page .merit .merit-list-item:first-child .merit-list-item-text {
  max-width: 560px;
}
#repowering-page .merit .merit-list-item:nth-child(2) {
  margin-bottom: 90px;
}
#repowering-page .merit .merit-list-item:nth-child(2) .merit-list-item-img {
  width: 100%;
  max-width: 480px;
}
#repowering-page .merit .merit-list-item:nth-child(2) .merit-list-item-text {
  max-width: 470px;
}
#repowering-page .merit .merit-list-item:nth-child(3) .merit-list-item-img {
  width: 100%;
  max-width: 224px;
  padding-right: 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#repowering-page .merit .merit-list-item:nth-child(3) .merit-list-item-text {
  max-width: 620px;
}
#repowering-page .merit .merit-list-item-text h3 {
  font-size: 28px;
  font-weight: 600;
  color: #20a13b;
  margin-bottom: 30px;
}
#repowering-page .merit .merit-list-item-text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6875;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 25px;
}
#repowering-page .merit .merit-list-item-text p.last {
  margin-bottom: 0;
}
#repowering-page .merit .merit-simulation-title {
  text-align: center;
  margin-bottom: 35px;
}
#repowering-page .merit .merit-simulation-title h3 {
  font-size: 28px;
  font-weight: 600;
  color: #20a13b;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#repowering-page .merit .merit-simulation-title span {
  font-size: 35px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff));
  background: linear-gradient(transparent 70%, #fff 30%);
}
#repowering-page .merit .merit-simulation-title-text {
  text-align: center;
  margin-bottom: 50px;
}
#repowering-page .merit .merit-simulation-title-text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#repowering-page .merit .merit-simulation-banner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#repowering-page .merit .merit-simulation-banner:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#repowering-page .merit .merit-simulation-sample-title {
  text-align: center;
  margin-bottom: 20px;
}
#repowering-page .merit .merit-simulation-sample-title p {
  position: relative;
  display: inline-block;
  background-color: #ff8d00;
  border-radius: 50px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 2px 20px 0;
}
#repowering-page .merit .merit-simulation-sample-title p:after {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background-color: #ff8d00;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
#repowering-page .merit .merit-simulation-sample-img {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
#repowering-page .merit .merit-simulation-sample {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
#repowering-page .merit .ajax-simulation-form-box-title {
  text-align: center;
  margin-bottom: 10px;
}
#repowering-page .merit .ajax-simulation-form-box-title h3 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  letter-spacing: 0.05em;
}
#repowering-page .merit .ajax-simulation-form-box-title span {
  color: #20a13b;
}
#repowering-page .merit .ajax-simulation-form-box {
  background-color: #fff;
  border: 2px solid #d3edae;
  border-radius: 10px;
  padding: 15px 45px;
}
#repowering-page .merit .ajax-simulation-form-box:not(:last-of-type) {
  margin-bottom: 40px;
}
#repowering-page .merit .ajax-simulation-form-box:not(.first) .unit {
  width: 100%;
}
#repowering-page .merit .ajax-simulation-form-box.third {
  margin-bottom: 45px;
}
#repowering-page .merit .ajax-simulation-form-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  height: 74px;
}
#repowering-page .merit .ajax-simulation-form-box label:not(:last-child) {
  border-bottom: 1px solid #d3edae;
}
#repowering-page .merit .ajax-simulation-form-box .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#repowering-page .merit .ajax-simulation-form-box .unit {
  display: inline-block;
  width: 65px;
  font-size: 18px;
  margin-left: 10px;
  font-weight: 300;
}
#repowering-page .merit .ajax-simulation-form-box input {
  height: 34px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}
#repowering-page .merit .ajax-simulation-form-box select {
  width: 175px;
  height: 34px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}
#repowering-page .merit .simulation-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 465px;
  height: 64px;
  padding: 0;
  cursor: pointer;
  background-color: #20a13b;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#repowering-page .merit .simulation-button:hover {
  background-color: #1a9540;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#repowering-page .merit .simulation-result-arrow {
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  position: relative;
  bottom: -25px;
}
#repowering-page .merit .simulation-result-box {
  background-color: #fff;
  border: 2px solid #d3edae;
  border-radius: 10px;
  padding: 45px 40px 35px;
  margin-bottom: 30px;
}
#repowering-page .merit .simulation-result-box p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: center;
  line-height: 1;
}
#repowering-page .merit .simulation-result-box p:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
#repowering-page .merit .simulation-result-box p:nth-child(2) {
  font-size: 48px;
  font-weight: 600;
  color: #ff8d00;
  margin-bottom: 30px;
  height: 64px;
}
#repowering-page .merit .simulation-result-box span {
  font-size: 26px;
}
#repowering-page .merit .simulation-result-box ul {
  background-color: #f6f6f6;
  padding: 30px 25px;
  border-radius: 5px;
}
#repowering-page .merit .simulation-result-box li {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  border-bottom: 1px solid #cbcbcb;
  letter-spacing: 0.05em;
}
#repowering-page .merit .simulation-result-box li span {
  font-size: 14px;
}
#repowering-page .merit .simulation-result-box li:first-child {
  border-top: 1px solid #cbcbcb;
}
#repowering-page .merit .simulation-result-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 465px;
  height: 64px;
  padding: 0;
  cursor: pointer;
  background-color: #20a13b;
  border-radius: 5px;
  border: none;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#repowering-page .merit .simulation-result-button:hover {
  background-color: #1a9540;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#repowering-page .merit .simulation-result-button a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1200px) {
  #repowering-page .merit .merit-list {
    width: 95%;
  }
  #repowering-page .merit .merit-list-item {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #repowering-page .merit {
    padding: 35px 0 50px;
    /*シミュレーションフォーム*/
  }
  #repowering-page .merit .merit-title {
    margin-bottom: 40px;
  }
  #repowering-page .merit .merit-title h2 {
    font-size: 28px;
  }
  #repowering-page .merit .merit-list {
    margin: 0 auto 60px auto;
  }
  #repowering-page .merit .merit-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #repowering-page .merit .merit-list-item:first-child .merit-list-item-img {
    max-width: 220px;
    margin: 0 auto 20px auto;
  }
  #repowering-page .merit .merit-list-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-bottom: 50px;
  }
  #repowering-page .merit .merit-list-item:nth-child(2) .merit-list-item-img {
    max-width: 295px;
  }
  #repowering-page .merit .merit-list-item:nth-child(3) .merit-list-item-img {
    max-width: 187px;
    padding-right: 0;
  }
  #repowering-page .merit .merit-list-item-text h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 15px;
  }
  #repowering-page .merit .merit-list-item-text p {
    width: 90%;
    font-size: 13px;
    margin: 0 auto;
    line-height: 1.8461538462;
  }
  #repowering-page .merit .merit-simulation-title {
    margin-bottom: 30px;
  }
  #repowering-page .merit .merit-simulation-title h3 {
    font-size: 15px;
    line-height: 1.4666666667;
  }
  #repowering-page .merit .merit-simulation-title span {
    font-size: 22px;
  }
  #repowering-page .merit .merit-simulation-title-text {
    margin-bottom: 30px;
  }
  #repowering-page .merit .merit-simulation-title-text p {
    font-size: 13px;
  }
  #repowering-page .merit .merit-simulation-banner {
    max-width: 325px;
    -webkit-transition-delay: unset;
            transition-delay: unset;
    margin: 0 auto 40px auto;
  }
  #repowering-page .merit .merit-simulation-sample-title p {
    font-size: 16px;
    padding: 0 12px;
  }
  #repowering-page .merit .merit-simulation-sample-title p:after {
    width: 14px;
  }
  #repowering-page .merit .merit-simulation-sample-img {
    padding-left: 25px;
    padding-bottom: 30px;
    overflow-x: scroll;
  }
  #repowering-page .merit .merit-simulation-sample-img img {
    width: 510px;
    max-width: unset;
    padding-right: 25px;
  }
  #repowering-page .merit .simplebar-track {
    background: #e5e5e5;
    height: 5px !important;
    border-radius: 10px;
    margin-left: 28px;
    margin-right: 28px;
  }
  #repowering-page .merit .simplebar-scrollbar {
    top: 0;
  }
  #repowering-page .merit .simplebar-scrollbar::before {
    background: #1a9540;
    border-radius: 10px;
    height: 5px !important;
    left: 0;
    right: 0;
  }
  #repowering-page .merit .merit-simulation-sample {
    width: 92%;
  }
  #repowering-page .merit .ajax-simulation-form-box-title {
    margin-bottom: 18px;
  }
  #repowering-page .merit .ajax-simulation-form-box-title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 20px;
  }
  #repowering-page .merit .ajax-simulation-form-box {
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #d3edae;
  }
  #repowering-page .merit .ajax-simulation-form-box:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #repowering-page .merit .ajax-simulation-form-box:not(.first) .unit {
    width: 50px;
  }
  #repowering-page .merit .ajax-simulation-form-box.third {
    margin-bottom: 25px;
  }
  #repowering-page .merit .ajax-simulation-form-box label {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
    padding: 18px 0;
  }
  #repowering-page .merit .ajax-simulation-form-box label:first-child {
    padding: 0 0 18px 0;
  }
  #repowering-page .merit .ajax-simulation-form-box label:last-child {
    padding: 18px 0 0 0;
  }
  #repowering-page .merit .ajax-simulation-form-box .input-wrap {
    width: 100%;
    margin-top: 10px;
  }
  #repowering-page .merit .ajax-simulation-form-box input {
    height: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #repowering-page .merit .ajax-simulation-form-box .unit {
    width: 30px;
    font-size: 13px;
  }
  #repowering-page .merit .simulation-button {
    max-width: 340px;
    height: 45px;
    font-size: 14px;
  }
  #repowering-page .merit .simulation-result-arrow {
    max-width: 254px;
    bottom: -15px;
  }
  #repowering-page .merit .simulation-result-box {
    padding: 40px 15px 20px;
    border-radius: 5px;
    border: 1px solid #d3edae;
  }
  #repowering-page .merit .simulation-result-box p:first-child {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #repowering-page .merit .simulation-result-box p:nth-child(2) {
    font-size: 42px;
    height: auto;
  }
  #repowering-page .merit .simulation-result-box span {
    font-size: 23px;
    margin-left: -10px;
    position: relative;
  }
  #repowering-page .merit .simulation-result-box ul {
    padding: 13px;
    border-radius: 3px;
  }
  #repowering-page .merit .simulation-result-box li {
    height: 34px;
    font-size: 12px;
    padding: 0 8px;
  }
  #repowering-page .merit .simulation-result-box li span {
    font-size: 13px;
  }
  #repowering-page .merit .simulation-result-button {
    max-width: 340px;
    height: 45px;
  }
  #repowering-page .merit .simulation-result-button a {
    font-size: 14px;
  }
}
#repowering-page .case {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #e5e5e5 1px, transparent 1px), linear-gradient(#e5e5e5 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 31px 31px;
  padding: 80px 0 90px 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#repowering-page .case .case-title {
  text-align: center;
  margin-bottom: 60px;
}
#repowering-page .case .case-title h2 {
  font-size: 47px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  color: #000;
}
#repowering-page .case .case-title h2 span {
  color: #20a13b;
}
#repowering-page .case .case-title p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
}
#repowering-page .case .case-content-first {
  margin-bottom: 30px;
}
#repowering-page .case .case-content-top {
  background-color: #006837;
  border-radius: 7px 7px 0 0;
  padding: 10px 0;
}
#repowering-page .case .case-content-top-title {
  text-align: center;
}
#repowering-page .case .case-content-top-title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#repowering-page .case .case-content-top-title h3 span {
  background-color: #fff;
  color: #006837;
  border-radius: 5px;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 7.5px 16px 7.5px 20px;
}
#repowering-page .case .case-content-bottom {
  border: 2px solid #006837;
  border-top: unset;
  background-color: #fff;
  padding: 35px 40px 40px 40px;
  border-radius: 0 0 7px 7px;
}
#repowering-page .case .case-content-bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#repowering-page .case .case-content-bottom-title p {
  font-size: 27px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #006837;
}
#repowering-page .case .case-content-bottom-title::after, #repowering-page .case .case-content-bottom-title::before {
  content: "";
  display: block;
  background-color: #006837;
  height: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
}
#repowering-page .case .case-content-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
#repowering-page .case .case-content-bottom-flex::after {
  content: "";
  display: block;
  background-image: url(../img/repowering/case-study-arrow01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 38px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
}
#repowering-page .case .case-content-bottom-flex.second::after {
  background-image: url(../img/repowering/case-study-arrow02.png);
}
#repowering-page .case .case-content-bottom-before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
#repowering-page .case .case-content-bottom-before.first {
  max-width: 400px;
}
#repowering-page .case .case-content-bottom-before.second {
  max-width: 432px;
}
#repowering-page .case .case-content-bottom-after {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
#repowering-page .case .case-content-bottom-after.first {
  max-width: 468px;
}
#repowering-page .case .case-content-bottom-after.second {
  max-width: 432px;
}
#repowering-page .case .case-content-bottom-text {
  text-align: center;
  margin-bottom: 40px;
}
#repowering-page .case .case-content-bottom-text p {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
}
#repowering-page .case .case-content-bottom-text .price {
  color: #ff8d00;
  font-size: 37px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5em, #ffe8cf), color-stop(0.5em, transparent));
  background-image: linear-gradient(0deg, #ffe8cf 0.5em, transparent 0.5em);
  padding: 0 0 0 4px;
}
#repowering-page .case .case-content-bottom-text .price-amount {
  font-size: 62px;
  letter-spacing: 0.02em;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
}
#repowering-page .case .case-content-second .case-content-top {
  background-color: #20a13b;
}
#repowering-page .case .case-content-second .case-content-top-title h3 span {
  color: #20a13b;
}
#repowering-page .case .case-content-second .case-content-bottom {
  border: 2px solid #20a13b;
  border-top: unset;
}
#repowering-page .case .case-content-second .case-content-bottom-title p {
  color: #20a13b;
}
#repowering-page .case .case-content-second .case-content-bottom-title::after, #repowering-page .case .case-content-second .case-content-bottom-title::before {
  background-color: #20a13b;
}
#repowering-page .case .case-content-second .case-content-bottom-before.second {
  max-width: 434px;
}
#repowering-page .case .case-content-second .case-content-bottom-after.second {
  max-width: 430px;
}
@media screen and (max-width: 1000px) {
  #repowering-page .case .case-content-top-title h3 {
    font-size: 20px;
  }
  #repowering-page .case .case-content-bottom-title p {
    font-size: 23px;
  }
  #repowering-page .case .case-content-bottom-title::before, #repowering-page .case .case-content-bottom-title::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
  }
}
@media screen and (max-width: 767px) {
  #repowering-page .case {
    background-size: 26px 26px;
    padding: 30px 0;
  }
  #repowering-page .case .case-title {
    margin-bottom: 30px;
  }
  #repowering-page .case .case-title h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  #repowering-page .case .case-title p {
    font-size: 14px;
  }
  #repowering-page .case .case-content-first {
    margin-bottom: 12px;
  }
  #repowering-page .case .case-content-top {
    padding: 8px 0;
  }
  #repowering-page .case .case-content-top-title {
    text-align: left;
  }
  #repowering-page .case .case-content-top-title h3 {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  #repowering-page .case .case-content-top-title h3 span {
    font-size: 20px;
    padding: 7.5px 9px 7.5px 11px;
  }
  #repowering-page .case .case-content-bottom {
    padding: 15px 10px 15px 10px;
  }
  #repowering-page .case .case-content-bottom-title {
    margin-bottom: 15px;
  }
  #repowering-page .case .case-content-bottom-title p {
    font-size: 16px;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #repowering-page .case .case-content-bottom-title::after, #repowering-page .case .case-content-bottom-title::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7%;
            flex: 0 0 7%;
  }
  #repowering-page .case .case-content-bottom-flex {
    gap: 2px;
    margin-bottom: 10px;
  }
  #repowering-page .case .case-content-bottom-flex::after {
    width: 6px;
    height: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
    background-image: url(../img/repowering/case-study-arrow02-sp.png);
  }
  #repowering-page .case .case-content-bottom-flex.second::after {
    background-image: url(../img/repowering/case-study-arrow02-sp.png);
  }
  #repowering-page .case .case-content-bottom-before.first {
    max-width: 155px;
  }
  #repowering-page .case .case-content-bottom-after.first {
    max-width: 155px;
  }
  #repowering-page .case .case-content-bottom-text {
    margin-bottom: 20px;
  }
  #repowering-page .case .case-content-bottom-text p {
    font-size: 14px;
  }
  #repowering-page .case .case-content-bottom-text .price {
    font-size: 19px;
  }
  #repowering-page .case .case-content-bottom-text .price-amount {
    font-size: 31px;
  }
}
#repowering-page .feature {
  background-color: #f5fceb;
  padding: 100px 0 100px 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#repowering-page .feature .feature-title {
  margin-bottom: 50px;
  text-align: center;
}
#repowering-page .feature .feature-title h2 {
  font-size: 50px;
  font-weight: 600;
  color: #000;
  line-height: 1.46;
}
#repowering-page .feature .feature-title span {
  color: #20a13b;
}
#repowering-page .feature .feature-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#repowering-page .feature .feature-list-item:first-child {
  gap: 40px;
  margin-bottom: 40px;
}
#repowering-page .feature .feature-list-item:first-child .feature-list-item-number {
  max-width: 60px;
}
#repowering-page .feature .feature-list-item:first-child .feature-list-item-img {
  max-width: 350px;
}
#repowering-page .feature .feature-list-item:nth-child(2) {
  gap: 50px;
  margin-left: -70px;
  margin-bottom: 70px;
}
#repowering-page .feature .feature-list-item:nth-child(2) .feature-list-item-number {
  max-width: 70px;
}
#repowering-page .feature .feature-list-item:nth-child(2) .feature-list-item-img {
  max-width: 320px;
}
#repowering-page .feature .feature-list-item:nth-child(3) {
  gap: 40px;
}
#repowering-page .feature .feature-list-item:nth-child(3) .feature-list-item-number {
  max-width: 70px;
}
#repowering-page .feature .feature-list-item:nth-child(3) .feature-list-item-img {
  max-width: 290px;
}
#repowering-page .feature .feature-list-item-number {
  margin-bottom: 30px;
}
#repowering-page .feature .feature-list-item-title {
  margin-bottom: 15px;
}
#repowering-page .feature .feature-list-item-title p {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #20a13b;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#repowering-page .feature .feature-list-item-title span {
  color: #20a13b;
}
#repowering-page .feature .feature-list-item-text p {
  font-size: 19px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
#repowering-page .feature .feature-list-item-text p:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #20a13b;
  position: absolute;
  left: 0;
  top: 8px;
}
#repowering-page .feature .feature-list-item-text span {
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  left: 20px;
}
@media screen and (max-width: 1000px) {
  #repowering-page .feature .feature-list {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #repowering-page .feature {
    padding: 40px 0 50px 0;
  }
  #repowering-page .feature .feature-title {
    margin-bottom: 30px;
  }
  #repowering-page .feature .feature-title h2 {
    font-size: 28px;
  }
  #repowering-page .feature .feature-list {
    width: 92%;
  }
  #repowering-page .feature .feature-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #repowering-page .feature .feature-list-item:first-child {
    gap: 40px;
  }
  #repowering-page .feature .feature-list-item:first-child .feature-list-item-number {
    max-width: 40px;
    margin: 0 auto 10px;
  }
  #repowering-page .feature .feature-list-item:first-child .feature-list-item-img {
    max-width: 235px;
  }
  #repowering-page .feature .feature-list-item:nth-child(2) {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-left: 0;
    margin-bottom: 45px;
  }
  #repowering-page .feature .feature-list-item:nth-child(2) .feature-list-item-number {
    max-width: 50px;
    margin: 0 auto 10px;
  }
  #repowering-page .feature .feature-list-item:nth-child(2) .feature-list-item-img {
    max-width: 205px;
  }
  #repowering-page .feature .feature-list-item:nth-child(3) {
    gap: 15px;
  }
  #repowering-page .feature .feature-list-item:nth-child(3) .feature-list-item-number {
    max-width: 50px;
    margin: 0 auto 10px;
  }
  #repowering-page .feature .feature-list-item:nth-child(3) .feature-list-item-img {
    max-width: 195px;
  }
  #repowering-page .feature .feature-list-item-text-wrap {
    width: 100%;
  }
  #repowering-page .feature .feature-list-item-title {
    margin-bottom: 10px;
    width: 100%;
  }
  #repowering-page .feature .feature-list-item-title p {
    font-size: 22px;
    text-align: center;
  }
  #repowering-page .feature .feature-list-item-text {
    width: 85%;
    margin: 0 auto;
  }
  #repowering-page .feature .feature-list-item-text p {
    font-size: 14px;
    padding-left: 15px;
  }
  #repowering-page .feature .feature-list-item-text p:before {
    width: 12px;
    height: 12px;
    top: 6px;
  }
  #repowering-page .feature .feature-list-item-text span {
    font-size: 10px;
    left: 15px;
  }
}
#repowering-page .strong {
  padding: 90px 0 90px 0;
  background-color: #d3edae;
}
#repowering-page .strong .strong-title {
  text-align: center;
  margin-bottom: 70px;
}
#repowering-page .strong .strong-title h2 {
  font-size: 50px;
  font-weight: 600;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#repowering-page .strong .strong-title span {
  color: #20a13b;
}
#repowering-page .strong .strong-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#repowering-page .strong .strong-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.8%;
          flex: 0 0 32.8%;
  background-color: #fff;
  padding: 20px 15px 25px;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
  height: 315px;
}
#repowering-page .strong .strong-list-item-number {
  max-width: 40px;
  margin-bottom: 15px;
}
#repowering-page .strong .strong-list-item-title {
  margin-bottom: 10px;
}
#repowering-page .strong .strong-list-item-title p {
  font-size: 25px;
  font-weight: 600;
  color: #20a13b;
  line-height: 1.44;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
#repowering-page .strong .strong-list-item-text p {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#repowering-page .strong .strong-list-item-caption {
  margin-top: 15px;
  background-color: #f5fceb;
  padding: 8px 10px;
}
#repowering-page .strong .strong-list-item-caption p {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
}
@media screen and (max-width: 1000px) {
  #repowering-page .strong .strong-list {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #repowering-page .strong {
    padding: 40px 0 50px 0;
  }
  #repowering-page .strong .strong-title {
    margin-bottom: 30px;
  }
  #repowering-page .strong .strong-title h2 {
    font-size: 28px;
  }
  #repowering-page .strong .strong-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 92%;
  }
  #repowering-page .strong .strong-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px;
    padding: 15px 15px 18px 15px;
    height: auto;
  }
  #repowering-page .strong .strong-list-item:nth-child(1) .strong-list-item-number {
    max-width: 30px;
  }
  #repowering-page .strong .strong-list-item:nth-child(2) .strong-list-item-number {
    max-width: 35px;
  }
  #repowering-page .strong .strong-list-item:nth-child(3) .strong-list-item-number {
    max-width: 35px;
  }
  #repowering-page .strong .strong-list-item:not(:last-child) {
    margin-bottom: 10px;
  }
  #repowering-page .strong .strong-list-item-title p {
    font-size: 20px;
  }
  #repowering-page .strong .strong-list-item-text p {
    font-size: 12px;
  }
  #repowering-page .strong .strong-list-item-caption {
    margin-top: 10px;
    padding: 5px;
  }
  #repowering-page .strong .strong-list-item-caption p {
    font-size: 10px;
  }
}
#repowering-page .flow {
  padding: 100px 0 100px 0;
  background-color: #20a13b;
}
#repowering-page .flow .flow-title {
  margin-bottom: 30px;
  text-align: center;
}
#repowering-page .flow .flow-title h2 {
  font-size: 47px;
  font-weight: 600;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  margin-bottom: 20px;
}
#repowering-page .flow .flow-title p {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#repowering-page .flow .flow-cvarea {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 40px 0 50px;
}
#repowering-page .flow .flow-cvarea-title {
  text-align: center;
  margin-bottom: 20px;
}
#repowering-page .flow .flow-cvarea-title p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#repowering-page .flow .flow-cvarea-title p:first-child {
  font-size: 32px;
  font-weight: 600;
  color: #20a13b;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 20px;
}
#repowering-page .flow .flow-cvarea-title p:last-child {
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
}
#repowering-page .flow .flow-cvarea-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
#repowering-page .flow .flow-cvarea-button-wrap a {
  display: block;
  width: 100%;
  max-width: 336px;
  height: 56px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 40px;
  position: relative;
}
#repowering-page .flow .flow-cvarea-button-wrap a:first-child {
  background-color: #ff8d00;
  letter-spacing: 0.1em;
}
#repowering-page .flow .flow-cvarea-button-wrap a:first-child:before {
  content: "";
  position: absolute;
  background-image: url(../img/repowering/cv-tel-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0;
  left: -160px;
  margin: auto;
}
#repowering-page .flow .flow-cvarea-button-wrap a:last-child {
  background-color: #20a13b;
  letter-spacing: 0.08em;
}
#repowering-page .flow .flow-cvarea-button-wrap a:last-child:before {
  content: "";
  position: absolute;
  background-image: url(../img/repowering/cv-diagnosis-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  position: absolute;
  inset: 0;
  left: -180px;
  bottom: 2px;
  margin: auto;
}
#repowering-page .flow .flow-cvarea-button-wrap a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #repowering-page .flow {
    padding: 40px 0 50px 0;
  }
  #repowering-page .flow .flow-title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #repowering-page .flow .flow-title p {
    font-size: 14px;
  }
  #repowering-page .flow .flow-cvarea {
    width: 92%;
    padding: 23px 20px 30px;
    border-radius: 10px;
  }
  #repowering-page .flow .flow-cvarea-title {
    margin-bottom: 10px;
  }
  #repowering-page .flow .flow-cvarea-title p:first-child {
    font-size: 21px;
    margin-bottom: 15px;
  }
  #repowering-page .flow .flow-cvarea-title p:last-child {
    font-size: 12px;
  }
  #repowering-page .flow .flow-cvarea-button-wrap {
    gap: 5px;
  }
  #repowering-page .flow .flow-cvarea-button-wrap a {
    height: 33px;
    font-size: 12px;
    padding-left: 10px;
    border-radius: 3px;
  }
  #repowering-page .flow .flow-cvarea-button-wrap a:first-child:before {
    background-image: url(../img/repowering/cv-tel-icon-sp.png);
    width: 20px;
    height: 20px;
    left: -110px;
  }
  #repowering-page .flow .flow-cvarea-button-wrap a:last-child:before {
    background-image: url(../img/repowering/cv-diagnosis-icon-sp.png);
    width: 15px;
    height: 15px;
    left: -115px;
  }
}
#repowering-page .voice {
  background-color: #d3edae;
  padding: 100px 0 110px 0;
}
#repowering-page .voice .voice-title {
  margin-bottom: 55px;
}
#repowering-page .voice .voice-title h2 {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: center;
  color: #20a13b;
  font-size: 47px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
#repowering-page .voice .voice-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 30px 45px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #adadad;
          box-shadow: 2px 2px 10px #adadad;
}
#repowering-page .voice .voice-item:last-child {
  margin-bottom: 0;
}
#repowering-page .voice .voice-pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
#repowering-page .voice .voice-item-img {
  width: 100%;
  max-width: 148px;
}
#repowering-page .voice .voice-item-ttl {
  color: #20a13b;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#repowering-page .voice .voice-item-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.778;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 767px) {
  #repowering-page .voice {
    padding: 47px 0 37px 0;
  }
  #repowering-page .voice .voice-title {
    margin-bottom: 30px;
  }
  #repowering-page .voice .voice-title h2 {
    font-size: 28px;
  }
  #repowering-page .voice .voice-item {
    gap: 0;
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  #repowering-page .voice .voice-item:last-child {
    margin-bottom: 0;
  }
  #repowering-page .voice .voice-sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }
  #repowering-page .voice .voice-item-img {
    max-width: 74px;
  }
  #repowering-page .voice .voice-item-ttl {
    font-size: 15px;
    margin-bottom: 0;
  }
  #repowering-page .voice .voice-item-text {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.739;
  }
}
#repowering-page .faq {
  background-color: #f5fceb;
  padding: 115px 0 125px 0;
}
#repowering-page .faq .faq-title {
  margin-bottom: 50px;
}
#repowering-page .faq .faq-title h2 {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: center;
  color: #20a13b;
  font-size: 47px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
#repowering-page .faq .faq-content-item {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #b2b2b2;
  padding: 0 12px;
}
#repowering-page .faq .faq-content-item:not(:last-child) {
  margin-bottom: 18px;
}
#repowering-page .faq .faq-content-item-q {
  cursor: pointer;
  padding: 15px 0 12px 10px;
  position: relative;
}
#repowering-page .faq .faq-content-item-q::after {
  content: "";
  position: absolute;
  background-image: url(../img/repowering/faq-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#repowering-page .faq .faq-content-item-q.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#repowering-page .faq .faq-content-item-q p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #20a13b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
#repowering-page .faq .faq-content-item-q p::before {
  content: "";
  display: block;
  background-image: url(../img/repowering/question-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: relative;
  top: -3px;
}
#repowering-page .faq .faq-content-item-a {
  display: none;
  padding: 18px 0 18px 10px;
  border-top: 1px solid #b2b2b2;
}
#repowering-page .faq .faq-content-item-a p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  color: #333333;
}
#repowering-page .faq .faq-content-item-a p::before {
  content: "";
  display: block;
  background-image: url(../img/repowering/answer-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  #repowering-page .faq {
    padding: 38px 0 45px 0;
  }
  #repowering-page .faq .faq-title {
    margin-bottom: 25px;
  }
  #repowering-page .faq .faq-title h2 {
    font-size: 27px;
  }
  #repowering-page .faq .faq-content-item:not(:last-child) {
    margin-bottom: 8px;
  }
  #repowering-page .faq .faq-content-item-q {
    padding: 7px 0 7px 0;
  }
  #repowering-page .faq .faq-content-item-q::after {
    width: 8px;
    height: 4px;
    right: 0;
  }
  #repowering-page .faq .faq-content-item-q p {
    font-size: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    letter-spacing: 0.03em;
  }
  #repowering-page .faq .faq-content-item-q p::before {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    top: 0;
  }
  #repowering-page .faq .faq-content-item-a {
    padding: 7px 0 9px 0;
  }
  #repowering-page .faq .faq-content-item-a p {
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    letter-spacing: 0.03em;
  }
  #repowering-page .faq .faq-content-item-a p::before {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    top: 0;
  }
}

#content_main.contact_x {
  color: #000;
  background-color: #f1f1f1;
}
#content_main.contact_x .headline {
  font-size: 47px;
  color: #20a13b;
  padding: 80px 0 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#content_main.contact_x .section {
  background-color: unset;
  border: unset;
  padding: unset;
  max-width: 950px;
}
#content_main.contact_x .contat-title-text {
  font-size: 22px;
  line-height: 1.8181818182;
  text-align: center;
}
#content_main.contact_x table {
  width: 100%;
}
#content_main.contact_x table th div {
  font-size: 20px;
}
#content_main.contact_x table input[type=text] {
  max-width: 100%;
}
#content_main.contact_x table textarea {
  max-width: 100%;
}
#content_main.contact_x table .selectbox {
  font-size: 17px;
}
#content_main.contact_x table .selectbox div:not(:last-child) {
  margin-right: 20px;
}
#content_main.contact_x input[type=submit] {
  max-width: 460px;
  height: 64px;
  font-size: 20px;
  border: unset;
  background-color: #f6921e;
  color: #fff;
  border-radius: 10px;
  background-image: unset;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  #content_main.contact_x table {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #content_main.contact_x .headline {
    padding: 45px 0 10px;
    font-size: 28px;
  }
  #content_main.contact_x .contat-title-text {
    font-size: 14px;
  }
  #content_main.contact_x table {
    width: 92%;
  }
  #content_main.contact_x table th {
    margin-top: 20px;
  }
  #content_main.contact_x table th div {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #content_main.contact_x table input[type=text] {
    height: 32px;
  }
  #content_main.contact_x table .selectbox div:not(:last-child) {
    margin-right: 10px;
  }
  #content_main.contact_x table .selectbox div {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    font-size: 11px;
  }
  #content_main.contact_x table input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
  }
  #content_main.contact_x table textarea {
    margin-bottom: 20px;
  }
  #content_main.contact_x input[type=submit] {
    max-width: 340px;
    height: 45px;
    font-size: 14px;
    margin: 0;
    border-radius: 8px;
  }
}