@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #333333;
}

body {
  font-size: calc(1.5rem + (1vw - 0.56rem) * -1);
  /* 14px~10pxで可変*/
  line-height: 1.8;
  letter-spacing: 0.05rem;
  background-image: url(../img/bg_img.png);
  background-repeat: repeat;
}

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

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

@media screen and (min-width: 901px) {
  .pcnone {
    display: none;
  }
}

body {
  list-style: 1.8;
}

section {
  margin-top: 6rem;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}

.content {
  max-width: 950px;
  padding: 0;
  margin: 0 auto 7rem;
}

@media screen and (max-width: 900px) {
  .content {
    width: 100%;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 600px) {
  .content {
    width: 100%;
    padding: 1rem;
    margin-bottom: 3rem;
  }
}

button {
  border-radius: 100vh;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 auto;
  display: block;
}

h2 {
  font-size: calc(2.5rem + (1vw - 0.6rem) * 1.1765);
  color: #333333;
  text-align: center;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
}

h2:after,
h2:before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 3px;
  display: block;
}

h2:after {
  margin-left: 1.5rem;
}

h2:before {
  margin-right: 1.5rem;
}

h3 {
  font-size: calc(2rem + (1vw - 0.6rem) * 1.1765);
  color: #333333;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.3rem;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 5rem;
}

h5 {
  font-size: calc(13rem + (1vw - 0.6rem) * 16.4706);
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  border-bottom: 2px dashed #96cd39;
  padding-bottom: 6px;
}

@media screen and (max-width: 600px) {
  h5 {
    font-size: 13px;
  }
}

p {
  font-size: calc(12rem + (1vw - 0.6rem) * 7.0588);
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  p {
    font-size: 10px;
    margin-top: 5px;
  }
}

footer {
  padding: 3rem 0;
  background-color: #f5ff65;
}

footer .content {
  margin: 0 auto;
}

footer .content .fnav1 {
  margin-bottom: 2rem;
}

footer .content .fnav1 ul {
  text-align: center;
}

@media screen and (min-width: 901px) {
  footer .content .fnav1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

footer .content .fnav1 ul li {
  font-size: 1.5rem;
  text-align: center;
  /*line-height: 5rem;*/
  /*height: 5rem;*/
}

footer .content .fnav1 ul li a {
  color: #333333;
}

footer .content .fnav2 ul {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (min-width: 901px) {
  footer .content .fnav2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

footer .content .fnav2 ul li {
  font-size: 1.2rem;
  text-align: center;
  line-height: 3rem;
  height: 3rem;
}

@media screen and (min-width: 901px) {
  footer .content .fnav2 ul li {
    margin-left: 3rem;
  }
}

footer .content .fnav2 ul li a {
  color: #333333;
}

footer .content .copy {
  text-align: center;
  margin: 0 auto;
}

footer .content .copy p {
  font-size: 1rem;
}
/*# sourceMappingURL=footer.css.map */
