.wrapper {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  max-width: 750px;
  margin: 0 auto;
  letter-spacing: 0;
}
.wrapper * {
  box-sizing: border-box;
}

a {
  color: #282828;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #5b5b5b;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

p {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: 500;
}

.cta_area {
  background: url(../img/cta_bg.jpg) no-repeat top center/100%;
  height: 223px;
  padding-top: 38px;
}
@media screen and (max-width: 750px) {
  .cta_area {
    height: 29.7333333333vw;
    padding-top: 5.0666666667vw;
  }
}

.cta_btn {
  width: 620px;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  .cta_btn {
    width: 82.6666666667vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.3));
  }
}

.btn_area {
  position: relative;
}
.btn_area .btn02 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .btn_area .btn02 {
    bottom: 4vw;
  }
}

.footer {
  background: #01912D;
  padding: 20px 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 2.6666666667vw 0 0.6666666667vw;
  }
}
.footer .footer_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer_nav li {
  height: 30px;
  border-right: 2px solid #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .footer .footer_nav li {
    height: 4vw;
    border-right: 0.2666666667vw solid #fff;
    margin-bottom: 3.3333333333vw;
  }
}
.footer .footer_nav li:first-child {
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .footer .footer_nav li:first-child {
    margin-left: 6.6666666667vw;
    margin-right: 6.6666666667vw;
  }
}
.footer .footer_nav li:last-child {
  border-right: none;
}
.footer .footer_nav li a {
  display: block;
  color: #fff;
  font-size: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  .footer .footer_nav li a {
    font-size: 4vw;
    padding: 0 2vw;
  }
}/*# sourceMappingURL=style.css.map */