@charset "utf-8";

/* <RESET> */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, i, a, span {
  margin: 0;
  padding: 0;
  word-break: normal;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap:break-word;
  overflow-wrap : break-word;
}
html {
  font-size: 62.5%;
}
body, input, select, option, textarea, button, pre {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  overflow-x: hidden;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3;
}
img,video {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
input {
  max-width: 100%;
}
textarea {
  font-size: 100%;
}
th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
td{
  vertical-align: top;
}
address, em {
  font-style: normal;
  font-weight: normal;
}
sup {
  font-weight: normal;
}
a,button {
  filter: alpha(opacity=1);
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-decoration: none;
  color: #00f;
outline:none;
}
p a{
  text-decoration: underline;
}
@media screen and (min-width: 1021px) {
a[href*="tel:"] {
  pointer-events: none;
}
}
a:hover {
  text-decoration: none;
}
a:hover img,button:hover {
  filter: alpha(opacity=0.6);
  opacity: 0.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/* </ RESET> */


/* <MODULE> */
.btn a{
  width:100%;
  display:inline-block;
  height: 19vw;
  border-radius:9.5vw;
  text-align:center;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.btn a span{
  position: relative;
  top: 2px;
  z-index: 3;
  transition: transform 0.3s ease;
  width: 90%;
}
.btn a:hover span{
  transform: translateY(6px);
}
.btn a:before,
.btn a:after{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-radius:9.5vw;
  width:100%;
  height:100%;
  background:#222;
  border:2px solid #222;
  transition: transform 0.3s ease;
}
.btn a:after {
  top: 0;
  background: #fff;
}
.btn a:hover:after{
  transform: translateY(6px);
}
.btn a:hover img{
  opacity:1;
}

.btn.kwsk a{
  height:15.2vw;
}
.btn.kwsk img{
  height:9vw;
}

.img_box{
  position:relative;
}
.img_box img{
  width:100%;
}
.img_box .bg{
  position:relative;
  top:0;
  left:0;
  z-index:1;
}

@media screen and (min-width: 1021px) {
.btn a{
  height:70px;
  border-radius:35px;
}
.btn a:before,
.btn a:after{
  border-radius:35px;
}
.btn.kwsk a{
  height:54px;
}
.btn.kwsk img{
  height:32px;
}
}
/* </ MODULE> */


/* <LAYOUT> */
#all{
  display:flex;
}

/* PC背景処理 */
.pc-only{
  display:none;
}
@media screen and (min-width: 1021px) {
.pc-only{
  display: block;
  z-index: 2;
}
#pc-lt{
  flex-shrink:1;
  position:relative;
}
#pc-lt .inner{
  position: sticky;
  top: 0;
  display: grid;
  height: 100vh;
}
#pc-lt h1{
  position: sticky;
  top: 0;
  display: grid;
  height: 100vh;
  overflow: hidden;
}
#pc-lt h1 img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#pc-lt p{
  display:none;
}
@media screen and (min-width: 1401px) {
#pc-lt p{
  display:block;
  position:absolute;
  margin:0 7%;
  bottom: 3%;
  z-index:2;
}
}
#pc-rt{
  width:560px;
  flex-shrink:0;
  position:relative;
}
#pc-rt .inner{
  position: sticky;
  top: 0;
  display: grid;
  height: 100vh;
  background: linear-gradient(to bottom, #FFFFFF, #FFEF00);
}
#pc-rt .top{
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  height:calc(100% - 432px)
}
#pc-rt .img1,#pc-rt .img2{
  display:none;
}
#pc-rt .btn a{
  width: 365px;
}
@media (min-height: 801px) {
#pc-rt .img1{
  width:372px;
  margin:0 auto;
  display:block;
}
#pc-rt .img2{
  width:420px;
  margin:15px auto 0;
  display:block;
}
}
#pc-rt .img3{
  position:absolute;
  bottom:110px;
  left:0;
  width:560px;
}
#pc-rt .img4{
  position:absolute;
  bottom:0;
  left:104px;
  width:352px;
  z-index:2;
}
}
/* PC背景処理 */


/* メインコンテンツ */
#wrapper{
  width: 100%;
  margin:0 auto;
  position:relative;
}
@media screen and (min-width: 1021px) {
#wrapper{
  width: 366px;
  flex-shrink:0;
  box-shadow: 10px 0px 10px -10px rgba(3, 0, 0, .5), -10px 0px 10px -10px rgba(3, 0, 0, .5);
  background: #fff;
  min-height: 100%;
  z-index:3;
}
}

/* floating */
#floating{
  position: fixed;
  bottom:0;
  width: 100%;
  display:none;
  z-index:99;
  box-shadow: 0 -10px 10px -10px rgba(3, 0, 0, .5);
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
#floating.is-active{
  display:block;
  background: #fff;
}
#floating.inscrolling{
  display:none;
}
#floating p{
  display:flex;
  padding:10px;
}
#floating p a:first-child{
  display:block;
  width:51.29%;
}
#floating p a:last-child{
  display:block;
  width:48.71%;
}
#floating p img{
  width:100%;
}
@media screen and (min-width: 1021px) {
#floating{
  width: 366px;
  right:560px;
}

}
/* floating */


#fv,
#voice,
#merit1,
#merit2,
#merit3,
#merit4-1,
#merit4-2,
#closing,
#flow,
#about_us,
footer{
}
#fv:after{
  content: "";
  z-index: 2;
  display: block;
  width: 9px;
  height: 315px;
  background: url(../images/lp01/scroll.svg);
  position: absolute;
  right: 15px;
  bottom: -158px;
}

#achieve{
  position:relative;
}
#achieve .counter{
  position:absolute;
  bottom: 19.65%;
  width: 100%;
  z-index:2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap:wrap;
}
#achieve .counter:before{
  content:"ご利用世帯";
  font-size:6.5vw;
  font-weight:bold;
  color:#FF3700;
  display:block;
  width:100%;
  line-height:1;
}
#achieve .counter span{
  font-size:5.5vw;
  font-weight:bold;
  line-height:1;
}
#achieve .count{
  font-size: 24vw;
  font-weight: bold;
  text-align:center;
  -webkit-text-stroke-width: 2px;
  color:#FF3700;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height:1;
  margin-bottom: -10px;
}
@media screen and (min-width: 1021px) {
#achieve .counter:before{
  font-size:24px;
}
#achieve .counter span{
  font-size:20px;
}
#achieve .count{
  font-size: 90px;
}
}

#voice p{
  position: absolute;
  z-index: 2;
  bottom: 21.2%;
  width: calc(100% - 50px);
  left: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#voice .btn a span{
  top:-2px;
}

#merit1 #tv_slider{
  position: absolute;
  top: 48.47%;
  z-index: 3;
}
#merit1 .btn{
  position: absolute;
  z-index: 2;
  bottom: 3.76%;
  width: calc(100% - 50px);
  left: 25px;
}
/* slider */
.splide__slide img {
  border-radius: 10px;
}
button.splide__arrow{
  outline:none;
  border:none;
  z-index: 8;
  position: absolute;
  top: 50%;
  width:31px;
  height:32px;
  transform: translateY(-50%);
  cursor: pointer;
  background-repeat:no-repeat;
  background-position:left top;
  background-size:contain;
  background-color:transparent;
}
.splide__arrow--prev{
  background-image:url("../images/lp01/slider-arrow-lt.svg");
  left: 7%;
}
.splide__arrow--next{
  background-image:url("../images/lp01/slider-arrow-rt.svg");
  right:7%;
}
.splide__pagination {
  gap:9px;
}
.splide__pagination li{
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
  width:26px;
  height:4px;
}
.splide__pagination li button{
  outline:none;
  border:none;
  background:#000;
  width:100%;
  height:100%;
}
.splide__pagination li button.is-active{
  background:#2E94AA;
}
/* slider */

#merit4-1 .btn.btn1{
  position: absolute;
  z-index: 2;
  top: 21.86%;
  width: calc(100% - 90px);
  left: 45px;
}
#merit4-1 .btn.btn2{
  position: absolute;
  z-index: 2;
  bottom: 45px;
  width: calc(100% - 90px);
  left: 45px;
}
#merit4-2 .btn{
  position: absolute;
  z-index: 2;
  bottom: 12.47%;
  width: calc(100% - 90px);
  left: 45px;
}

#closing{
  margin-top: -45%;
  z-index:2;
}
#closing .btn{
  position: absolute;
  z-index: 2;
  bottom: 4.84%;
  width: calc(100% - 90px);
  left: 45px;
}

#flow{
  z-index: 2;
  margin-top: -18%;
}

#about_us{
  z-index: 2;
  margin-top: -160px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#about_us a img{
  width:76%;
}


/* form */
#form{
  padding:50px 0 0;
  text-align: left;
}
#form>img{
  width:100%;
}
#form fieldset{
  border:none;
}
#form dl dt{
  float: none;
  width: auto;
  padding:15px 20px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
}
#form dt p{
  font-size: 15px;
  text-align:left;
  font-weight: bold;
}
#form dt.title{
  justify-content: center;
}
#form dt.title h3{
  font-weight:bold;
}
#form dt:before{
  content: url("../images/lp01/form-icon-any.svg");
  vertical-align: middle;
}
#form dt.hissu:before{
  content: url("../images/lp01/form-icon-nes.svg");
}
#form dt.title:before{
  content:none;
}
#form dl dd{
  font-size: 15px;
  line-height: 1.5;
  padding:10px 20px 15px;
}
#form dl dt:nth-of-type(2n),
#form dl dd:nth-of-type(2n){
  background:#F2F2F2;
}
#form dl dd input,
#form dl dd select,
#form dl dd textarea{
  border: solid 2px #D7D7D7;
  outline:none;
  border-radius: 5px;
  padding:8px;
  max-width: 100%;
}
#form dl dd textarea{
  width:100%;
}
#form dl dd.box-name{
  display: grid;
  grid-template-columns: 50% 50%;
}
#form dl dd.box-name .name:first-child input{
  border-radius: 5px 0 0 5px;
  border-right: none;
}
#form dl dd.box-name .name:last-child input{
  border-radius: 0 5px 5px 0;
}
#form dl dd input#zip{
  width: 8em;
}
#form dl dd .wpcf7-form-control.wpcf7-radio.radio1{
  display: flex;
  flex-direction: column;
}
#form dl dd .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.radio1{
  display: flex;
  gap: 5px 30px;
  flex-wrap: wrap;
}
#form .radio1 input[value="土"] + .wpcf7-list-item-label{
  color: #0035C0;
}
#form .radio1 input[value="日"] + .wpcf7-list-item-label {
  color: #e60033;
}
#form .privacy p{
  font-size:12px;
  text-align: center;
}
#form .send{
  margin-top:40px;
  text-align:center;
}
#form .send p{
  margin:0 30px;
  position:relative;
}
#form .send p:after{
  content:"";
  display:block;
  background: url("../images/lp01/btn-icon2.svg") no-repeat left top / cover;
  width:40px;
  height:40px;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
  transition: transform 0.3s ease;
}
#form .send p:before {
content: "";
    position: absolute;
    top: 6px;
    left: 0;
  border-radius:35px;
    width:100%;
    height:100%;
    background:#222;
    border:2px solid #222 !important;
  transition: transform 0.3s ease;
}
#form .send p input{
  width:100%;
  display:inline-block;
  line-height:66px;
  border-radius:35px;
  text-align:center;
  position:relative;
  padding-right:20px;
  border:2px solid #222 !important;
  background-color: #fff;
  font-size:24px;
  font-weight:bold;
  color: #000;
  cursor:pointer;
}
#form .send p input:disabled,
#form .send p:has(input:disabled)::before,
#form .send p:has(input:disabled)::after{
  opacity: 0.3 !important;
  cursor: not-allowed;
  content:none;
}
#form .send p:hover{
  opacity:0.5;
}
#form .wpcf7-spinner{
  position: absolute;
  bottom: -40px;
  left: calc(50% - 12px);
  margin: 0;
}
#form .wpcf7-turnstile.cf-turnstile{
  text-align:center;
  margin-top:20px;
}
#form .privacy label{
  display: flex;
  align-items: center;
}
#form .privacy label input[type="checkbox"]{
  zoom: 2;
}
/* form */

footer{
  padding-bottom:30%;
  z-index: -1;
}
footer p{
  position: absolute;
  z-index: 2;
  top: 66%;
  width:100%;
  text-align:center;
  font-size:12px;
}
















