.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #2c2c2c;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #333;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*notes*/
header {
  background: center center / cover url(../img/0000.webp) no-repeat;
  padding: 3rem 5%;
}
header div {
  margin: auto;
  width: 120rem;
}
header div .logo {
  margin-bottom: 2rem;
  width: 30rem;
}
header div p {
  font-size: 3.0rem;
  font-weight: 900;
  letter-spacing: .01em;
}
header div ul {
  display: flex;
  margin: .5em 0;
}
header div ul li {
  background: #7cc63b;
  border-radius: .6rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-right: 1rem;
  padding: .25em 0;
  text-align: center;
  width: 15.4rem;
}
header div ul li:nth-child(2) {
  background: #66b337;
}
header div ul li:nth-child(3) {
  background: #53a033;
}
header div ul li:nth-child(4) {
  background: #3d8c30;
}
header div ul li:nth-child(5) {
  background: #287830;
}
header div h1 {
  width: 66.2rem;
}
header div .item {
  display: block;
  margin: 12rem auto 2rem;
  width: 81rem;
}
header div .btn {
  display: block;
  margin: auto;
  width: 46rem;
}

/*notes*/
.s01__wrap {
  position: relative;
  background: center center / cover url(../img/0100.webp) no-repeat;
  padding: 8rem 5%;
}
.s01__wrap:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9rem;
  border: 9rem solid transparent;
  border-top: 6rem solid #fbf9dd;
}
.s01__wrap .box__wrap {
  margin: auto;
  width: 76rem;
}
h2 {
  font-size: 3.6rem;
  letter-spacing: .075em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.s01__wrap h2 span {
  color: #7fbc0e;
  font-size: 4.0rem;
}
.s01__wrap .box__wrap ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.s01__wrap .box__wrap ul:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 12.5rem;
  height: 20.4rem;
  top: -33%;
  right: 6%;
}
.s01__wrap .box__wrap ul:after {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0106.webp) no-repeat;
  width: 16rem;
  height: 6rem;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s01__wrap .box__wrap ul li {
  background: #fff;
  border-radius: 2rem;
  filter: drop-shadow(0 .0 .8rem rgba(16,107,16,0.08));
  margin-bottom: 4rem;
  padding: 2rem 0;
  text-align: center;
  width: 36rem;
}
.s01__wrap .box__wrap ul li img {
  width: 24rem;
}
.s01__wrap .box__wrap ul li h3 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.s01__wrap .box__wrap ul li h3 span {
  color: #ff4900;
  font-weight: 900;
}
.s01__wrap .box__wrap h4 {
  font-size: 3.2rem;
  text-align: center;
}
.s01__wrap .box__wrap h4 span {
  font-size: 3.6rem;
}
.s01__wrap .box__wrap h4 span span {
  color: #ff4900;
}

/*notes*/
.s02__wrap {
  padding: 10rem 5%;
}
.s02__wrap h2,
.s04__wrap h2,
.s06__wrap h2,
.s07__wrap h2,
.s08__wrap h2 {
  text-align: center;
}
.s02__wrap h2 img {
  width: 30rem;
}
.s02__wrap h2 span,
.s03__wrap h2 span {
  background: #ff0;
  font-size: 4.0rem;
  font-weight: 900;
}
.s02__wrap ul {
  margin: auto;
  width: 72rem;
}
.s02__wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.s02__wrap ul li:last-child {
  margin-bottom: 0;
}
.s02__wrap ul li img {
  width: 26rem;
}
.s02__wrap ul li .box__wrap {
  width: 42rem;
}
.s02__wrap ul li .box__wrap div {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.s02__wrap ul li .box__wrap div p {
  display: flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid #7fbc0e;
  border-radius: 1rem;
  color: #7fbc0e;
  font-size: 4.6rem;
  font-weight: 400;
  margin-right: .25em;
  height: 6.2rem;
  width: 6.2rem;
}
.s02__wrap ul li .box__wrap div h3 {
  color: #489228;
  font-size: 3.0rem;
  font-weight: 900;
}
.s02__wrap ul li .box__wrap p {
  font-size: 2.0rem;
  font-weight: 700;
}

/*notes*/
.s03__wrap {
  background: #f4f9e9;
  padding: 10rem 5%;
}
.s03__wrap div {
  position: relative;
  margin: auto;
  width: 77rem;
}
.s03__wrap div:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0301.webp) no-repeat;
  width: 17.1rem;
  height: 19.6rem;
  bottom: -35%;
  right: 0;
}
.s03__wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  width: 96rem;
}
.s03__wrap ul li {
  margin-bottom: 4rem;
  text-align: center;
  width: 30rem;
}
.s03__wrap ul li:nth-child(n+4) {
  margin-bottom: 0;
}
.s03__wrap ul li img {
  filter: drop-shadow(0 .0 .8rem rgba(16,107,16,0.16));
}
.s03__wrap ul li h3 {
  position: relative;
  background: #7fbc0e;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  margin: -1em auto .5em;
  padding: .25em;
  width: 14rem;
  z-index: 2;
}
.s03__wrap ul li p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

/*notes*/
.s04__wrap {
  background: center center / cover url(../img/0400.webp) no-repeat;
  padding: 10rem 5%;
}
.s04__wrap h2 span {
  color: #495d96;
  font-size: 4.0rem;
  font-weight: 900;
}
.s04__wrap .item1 {
  display: block;
  margin: auto;
  width: 73.3rem;
}
.s04__wrap h3 {
  font-size: 2.8rem;
  line-height: 1.4;
  margin: .5em;
  text-align: center;
}
.s04__wrap h3 span {
  color: #ff4900;
  font-size: 4.6rem;
  letter-spacing: .2em;
}
.s04__wrap .item2 {
  display: block;
  margin: auto;
  width: 82.8rem;
}

/*notes*/
.s05__wrap {
  padding: 0 5%;
}
.s05__wrap .box__wrap {
  background: #fff;
  border: 1rem solid #7fbc0e;
  border-radius: 8rem;
  box-sizing: border-box;
  filter: drop-shadow(0 .0 1.6rem rgba(16,107,16,0.16));
  margin: auto;
  padding: 4rem;
  width: 80rem;
}
.s05__wrap h2 {
  text-align: center;
}
.s05__wrap h2 span {
  color: #7fbc0e;
  font-size: 8.6rem;
  font-weight: 500;
}
.s05__wrap ul {
  margin: auto;
  width: 60rem;
}
.s05__wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.s05__wrap ul li:last-child {
  margin-bottom: 0;
}
.s05__wrap ul li img {
  width: 20rem;
}
.s05__wrap ul li .item__wrap {
  width: 37rem;
}
.s05__wrap ul li .item__wrap .item {
  display: flex;
  align-items: center;
  background: #7fbc0e;
  border-radius: 4rem;
  box-sizing: border-box;
  margin-bottom: .5em;
  padding: .8rem;
  width: 36rem;
}
.s05__wrap ul li .item__wrap .item div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 3.2rem;
  line-height: 1;
  margin-right: .75em;
  text-align: center;
  height: 6.4rem;
  width: 6.4rem;
}
.s05__wrap ul li .item__wrap .item div p {
  color: #7fbc0e;
  font-size: 1.4rem;
  font-weight: 400;
}
.s05__wrap ul li .item__wrap .item div p span {
  display: block;
  color: #7fbc0e;
  font-size: 3.6rem;
  font-weight: 400;
}
.s05__wrap ul li .item__wrap .item h3 {
  color: #fff;
  font-size: 2.8rem;
}
.s05__wrap ul li .item__wrap p {
  font-size: 2.0rem;
  font-weight: 700;
}
.s05__wrap ul li .item__wrap p span {
  color: #ff4900;
  font-weight: 900;
}

/*notes*/
.s06__wrap {
  padding: 10rem 5%;
}
.s06__wrap h2 span {
  font-size: 4.0rem;
}
.s06__wrap ul {
  margin: auto;
  width: 88rem;
}
.s06__wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.s06__wrap ul li:last-child {
  margin-bottom: 0;
}
.s06__wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.s06__wrap ul .box__wrap {
  width: 54rem;
}
.s06__wrap ul .box__wrap .item1_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: .2rem solid #7fbc0e;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: .25em;
}
.s06__wrap ul .box__wrap .item1_wrap p:nth-child(1) {
  border-left: .4rem solid #7fbc0e;
  font-size: 2.4rem;
  margin-left: .5em;
  padding-left: .25em;
}
.s06__wrap ul .box__wrap .item1_wrap p:nth-child(2) {
  font-size: 2.2rem;
}
.s06__wrap ul .box__wrap .item1_wrap p:nth-child(2) span {
  color: #ff4900;
}
.s06__wrap ul .box__wrap .item1_wrap p:nth-child(2) span span {
  font-size: 3.6rem;
  line-height: 0;
}
.s06__wrap ul .box__wrap .item2_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s06__wrap ul .box__wrap .item2_wrap img {
  width: 10rem;
}
.s06__wrap ul .box__wrap .item2_wrap p {
  position: relative;
  background: #fcf4c5;
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 1em;
  width: 42rem;
}
.s06__wrap ul .box__wrap .item2_wrap p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2rem;
  margin-top: -1rem;
  border: 1rem solid transparent;
  border-right: 1rem solid #fcf4c5;
}

.s06__wrap ul li .item1 {
  filter: drop-shadow(0 .0 .8rem rgba(16,107,16,0.32));
  width: 30rem;
}

/*notes*/
.s07__wrap {
  background: #f4f9e9;
  padding: 10rem 5%;
}
.faq__wrap {
  margin: auto;
  max-width: 72rem;
}
.faq__wrap .que {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 2.0rem;
  line-height: 1.3;
  padding-bottom: 1em;
  padding-right: 2.5em;
}
.faq__wrap .que p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7fbc0e;
  border-radius: .6rem;
  color: #fff;
  font-size: 3.6rem;
  margin-right: .5em;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}
.faq__wrap .que p:nth-of-type(2) {
  font-weight: 700;
  width: 90%;
}
.faq__wrap .que:before {
  position: absolute;
  content: '';
  top: 20%;
  right: 1rem;
  background: #2c2c2c;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  height: .2rem;
  width: 2.4rem;
}
.faq__wrap .que:after {
  position: absolute;
  content: '';
  top: 20%;
  right: 1rem;
  background: #2c2c2c;
  transition: all .1s ease-in-out;
  height: .2rem;
  width: 2.4rem;
}
.faq__wrap .que.open:before {
  background: #2c2c2c;
  transform: rotate(180deg);
}
.faq__wrap .que.open:after {
  opacity: 0;
}
.faq__wrap .ans {
  display: flex;
  align-items: center;
  margin-top: -.5em;
  margin-bottom: 3em;
  padding-right: 2.5em;
}
.faq__wrap .ans p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff4900;
  border-radius: .6rem;
  color: #fff;
  font-size: 3.6rem;
  margin-right: .5em;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}

/*notes*/
.s08__wrap {
  padding: 10rem 5%;
}

/*notes*/
footer {
  font-size: 1.2rem;
  text-align: center;
}










@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.5rem;
}

/*notes*/
header {
  background: top center / cover url(../img/0000_sp.webp) no-repeat;
  padding: 1rem 5%;
}
header div {
  width: 100%;
}
header div .logo {
  width: 14rem;
}
header div p {
  font-size: 2.0rem;
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1.4;
}
header div ul {
  display: flex;
  margin: .25em 0;
}
header div ul li {
  border-radius: .2rem;
  font-size: 1.1rem;
  margin-right: .5rem;
}
header div h1 {
  width: 100%;
}
header div .item {
  display: block;
  margin: 8rem 0 1rem;
  width: 60%;
}
header div .btn {
  width: 80%;
}

/*notes*/
.s01__wrap {
  padding: 4rem 5%;
}
.s01__wrap:before {
  margin-left: -4.5rem;
  border: 4.5rem solid transparent;
  border-top: 3rem solid #fbf9dd;
}
.s01__wrap .box__wrap {
  width: 100%;
}
h2 {
  font-size: 2.2rem;
}
.s01__wrap h2 span {
  font-size: 2.4rem;
}
.s01__wrap .box__wrap ul:before {
  width: 9.3rem;
  height: 15.3rem;
  top: -44%;
}
.s01__wrap .box__wrap ul:after {
  width: 8rem;
  height: 3rem;
  bottom: -14%;
}
.s01__wrap .box__wrap ul li {
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
  width: 49%;
}
.s01__wrap .box__wrap ul li img {
  width: 80%;
}
.s01__wrap .box__wrap ul li h3 {
  font-size: 1.2rem;
}
.s01__wrap .box__wrap h4 {
  font-size: 1.8rem;
  text-align: center;
}
.s01__wrap .box__wrap h4 span {
  font-size: 2.0rem;
}

/*notes*/
.s02__wrap {
  padding: 5rem 5%;
}
.s02__wrap h2 img {
  margin-bottom: .2rem;
  width: 18rem;
}
.s02__wrap h2 span,
.s03__wrap h2 span {
  font-size: 2.4rem;
}
.s02__wrap ul {
  width: 100%;
}
.s02__wrap ul li {
  display: block;
  margin-bottom: 2rem;
}
.s02__wrap ul li img {
  display: block;
  margin: auto;
  width: 60%;
}
.s02__wrap ul li .box__wrap {
  width: 100%;
}
.s02__wrap ul li .box__wrap div {
  justify-content: center;
}
.s02__wrap ul li .box__wrap div p {
  font-size: 3.2rem;
  height: 4.6rem;
  width: 4.6rem;
}
.s02__wrap ul li .box__wrap div h3 {
  font-size: 2.0rem;
}
.s02__wrap ul li .box__wrap p {
  font-size: 1.6rem;
  text-align: center;
}

/*notes*/
.s03__wrap {
  padding: 5rem 5%;
}
.s03__wrap div {
  width: 100%;
}
.s03__wrap div:before {
  width: 12.8rem;
  height: 14.7rem;
  top: -34%;
}
.s03__wrap ul {
  width: 100%;
}
.s03__wrap ul li {
  margin-bottom: 2rem;
  width: 49%;
}
.s03__wrap ul li h3 {
  font-size: 1.6rem;
  padding: .15em;
  width: 10rem;
}
.s03__wrap ul li p {
  font-size: 1.4rem;
}

/*notes*/
.s04__wrap {
  padding: 5rem 5%;
}
.s04__wrap h2 span {
  font-size: 2.6rem;
}
.s04__wrap .item1 {
  width: 90%;
}
.s04__wrap h3 {
  font-size: 2.0rem;
}
.s04__wrap h3 span {
  font-size: 2.6rem;
}
.s04__wrap .item2 {
  width: 100%;
}

/*notes*/
.s05__wrap .box__wrap {
  border: .5rem solid #7fbc0e;
  border-radius: 2rem;
  padding: 2rem;
  width: 100%;
}
.s05__wrap h2 span {
  font-size: 4.6rem;
}
.s05__wrap ul {
  width: 100%;
}
.s05__wrap ul li {
  display: block;
}
.s05__wrap ul li img {
  display: block;
  margin: auto;
  width: 50%;
}
.s05__wrap ul li .item__wrap {
  width: 100%;
}
.s05__wrap ul li .item__wrap .item {
  margin: 0 auto 1em;
  width: 24rem;
}
.s05__wrap ul li .item__wrap .item div {
  height: 4.6rem;
  width: 4.6rem;
}
.s05__wrap ul li .item__wrap .item div p {
  font-size: 1.0rem;
}
.s05__wrap ul li .item__wrap .item div p span {
  font-size: 2.6rem;
}
.s05__wrap ul li .item__wrap .item h3 {
  font-size: 1.8rem;
}
.s05__wrap ul li .item__wrap p {
  font-size: 1.6rem;
  text-align: center;
}

/*notes*/
.s06__wrap {
  padding: 5rem 5%;
}
.s06__wrap h2 span {
  font-size: 2.4rem;
}
.s06__wrap ul {
  width: 100%;
}
.s06__wrap ul li {
  display: block;
  margin-bottom: 2rem;
}
.s06__wrap ul .box__wrap {
  width: 100%;
}
.s06__wrap ul .box__wrap .item1_wrap p:nth-child(1) {
  font-size: 1.6rem;
  line-height: 1.3;
}
.s06__wrap ul .box__wrap .item1_wrap p:nth-child(2) {
  font-size: 1.4rem;
}
.s06__wrap ul .box__wrap .item1_wrap p:nth-child(2) span span {
  font-size: 2.6rem;
}
.s06__wrap ul .box__wrap .item2_wrap img {
  width: 6rem;
}
.s06__wrap ul .box__wrap .item2_wrap p {
  font-size: 1.3rem;
}
.s06__wrap ul li .item1 {
  display: block;
  margin: .5em auto;
  width: 80%;
}

/*notes*/
.s07__wrap {
  padding: 5rem 5%;
}
.faq__wrap .que {
  font-size: 1.6rem;
}
.faq__wrap .que p:nth-of-type(1) {
  font-size: 2.6rem;
  height: 3.2rem;
  max-width: 3.2rem;
}
.faq__wrap .ans {
  align-items: flex-start;
}
.faq__wrap .ans p:nth-of-type(1) {
  font-size: 2.6rem;
  height: 3.2rem;
  max-width: 3.2rem;
}

/*notes*/
.s08__wrap {
  padding: 5rem 5%;
}
}
