/**
 * filename: company.css
 * version: 2.0
 **/
/**
 * filename: shared.css
 * version: 2.0
 **/
/*** #banner ***/
#banner.company {
  height: auto;
  width: 100%;
}
#banner.company > .inner {
  height: auto;
  width: 100%;
  padding: 4.5rem 1.5rem;
}
@media screen and (min-width: 560px) {
  #banner.company > .inner {
    padding: 5.25rem 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.company > .inner {
    padding: 6rem 2.8rem;
  }
}
@media screen and (min-width: 990px) {
  #banner.company > .inner {
    padding: 7.5rem 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.company > .inner {
    padding: 9rem 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.company > .inner {
    padding: 12rem 8rem;
  }
}
#banner.company > .inner > .box1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banner.company > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #banner.company > .inner > .box1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.company > .inner > .box1 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #banner.company > .inner > .box1 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.company > .inner > .box1 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.company > .inner > .box1 > .box1 {
    margin-bottom: 4rem;
  }
}
#banner.company > .inner > .box1 > .box1 > .hdr1 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #181615;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 560px) {
  #banner.company > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #banner.company > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #banner.company > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #banner.company > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.company > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#banner.company > .inner > .box1 > .box1 > .hdr1::before {
  background-color: #238759;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
}
#banner.company > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 740px) {
  #banner.company > .inner > .box1 > .box2 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #banner.company > .inner > .box1 > .box2 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.company > .inner > .box1 > .box2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #banner.company > .inner > .box1 > .box2 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #banner.company > .inner > .box1 > .box2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.company > .inner > .box1 > .box2 {
    margin-bottom: 0;
  }
}
#banner.company > .inner > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 3.125rem;
  line-height: 1.08;
  color: #605a58;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #banner.company > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.25rem;
    line-height: 1.14;
  }
}
@media screen and (min-width: 740px) {
  #banner.company > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.375rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 990px) {
  #banner.company > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.5rem;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1200px) {
  #banner.company > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.625rem;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  #banner.company > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.75rem;
    line-height: 1.38;
  }
}
#banner.company > .inner > .box1 > .box3 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #banner.company > .inner > .box1 > .box3 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #banner.company > .inner > .box1 > .box3 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.company > .inner > .box1 > .box3 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #banner.company > .inner > .box1 > .box3 {
    width: calc(50% - 2rem);
  }
}
#banner.company > .inner > .box1 > .box3 > .par1 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #banner.company > .inner > .box1 > .box3 > .par1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #banner.company > .inner > .box1 > .box3 > .par1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #banner.company > .inner > .box1 > .box3 > .par1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #banner.company > .inner > .box1 > .box3 > .par1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.company > .inner > .box1 > .box3 > .par1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}

/*** #main ***/
#main.company {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  #main.company {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company {
    margin-bottom: 16rem;
  }
}
@media screen and (min-width: 560px) {
  #main.company {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company {
    margin-top: 8rem;
  }
}
#main.company > .inner {
  height: auto;
  width: 100%;
}
#main.company > .inner > .sec1 {
  height: auto;
  width: 100%;
}
#main.company > .inner > .sec1:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec1:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec1:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1:not(:last-of-type) {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1:not(:last-of-type) {
    margin-bottom: 16rem;
  }
}
#main.company > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  #main.company > .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.company > .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: 990px) {
  #main.company > .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.company > .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.company > .inner > .sec1 > .inner {
    max-width: 160rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.company > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box1 {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1 > .inner > .box1 {
    width: calc(25% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 0;
  }
}
#main.company > .inner > .sec1 > .inner > .box1 > .hdr1 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #181615;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec1 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #605a58;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr2 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr2 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr2 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr2 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1 > .inner > .box1 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box2 {
    width: calc(75% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1 > .inner > .box2 {
    width: calc(75% - 2rem);
  }
}
#main.company > .inner > .sec1 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  padding: 1.5rem 0rem;
  border-bottom: 0.1rem solid #d3cdca;
  border-top: 0.1rem solid #d3cdca;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 {
    padding: 1.75rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 {
    padding: 2rem 0rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 {
    padding: 2.5rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 {
    padding: 3rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 {
    padding: 4rem 0rem;
  }
}
#main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] {
  height: auto;
  width: 100%;
}
#main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst].lst1 > .dsc1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: inline-block;
}
#main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst].lst1 > .dsc1 > [class^=elm].elm2 {
  font-size: 0.8em;
}
#main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst].lst2 > .dsc1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
#main.company > .inner > .sec1 > .inner > .box2 > .box1 > [class^=lst].lst2 > .dsc1 > [class^=elm]::before {
  content: "\f0da";
  display: inline-block;
  font: var(--fa-font-solid);
  left: 0;
  position: absolute;
  top: 0.5em;
}
#main.company > .inner > .sec2 {
  height: auto;
  width: 100%;
}
#main.company > .inner > .sec2:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2:not(:last-of-type) {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2:not(:last-of-type) {
    margin-bottom: 16rem;
  }
}
#main.company > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  #main.company > .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.company > .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: 990px) {
  #main.company > .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.company > .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.company > .inner > .sec2 > .inner {
    max-width: 160rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.company > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box1 {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box1 {
    width: calc(25% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 0;
  }
}
#main.company > .inner > .sec2 > .inner > .box1 > .hdr1 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #181615;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec2 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #605a58;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box2 {
    width: calc(75% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box2 {
    width: calc(75% - 2rem);
  }
}
#main.company > .inner > .sec2 > .inner > .box2 {
  padding: 1.5rem 1.5rem;
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box2 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box2 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box2 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box2 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box2 {
    padding: 4rem 4rem;
  }
}
#main.company > .inner > .sec2 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
#main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] {
  height: auto;
  width: 100%;
}
#main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 3.125rem;
  line-height: 1.44;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 3.25rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 3.375rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 3.5rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 3.625rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .trm1 {
    font-size: 3.75rem;
    line-height: 1.84;
  }
}
#main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec2 > .inner > .box2 > .box2 {
  height: auto;
  width: auto;
  bottom: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    bottom: 4rem;
  }
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    right: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    right: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    right: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 {
    right: 4rem;
  }
}
#main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 {
  height: auto;
  width: auto;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 5rem;
  line-height: 1;
  color: rgba(211, 205, 202, 0.3);
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 {
    font-size: 5.2rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 {
    font-size: 5.8rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 {
    font-size: 6rem;
  }
}
#main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
}
#main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 > [class^=elm]:not(:last-of-type) {
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 > [class^=elm]:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
#main.company > .inner > .sec2 > .inner > .box2 > .box2 > .par1 > [class^=elm] > .bd {
  color: rgba(211, 205, 202, 0.5);
  font-size: 1.2em;
}
#main.company > .inner > .sec2.scrani {
  transform: translate(0rem, 6rem);
  opacity: 0;
  transition: opacity linear 0.7s, transform ease-out 0.7s;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec2.scrani {
    transform: translate(0rem, 7rem);
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec2.scrani {
    transform: translate(0rem, 8rem);
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec2.scrani {
    transform: translate(0rem, 10rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec2.scrani {
    transform: translate(0rem, 12rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec2.scrani {
    transform: translate(0rem, 16rem);
  }
}
#main.company > .inner > .sec2.scrani.view {
  opacity: 1;
  transform: translateY(0);
}
#main.company > .inner > .sec3 {
  height: auto;
  width: 100%;
}
#main.company > .inner > .sec3:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3:not(:last-of-type) {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3:not(:last-of-type) {
    margin-bottom: 16rem;
  }
}
#main.company > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  #main.company > .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.company > .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: 990px) {
  #main.company > .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.company > .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.company > .inner > .sec3 > .inner {
    max-width: 160rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.company > .inner > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box1 {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box1 {
    width: calc(25% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 0;
  }
}
#main.company > .inner > .sec3 > .inner > .box1 > .hdr1 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #181615;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec3 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #605a58;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 {
    width: calc(75% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 {
    width: calc(75% - 2rem);
  }
}
#main.company > .inner > .sec3 > .inner > .box2 {
  position: relative;
}
#main.company > .inner > .sec3 > .inner > .box2 > .box1 {
  bottom: -1.5rem;
  right: -1.5rem;
  height: 66.66%;
  opacity: 0.2;
  position: absolute;
  width: 66.66%;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    bottom: -1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    bottom: -2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    bottom: -2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    bottom: -3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    bottom: -4rem;
  }
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    right: -1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    right: -2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    right: -2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    right: -3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box1 {
    right: -4rem;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 > .box1 > .img1 {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: right bottom;
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 {
    margin-bottom: 4rem;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par] {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par] {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par] {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par] {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par] {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par] {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 {
  height: auto;
  width: auto;
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 {
  height: auto;
  width: 100%;
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: inline-block;
  text-align: right;
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 {
    margin-bottom: 2rem;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: inline-block;
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm1 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.44;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm1 {
    font-size: 1.3rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm1 {
    font-size: 1.35rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm1 {
    font-size: 1.4rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm1 {
    font-size: 1.45rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm1 {
    font-size: 1.5rem;
    line-height: 1.84;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm2 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.44;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm2 {
    font-size: 1.17rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm2 {
    font-size: 1.215rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm2 {
    font-size: 1.26rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm2 {
    font-size: 1.305rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm1 > [class^=elm].elm2 {
    font-size: 1.35rem;
    line-height: 1.84;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm] {
  height: auto;
  width: 100%;
  display: inline-block;
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm1 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.44;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm1 {
    font-size: 1.17rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm1 {
    font-size: 1.215rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm1 {
    font-size: 1.26rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm1 {
    font-size: 1.305rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm1 {
    font-size: 1.35rem;
    line-height: 1.84;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm2 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1rem;
  line-height: 1.44;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm2 {
    font-size: 1.04rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm2 {
    font-size: 1.08rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm2 {
    font-size: 1.12rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm2 {
    font-size: 1.16rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm2 {
    font-size: 1.2rem;
    line-height: 1.84;
  }
}
#main.company > .inner > .sec3 > .inner > .box2 > .box2 > .box2 > .par1 > [class^=elm].elm2 > [class^=elm].elm2 > [class^=elm] {
  height: auto;
  width: 100%;
  display: inline-block;
}
#main.company > .inner > .sec3.scrani {
  transform: translate(0rem, 6rem);
  opacity: 0;
  transition: opacity linear 0.7s, transform ease-out 0.7s;
}
@media screen and (min-width: 560px) {
  #main.company > .inner > .sec3.scrani {
    transform: translate(0rem, 7rem);
  }
}
@media screen and (min-width: 740px) {
  #main.company > .inner > .sec3.scrani {
    transform: translate(0rem, 8rem);
  }
}
@media screen and (min-width: 990px) {
  #main.company > .inner > .sec3.scrani {
    transform: translate(0rem, 10rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.company > .inner > .sec3.scrani {
    transform: translate(0rem, 12rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.company > .inner > .sec3.scrani {
    transform: translate(0rem, 16rem);
  }
}
#main.company > .inner > .sec3.scrani.view {
  opacity: 1;
  transform: translateY(0);
}

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