@charset "UTF-8";

/*----------------------------------------

■1：ELEMENTS

----------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, 'Yu Gothic', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #000;
  height: 100%;
  background: #FFF;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;

}

.MBfont {
  font-family: 'mbempire';
}

/*
::selection {
  background: #FFFF00;
  color: #000;
}
::-moz-selection {
  background: #FFFF00;
  color: #000;
}
*/

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.1em;
}

ul,
li,
dl,
dd,
dt {
  list-style: none;
  margin: 0;
  padding: 0;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 0;
}


img,
img a {
  border: 0;
  vertical-align: bottom;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #000;
}

/* a:link,
a:visited,
a:hover,
a:active {
  color: #000;
} */

a:hover {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a img {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a:hover img {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0.5;
}

.Center {
  text-align: center !important;
}

.Left {
  text-align: left;
}

.Right {
  text-align: right;
}

.mt10 {
  margin-top: 5px !important;
}

.mt20 {
  margin-top: 10px !important;
}

.mt30 {
  margin-top: 15px !important;
}

.mt40 {
  margin-top: 20px !important;
}

.mt50 {
  margin-top: 25px !important;
}

.mt60 {
  margin-top: 30px !important;
}

.mt70 {
  margin-top: 35px !important;
}

.mt80 {
  margin-top: 40px !important;
}

.mt90 {
  margin-top: 45px !important;
}

.mt100 {
  margin-top: 50px !important;
}

.mt110 {
  margin: 100px 0 50px !important;
  padding: 0 15px;
}

.orange {
  color: #ff5537;
}

.bule {
  color: #4cc4ff;
}

.strongTxt {
  font-size: 1.2em;
  color: #ff004e;
}

.Yellow {
  color: #ffFF00;
}

.white {
  color: #FFF;
}

.f10 {
  font-size: 1.0em;
  line-height: 2.0em;
}

.f12 {
  font-size: 1.2em;
  line-height: 2.2em;
}

.f14 {
  font-size: 1.4em;
  line-height: 2.4em;
}

.f16 {
  font-size: 1.6em;
  line-height: 2.6em;
}

.caption {
  font-size: 0.7em;
  line-height: 1.4em;
}

.attention {
  font-size: 0.7em;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.attention2 {
  font-size: 1.6rem !important;
}

.attention2 span {
  display: inline-block;
  line-height: 1.8em !important;
  margin: 0 3px 0 0;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.fade-in {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in2 {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in3 {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
.fade-in.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) scale(1);
}
.fade-in2.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) scale(1);
}
.fade-in3.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) scale(1);
}
.fade-in-bottom {
transform: translateY(100px);
        }

.fade-in-left {
	transform: translateX(-100px);
}

.fade-in-right {
	transform: translateX(100px); 
}

.fade-in-scale {
	transform: scale(1.5); 
}
@media screen and (min-width:769px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt70 {
    margin-top: 70px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .mt90 {
    margin-top: 90px !important;
  }

  .mt100 {
    margin-top: 100px !important;
  }

  .mt110 {
    margin: 120px 0 60px !important;
  }
}

@media screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background: white;
  z-index: 97;
	overflow:hidden;
	transition: top 0.3s ease;
}
header .lprpw-Wrapper{
  display: flex;
  justify-content: space-between;	
	align-items: center;
}
.head-logo {
	width: 70%;
  max-width: 280px;
  z-index: 99;
}
.head-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-right: 60px;
}
@media screen and (min-width:1201px) {
  .head-flex {
    margin-right: 0;
  }
}
.head-a {
  font-size: 1.4rem;
	font-weight: bold;
  color: #0b2a6a;
  transition: color 0.3s ease;
}

/*
.head-logo img {
  filter: brightness(1000%);
  transition: filter 0.3s ease;
}
header.hide {
  top: -110px;
}
header.scrolled {
  background: white;
}
header.scrolled .head-a {
  color: #0b2a6a;
}
header.scrolled .head-logo img {
  filter: none; 
}
*/

.hamburger {
  position: fixed;
  top: 25px;
  right: 20px;
	width: 30px;
	height: 20px;
	cursor: pointer;
  z-index: 100;
}
.hamburger .hamburger_wrap {
  position: fixed;
  top: 25px;
  right: 20px;
	width: 30px;
	height: 20px;
  transition: top 0.3s ease;
}
.hamburger .hamburger_wrap::before,
.hamburger .hamburger_wrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #0b2a6a;
	transition: transform 0.3s ease;
}
.hamburger .hamburger_wrap::before {
	top: 0;
}
.hamburger .hamburger_wrap::after {
	bottom: 0;
}
header.scrolled .hamburger::before, header.scrolled .hamburger::after{
	background:#0b2a6a;
}
.hamburger .hamburger_wrap.active::before {
	transform: translateY(9px) rotate(45deg);
}
.hamburger .hamburger_wrap.active::after {
	transform: translateY(-9px) rotate(-45deg);
}
.nav-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  color: #074591;
  z-index: 99;
  padding: 100px 50px;
	opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
}
.nav-menu ul {
	list-style: none;
	padding: 0;
}
.nav-menu ul li {
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #074591;
}
.nav-menu ul li a {
	text-decoration: none;
	color: #074591;
	font-size: 18px;
	display: block;
	font-weight:bold;
}
.nav-menu.active {
    opacity: 1;
    visibility: visible;
}
@media (min-width:769px) {
  .nav-menu ul li a:hover {
    background: #074591;
    color:#fff;
  }
}
@media screen and (max-width: 640px) {
  .nav-menu {
    padding: 80px 50px;
  }  
}
@media (max-width:480px) {
  .nav-menu ul li {
    padding: 10px;
  }
  .nav-menu ul li a {
    font-size: 16px;
  }
  .nav-menu ul li a:hover {
    opacity: 1;
  }
}

html #wpadminbar{
	display:none;
}
html{
	margin-top:0 !important;
}

/* footer_catchcopy */
.footer_catchcopy {
  margin: 60px 0;
  padding: 0 15px;
  text-align: center;
}
.footer_catchcopy .jp {
  display: inline;
  font-size: 2.4rem;
  color: #036651;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 60%, #d4f1bf 0%);
  line-height: 1.4;
}
.footer_catchcopy .jp br:nth-child(2) {
  display: none;
}
.footer_catchcopy .en {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.8;
}
@media (max-width:480px) {
  .footer_catchcopy {
    margin: 50px 0;
  }
  .footer_catchcopy .jp {
    font-size: 2rem;
  }
  .footer_catchcopy .jp br:nth-child(2) {
    display: block;
  }
}

/* footer */
.Foot {
  padding: 30px 0 0;
  background: #c0e2e6;
  color: #000;
  line-height: 1.5;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width:768px) {
  .Foot {
    padding: 30px 0 61px;
  }
}
.Foot a {
  color: #000;
}
.footer_link {
  margin-bottom: 30px;
}
.footer_address {
  font-size: 1.2rem;
  line-height: 1.6;
}
.footer_address > span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  ;
  margin-bottom: 15px;
}
.footer_address .address_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer_address .address_wrap p {
  margin: 0 25px;
}
.footer_address .address_wrap span {
  display: block;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
@media (max-width:768px) {
  .address_wrap {
    flex-direction: column;
  }
  .footer_address .address_wrap p {
    margin: 0 15px;
  }
  .footer_address .address_wrap p:first-of-type {
    margin: 0 15px 15px;
  }
}

.sp_footer{
  display: none;
}
/* -- SNSボタン(フッター) --*/
.sns_list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 -5px;
}

.sns_list::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #333;
  transform: translate(-50%, 0);
}

.sns_list li:not(:last-of-type) {
  margin-right: 10px;
}

.sns_list li a {
  display: block;
}

.sns_list li a img {
  width: auto;
  height: 34px;
  filter: brightness(.3);
}
/* ISO */
.badgeArea {
  background: linear-gradient(to left, #2e93ca, #1fa581), url(../img/cta-bg.png) no-repeat right center;
	background-blend-mode: overlay;
    text-align: center;
    padding: 30px 15px;
    text-align: center;
}
.badgeArea .badgeArea_txt {
  display: block;
  margin: 0 0 15px 0;
  line-height: 1;
  color: #FFF;
  font-size: 1.2rem;
}

.badgeArea .badgeArea_txt p:not(:last-of-type) {
  margin-bottom: 8px;
}

.badgeArea .badgeArea_txt span:first-of-type {
  margin-left: 5px;
}

.badgeArea ul.badgeArea_list {
  display: flex;
  justify-content: center;
  list-style: none;
}

.badgeArea ul.badgeArea_list li:not(:last-of-type) {
  margin-right: 8px;
}

.badgeArea ul.badgeArea_list li img {
  width: auto;
  max-width: 100%;
  max-height: 60px;
}
.grecaptcha-badge{
	opacity:0;
}
.recaptcha_alert {
  font-size: 1.2rem;
  margin: 15px 0;
  padding: 15px;
  text-align: center;
  line-height: 1.6;
  border-top: 1px dotted #036651;
  border-bottom: 1px dotted #036651;
}
.recaptcha_alert a {
  text-decoration: underline;
}
.recaptcha_alert a:hover {
  color: #000;
}
.copyright {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .badgeArea .badgeArea_txt span {
    display: block;
  }

  .badgeArea .badgeArea_txt span:first-of-type {
    display: inline-block;
  }
}

/* lp-repowering */
.lprpw-Wrapper h1,.lprpw-Wrapper h2, .lprpw-Wrapper h3, .lprpw-Wrapper h4, .lprpw-Wrapper h5, .lprpw-Wrapper p, .lprpw-Wrapper th, .lprpw-Wrapper td, .lprpw-Wrapper span, .lprpw-Wrapper div{
	font-family: 'ヒラギノ角ゴ Pro';
}
.lprpw-Wrapper {
  width: calc(100% - 30px);
  max-width: 1100px;
  margin: 0 auto;
}
.lprpw-Wrapper2 {
  width: calc(100% - 30px);
  max-width: 860px;
  margin: 0 auto;
}
.lprpw-kv {
    background: url(../img/lp-repowering/kv-bg.png) no-repeat center 80%;
    background-size: cover;
    height: 600px;
    display: flex;
    padding-top: 70px;
	position:relative;
}
.lprpw-kv .lprpw-Wrapper{
	display: flex;
    align-items: center;
	gap:30px;
}
.indexSection01_text {
color: #fff;
    font-size: 9pt;
    letter-spacing: .15em;
    line-height: 2;
    margin-top: 30px;
}
.indexSection01_scroll {
        position: absolute;
        bottom: 50%;
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
.indexSection01_scroll span {
    display: block;
    position: relative;
    color: #0b2a6a;
    font-size:12pt;
    margin: 5% 0 0;
    letter-spacing: .15em;
    transform: rotate(90deg);
    text-align: right;
	text-shadow: 1px 1px 1px #fff;
}
.indexSection01_scroll span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -110px;
    width: 100px;
    height: 1px;
    background: #0b2a6a;
	box-shadow: 1px 1px 1px #fff;
}
.lprpw-kvp{
	min-width: 500px;
    width: 50%;
}
.lprpw-kvp1{
  color: #fff;
  font-size: 30pt;
  line-height: 1.4;
	font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px #fff solid;
  margin-bottom: 20px;
}
.lprpw-kvp1 span{
	font-size:35pt;
}
.lprpw-kvp2{
  font-size: 14pt;
  color: #fff;
  line-height: 1.7;
  font-weight: bold;
}
.lprpw-kvp2 span{
	font-size:25pt;
}
@media screen and (max-width:480px) {
  .lprpw-kvp1 {
    font-size: 24pt;
  }
  .lprpw-kvp1 span {
    font-size: 28pt;
  }
  .lprpw-kvp2 span {
    font-size: 18pt;
  }  
}
.lprpw-kvp {
  opacity: 0;
  transform: scale(1.5); 
  transition: all 0.5s ease-out;
}
.lprpw-kvp.animated {
  opacity: 1;
  transform: scale(1); 
}

.lprpw-kv2img {
    max-width: 608px;
    width: 100%;
}
.lprpw-sec1 {
  background: url(../img/lp-repowering/sec1-bg.png) no-repeat center;
  background-size: cover;
  padding: 30px 0;
}
.lprpw-sec2 {
  background: url(../img/lp-repowering/sec2-bg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.lprpw-h1 {
  font-size: 26pt;
  text-align: center;
  background:linear-gradient(-110deg, #4b33db, #0b2a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
/*   text-shadow: 1px 1px 2px rgba(0, 0, 0, .1); */
  margin: 0px auto 70px;
  line-height: 1.8;
	font-weight: bold;
	    width: 100%;
    text-align: center;
}
.lprpw-h2 {
  font-size: 26pt;
  text-align: center;
  color:#fff;
  margin: 0px auto 30px;
  line-height: 1.8;
	font-weight: bold;
	    width: 100%;
    text-align: center;
}
.lprpw-h2 span{
	color:#ffea01;
	font-size:30pt;
}
.lprpw-h7 {
  font-size: 26pt;
  text-align: center;
  color:#fff;
  margin: 0px auto 30px;
  line-height: 1.8;
	font-weight: bold;
	    width: 100%;
    text-align: center;
}
.lprpw-h7 span{
	color:#ffea01;
	font-size:30pt;
}
.lprpw-sec1-flex {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
	gap:30px;
}

.lprpw-sec1-img {
  width: 45%;
  max-width: 514px;
}
.lprpw-up{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom:30px;
}
.lprpw-sec1-text {
  width: 55%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lprpw-p26 {
  font-size: 20pt;
	    line-height: 1.5;
    font-weight: bold;
}

.lprpw-p18 {
font-size: 14pt;
    font-weight: bold;
    line-height: 2;
}
.lprpw-p14 {
font-size: 12pt;
    font-weight: bold;
    line-height: 2;
}
.lprpw-p28{
	  font-size: 21pt;
    font-weight: 500;
    line-height: 1.8;
}
.lprpw-p25{
		  font-size: 19pt;
    font-weight: bold;
    line-height: 1.8;
}
.lprpw-h5 span{
    display: block;
    font-size: 15pt;
    background: #074591;
    color: #fff;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 3px 20px;
    border-radius: 5px;
}
.lprpw-h5{
	font-size: 26pt;
  text-align: center;
	margin: 0px auto 70px;
  line-height: 1.8;
	font-weight: bold;
	    width: 100%;
	color:#074591;
}
.lprpw-h3{
	font-size: 30pt;
  text-align: left;
	margin: 0px auto 30px;
  line-height: 1.8;
	font-weight: bold;
	    width: 100%;
	color:#333;
}
.lprpw-h4 span{
	color:#0073ff;
}
.lprpw-h4{
	font-size: 30pt;
  text-align: center;
	margin: 0px auto 30px;
  line-height: 1.8;
	font-weight: bold;
	    width: 100%;
	color:#333;
}
.lprpw-h3 span{
	color:#0073ff;
}
.lprpw-p20{
	font-size: 15pt;
  text-align: left;
	margin: 0px auto 30px;
  line-height: 1.8;
	font-weight: bold;
	    width: 100%;
	color:#333;
	    text-shadow: 0px 0px 3px #fff;
}
.lprpw-sec2-flex{
	    background: #fff;
    border-radius: 5px;
    padding: 30px 5% 60px;
}
.lprpw-sec2-flex p{
	color: #054591;
    font-weight: bold;
    padding: 20px 0 20px 60px;
    border-bottom: 0.5px solid #333;
	position:relative;
}
.lprpw-sec2-flex p::before{
	background: url(../img/lp-repowering/sec2.png) no-repeat center;
    width: 32px;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
	position:absolute;
}
.lprpw-cta {
  background: url(../img/lp-repowering/cta-bg.png) transparent no-repeat center top;
  background-size: cover;
  padding: 100px 0;
	    margin-top: -150px;
	position: relative;
}
.lprpw-cta .lprpw-p25{
	color:#fff;
	text-align:center;
}
.lprpw-cta-flex{
	    display: flex;
    justify-content: center;
    margin: 20px auto 0;
}
.lprpw-sec3{
	padding:100px 0;
}
.lprpw-sec2,.lprpw-sec6,.lprpw-sec10{
	padding:100px 0 250px;
}
.lprpw-sec3, .lprpw-sec6, .lprpw-contact{
	  background: url(../img/lp-repowering/sec3-bg.png) #f7f8f7 repeat;
  background-size: 130%;
	position:relative;
	background-position-x: center;
    background-position-y: -100px;
}
.lprpw-sec3-img{
	position: absolute;
    z-index: 1;
	    height: 80%;
    bottom: 0;
}
.lprpw-sec3-img img{
	height:100%;
	width:auto;
}
.lprpw-sec3-flex{
	    width: 70%;
    margin-left: 30%;
}
.lprpw-sec3-p1,.lprpw-sec3-p2{
    position: relative;
    z-index: 2;
    font-size: 18pt;
    font-weight: bold;
    color: #054591;
    padding: 30px;
    width: 100%;
    max-width: 550px;
    background: #fff;
    border-radius: 5px;
    border: 3px solid #054591;
	    margin-bottom: 60px;
}
.lprpw-sec3-p2{
	margin:0 0 60px auto;
}
.lprpw-sec3-p1::before,.lprpw-sec3-p2::before{
content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-left: 3px solid #054591;
    border-bottom: 3px solid #054591;
    bottom: -18px;
    transform: translateX(-50%) rotate(-45deg);
}
.lprpw-sec3-p1::before{
	left: 18%;
}
.lprpw-sec3-p2::before{
	right: 10%;
}
.lprpw-sec4{
	background: #ffffff;
  padding: 100px 0 0;
	
}
.lprpw-sec4 .lprpw-Wrapper{
	position:relative;
}
.lprpw-sec4-img{
		position: absolute;
    z-index: 1;
	    height: 90%;
    bottom: 0;
	right:0;
}
.lprpw-sec4-img img{
	height:100%;
	width:auto;
}
.lprpw-sec4-div{
	    z-index: 2;
    display: block;
    width: 100%;
    max-width: 550px;
    position: relative;
	padding-bottom:30px;
}
.lprpw-sec5{
	  background: url(../img/lp-repowering/sec5-bg.png) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
	position:relative;
}
.lprpw-sec5-div{
	    background: #fff;
    border-radius: 5px;
    padding: 20px 80px;
}
.lprpw-sec5-flex{
	    display: flex;
    justify-content: space-between;
	    margin: 40px 0;
	    align-items: flex-start;
}
.lprpw-sec5-h1, .lprpw-sec5-h2{
    font-size: 17pt;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.lprpw-sec5-h1{
    background: #074591;
}
.lprpw-sec5-h2{
    background: linear-gradient(-110deg, #f28e26, #fd644f);
}
.lprpw-sec5-flex>div{
	width:50%;
}
.lprpw-sec5-flex>img{
	width:45%;
}
.lprpw-sec6-table{
	width:100%;
	    overflow-x: auto;
    position: relative;
	margin-bottom:50px;
}
.lprpw-sec6 table{
min-width: 1000px;
	width:100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
	    overflow: hidden;
    border: 1px solid #F5F5F5;
	margin-bottom: 10px;
	border-collapse: collapse;
	position:relative;
}
.scroll-hint {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
  white-space: nowrap;
}
@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.scroll-hint--show {
  display: none;
}
.lprpw-sticky {
    position: sticky;
    left: 0;
    z-index: 10;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); 
}
.lprpw-tr1{
	background: #bde9f7;
}
.lprpw-tr2{
	background:#074591;
}
.lprpw-tr3{
	background: #e7f4fa;
}
.lprpw-sec6 table td, .lprpw-sec6 table th{
	font-weight: bold;
    padding: 5px 10px;
	    border: 1px solid #F5F5F5;
	text-align:center;
}
.lprpw-tr1 th{
	    font-size: 15pt;
}
.lprpw-tr2 th, .lprpw-tr3 th, .lprpw-tr4 th{
	font-size: 12pt;
	text-align:left !important;
}
.lprpw-tr2 th{
	color:#fff;
}
.lprpw-th1{
	background:#f6b46f;
}
.lprpw-th2{
	background:#f9cc9d;
}
.lprpw-sec6-p{
	text-align:center;
}
.lprpw-sec6-p span{
	color:#e0043d;
}
.lprpw-sec7{
	  background: url(../img/lp-repowering/sec7-bg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.lprpw-sec7-flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.lprpw-sec7-div{
	    max-width: 318px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lprpw-sec7-number{
	    position: absolute;
    font-size: 18pt;
    font-weight: bold;
    color: #fff;
    border-radius: 62%;
    background: linear-gradient(-45deg, #015eea, #00c0fa);
    padding: 15px 10px;
	left: 10px;
    top: 10px;
}
.lprpw-sec7-div .lprpw-p20{
	    text-align: center;
    margin: 20px 0 10px;
}
.lprpw-sec7-div>div{
	    height: 190px;
    width: auto;
}
.lprpw-sec7-div>div img{
	width:auto;
	max-width:100%;
	height:100%;
}
.lprpw-sec8{
	  background: #fff;
  padding: 100px 0;
}
.lprpw-sec8-flex1{
	    display: flex;
    justify-content: space-between;
    align-items: stretch;
	gap: 15px;
	margin-bottom: 50px;
}
.lprpw-sec8-flex1div{
	    background: #074591;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
	    width: 32%;
}
.lprpw-sec8-flex1div span{
	color:#ffea01;
}
.lprpw-sec8-flex2{
	    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.lprpw-sec9{
	  background: url(../img/lp-repowering/sec9-bg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0 10px;
}
.lprpw-sec9-div{
	margin-bottom:50px;
}
.lprpw-sec10{
background:linear-gradient(45deg, #d6f6e9, #bae4f6);
  padding: 100px 0 250px;
}
.lprpw-sec10-flex{
	display: flex;
    justify-content: space-between;
	gap:20px;
}
    .lprpw-sec10-flex>div {
        min-width: 160px;
        width: 30%;
    }
.lprpw-p60{
	font-size: 45pt;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #80bde1;
}
.lprpw-sec11{
	background: url(../img/lp-repowering/sec11-bg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.faq-container {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.faq-question {
	cursor: pointer;
	position: relative;
	font-weight: bold;
	font-size: 13pt;
	display:flex;
  align-items: center;
	width: calc(100% - 30px);
  line-height: 1.4;
}
@media screen and (max-width:480px){
  .faq-question {
    align-items: flex-start;
  }
}
.faq-question::after {
	content: "＋";
	position: absolute;
	top: 50%;
  right: -38px;
	font-size: 35px;
  color: #054591;
	transition: transform 0.3s;
  transform: translate(0, -50%);
}
.faq-question span{
  font-size: 21pt;
  margin-right: 10px;
  color: #074591;
	font-weight: bold;
  line-height: 1;
}
.faq-answer span{
	font-size: 21pt;
  margin-right: 10px;
  color: #fd644f;
	font-weight: bold;
}
.faq-answer {
	display: none;
    padding: 15px 0 0;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.faq-container.open .faq-answer {
	display: block;
}
.faq-answerdiv{
	display:flex;
}
.faq-container.open .faq-question::after {
	content: "ー";
}
.lprpw-contact{
	padding:100px 0;
}
.lprpw-contact #form{
	width: 100%;
  background: #fff;
  margin-top: 50px;
  border-radius: 10px;
  padding: 50px;
}
.wpcf7-radio input[type="radio"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #333;
  background-color: #fff;
}
.wpcf7-list-item{
	width:100%;
}
.wpcf7-list-item>label{
	display: flex;
    align-items: center;
}
.contactTable{
	width:100%;
}
.required{
  background: #e85b54;
  color: #fff;
  padding: 2px 5px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 10pt;
	margin-right:5px;
}
.optional{
	background: #666666;
  color: #fff;
  padding: 2px 5px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 10pt;
	margin-right:5px;
}
.contactTable tr{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
    text-align: left;
}
.contactTable th p{
	font-size: 12pt;
  font-weight: bold;
	color: #666666;
}
.contactTable input, .contactTable textarea, .contactTable select{
	background: #e6e6e6;
  width: 100%;
  border-radius: 3px;
  padding: 5px 15px;
}
.contactTable th, .contactTable td{
	padding: 5px 0;
}
.contacttitle{
	font-size: 26pt;
  text-align: center;
  display: inline-block;
	color:#074591;
  margin: 0 auto 20px;
  line-height: 1.8;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.contactBtn{
	width:100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(-110deg, #f28e26, #fd644f);
  padding: 10px;
  border-radius: 5px;
	display:block;
}
.contactBtn input{
font-size: 20pt;
    font-weight: bold;
    color: #fff;
}
.contactTxt2{
	    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
}
input::placeholder, 
textarea::placeholder{
	color:#808080;
	    font-family: 'ヒラギノ角ゴ Pro';
	font-size:12pt;
}
.wpcf7-spinner {
  display: none !important;
}
.lprpw-reason{
	padding:100px 0 10px;
	background:#f3f3f3;
}
.lprpw-reason-flex{
	background: url(../img/lp-repowering/pride__bg.jpg) no-repeat top center;
  margin: 40px 0 0;
  position: relative;
}
.lprpw-reason-flexdiv{
	display:flex;
	z-index:1;
	justify-content: center;
  align-items: stretch;
	max-width:1000px;
	margin:0 auto;
}
.lprpw-reason-wajo{
	position: absolute;
  top: -30px;
  left: 50px;
  width: 435px;
	z-index:2;
}
.lprpw-reason-div{
	position:relative;
	width:30%;
}
.high-now-text{
	position:absolute;
	color:#fff;
	font-weight:bold;
	text-align: center;
  left: 0;
  right: 0;
  top: 45%;
  font-size: 15pt;
  line-height: 1.8;
}
.lprpw-h6 {
  font-size: 26pt;
  text-align: center;
  margin: 0 auto 70px;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
  color: #333;
}
.lprpw-h6 span{
	font-size:15pt;
	display:block;
	line-height:1.8;
}
.reason-sp{
	display:none;
}
.reason-pc{
	display:block;
}
.reasong-img{
	mix-blend-mode: multiply;
	margin: 30px auto 60px;
	max-width: 640px;
	
}
.lp-thanks{
    padding: 200px 0 100px;
}
.lp-thanksh1{
	text-align:center;
	margin-bottom:50px;
}
.lp-thanksp{
	text-align:center;
}
.lp-thanks a{
	color: #47b39d;
}
.lp-Wrapper {
  width: calc(100% - 30px);
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:1000px){
	.scroll-hint--show {
    display: block;
  }
	.reason-sp{
	display:block;
}
.reason-pc{
	display:none;
}
	.lprpw-reason-flexdiv {
    justify-content: center;
    align-items: center;
		flex-direction: column;}
	.lprpw-reason-div {
    position: relative;
    width: 100%;
    max-height: 250px;
    height: auto;
    overflow: hidden;
    display: block;
    align-items: center;
    align-content: center;
    justify-content: center;
}
	.lprpw-reason-wajo {
    width: 150px;
}
	.high-now-text{
    right: 50%;
    font-size: 19pt;
    top: 30%;
	}
}
@media screen and (max-width:768px){
	.nav-menu{
    padding: 80px 30px;
	}
  .sp_footer{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
  }

  .sp_footer ul{
    display: flex;
    height: 60px;
    width: 100%;
    background: #209F76;
  }
  .sp_footer ul li{
    border-right: 1px solid #FFF;
    width: calc( 34% - 1px);
    height: 100%;
    text-align: center;
  }
  .sp_footer ul li:last-of-type {
    border-right: none;
  }
  .sp_footer ul li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp_footer ul li img{
    width: 100%;
    max-width: 80px;
  }
	header {
		height: 70px;}
	.lprpw-kv .lprpw-Wrapper{
		flex-direction: column;
	}
	.lprpw-kv{
		height: auto;
    padding-bottom: 50px;
		padding-top: 110px;
	}
	
	.lprpw-kvp{
		width:100%;
		min-width:1px;
		max-width:600px;
	}
.indexSection01_scroll {
    position: absolute;
    bottom: 220px;
    top: auto;
	right: -44px;}
	.indexSection01_scroll span{
		color:#fff;
    text-shadow: none;
	}
  .indexSection01_scroll span:after{
		box-shadow:none;
		background:#fff;
	}
	.lprpw-h1 {
		font-size: 18pt;
    margin: 0 auto 30px;
    line-height: 1.4;
  }
	.lprpw-sec1-flex{
		flex-direction: column;
    max-width: 500px;
	}
	.lprpw-sec1-img {
    width: 100%;
}
	.lprpw-up{
		display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	}
	.lprpw-sec1-text {
		width: 100%;
  }
	.lprpw-p26 {
		font-size: 15pt;
  }
	.lprpw-p18 {
		font-size: 12pt;
    line-height: 1.8;
  }
	.lprpw-sec2, .lprpw-sec6, .lprpw-sec10 {
    padding: 50px 0 200px;
  }
	.lprpw-h5 span {
    font-size: 12pt;
		letter-spacing: 0.1em;
	margin: 0 auto 10px;
  }
	.lprpw-h5 {
		font-size: 18pt;
    margin: 0 auto 30px;
    line-height: 1.4;
  }
	.lprpw-p28 {
		font-size: 14pt;}
	.lprpw-sec2-flex {
    padding: 10px 5% 30px;
  }
	.lprpw-sec2-flex p{
		padding: 10px 0 10px 30px;
	}
	.lprpw-sec2-flex p:before{
    width: 26px;
    height: 55px;
    background-size: contain;
	}
	.lprpw-cta{
		padding: 50px 0;
	}
	.lprpw-h2 {
		font-size: 14pt;}
	.lprpw-h2 span {
    color: #ffea01;
    font-size: 17pt;
}
	.lprpw-h7 {
		font-size: 18pt;}
	.lprpw-h7 span {
    color: #ffea01;
    font-size: 20pt;
  }
	.lprpw-p25 {
		font-size: 14pt;}
	.lprpw-cta-flex{
		flex-direction: column;
		align-items: center;
	}
	.lprpw-sec3 {
    padding: 50px 0;
  }
	.lprpw-sec3-img {
    position: absolute;
    z-index: 1;
    height: auto;
    width: 150px;
    top: 15px;
  }
	.lprpw-sec3 .lprpw-h1{
		z-index: 2;
    position: relative;
    margin-top: 80px;
	}
	.lprpw-sec3-flex {
    width: 94%;
    margin: 0 auto;
  }
	.lprpw-sec3-img img {
    height: auto;
    width: 100%;
  }
	.lprpw-sec3-p1, .lprpw-sec3-p2{
		font-size: 14pt;
    padding: 15px;
		margin-bottom: 18px;
	}
	.lprpw-sec3-p1:before, .lprpw-sec3-p2:before {
    width: 20px;
    height: 20px;
    bottom: 20px;
  }
	.lprpw-sec3-p1:before {
    left: -2px;
    transform: translateX(-50%) rotate(45deg);
  }
	.lprpw-sec3-p2:before {
    right: -25px;
    transform: translateX(-50%) rotate(-135deg);
  }
	.lprpw-sec4 {
    padding: 50px 0 0;
  }
	.lprpw-sec4-img img {
    height: auto;
    width: 100%;
  }
	.lprpw-sec4 .lprpw-Wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;}
	.lprpw-sec4-img {
    height: auto;
		width: 100%;
  }
	.lprpw-sec4 .lprpw-sec4-div .lprpw-p20{
    margin-bottom: 30vw;
	}
	.lprpw-h3 {
		font-size: 20pt;
    margin-bottom: 15px;
    line-height: 1.4;
  }
	.lprpw-p20 {
		font-size: 12pt;
  }
	.lprpw-sec5 {
		padding: 50px 0;
  }
	.lprpw-sec5-div {
    padding: 10px 20px;
  }
	.lprpw-sec5-flex {
    margin: 10px 0;
    flex-direction: column;
  }
	.lprpw-sec5-flex>div {
    width: 100%;
  }
	.lprpw-sec5-h1, .lprpw-sec5-h2 {
    font-size: 14pt;
    padding: 12px;
    margin-bottom: 20px;
  }
	.lprpw-sec5-flex>img {
    width: 100%;
    margin: 20px 0 30px;
  }
	.lprpw-sec7 {
    padding: 50px 0;
  }
	.lprpw-sec8 {
    background: #fff;
    padding: 50px 0;
  }
	.lprpw-sec8-flex1{
		margin-bottom: 30px;
    flex-direction: column;
	}
	.lprpw-sec8-flex1div{
		width: 100%;
	}
	.lprpw-sec8-flex2{
		flex-direction: column-reverse;
		max-width: 500px;
    margin: 0 auto;
	}
	.lprpw-sec9{
		padding: 50px 0 10px;
	}
  .lprpw-sec10-flex {
    justify-content: space-around;
    flex-direction: row;
    margin: 0 auto;
    gap: 20px;
    flex-wrap: wrap;
  }
	.lprpw-sec11 {
    padding: 50px 0;
  }
  .contacttitle {
		font-size: 15pt;
    line-height: 1.4;
  }
	.lprpw-contact {
    padding: 50px 0;
  }
	.lprpw-h4 {
		font-size: 15pt;
    line-height: 1.4;
  }
	.lprpw-contact #form {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    border-radius: 10px;
    padding: 25px 15px 15px;
}
	.lprpw-sec9-div {
    margin-bottom: 30px;
		width:100%;
}
	.lprpw-sec9-div img{
		width:100%;
	}
	.lprpw-reason {
    padding: 50px 0 10px;
    background: #f3f3f3;
  }
	.lprpw-h6 {
    font-size: 16pt;
    text-align: center;
		margin: 0 auto 40px;
  }
	.lprpw-h6 span {
		font-size: 13pt;
  }
	.high-now-text {
    right: 0;
    font-size: 14pt;
    top: 50%;
    line-height: 1.5;
    transform: translate(0, -50%);
  }
	.lprpw-reason-wajo {
    position: absolute;
    top: -47px;
		left: 11px;
  }
	.lprpw-reason-div {
    position: relative;
    width: 100%;
		max-height: 180px;
  }
}

/* サイドボタン */
.floatingArea {
  position: fixed;
  top: 90px;
  right: 0;
  left: auto;
  display: block;
  width: 50px;
  height: auto;
}
.floatingArea ul {
  display: block;
  list-style-type: none;
}
.floatingArea ul li {
  width: 100%;
  background: none;
  border-right: none;
  margin: 0 0 10px 0;
}
.floatingArea img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px){
  .floatingArea {
    top: 90px;
  }
}
@media screen and (max-width: 768px){
  .floatingArea {
    display: none;
  }
}

/* フッターサイト一覧 */
.footer_sitelist .inner_wrap {
  max-width: 1100px !important;
}
.footer_sitelist .inner_wrap .accordion-header {
  font-weight: 500 !important;
}
.footer_sitelist .inner_wrap .accordion-toggle {
  margin: 0 8px 0 0 !important;
}
