@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
html {
  width: 100%;
  overflow-x: hidden !important;
}
@media screen and (min-width: 768px) {
  html {
    overflow-x: visible !important;
  }
}

body {
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  color: #111;
  font-weight: 400;
  font-size: 4vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  width: 100%;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    position: relative;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

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

div.hero-area {
  position: relative;
}
div.hero-area div.hero-img02 {
  position: absolute;
  bottom: 1%;
  left: 0;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img02 {
    width: 60%;
    margin: auto;
    right: 0;
    bottom: 7%;
  }
}

section.sec01 {
  background-image: url(../img/sec01-bg_sp.png);
  background-size: 100% 100%;
  padding: 5% 0 50%;
  margin-top: -5%;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec01 {
    background-image: url(../img/sec01-bg_pc.png);
    padding: 0% 0 20%;
    margin-top: -6%;
  }
}
section.sec01 h2 {
  margin-bottom: -3%;
}
@media screen and (min-width: 768px) {
  section.sec01 h2 {
    margin-bottom: 0;
  }
}
section.sec01 ul {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -14.4%;
    gap: 1.4%;
    width: 80%;
  }
}
section.sec01 ul li {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec01 ul li {
    width: 32%;
    margin-bottom: 3%;
  }
  section.sec01 ul li:nth-of-type(1), section.sec01 ul li:nth-of-type(2) {
    width: 49%;
  }
  section.sec01 ul li:nth-of-type(6) {
    margin-left: 2%;
  }
  section.sec01 ul li:nth-of-type(7) {
    margin-right: 2%;
  }
}
section.sec01 p {
  text-align: justify;
  word-break: break-all;
  line-height: 1.4em;
  width: 88%;
  font-size: 0.82em;
  letter-spacing: 0;
  font-weight: 400;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec01 p {
    font-size: 12px;
    margin-top: 1%;
    width: 80%;
  }
}
section.sec01 p.center-txt {
  text-align: center;
  font-size: 1.2em;
  margin: 2em auto 3em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.sec01 p.center-txt {
    font-size: 1em;
    margin: 1em auto 4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec01 p.center-txt {
    font-size: 1.12em;
  }
}
@media screen and (min-width: 1280px) {
  section.sec01 p.center-txt {
    font-size: 1.2em;
  }
}
section.sec01 div.sec01-img013 {
  margin-top: 20%;
}
@media screen and (min-width: 768px) {
  section.sec01 div.sec01-img013 {
    width: 80%;
    margin: 7% auto 0;
  }
}

section.sec02 {
  background-image: url(../img/sec02-bg_sp.png);
  background-size: 100% 100%;
  padding: 20% 0;
  margin-top: -10%;
}
@media screen and (min-width: 768px) {
  section.sec02 {
    background-image: url(../img/sec02-bg_pc.png);
    padding: 10% 0;
  }
}
section.sec02 div.sec02-inner {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-inner {
    width: 80%;
  }
}
section.sec02 h2 {
  margin-bottom: 7%;
  transform: translate(-4%, 0);
}
@media screen and (min-width: 768px) {
  section.sec02 h2 {
    transform: translate(0, 0);
    margin-bottom: -2.4%;
  }
}
section.sec02 div.sec02-img01 {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-img01 {
    margin-bottom: 3%;
  }
}
section.sec02 p {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec02 p {
    max-width: 598px;
    margin: 0 auto;
  }
}
section.sec02 div.sec02-img02 {
  position: relative;
}
section.sec02 div.sec02-img02 a {
  display: block;
  position: absolute;
  bottom: 11.6%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  background: #b3c2e1;
  border-radius: 1em;
}
@media screen and (min-width: 768px) {
  section.sec02 div.sec02-img02 a {
    bottom: 18%;
    right: 4%;
    left: auto;
    width: 18%;
    transition: all 0.3s;
  }
  section.sec02 div.sec02-img02 a:hover {
    background: #fff355;
  }
}

footer {
  padding: 10% 0;
  text-align: center;
  font-size: 0.82em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 50px 0;
  }
}/*# sourceMappingURL=style.css.map */