@charset "UTF-8";
/* ---------------------------------------------
Reset
--------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin:0;
  padding:0;
}
body {
  font-family:"Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif,"Noto Serif JP", serif;
  color: #4D4D4D;
  max-width: 470px;
  margin: 0 auto;
  background-color: #FFF;
  font-size: 1.3rem;
}
@media screen and (min-width: 501px) {
  body {
    /* margin-bottom: 160px; */
  }
}
div,span {
  margin:0;
  padding:0;
}
.about picture,
.flow picture {
  display: block;
  width: 90%;
  margin: 0 auto;
}
img {
  width: 100%;
  border:0;
  vertical-align:bottom;
}
a {
  text-decoration:none;
}
li {
  list-style:none;
}
.center{
  text-align: center;
}
p,
.center,
div{
  font-weight: 500;
  line-height: 60px;
}
.bgYellow{
  font-weight: 500;
  line-height: 40px;
}
.content-flex{
  display: flex;
  justify-content: space-between;
}
.blue{
  color: #096BB0;
}
.pink,
.trial{
  color: #DF266B;
  font-weight: bolder;
  line-height: 40px;
}
.m-yellow,
.trial{
  background: linear-gradient(transparent 60%, #F7EA6F 60%);
  width: fit-content;
  margin: auto;
}
.bgYellow{
  background-color: #F7EC80;
  color: #202c5c;
  text-align: center;
  border-radius: 10px;
  margin: 20px;
  padding: 5px;
}
.bgblue{
  background-color: #E1F2FA;
  padding: 30px 0;
}
.big{
  font-size: 60px;
  letter-spacing: 3px;
  font-weight: normal;
}
.small{
  font-size: 15px;
  height: fit-content;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
.bigger{
  font-size: 1.5rem;
}
/*fv*/
.fv picture{
  position: relative;
}
.fv picture video{
  position: absolute;
  width: 76%;
  margin: 24px 12% 12px;
  position: absolute;
  bottom: 2%;
  left: 0;
}

/*cta*/
.cta{
  width: 100%;
  padding: 5% 0;
}
.ctaBox{
  position: relative;
}
.cta01 picture{
  margin: 0 auto;
}
.cta02{
  position: relative;
  position: absolute;
  bottom: 8%;
  right: 5%;
  left: 5%;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
  animation: pulseEffect 1s ease-in-out infinite;
}
@keyframes pulseEffect {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.cta02 a{
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.imgWrapper{
  border-radius: 20px;
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
  margin: 10px;
}
.imgWrapper img{
  border-radius: 20px;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    pointer-events: none;
}
.shine {
    position: absolute;
    top: 12%;   
    left: -20%;
    width: 30%;
    height: 75%;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-40deg);
    animation: btn_animation 1.5s ease-in-out infinite;
    opacity: 0;
    pointer-events: none; 
}
@keyframes btn_animation {
    0% {
        left: -10%;
        opacity: 0;
    }
    10% {
      opacity: 1;
    }
    50% {
        left: 100%;
        opacity: 0;
    }
    100% {
      opacity: 0;
    }
}
.flowcta{
  animation: pulseEffect 1s ease-in-out infinite;
  width: 90%;
  margin: 0 auto
}
.footercta {
  bottom: 11%;
}
.flowshine{
height: 100%;
}
.cta picture{
  margin: auto;
}
section > .cta{
  padding: 24px 0 0;
}
section > .cta picture{
  width: 100%;
  padding: 0;
}
/*intro*/
.intro1{
  padding-bottom: 10px;
}
.intro2{
  padding-bottom: 50px;
}
.intro2 p:first-of-type{
  margin-top: 20px;
}
.worry{
  padding-top: 20px;
}
.triangle{
  font-size: 1.5rem;
  transform: scale(1.7, 1);
  width: 50%;
  margin:0 auto;
  line-height: unset;
}
.mybcflex{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: fit-content;
  align-items: flex-start;
  margin: 0 auto 60px auto;
  font-family: "Noto Serif JP", serif;
  color: #DF266B;
}
/* about */
.about{
  padding-bottom: 60px;
}
.about h1{
  font-size: 30px;
  margin: 20px 0;
  font-weight: 700;
}
.about h3{
  line-height: 40px;
}
.visia,
.shimi{
  margin: 30px 0;
}
.check1{
  margin-bottom: 40px;
}
.checkflex{
  display: flex;
  flex-wrap: wrap;
}
.checkitem{
  flex-grow: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: #202c5c;
  color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  margin: 5px 10px;
  /* font-size: larger; */
  font-size: 1.25rem;
  line-height: 45px;
}
.check1 img,
.check2 img{
  width: 25px;
  height: 25px ;
  padding: 0 3px;
}
.about h3{
  margin-top: 40px;
  text-align: center;
}
.check2{
margin-top: 25px;
}
.check2 div{
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 10px;
  margin: 15px 20px;
  padding: 3px 5px;
}

/*flow*/
.flow p,
.flow div,
.flow h2{
  line-height: 45px;
}
.flow1{
  padding-top: 20px;
}
.pop{
  width: 50%;
  margin: 0 auto;
}
.flow h2{
  font-size: 1.5rem;
  font-weight: bolder;
}
.flowpic{
  margin-top: 30px;
}
.promo{
  margin-top: 70px;
}
.flow picture{
  margin: 24px auto;
}
.flow picture.phone{
  width: 70%;
  margin: 24px 15%;
}
.counseling{
  margin-bottom: 50px;
}
.trial{
  font-size: 25px 
}
.trialpic{
  margin: 0 auto;
}
/* recommend */
.recommend{
  padding-top: 60px;
}
.warningbox{
  display: flex;
  justify-content: center;
  align-items: center;
}
.warningbox img{
  width: 5%;
  height: 5%;
}
.recommend h2,
.recommend h3{
  text-align: center;
  color: #000;
}
.recommend h2{
  font-family: "Noto Serif JP", serif;
  line-height: 55px;
  font-size: 28px;
}
.recommend h3{
  margin-top: 40px;
  font-size: 25px;
  margin-bottom: 15px
}
.cta03{
  padding: 0;
}
footer{
  width: 100%;
  text-align: center;
  margin: 10px auto;
  background-color: #7EC0D7;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2.5px;
}
@media (max-width: 768px) {
  html{
    width: 100%;
  }
  body{
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }
  p,
.center,
div,
.bgYellow{
  font-weight: 500;
  line-height: 40px;
}
.bgYellow{
  line-height: 30px;
}
  .checkitem{
    font-size: 0.9rem;
  }
.triangle{
  line-height: 20px;
}
  .flow p{
    line-height: 35px;
  }
  .flow h2{
    font-size: 1.2rem;
  }
  .trial{
    font-size: 1.45rem;
  }
  .recommend h2{
    font-size: 1.5rem;
  }
  .recommend h3{
    font-size: 1.17rem;
  }
  .shine{
      top: 14%;
      height: 72%;
  }
  .bigger{
    font-size: 1.1rem;
  }

}