/*** #banner ***/
/*** #main ***/
/*** #main for topic ***/
/*** #tail ***/
/*** #banner ****/
#banner.process {
  height: auto;
  width: 100%;
}
#banner.process > .inner {
  height: auto;
  width: 100%;
}
#banner.process > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(#100800, #603000);
}
@media screen and (min-width: 570px) {
  #banner.process > .inner > .box1 {
    padding: 0.875rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.process > .inner > .box1 {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 980px) {
  #banner.process > .inner > .box1 {
    padding: 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.process > .inner > .box1 {
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.process > .inner > .box1 {
    padding: 2rem 4rem;
  }
}
#banner.process > .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.process > .inner > .box1 > .hdr1 {
    font-size: 1.89rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #banner.process > .inner > .box1 > .hdr1 {
    font-size: 1.96rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #banner.process > .inner > .box1 > .hdr1 {
    font-size: 2.03rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #banner.process > .inner > .box1 > .hdr1 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.process > .inner > .box1 > .hdr1 {
    font-size: 2.24rem;
    line-height: 2.1;
  }
}
#banner.process > .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.process > .inner > .box1 > .hdr2 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #banner.process > .inner > .box1 > .hdr2 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #banner.process > .inner > .box1 > .hdr2 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #banner.process > .inner > .box1 > .hdr2 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.process > .inner > .box1 > .hdr2 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}

/*** #main ***/
#main.process {
  height: auto;
  width: 100%;
  margin: 6rem 0rem;
}
@media screen and (min-width: 570px) {
  #main.process {
    margin: 7rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process {
    margin: 8rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process {
    margin: 10rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process {
    margin: 12rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process {
    margin: 16rem 0rem;
  }
}
#main.process > .inner {
  height: auto;
  width: 100%;
}
#main.process > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec1 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec1 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec1 {
    margin-bottom: 16rem;
  }
}
#main.process > .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.process > .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.process > .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.process > .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.process > .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.process > .inner > .sec1 > .inner {
    max-width: 160rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.process > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main.process > .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.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.16rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.24rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.32rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.56rem;
    line-height: 2.1;
  }
}
#main.process > .inner > .sec1 > .inner > .box1 > .hdr1::before, #main.process > .inner > .sec1 > .inner > .box1 > .hdr1::after {
  background-color: #C0A080;
  content: "";
  display: none;
  height: 0.1rem;
  vertical-align: middle;
  width: 1em;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .hdr1::before, #main.process > .inner > .sec1 > .inner > .box1 > .hdr1::after {
    display: inline-block;
  }
}
#main.process > .inner > .sec1 > .inner > .box1 > .hdr1::before {
  margin-right: 1em;
}
#main.process > .inner > .sec1 > .inner > .box1 > .hdr1::after {
  margin-left: 1em;
}
#main.process > .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.process > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec1 > .inner > .box1 > .par1 {
    text-align: center;
  }
}
#main.process > .inner > .sec1.scrani > .inner > .box1 {
  opacity: 0;
  transition: opacity 0.7s ease-out;
}
#main.process > .inner > .sec1.scrani.view > .inner > .box1 {
  opacity: 1;
}
#main.process > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 {
    margin-bottom: 16rem;
  }
}
#main.process > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
#main.process > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 16rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 {
    margin-bottom: 4rem;
  }
}
#main.process > .inner > .sec2 > .inner > [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.44;
  align-items: center;
  color: #100800;
  display: flex;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 {
    font-size: 1.62rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 {
    font-size: 1.74rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 {
    font-size: 1.92rem;
    line-height: 1.68;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 > .elm1 {
  height: auto;
  width: auto;
  display: block;
  margin-right: 1em;
  position: relative;
}
#main.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .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.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 > .elm1 > .elm2 {
  border: 0.1rem solid #100800;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6rem;
  width: 6rem;
}
#main.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 > .elm1 > .elm2 > .elm1 {
  height: auto;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.2em;
}
#main.process > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 > .elm2 {
  height: auto;
  width: auto;
  display: block;
  font-weight: 500;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 {
    width: calc(66.66% - 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 {
    width: calc(66.66% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 {
    width: calc(66.66% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 {
    width: calc(66.66% - 2rem);
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  padding: 0.75rem 0.75rem;
  border: 0.1rem solid #C0A080;
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] {
    padding: 2rem 2rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
  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;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.17rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 > [class^=elm].elm1 > .lnk1 {
  background-color: #100800;
  color: #ffffff;
  display: block;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0.5em 0;
  width: 15em;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 > [class^=elm].elm1 > .lnk1.hov {
  transition: background-color 0.5s;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=lst] > .dsc1 > [class^=elm].elm1 > .lnk1.hov:hover {
  background-color: #603000;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  padding-left: 0.75rem;
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
    width: calc(33% - 1.5rem);
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
    width: calc(33% - 1.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
    width: calc(33% - 2.25rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
    width: calc(33% - 3rem);
  }
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
    padding-left: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] {
    padding-left: 2rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 2.25rem;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type)::after {
  background-color: #C0A080;
  bottom: -1.125rem;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type)::after {
    bottom: -1.3125rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type)::after {
    bottom: 0;
    height: 100%;
    left: calc(100% + 1.5rem);
    width: 0.1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type)::after {
    left: calc(100% + 1.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type)::after {
    left: calc(100% + 2.25rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst]:not(:last-of-type)::after {
    left: calc(100% + 3rem);
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
  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;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .trm1::before {
  color: #804000;
  content: "\f111";
  font: var(--fa-font-solid);
  font-size: 0.5em;
  position: absolute;
  right: calc(100% + 0.5em);
  top: 50%;
  transform: translateY(-50%);
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 {
  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.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm2 {
  height: auto;
  width: 100%;
  margin-top: 0.75rem;
  display: block;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 2rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm2 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
  padding-left: 1.5em;
  position: relative;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=lst] > .dsc1 > .elm2 > [class^=elm] > .elm1 {
  height: auto;
  width: auto;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
  height: auto;
  width: 100%;
  margin-top: 3rem;
  padding: 1.5rem 1.5rem;
  border: 0.1rem solid #C0A080;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 {
    padding: 4rem 4rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 {
    margin-bottom: 4rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 {
  height: auto;
  width: 100%;
  gap: 1.5rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 {
    gap: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 {
    gap: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 {
    gap: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 {
    gap: 4rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .img1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.375rem;
  display: block;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .img1 {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .img1 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .img1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .img1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .img1 {
    margin-bottom: 1rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .cap1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.04rem;
  line-height: 1.44;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.08rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.12rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.16rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.28rem;
    line-height: 1.68;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  padding-left: 0.75rem;
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
    width: calc(50% - 4rem);
  }
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
    padding-left: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] {
    padding-left: 2rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type)::after {
  background-color: #C0A080;
  bottom: -1.5rem;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type)::after {
    bottom: -1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type)::after {
    bottom: 0;
    height: 100%;
    left: calc(100% + 2rem);
    width: 0.1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type)::after {
    left: calc(100% + 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type)::after {
    left: calc(100% + 3rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst]:not(:last-of-type)::after, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst]:not(:last-of-type)::after {
    left: calc(100% + 4rem);
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
  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;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .trm1::before, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .trm1::before, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .trm1::before {
  color: #804000;
  content: "\f111";
  font: var(--fa-font-solid);
  font-size: 0.5em;
  position: absolute;
  right: calc(100% + 0.5em);
  top: 50%;
  transform: translateY(-50%);
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 {
  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.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1 > .elm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1 > .elm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 > .elm1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm], #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm], #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type), #main.process > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=lst] > .dsc1 > .elm1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 {
  height: auto;
  width: 100%;
  margin-top: 0.75rem;
  display: block;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 2rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm1 {
  height: auto;
  width: 100%;
  display: block;
  font-weight: 500;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm2 {
  height: auto;
  width: 100%;
  display: block;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm2 > [class^=elm], #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm2 > [class^=elm], #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm2 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
  padding-left: 1.5em;
  position: relative;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm2 > [class^=elm] > .elm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm2 > [class^=elm] > .elm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box4 > .box2 > [class^=lst] > .dsc1 > .elm2 > .elm2 > [class^=elm] > .elm1 {
  height: auto;
  width: auto;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 {
  height: auto;
  width: 100%;
  margin-top: 0.75rem;
  display: block;
}
@media screen and (min-width: 570px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.process > .inner > .sec2 > .inner > [class^=box].box3.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box5 > .box2 > [class^=lst] > .dsc1 > .elm2, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 {
    margin-top: 2rem;
  }
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 > [class^=elm], #main.process > .inner > .sec2 > .inner > [class^=box].box4.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 > [class^=elm], #main.process > .inner > .sec2 > .inner > [class^=box].box5.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
  padding-left: 1.5em;
  position: relative;
}
#main.process > .inner > .sec2 > .inner > [class^=box].box3.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 > [class^=elm] > .elm1, #main.process > .inner > .sec2 > .inner > [class^=box].box4.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 > [class^=elm] > .elm1, #main.process > .inner > .sec2 > .inner > [class^=box].box5.box5 > .box2 > [class^=lst] > .dsc1 > .elm2 > [class^=elm] > .elm1 {
  height: auto;
  width: auto;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

/*** #tail ***/
#tail.process > .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.process > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #tail.process > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #tail.process > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail.process > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail.process > .inner > .box1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (min-width: 570px) {
  #tail.process > .inner > .box1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #tail.process > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #tail.process > .inner > .box1 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail.process > .inner > .box1 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail.process > .inner > .box1 {
    margin-bottom: 16rem;
  }
}
#tail.process > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#tail.process > .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.process > .inner > .box1 > .box1 > .lnk1 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 980px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 {
    padding: 4rem 4rem;
  }
}
#tail.process > .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.process > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 {
  height: auto;
  width: auto;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
#tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 {
  height: auto;
  width: auto;
  display: block;
}
#tail.process > .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.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.62rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.68rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.74rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm1 {
    font-size: 1.92rem;
    line-height: 2.1;
  }
}
#tail.process > .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.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm1 > .elm2 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}
#tail.process > .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.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.62rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.68rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.74rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 {
    font-size: 1.92rem;
    line-height: 2.1;
  }
}
#tail.process > .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.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 > [class^=ico].ico2 {
  animation-delay: 0.5s;
}
#tail.process > .inner > .box1 > .box1 > .lnk1 > .elm2 > .elm2 > [class^=ico].ico3 {
  animation-delay: 1s;
}
#tail.process > .inner > .box1 > .box1 > .lnk1.hov {
  transition: background 0.35s;
}
#tail.process > .inner > .box1 > .box1 > .lnk1.hov:hover {
  background-color: #EFE7DF;
}

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