@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

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

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=number],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  font-weight: 400;
  font-style: normal;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.spBlock {
  display: none;
}
@media screen and (max-width: 767px) {
  .spBlock {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background: url("../images/bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: -2;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.main {
  width: 100%;
  height: auto;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
}
.content__fv {
  display: block;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content__fv {
    width: 100%;
  }
}

.voice {
  width: 100%;
  height: auto;
}
.voice__img {
  display: block;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .voice__img {
    width: 100%;
  }
}

.problem {
  width: 100%;
  height: auto;
}
.problem__inner {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  background: url("../images/problem-bg.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .problem__inner {
    width: 100%;
  }
}
.problem__img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.block {
  width: 100%;
  height: auto;
}
.block__img {
  display: block;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block__img {
    width: 100%;
  }
}

.cta {
  width: 100%;
  height: auto;
}
.cta__inner {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    width: 100%;
  }
}
.cta__btn {
  display: block;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    width: 86%;
  }
}
.cta__txt {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.cta02 {
  width: 100%;
  height: auto;
}
.cta02__inner {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cta02__inner {
    width: 100%;
  }
}
.cta02__btn {
  display: block;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta02__btn {
    width: 86%;
  }
}
.cta02__txt {
  display: block;
  width: 60%;
  margin: 0 auto;
}

/*アニメーション*/
.animation {
  -webkit-animation: dokundokun 1300ms ease infinite;
          animation: dokundokun 1300ms ease infinite;
}

@-webkit-keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}