#page_title {
  background: url(../../images/processing/mv_processing.webp) no-repeat center top;
  background-size: cover;
  aspect-ratio: 2.1/1;
  padding-top: 19%;
}
@media screen and (max-width: 767px) {
  #page_title {
    background: url(../../images/processing/mv_processing_sp.webp) no-repeat center top;
    background-size: auto 100%;
    aspect-ratio: unset;
    padding: 54vw 0 0;
    aspect-ratio: 9/10;
  }
  #page_title ul.anc_link {
    flex-flow: wrap;
    gap: 4%;
  }
  #page_title ul.anc_link li {
    width: 48%;
  }
}

ul.anc_link {
  margin-top: 10%;
}
ul.anc_link li a {
  background-color: #fff;
}

.bdr {
  border: #ccc solid 1px;
  background-color: #fff;
}

.title_text_1 .text {
  padding-bottom: 2%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .title_text_1 .text {
    padding-bottom: 4%;
  }
}

.list_cir, .list_squ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4%;
  flex-flow: wrap;
}
.list_cir li, .list_squ li {
  width: 48%;
  margin-bottom: 2%;
}

.about .f_box {
  gap: 5%;
}
.about .f_box p:has(img) {
  width: 45%;
  margin-bottom: 0;
}
.about .f_box .text {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.about .f_box .text h4 {
  margin-top: 8%;
}
.about .f_box .text .bdr {
  margin-top: auto;
  padding: 4%;
}
.about .f_box .text .bdr p a {
  background-color: #747b95;
  color: #fff;
  display: block;
  width: 80%;
  min-width: 280px;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em;
}
.about .f_box.image_set {
  gap: 3%;
  margin-top: 3%;
  justify-content: flex-start;
}
.about .f_box.image_set p:has(img) {
  width: 100%;
  margin-bottom: 0;
}
.about .f_box.image_set + p {
  margin-top: 5%;
}
.about.bg_g .title_text_1 .text {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .about .f_box .text .bdr p a {
    transition-duration: 0.5s;
    border: #747b95 solid 1px;
  }
  .about .f_box .text .bdr p a:hover {
    background-color: #fff;
    color: #526ca1;
  }
}
@media screen and (max-width: 767px) {
  .about .f_box.image_set {
    margin-top: 0.5em;
  }
  .about .f_box.image_set .w33 {
    margin-bottom: 0.5em;
  }
  .about .f_box.image_set + p {
    margin-top: 0;
  }
  .about .f_box p:has(img), .about .f_box .text {
    width: 100%;
  }
  .about .f_box .text {
    margin-top: 5%;
  }
}

.after_service h3 span {
  color: #747b95;
}
.after_service .f_box .text_box, .after_service .f_box p:has(img) {
  width: 50%;
}
.after_service .f_box .text_box {
  background-color: #fff;
  padding: 5% 0 5% 5%;
}
.after_service .f_box .text_box h4 + p {
  margin-top: 1em;
}

#after_service .inner {
  background: url(../../images/processing/bg_after_service.webp) no-repeat right;
  background-size: cover;
}
/*# sourceMappingURL=processing.css.map */