/*** #banner ***/
/*** #main ***/
/*** #main for topic ***/
/*** #tail ***/
/*** #banner ****/
#banner.features {
  height: auto;
  width: 100%;
}
#banner.features > .inner {
  height: auto;
  width: 100%;
}
#banner.features > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(#100800, #603000);
}
@media screen and (min-width: 570px) {
  #banner.features > .inner > .box1 {
    padding: 0.875rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.features > .inner > .box1 {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 980px) {
  #banner.features > .inner > .box1 {
    padding: 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.features > .inner > .box1 {
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.features > .inner > .box1 {
    padding: 2rem 4rem;
  }
}
#banner.features > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.82rem;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #banner.features > .inner > .box1 > .hdr1 {
    font-size: 1.89rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #banner.features > .inner > .box1 > .hdr1 {
    font-size: 1.96rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #banner.features > .inner > .box1 > .hdr1 {
    font-size: 2.03rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #banner.features > .inner > .box1 > .hdr1 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.features > .inner > .box1 > .hdr1 {
    font-size: 2.24rem;
    line-height: 2.1;
  }
}
#banner.features > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-family: "Merriweather", serif;
  letter-spacing: 0.1em;
  font-size: 1.04rem;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #banner.features > .inner > .box1 > .hdr2 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #banner.features > .inner > .box1 > .hdr2 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #banner.features > .inner > .box1 > .hdr2 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #banner.features > .inner > .box1 > .hdr2 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.features > .inner > .box1 > .hdr2 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}

/*** #main ***/
#main.features {
  height: auto;
  width: 100%;
  margin: 6rem 0rem;
}
@media screen and (min-width: 570px) {
  #main.features {
    margin: 7rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features {
    margin: 8rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features {
    margin: 10rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features {
    margin: 12rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features {
    margin: 16rem 0rem;
  }
}
#main.features > .inner {
  height: auto;
  width: 100%;
}
#main.features > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec1 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec1 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec1 {
    margin-bottom: 16rem;
  }
}
#main.features > .inner > .sec1 > .inner {
  margin: 0 auto;
  max-width: 42rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec1 > .inner {
    max-width: 56rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec1 > .inner {
    max-width: 74rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec1 > .inner {
    max-width: 99rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec1 > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec1 > .inner {
    max-width: 160rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.features > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 2.08rem;
  line-height: 1.8;
  color: #100800;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.16rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.24rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.32rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.56rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec1 > .inner > .box1 > .hdr1::before, #main.features > .inner > .sec1 > .inner > .box1 > .hdr1::after {
  background-color: #C0A080;
  content: "";
  display: inline-block;
  height: 0.1rem;
  vertical-align: middle;
  width: 1em;
}
#main.features > .inner > .sec1 > .inner > .box1 > .hdr1::before {
  margin-right: 1em;
}
#main.features > .inner > .sec1 > .inner > .box1 > .hdr1::after {
  margin-left: 1em;
}
#main.features > .inner > .sec1 > .inner > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec1 > .inner > .box1 > .par1 {
    text-align: center;
  }
}
#main.features > .inner > .sec1.scrani > .inner > .box1 {
  opacity: 0;
  transition: opacity 0.7s ease-out;
}
#main.features > .inner > .sec1.scrani.view > .inner > .box1 {
  opacity: 1;
}
#main.features > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 {
    margin-bottom: 16rem;
  }
}
#main.features > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner {
    max-width: 56rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner {
    max-width: 74rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner {
    max-width: 99rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner {
    max-width: 160rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.features > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  height: auto;
  width: 100%;
  padding-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    padding-top: 4.375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    padding-top: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box1 {
    padding-top: 10rem;
  }
}
#main.features > .inner > .sec2 > .inner > .box1::before {
  background-color: #C0A080;
  content: "";
  display: block;
  left: 50%;
  height: 3rem;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box1::before {
    height: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box1::before {
    height: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box1::before {
    height: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box1::before {
    height: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box1::before {
    height: 8rem;
  }
}
#main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.375rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.04rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #804000;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec2 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.82rem;
  line-height: 1.8;
  color: #100800;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 1.89rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 1.96rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 2.03rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 2.24rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    width: calc(40% - 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    width: calc(40% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    width: calc(40% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    width: calc(40% - 2rem);
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    margin-bottom: 0;
  }
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 {
    width: calc(60% - 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 {
    width: calc(60% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 {
    width: calc(60% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 {
    width: calc(60% - 2rem);
  }
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.56rem;
  line-height: 1.44;
  align-items: center;
  color: #100800;
  display: flex;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
    font-size: 1.62rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
    font-size: 1.74rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 {
    font-size: 1.92rem;
    line-height: 1.68;
  }
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 > .elm1 {
  height: auto;
  width: auto;
  display: block;
  margin-right: 1em;
  position: relative;
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 > .elm1 > .elm1 {
  height: auto;
  width: auto;
  bottom: calc(100% + 0.5em);
  display: block;
  font-size: 0.7em;
  left: 0;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 > .elm1 > .elm2 {
  border: 0.1rem solid #100800;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6rem;
  width: 6rem;
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 > .elm1 > .elm2 > .elm1 {
  height: auto;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.2em;
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .hdr1 > .elm2 {
  height: auto;
  width: auto;
  display: block;
  font-weight: 500;
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
  height: auto;
  width: 100%;
  margin-top: 0.75rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .par1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 {
  height: auto;
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 {
    margin-top: 2rem;
  }
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.04rem;
  line-height: 1.44;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    font-size: 1.08rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    font-size: 1.12rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    font-size: 1.16rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    font-size: 1.28rem;
    line-height: 1.68;
  }
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani {
  transform: translate(0rem, 3rem);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani {
    transform: translate(0rem, 3.5rem);
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani {
    transform: translate(0rem, 4rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani {
    transform: translate(0rem, 5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani {
    transform: translate(0rem, 6rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani {
    transform: translate(0rem, 8rem);
  }
}
#main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani.view {
  transform: translate(0rem, 0rem);
  opacity: 1;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec2 > .inner > .box2 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
#main.features > .inner > .sec2.scrani > .inner > .box1 {
  opacity: 0;
  transition: opacity 0.7s ease-out;
}
#main.features > .inner > .sec2.scrani.view > .inner > .box1 {
  opacity: 1;
}
#main.features > .inner > .sec3 {
  margin-bottom: 6rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 {
    margin-bottom: 16rem;
  }
}
#main.features > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner {
    max-width: 56rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner {
    max-width: 74rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner {
    max-width: 99rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner {
    max-width: 160rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  height: auto;
  width: 100%;
  padding-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    padding-top: 4.375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    padding-top: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box1 {
    padding-top: 10rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box1::before {
  background-color: #C0A080;
  content: "";
  display: block;
  left: 50%;
  height: 3rem;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box1::before {
    height: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box1::before {
    height: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box1::before {
    height: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box1::before {
    height: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box1::before {
    height: 8rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.375rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.04rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #804000;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec3 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.82rem;
  line-height: 1.8;
  color: #100800;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 1.89rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 1.96rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 2.03rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 2.24rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec3 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 8rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par] {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par] {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par] {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par] {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par] {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par] {
    text-align: center;
  }
}
#main.features > .inner > .sec3 > .inner > .box2 > [class^=par]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 {
  height: auto;
  width: 100%;
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani {
  transform: translate(0rem, 3rem);
  opacity: 0;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani {
    transform: translate(0rem, 3.5rem);
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani {
    transform: translate(0rem, 4rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani {
    transform: translate(0rem, 5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani {
    transform: translate(0rem, 6rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani {
    transform: translate(0rem, 8rem);
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani.view {
  transform: translate(0rem, 0rem);
  opacity: 1;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box].scrani.view {
    transform: translate(0rem, 0rem);
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
    margin-bottom: 4rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.56rem;
  line-height: 1.8;
  color: #100800;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .hdr1 {
    font-size: 1.62rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .hdr1 {
    font-size: 1.74rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .hdr1 {
    font-size: 1.92rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .hdr1 > .elm1 {
  display: inline-block;
  font-size: 0.75em;
  margin-right: 0.5em;
  transform: translateY(-0.5em);
  vertical-align: top;
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .hdr1 > .elm2 {
  display: inline-block;
  position: relative;
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .hdr1 > .elm2::after {
  background-color: #C0A080;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: calc(100% + 1em);
  position: absolute;
  top: 50%;
  width: 100vw;
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    margin-bottom: 4rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.17rem;
  line-height: 1.8;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par] {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par] {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par] {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par] {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par] {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0.75rem;
  background-color: #EFE7DF;
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 {
    padding: 2rem 2rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #100800;
  font-weight: 500;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .hdr1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 {
  height: auto;
  width: 100%;
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.17rem;
  line-height: 1.8;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm] {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm] {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm] {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm] {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm] {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm] > .elm1 {
  height: auto;
  width: auto;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 {
  height: auto;
  width: 100%;
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 {
    margin-bottom: 2rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #100800;
  font-weight: 500;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 > .hdr1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box1 > .hdr1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 {
  height: auto;
  width: 100%;
  padding: 0.75rem 0.75rem;
  border: 0.1rem solid #C0A080;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 {
    padding: 2rem 2rem;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] {
    width: calc(50% - 2rem);
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par] {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.17rem;
  line-height: 1.8;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par] {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par] {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par] {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par] {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par] {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec3 > .inner > .box3 > [class^=box] > .box4 > .box2 > [class^=box] > [class^=par]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#main.features > .inner > .sec3.scrani > .inner > .box1 {
  opacity: 0;
  transition: opacity 0.7s ease-out;
}
#main.features > .inner > .sec3.scrani.view > .inner > .box1 {
  opacity: 1;
}
#main.features > .inner > .sec4 {
  height: auto;
  width: 100%;
  background: linear-gradient(135deg, #402000, #804000);
}
#main.features > .inner > .sec4 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner {
    max-width: 56rem;
    padding-bottom: 6.3rem;
    padding-top: 6.3rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner {
    max-width: 74rem;
    padding-bottom: 8.4rem;
    padding-top: 8.4rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner {
    max-width: 99rem;
    padding-bottom: 12rem;
    padding-top: 12rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner {
    max-width: 120rem;
    padding-bottom: 16.2rem;
    padding-top: 16.2rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner {
    max-width: 160rem;
    padding-bottom: 24rem;
    padding-top: 24rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.features > .inner > .sec4 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  height: auto;
  width: 100%;
  padding-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    width: calc(50% - 4rem);
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    padding-top: 4.375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    padding-top: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    padding-top: 10rem;
  }
}
#main.features > .inner > .sec4 > .inner > .box1::before {
  background-color: #C0A080;
  content: "";
  display: block;
  left: 50%;
  height: 3rem;
  position: absolute;
  top: 0;
  width: 0.1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box1::before {
    height: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box1::before {
    height: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box1::before {
    height: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box1::before {
    height: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box1::before {
    height: 8rem;
  }
}
#main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.375rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.04rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec4 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.82rem;
  line-height: 1.8;
  color: #100800;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 1.89rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 1.96rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 2.03rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 2.24rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 0;
  }
}
#main.features > .inner > .sec4 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    width: calc(50% - 4rem);
  }
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 0;
  }
}
#main.features > .inner > .sec4 > .inner > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par] {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par] {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par] {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par] {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par] {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec4 > .inner > .box2 > [class^=par]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#main.features > .inner > .sec4 > .inner > .box3 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box3 {
    bottom: 50%;
    left: 2.8rem;
    position: absolute;
    transform: translateY(-50%);
    width: calc(50% - 4.8rem);
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box3 {
    left: 4rem;
    width: calc(50% - 6.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box3 {
    bottom: 16.2rem;
    left: 5.4rem;
    transform: translateY(0);
    width: calc(50% - 8.4rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box3 {
    bottom: 24rem;
    left: 8rem;
    width: calc(50% - 12rem);
  }
}
#main.features > .inner > .sec4 > .inner > .box3 > .fig1 {
  height: auto;
  width: 100%;
}
#main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .img1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .img1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .img1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .img1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .img1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .img1 {
    margin-bottom: 4rem;
  }
}
#main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .cap1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #ffffff;
  text-align: right;
}
@media screen and (min-width: 570px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .cap1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .cap1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .cap1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .cap1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .cap1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .cap1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: inline-block;
}
#main.features > .inner > .sec4 > .inner > .box3 > .fig1 > .cap1 > [class^=elm].elm2 {
  font-size: 0.8em;
}

/*** #tail ***/
#tail.features > .inner > .box1 {
  height: auto;
  width: 100%;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 570px) {
  #tail.features > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #tail.features > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #tail.features > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail.features > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail.features > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (min-width: 570px) {
  #tail.features > .inner > .box1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #tail.features > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #tail.features > .inner > .box1 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail.features > .inner > .box1 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail.features > .inner > .box1 {
    margin-bottom: 16rem;
  }
}
#tail.features > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#tail.features > .inner > .box1 > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  align-items: center;
  border: solid #201000;
  border-width: 0.2rem 0;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 570px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 980px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 {
    padding: 4rem 4rem;
  }
}
#tail.features > .inner > .box1 > .box1 > .lnk1 > .elm1 {
  height: auto;
  width: auto;
  font-family: "Merriweather", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #100800;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 {
  height: auto;
  width: auto;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
#tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 {
  height: auto;
  width: auto;
  display: block;
}
#tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.56rem;
  line-height: 1.8;
  color: #100800;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.62rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.68rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.74rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.92rem;
    line-height: 2.1;
  }
}
#tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
  height: auto;
  width: 100%;
  font-family: "Merriweather", serif;
  letter-spacing: 0.1em;
  font-size: 1.04rem;
  line-height: 1.8;
  color: #100800;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}
#tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
  height: auto;
  width: auto;
  margin-left: 1.5rem;
  font-size: 1.56rem;
  line-height: 1.8;
  color: #100800;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 570px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.62rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.68rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.74rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.92rem;
    line-height: 2.1;
  }
}
#tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 > [class^=ico] {
  animation: ani1 3s infinite linear;
  opacity: 0;
}
@keyframes ani1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 > [class^=ico].ico2 {
  animation-delay: 0.5s;
}
#tail.features > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 > [class^=ico].ico3 {
  animation-delay: 1s;
}
#tail.features > .inner > .box1 > .box1 > .lnk1.hov {
  transition: background 0.35s;
}
#tail.features > .inner > .box1 > .box1 > .lnk1.hov:hover {
  background-color: #EFE7DF;
}

/*# sourceMappingURL=features.css.map */
