/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
main {
  background: #F5F1E5;
}
.mv {
  position: relative;
  width: 100%;
  margin: 70px 0 0;
  min-height: calc(650px - 70px);
  background: url("/img/about/mvsp.webp") center bottom/ cover;
}
.mv_txt {
  position: absolute;
  top: 2em;
  left: 3%;
  width: 330px;
}
.mv_img {
  position: absolute;
  bottom: 4.5em;
  left: 5%;
  width: 150px;
}
.mv_subtxt {
  position: absolute;
  bottom: -6em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 95%;
}
/* disposal */
.disposal {
  width: 90%;
  margin: 7em auto 0;
  position: relative;
  border-radius: 30px 30px 0 0;
  padding: 30px 0 20px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #D6CAA3 0%, #AC9A60 100%);
  font-weight: 700;
  color: #7E4400;
}
.disposal::before {
  position: absolute;
  content: '';
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 100px;
  height: 50px;
  background-image: url("/img/about/disposal.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.disposal::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  background: #AC9A60;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.disposal > div {
  font-size: 1.6rem;
  line-height: 1.4;
}
.disposal > div span {
  display: block;
  font-size: 2.8rem;
}
.disposal > p {
  margin: 0.5em auto 0;
  display: inline-block;
  position: relative;
  color: #fff;
  background: #7E4400;
  border-radius: 30px;
  padding: 6px 10px;
}
.disposal > p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #7E4400;
}
.disposal ul {
  width: calc(90% + 10px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: space-between;
}
.disposal ul li {
  margin: 1.0em 5px 0em;
  width: calc(100% / 2 - 10px);
}
.disposal ul li img {
  border-radius: 10px 10px 0 0;
}
.disposal ul li p {
  border-radius: 0 0 10px 10px;
  background: #7E4400;
  color: #fff;
  padding: 3px 0;
  letter-spacing: 2px;
}
.disposal_close {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: 4em auto 0;
}
.disposal_close::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  content: '';
  background: #33A500;
  opacity: 0.7;
}
.disposal_close h2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
}
.disposal_close h2 span {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
}
.disposal_close img {
  border-radius: 20px;
  height: 180px;
  object-fit: cover;
}
.disposal_close_txt {
  width: 85%;
  margin: 1em auto 0;
  text-align: left;
  font-weight: 700;
}
.disposal_close_list {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 20px 0px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 90%;
  margin: 1.5em auto 0;
}
.disposal_close_list > div {
  position: relative;
  display: inline-block;
  color: #33A500;
  font-weight: 700;
  font-size: 1.8rem;
}
.disposal_close_list > div::before, .disposal_close_list > div::after {
  position: absolute;
  content: '';
  bottom: 3px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/about/fukidashi.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.disposal_close_list > div::before {
  left: -20px;
}
.disposal_close_list > div::after {
  right: -20px;
  transform: scale(-1, 1);
}
.disposal_close_list ul {
  max-width: 250px;
  margin: auto;
}
.disposal_close_list ul li {
  position: relative;
  border-radius: 10px;
  background: #ECF7E9;
  margin: 2.5em auto 0;
}
.disposal_close_list ul li div {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  display: inline-block;
  padding: 2px 0px;
  width: 180px;
  border-radius: 30px;
  background: #33A500;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.disposal_close_list ul li img {
  border-radius: 10px 10px 0 0;
}
.disposal_close_list ul li p {
  font-weight: 700;
  padding: 10px 0;
}
/* about */
.about_bg {
  margin: -5em auto 0;
  position: relative;
  padding: 7em 0 3em;
  background-image: url("/img/about/about_bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 150%;
}
.about_ttl {
  font-weight: 700;
}
.about_ttl > p {
  font-family: brandon-grotesque, sans-serif;
  color: #33A500;
  font-size: 2rem;
}
.about_ttl > div {
  position: relative;
  display: inline-block;
  margin: 0em 0 1.5rem;
  padding: 5px 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(-45deg, #33A500 0%, #33A500 40%, #A1E800 100%);
  border-radius: 30px;
  letter-spacing: 2px;
}
.about_ttl > div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #33A500;
}
.about_ttl h2 {
  font-weight: 700;
  color: #33A500;
  font-size: 3.5rem;
  line-height: 1.2;
}
.about_ttl h2 span {
  position: relative;
  display: inline-block;
  background-image: url("/img/about/line.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 0 20px;
}
.about_ttl h2 span::before, .about_ttl h2 span::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.about_ttl h2 span::before {
  bottom: 10px;
  left: -35px;
  width: 30px;
  height: 30px;
  background-image: url("/img/about/leaf01.webp");
}
.about_ttl h2 span::after {
  top: 0px;
  right: -55px;
  width: 40px;
  height: 40px;
  background-image: url("/img/about/leaf02.webp");
}
.about_ttl ul {
  width: 80%;
  margin: auto;
  position: relative;
}
.about_ttl ul::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\f00d';
  font-family: FontAwesome;
  font-weight: 400;
  color: #33A500;
  font-size: 3rem;
}
.about_ttl ul li {
  position: relative;
  margin: 3em auto 0;
}
.about_ttl ul li:first-child {
  margin: 1em auto 0;
}
.about_ttl ul li p {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #33A500;
  color: #fff;
  font-size: 2rem;
}
.about_ttl ul li p span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  text-align: center;
}
.about {
  margin: 2em auto 0;
}
.about > div {
  text-align: left;
  margin: 0 auto 1em;
  width: 80%;
}
.about > div div {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 auto 0.3em;
}
.about > div div span {
  position: relative;
  color: #33A500;
}
.about > div div span::before {
  content: "● ● ● ● ● ● ●";
  position: absolute;
  top: -1.8em;
  left: 8px;
  font-size: 0.3em;
  letter-spacing: 1.1em;
  color: #33A500;
  display: block;
  width: 100%;
}
.about > div p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
}
.about img {
  width: 90%;
  margin: 0 0 0 10%;
  border-radius: 15px 0 0 15px;
}
.lp_title {
  position: relative;
}
.lp_title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 30px 30px 0 0;
  background: #33A500;
  opacity: 0.7;
}
.lp_title img {
  border-radius: 30px 30px 0 0;
  height: 150px;
  object-fit: cover;
}
.lp_title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  width: 100%;
  font-size: 2.5rem;
  line-height: 1.3;
}
.lp_title h2 span {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.8rem;
}
/* feature */
.feature_list {}
.feature_list > li {
  margin: 5em auto 0;
  position: relative;
  padding: 20px 0px 20px;
  counter-increment: mycounter;
}
.feature_list > li:first-child {
  margin: 1em auto 0;
}
.feature_list > li::before {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  content: '';
  background: #fff;
  border-radius: 25px;
}
.feature_list > li::after {
  position: absolute;
  top: -45px;
  left: 2%;
  content: counter(mycounter, decimal-leading-zero);
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  color: #33A500;
  font-size: 5.5rem;
  letter-spacing: 0;
}
.feature_list > li h3 {
  position: absolute;
  top: -1.5em;
  left: 50%;
  width: 200px;
  transform: translate(-50%, 0%);
  display: inline-block;
  padding: 3px 0px;
  border-radius: 5px 34px;
  background: linear-gradient(-45deg, #33A500 0%, #33A500 30%, #A1E800 100%);
  color: #fff;
  font-size: 1.8rem;
}
.feature_list > li h3 span {
  font-size: 2.5rem;
}
.feature {
  text-align: left;
}
.feature img {
  width: 110%;
  margin: 0 0 0 -5%;
}
.feature > div {
  width: 75%;
  margin: 0.5em auto 0;
}
.feature > div h4 {
  font-weight: 700;
  color: #33A500;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto 0.3em;
}
.feature > div p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
}
.comparison {
  width: 75%;
  margin: 3em auto 0;
}
.comparison01 {
  position: relative;
  background: #F5F1E5;
  border-radius: 10px;
  padding: 25px 15px 15px;
  margin: 0 auto 3em;
}
.comparison01::after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0%);
  content: '\f0d7';
  font-family: FontAwesome;
  font-weight: 400;
  color: #7E4400;
  font-size: 3rem;
  line-height: 1;
}
.comparison01 div {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  display: inline-block;
  width: 160px;
  padding: 2px 0px;
  border-radius: 30px;
  background: #7E4400;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
.comparison01 p {
  text-align: left;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
}
.comparison01 p span {
  display: block;
  color: #7E4400;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0 auto 0.3em;
}
.comparison02 {}
.comparison02_ttl {
  display: inline-block;
  padding: 3px 40px;
  border-radius: 5px 34px;
  background: linear-gradient(-45deg, #33A500 0%, #33A500 30%, #A1E800 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.comparison02 h4 {
  font-weight: 700;
  font-size: 2.2rem;
  color: #33A500;
  line-height: 1.4;
  margin: 0.3em auto 0.3em;
}
.comparison02 h4 span {
  display: inline-block
}
.comparison02 > p {
  text-align: left;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
}
.comparison02 ul {
  margin: 1em auto 0;
}
.comparison02 ul li {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ECF7E9;
  margin: -1em 5px 0;
}
.comparison02 ul li::before {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(0%, -50%);
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  color: #33A500;
}
.comparison02 ul li:last-child::before {
  display: none;
}
.comparison02 ul li div {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  text-align: center;
  color: #33A500;
  font-weight: 700;
  line-height: 1.3;
}
.comparison02 ul li div img {
  display: block;
  width: 70px;
  margin: 0 auto 5px;
}
.comparison03 {
  background: #ECF7E9;
  border-radius: 15px;
  padding: 15px 0 20px;
  width: 75%;
  margin: 2em auto 0;
  box-sizing: border-box;
}
.comparison03 > div {
  font-weight: 700;
  color: #33A500;
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
}
.comparison03 > div::before, .comparison03 > div::after {
  position: absolute;
  content: '';
  bottom: 4px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/about/fukidashi.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.comparison03 > div::before {
  left: -20px;
}
.comparison03 > div::after {
  right: -20px;
  transform: scale(-1, 1);
}
.comparison03 ul {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
}
.comparison03 ul li {
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
}
.comparison03 ul li p {
  position: relative;
  z-index: 1;
  padding: 2px 0;
  background: #33A500;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  margin: -1em auto 0;
}
.feature_wrap {
  margin: 2em auto 0;
  width: 75%;
}
.feature_ttl {
  position: relative;
  font-weight: 700;
  color: #33A500;
  font-size: 2rem;
  padding: 0 0 10px;
}
.feature_ttl::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  content: '';
  display: block;
  width: 120px;
  height: 9px;
  background-image: url("/img/about/line.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.feature_subttl {
  margin: 0.5em auto 0;
  font-weight: 700;
  font-size: 1.5rem;
}
.feature_subttl span {
  display: inline-block;
}
.feature01_result {
  margin: 1em auto 0;
  background: #ECF7E9;
  border-radius: 10px;
  padding: 15px 10px 20px;
  font-weight: 700;
}
.feature01_result p {
  font-size: 1.4rem;
}
.feature01_result ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: center;
}
.feature01_result ul li {
  display: inline-block;
  padding: 2px 15px;
  color: #fff;
  background: #0067CE;
  border-radius: 30px;
  margin: 0 5px;
  font-size: 1.2rem;
}
.feature01_result ul li:last-child {
  background: #FFA700;
}
.feature_table {
  margin: 1em auto 0;
}
.experiment_list.arrow > li {
  margin: 2em auto 0;
}
.experiment_list.arrow > li:first-child {
  margin: 1em auto 0;
}
.experiment_list.arrow > li:last-child {
  margin: 4.5em auto 0;
}
.experiment_list.arrow > li::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  content: '';
  width: 40px;
  height: 15px;
  background: #33A500;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.experiment_list.arrow > li:last-child:before {
  display: none;
}
.experiment_list.arrow > li:last-child::after {
  position: absolute;
  top: -1.7em;
  left: 50%;
  transform: translate(-50%, 0%);
  content: '4日後';
  color: #33A500;
  font-size: 2.5rem;
}
.experiment_list {}
.experiment_list > li {
  position: relative;
  margin: 1em auto 0;
  background: #ECF7E9;
  border: 1px solid #33A500;
  border-radius: 10px;
  padding: 0 10px 15px;
  font-weight: 700;
}
.experiment_list > li > div {
  display: inline-block;
  background: #33A500;
  color: #fff;
  padding: 2px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 1.5rem;
  margin: 0 auto 0.5em;
}
.experiment_ttl {
  font-size: 1.4rem;
  line-height: 1.5;
}
.experiment_ttl span {
  display: inline-block;
}
.experiment_txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0.5em auto 0;
}
.experiment_txt span {
  display: inline-block;
}
.experiment_subtxt {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0.3em auto 0;
}
.experiment {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
}
.experiment li {
  position: relative;
  margin: 1em 10px 0em;
  width: calc(100% / 2 - 20px);
}
.experiment li::before {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #33A500;
  font-size: 2rem;
}
.experiment li:last-child::before {
  display: none;
}
.experiment li img {
  border-radius: 10px;
}
.experiment li.border img {
  border-radius: 10px 10px 0 0;
}
.experiment li p {
  position: absolute;
  top: -5px;
  left: -5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #33A500;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
.experiment li p span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
}
.experiment li div {
  background: #33A500;
  color: #fff;
  border-radius: 0 0 10px 10px;
  line-height: 1.3;
  font-size: 1.2rem;
  padding: 5px 5px;
}
/* reason */
.reason {
  width: 80%;
  margin: auto;
}
.reason > li {
  position: relative;
  margin: 4em auto 0;
}
.reason > li:first-child {
  margin: 0 auto 0;
}
.reason_no {
  position: absolute;
  z-index: 3;
  top: -15px;
  left: -15px;
  display: inline-block;
  width: 80px;
  height: 90px;
  background: url("/img/about/reason_no.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
}
.reason_no p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
}
.reason_no p span {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 3.5rem;
}
.reason > li img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.reason_txt {
  position: relative;
  margin: 1em auto 0;
  text-align: left;
}
.reason_txt::before {
  position: absolute;
  content: '';
  top: calc(50% - 170px);
  left: calc(50% - 190px);
  display: block;
  width: 380px;
  height: 296px;
  background-image: url("/img/about/reason_shape.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.reason > li:nth-of-type(even) .reason_txt::before {
  transform: scale(-1, 1);
}
.reason_txt h3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto 0.5em;
  font-weight: 700;
  padding: 5px 20px;
  color: #fff;
  font-size: 2rem;
  background: linear-gradient(-45deg, #33A500 0%, #33A500 40%, #A1E800 100%);
  border-radius: 3px 20px;
  letter-spacing: 2px;
}
.reason_txt p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    min-height: calc(700px - 70px);
    background: url("/img/about/mv.webp") center bottom/ cover;
  }
  .mv_txt {
    position: absolute;
    top: 2em;
    left: 3%;
    width: 550px;
  }
  .mv_img {
    position: absolute;
    bottom: -3em;
    left: 5%;
    width: 45%;
    max-width: 630px;
  }
  .mv_subtxt {
    bottom: -8em;
    left: auto;
    right: 5%;
    transform: translate(0%, 0%);
    width: 45%;
  }
  /* disposal */
  .disposal {
    width: 90%;
    margin: 10em auto 0;
    border-radius: 60px 60px 0 0;
    padding: 70px 0 50px;
  }
  .disposal::before {
    top: -60px;
    width: 200px;
    height: 100px;
  }
  .disposal::after {
    height: 60px;
  }
  .disposal > div {
    font-size: 4.5rem;
    line-height: 1.2;
  }
  .disposal > div span {
    display: block;
    font-size: 8rem;
  }
  .disposal > p {
    font-size: 3rem;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 3px 50px;
  }
  .disposal > p::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #7E4400;
  }
  .disposal ul {
    width: calc(90% + 16px);
    margin: 1em auto 0em;
  }
  .disposal ul li {
    margin: 1.5em 8px 0em;
    width: calc(100% / 3 - 16px);
  }
  .disposal ul li img {
    border-radius: 20px 20px 0 0;
  }
  .disposal ul li p {
    font-size: 2.3rem;
    border-radius: 0 0 20px 20px;
    padding: 3px 0;
  }
  .disposal_close {
    max-width: 1100px;
    margin: 8em auto 0;
  }
  .disposal_close::before {
    border-radius: 40px;
  }
  .disposal_close h2 {
    font-size: 3.8rem;
    line-height: 1.3;
    letter-spacing: 2px;
  }
  .disposal_close h2 span {
    font-size: 5.5rem;
  }
  .disposal_close img {
    border-radius: 40px;
    height: 350px;
  }
  .disposal_close_txt {
    max-width: 900px;
    margin: 2em auto 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .disposal_close_list {
    padding: 30px 0px 40px;
    border-radius: 20px;
    max-width: 1200px;
    margin: 2.5em auto 0;
  }
  .disposal_close_list > div {
    font-size: 3.5rem;
  }
  .disposal_close_list > div::before, .disposal_close_list > div::after {
    bottom: 7px;
    width: 40px;
    height: 40px;
  }
  .disposal_close_list > div::before {
    left: -40px;
  }
  .disposal_close_list > div::after {
    right: -40px;
  }
  .disposal_close_list ul {
    max-width: 1050px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 3em auto 0em;
    justify-content: space-between;
  }
  .disposal_close_list ul li {
    border-radius: 20px;
    margin: 0 8px 0em;
    width: calc(100% / 3 - 16px);
  }
  .disposal_close_list ul li div {
    top: -1em;
    width: 250px;
    font-size: 2.8rem;
  }
  .disposal_close_list ul li img {
    border-radius: 20px 20px 0 0;
  }
  .disposal_close_list ul li p {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 20px 0;
  }
  /* about */
  .about_bg {
    margin: -9em auto 0;
    padding: 14em 0 5em;
    background-size: 100%;
  }
  .about_ttl > p {
    font-size: 4rem;
  }
  .about_ttl > div {
    margin: 0em 0 3rem;
    padding: 0px 60px;
    font-size: 5.2rem;
    border-radius: 80px;
  }
  .about_ttl > div::before {
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #33A500;
  }
  .about_ttl h2 {
    font-size: 7rem;
  }
  .about_ttl h2 span {
    padding: 0 0 35px;
  }
  .about_ttl h2 span::before {
    bottom: 10px;
    left: -70px;
    width: 50px;
    height: 50px;
  }
  .about_ttl h2 span::after {
    top: 0px;
    right: -120px;
    width: 80px;
    height: 80px;
  }
  .about_ttl ul {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: center;
  }
  .about_ttl ul::before {
    font-size: 5rem;
  }
  .about_ttl ul li {
    margin: 0 30px 0em;
    width: calc(100% / 2 - 60px);
  }
  .about_ttl ul li:first-child {
    margin: 0 30px 0em;
  }
  .about_ttl ul li p {
    width: 100px;
    height: 100px;
    font-size: 3.5rem;
  }
  .about_ttl ul li p span {
    width: 100px;
  }
  .about {
    margin: 4em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: space-between;
  }
  .about > div {
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px 0 8%;
  }
  .about > div div {
    font-size: 4.5rem;
    line-height: 1.3;
    margin: 0 auto 0.3em;
  }
  .about > div div span::before {
    top: -1.8em;
    left: 18px;
    font-size: 0.2em;
    letter-spacing: 1.95em;
  }
  .about > div p {
    line-height: 2;
  }
  .about img {
    width: 50%;
    margin: 0%;
    border-radius: 30px 0 0 30px;
  }
  .lp_title::before {
    border-radius: 60px 60px 0 0;
  }
  .lp_title img {
    border-radius: 60px 60px 0 0;
    height: 400px;
  }
  .lp_title h2 {
    font-size: 5vw;
    line-height: 1.3;
  }
  .lp_title h2 span {
    font-size: 3.5rem;
  }
  /* feature */
  .feature_list > li {
    margin: 10em auto 0;
    padding: 10px 0px 60px;
  }
  .feature_list > li:first-child {
    margin: 3em auto 0;
  }
  .feature_list > li::before {
    border-radius: 50px;
  }
  .feature_list > li::after {
    top: -120px;
    left: 8%;
    font-size: 14rem;
    letter-spacing: 1px;
  }
  .feature_list > li h3 {
    top: -1em;
    width: 550px;
    padding: 0px;
    border-radius: 10px 68px;
    font-size: 4.5rem;
    line-height: 1.5;
  }
  .feature_list > li h3 span {
    font-size: 6.5rem;
  }
  .feature {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-start;
    align-items: center;
  }
  .feature img {
    width: 50%;
    margin: 0 0 0 -3%;
  }
  .feature > div {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 6% 0 3%;
  }
  .feature > div h4 {
    font-size: 3.5rem;
    line-height: 1.4;
    margin: 0 auto 0.3em;
  }
  .feature > div p {
    line-height: 2;
  }
  .comparison {
    width: 85%;
    max-width: 900px;
    margin: 3em auto 0;
  }
  .comparison01 {
    border-radius: 20px;
    padding: 30px 40px 30px;
    margin: 0 auto 5em;
  }
  .comparison01::after {
    bottom: -65px;
    font-size: 6rem;
  }
  .comparison01 div {
    width: 300px;
    font-size: 2.5rem;
  }
  .comparison01 p span {
    font-size: 3.5rem;
    margin: 0 auto 0.1em;
  }
  .comparison02 {}
  .comparison02_ttl {
    padding: 3px 80px;
    border-radius: 10px 68px;
    font-size: 3.5rem;
  }
  .comparison02 h4 {
    font-size: 4rem;
    margin: 0.3em auto 0.2em;
  }
  .comparison02 > p {
    line-height: 2;
  }
  .comparison02 ul {
    margin: 1em auto 1em;
  }
  .comparison02 ul li {
    width: 240px;
    height: 240px;
    margin: 0em 15px 0;
  }
  .comparison02 ul li::before {
    right: -25px;
    font-size: 2.5rem;
  }
  .comparison02 ul li div {
    font-size: 2.3rem;
    width: 240px;
  }
  .comparison02 ul li div img {
    width: 130px;
    margin: 0 auto 20px;
  }
  .comparison03 {
    border-radius: 30px;
    padding: 20px 0 40px;
    width: 85%;
    max-width: 1100px;
    margin: 3em auto 0;
  }
  .comparison03 > div {
    font-size: 3.5rem;
  }
  .comparison03 > div::before, .comparison03 > div::after {
    bottom: 7px;
    width: 40px;
    height: 40px;
  }
  .comparison03 > div::before {
    left: -40px;
  }
  .comparison03 > div::after {
    right: -40px;
  }
  .comparison03 ul {
    padding: 0 40px;
  }
  .comparison03 ul li {
    margin: 1em 10px 0em;
    width: calc(100% / 5 - 20px);
  }
  .comparison03 ul li p {
    font-size: 2rem;
    margin: -1.2em auto 0;
  }
  .feature_wrap {
    margin: 4em auto 0;
    width: 85%;
    max-width: 1000px;
  }
  .feature_ttl {
    font-size: 4.5rem;
    padding: 0 0 15px;
  }
  .feature_ttl::before {
    width: 254px;
    height: 20px;
  }
  .feature_subttl {
    margin: 0.8em auto 0;
    font-size: 2.5rem;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .feature01_result {
    max-width: 700px;
    margin: 1.5em auto 0;
    border-radius: 20px;
    padding: 20px 50px 30px;
  }
  .feature01_result p {
    font-size: 2.3rem;
  }
  .feature01_result ul {
    margin: 1em auto 0em;
  }
  .feature01_result ul li {
    padding: 1px 35px;
    margin: 0 5px;
    font-size: 2rem;
  }
  .feature_table {
    margin: 1.5em auto 0;
    max-width: 900px;
  }
  .experiment_list.arrow > li {
    margin: 3em auto 0;
  }
  .experiment_list.arrow > li::before {
    width: 70px;
    height: 30px;
  }
  .experiment_list.arrow > li:last-child {
    margin: 7em auto 0;
  }
  .experiment_list.arrow > li:last-child::after {
    top: -1.7em;
    font-size: 4.5rem;
  }
  .experiment_list > li {
    margin: 2em auto 0;
    border-radius: 20px;
    padding: 0 40px 30px;
  }
  .experiment_list > li > div {
    padding: 2px 50px;
    border-radius: 0 0 25px 25px;
    font-size: 2.5rem;
    margin: 0 auto 0.5em;
  }
  .experiment_ttl {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .experiment_txt {
    font-size: 3rem;
  }
  .experiment_subtxt {
    font-size: 1.6rem;
    margin: 0.2em auto 0;
  }
  .experiment {
    justify-content: center;
  }
  .experiment li {
    margin: 1em 20px 0em;
    width: calc(100% / 3 - 40px);
  }
  .experiment li::before {
    right: -30px;
    font-size: 4rem;
  }
  .experiment li img {
    border-radius: 20px;
  }
  .experiment li.border img {
    border-radius: 20px 20px 0 0;
  }
  .experiment li p {
    top: 15px;
    left: 15px;
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  .experiment li p span {
    width: 80px;
  }
  .experiment li div {
    border-radius: 0 0 20px 20px;
    font-size: 2rem;
    padding: 10px 5px;
  }
  .experiment.wide li {
    margin: 1em 15px 0em;
    width: calc(100% / 2 - 30px);
  }
  .experiment.wide li::before {
    display: none;
  }
  /* reason */
  .reason {
    width: 90%;
    max-width: 1100px;
  }
  .reason > li {
    margin: 5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .reason > li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .reason > li:first-child {
    margin: 0 auto 0;
  }
  .reason > li:nth-of-type(even) .reason_no {
    left: auto;
    right: -25px;
  }
  .reason_no {
    top: -25px;
    left: -25px;
    width: 125px;
    height: 130px;
    font-size: 2.5rem;
  }
  .reason_no p {
    top: 55%;
    width: 125px;
  }
  .reason_no p span {
    font-size: 6.5rem;
    line-height: 1;
  }
  .reason > li img {
    width: 50%;
    border-radius: 40px;
  }
  .reason > li:nth-of-type(even) .reason_txt {
    padding: 0 50px 0 0;
  }
  .reason_txt {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 0 0 50px;
  }
  .reason_txt::before {
    top: calc(50% - 249px);
    left: calc(50% - 320px);
    width: 640px;
    height: 498px;
  }
  .reason_txt h3 {
    padding: 5px 20px;
    font-size: 3.5rem;
    border-radius: 6px 40px;
  }
  .reason_txt p {
    line-height: 2;
  }
}