main {
 margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-bottom: 100px;
 }
}

section {
 position: relative;
 width: 100%;

 --main_brs: 60px;
 padding-inline: 3%;
}
@media screen and (max-width: 1024px) {
 section {
  padding-inline: 5%;
 }
}
@media screen and (max-width: 600px) {
 section {
  --main_brs: 30px;
 }
}
section.lead_area {
 margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
 section.lead_area {
  margin-bottom: 40px;
 }
}
section.lead_area >.inner h2 {
 line-height: 1.71875;
 margin-bottom: 30px;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 32px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.lead_area >.inner h2 {
  margin-bottom: 15px;
  font-size: 24px;
 }
}
section.lead_area >.inner p.lead {
 width: 100%;
 max-width: 800px;
 line-height: 1.9444444444;
 margin: 0 auto;
 font-weight: 500;
 font-size: 18px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.lead_area >.inner p.lead {
  font-size: 16px;
 }
}
section.lead_area >.inner p.lead span {
 color: var(--c_rd);
}
section.factory_cut,section.factory_processing {
 margin-bottom: 120px;
}
section.factory_cut >.inner,section.factory_processing >.inner {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
section.factory_cut >.inner h3,section.factory_processing >.inner h3 {
 line-height: 1.875;
 margin-bottom: 50px;
 color: var(--c_gy);
 font-weight: bold;
 font-size: 24px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.factory_cut >.inner h3,section.factory_processing >.inner h3 {
  margin-bottom: 25px;
  font-size: 20px;
 }
}
section.factory_cut >.inner .sub_img_col2,section.factory_processing >.inner .sub_img_col2 {
 margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
 section.factory_cut >.inner .sub_img_col2,section.factory_processing >.inner .sub_img_col2 {
  margin-bottom: 45px;
 }
}
section.factory_processing {
 background: #fcf3cd;

 padding-block: 120px;
}
/*# sourceMappingURL=layout.css.map */