@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@media (max-width: 767px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: orange;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 1000;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 4px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
/* 共有部分
-------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "YuGothic", "游ゴシック medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.content {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 450px;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* ファーストビュー
-------------------------------------*/
.fv {
  position: relative;
}
.fv_btn {
  background-color: #06BD55;
  /*border-radius: 50px;*/
  width: 86%;
  box-shadow: 5px 5px 10px #BA6E20;
  position: absolute;
  bottom: 100px;
  left: 30px;
  box-shadow: 5px 5px 10px #BA6E20;
}
@media (max-width: 767px) {
  .fv_btn {
    bottom: 100px;
  }
}
.fv_btn a {
  display: inline-block;
  width: 100%;
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 3px 10px rgba(2, 101, 45, 0.7215686275);
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 52px;
}
@media (max-width: 767px) {
  .fv_btn a {
    font-size: 30px;
    padding: 11px 0;
  }
}
.fv_btn img {
  max-width: 60px;
  width: 100%;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .fv_btn img {
    max-width: 50px;
    margin-right: 10px;
  }
}

/* お客様の声
-------------------------------------*/
.voice {
  margin-top: -8px;
  margin-bottom: -10px;
}

/* CTA
-------------------------------------*/
.btn {
  background-color: #06BD55;
  border-radius: 50px;
  width: 86%;
  box-shadow: 5px 5px 10px #3ee913;
}
.btn a {
  display: inline-block;
  width: 100%;
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 3px 10px rgba(2, 101, 45, 0.7215686275);
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 52px;
}
@media (max-width: 767px) {
  .btn a {
    font-size: 30px;
    padding: 11px 0;
  }
}
.btn img {
  max-width: 60px;
  width: 100%;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .btn img {
    max-width: 50px;
    margin-right: 10px;
  }
}

.cta {
  padding: 25px 0 40px;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(7, 104, 44) 0%, rgb(36, 63, 50) 50%);
}
.cta_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta_txt {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

.dokidoki {
  animation-name: dokidoki;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* 悩み
-------------------------------------*/
#worries {
  z-index: 999;
  position: relative;
}

/* ばらまき企画とは
-------------------------------------*/
.about {
  /*margin-top: -80px;*/
}
@media (max-width: 767px) {
  .about {
   /* margin-top: -50px;*/
  }
}
.about img {
  margin-top: -10px;
  margin-bottom: -10px;
}

/* 流れ
-------------------------------------*/
/* Wチャンス
-------------------------------------*/
.wchance img {
  margin-top: -10px;
  margin-bottom: -10px;
}

/* フッター
-------------------------------------*/
footer {
  padding: 30px 0;
}/*# sourceMappingURL=style.css.map */