html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: auto;
  font-weight: 400;
  background-color: #fff;
  color: #333333;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif,sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  opacity: 0.75;
}

.innerbox {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p,
ul,
dl {
  font-size: 1rem;
}

ul {
  list-style-type: none;
}

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

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

.btn-area {
  padding: 30px 0;
  margin: 50px 0 50px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .btn-area {
    margin: 25px 0;
  }
}

.btn_trial {
  max-width: 60%;
}

.btn_01 {
  position: relative;
  border-radius: 10px;
  background-color: #EA7240;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 8px 30px 8px 0;
  text-decoration: none;
  margin: 5px auto;
  width: 550px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn_01:hover {
  text-decoration: none;
  opacity: 0.75;
}
.btn_01::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 10px;
  top: calc(50% - 8px);
  width: 19px;
  height: 19px;
  margin: -3px 0 0 5px;
  background: url(../images/icon_btn.png) no-repeat right 50%;
  background-size: contain;
  vertical-align: middle;
}
.btn_01 img {
  margin-right: 5px;
  max-width: 50px;
}
.btn_01.btn_01_small {
  width: 100%;
  font-size: 100%;
}

@media screen and (max-width: 780px) {
  .btn_01 img {
    width: 13.0208333333vw;
    max-width: 70px;
  }
}
@media screen and (max-width: 780px) {
  .btn_01 {
    width: calc(96% - 3.90625vw);
    font-size: 5.2083333333vw;
    padding: 10px 0;
    border-radius: 5px;
  }
}/*# sourceMappingURL=base.css.map */