
.fv {
  /*background-color: #F5F6F8;*/
 
 position: relative;
 overflow: hidden;

}
.fvbg {
background-image: url(../images/newindeximg/top_bg_0425.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position-y: top;
 background-position-x: center;
 position: relative;
 overflow: hidden;
 padding-bottom: 2em;
}

.fvbox {
  padding: 60px 0 60px;
    justify-content: center;
    align-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    margin: 0 auto;
}
.formbox {
    padding: 1em 2em;
    justify-content: center;
    align-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    margin: 0 auto;
    background-color: #fff;
    min-width: 400px;
    margin: 60px 0 0;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);

}
.ylcir01 {
  background-color: #ffff00;
  position: absolute;
  top: -50px;
  border-radius: 50%;
  height: 120px;
  width: 120px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);

}

.ylcir02 {
  background-color: #ffff00;

  border-radius: 50%;
  height: 220px;
  width: 220px;
  position: absolute;
  right: -110px;
  bottom: -100px;
  -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);

}
.ylcir01
 {
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}
.ylcir02 {
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0% , 100% {
      transform: rotate(1deg);
  }
  50%{
      transform: rotate(-1deg);
  }
}



.fvbox h1 {
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: .65rem;
  position: relative;
}
.fvbox h2 {
  font-size: 1.5rem;
}
.btns {
  margin: 3rem 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.nami01 {
  position: absolute;
  top: 10px;


}

@media screen and (max-width: 991px) {
  .fvbox h1 {
    font-size: 3rem;
  }
  .fvbox h2 {
    font-size: 1.2rem;
  }
    .fv {
    background-size: 120%;
    
  }
}
@media screen and (max-width: 576px) {
    .fvbox h1 {
    font-size: 2rem;
  }
  .fvbox h2 {
    font-size: 1rem;
  }
  .fv {
    background-size: 370%;
    
  }
}

@media screen and (max-width: 375px) {
   .fvbox h1 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .6rem;
  }
  .fvbox h2 {
    font-size: 1rem;
  }
  .fvbox {
    padding: 60px 10px 40px;
  }

  .ylcir02 {
    height: 140px;
    width: 140px;
    right: -80px;
    bottom: -60px;
  }


}




.cta_btn_box_top {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
}

.cta_btn_box_top a div {
  width: 100%;
  min-width: 320px;
  margin-top: 2em;
  min-height: 60px;
  filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.3));
  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;

}
.cta_btn_box_top a div.btnl > p,
.cta_btn_box_top a div.btnr > p {
   font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  background-color: transparent;
  margin-top: 0;

}
.cta_btn_box_top a div img {
    width: 45px;
    position: absolute;
    bottom: -1px;
    right: 20px;
    transition: all 0.2s 0s ease;/*transitionの記述を追加*/
}
.cta_btn_box_top a:hover div img {
  bottom: 4px;
  transform: scale(1.3);
}
.cta_btn_box_top a div.btnl {
  background-color: #fff;
  border-radius: 4px;

}
.cta_btn_box_top a div.btnr {
  background-color: #74D9F8;
  border-radius: 40px;
  transition: all 0.2s 0s ease;/*transitionの記述を追加*/

}
.cta_btn_box_top a:hover div.btnr {
  background-color: #000;
  color: #fff;

}
.cta_btn_box_top a:hover div.btnl {
background-color: #000;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .cta2, .cta4 {
    height: 48vh;
  }
  .cta_inner p {
    font-size: 14px;
    margin-top: 1em;
  }
  .cta_inner h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .cta_btn_box_top {
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;

  }
  .cta_btn_box_top a div {
    margin-top: 1em;
    min-width: 300px;

  }
  .cta_btn_box_topa div.btnl > p, .cta_btn_box_top a div.btnr > p {
    font-size: 20px;
  }


}


.h1_balloon {
        position: absolute;
    display: inline-block;
    padding: 9px 16px 9px 30px;
    border-radius: 35px;
    background: #dd1e2d;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 4px;
    left: 0;
}
.h1_balloon::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px;
    border-color: #dd1e2d #dd1e2d transparent transparent;
}
h1 p.morebg {
  font-size: 140%;
  font-weight: 800;
}
.mt4rem {
  margin-top: 4rem;
}

@media screen and (max-width: 576px) {
  .h1_balloon {
    font-size: 1.2rem;
  }
	.fvbox {
		padding: 60px 10px 60px;
	}
}


h1 p.morebg img {
  width: 50%;
  margin: 0 auto;
  margin-top: .2em;
}

@media screen and (max-width: 576px) {
  h1 p.morebg img {
  width: 60%;
  margin: 0 auto;
  margin-top: 0;
}
h1 p.morebg {
    font-size: 100%;
  }
}
