@charset "UTF-8";
/*ぱんくず───────────────*/
#breadcrumb {
  padding: 10px 0;
  font-size: 1.4rem;
  background-color: #f5f5f5;
}

#breadcrumb li {
  display: inline;
  color: #999;
}

#breadcrumb li:before {
  content: " > ";
}

#breadcrumb li:first-child:before {
  content: none;
}

/*PAGE-NAME─────────────*/
#page-name {
  padding: max(50px, 8%) 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#page-name::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0B2736;
  opacity: .3;
  z-index: 0;
}

.page-name {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  color: #fff;
  z-index: 1;
}

/*TITLE─────────────*/
.sec-ttl01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 500;
  color: #2787BC;
  position: relative;
}
.sec-ttl01::after {
  content: "";
  width: 2em;
  height: 3px;
  background-color: #2787BC;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
}

/*CONTENT-NAME/CONTENT-SUMMARY─────────────*/
.content-name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  color: #2787BC;
}

.content-summary {
  margin-top: max(50px, 8%);
  align-items: center;
}
.content-summary__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  color: #2787BC;
  width: fit-content;
  padding-right: 50px;
}
.content-summary__txt {
  padding-left: 50px;
  width: fit-content;
  border-left: solid 1px #ccc;
}
@media (max-width: 916px) {
  .content-summary__txt {
    padding-left: 0;
    border-left: none;
    margin-top: max(20px, 3%);
    width: 100%;
  }
}

#other #page-name {
  background-image: url("../images/company.jpg");
}

/*産業廃棄物収集運搬処理
─────────────────────*/
#industrial-waste #page-name {
  background-image: url("../images/industrial-waste.jpg");
}

/*動画*/
#industrial-waste-content .video {
  gap: 10px;
  margin-left: 4%;
  margin-right: 4%;
}
#industrial-waste-content .video li video {
  width: 100%;
  object-fit: cover;
}
#industrial-waste-content .video li p {
  text-align: center;
  margin-top: 15px;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 500;
}

@media (max-width: 600px) {
  #industrial-waste-content .grid {
    display: block;
  }
  #industrial-waste-content .video {
    width: 90%;
  }
  #industrial-waste-content .video li video {
    width: 100%;
  }
}
/*収集車両*/
[class^="swiper-img__"] {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-img__01 {
  background-image: url(../images/car01.jpg);
}

.swiper-img__02 {
  background-image: url(../images/car02.jpg);
}

.swiper-img__03 {
  background-image: url(../images/car03.jpg);
}

.swiper-img__04 {
  background-image: url(../images/car04.jpg);
}

.swiper-img__05 {
  background-image: url(../images/car05.jpg);
}

.swiper-img__06 {
  background-image: url(../images/car06.jpg);
}

.swiper-img__07 {
  background-image: url(../images/car07.jpg);
}

.swiper-img__08 {
  background-image: url(../images/car08.jpg);
}

.swiper-img__09 {
  background-image: url(../images/car09.jpg);
}

#industrial-waste-vehicle .swiper {
  order: 1;
  width: 55.815%;
  margin-left: 0;
  margin-right: 0;
}
#industrial-waste-vehicle .swiper img {
  width: 100%;
}

.industrial-waste-vehicle__list {
  background-color: #2787BC;
  width: calc( 100% - 55.815% );
  order: 2;
  padding: 4%;
}
.industrial-waste-vehicle__list h3 {
  color: #fff;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: 700;
}
.industrial-waste-vehicle__list .cl-circle li {
  margin-top: 10px;
  color: #fff;
}
.industrial-waste-vehicle__list .cl-circle li:before {
  color: #fff;
}

@media (max-width: 1180px) {
  #industrial-waste-vehicle .swiper {
    aspect-ratio: 844 / 529;
    order: 2;
  }

  .industrial-waste-vehicle__list {
    order: 1;
  }

  .industrial-waste-vehicle__list,
  #industrial-waste-vehicle .swiper {
    width: 100%;
  }
}
/*処理フロー*/
.flow-list {
  display: flex;
  flex-wrap: wrap;
}
.flow-list li {
  position: relative;
  width: calc( 100% / 5 );
  padding: 20px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.flow-list li::after {
  content: "";
  position: absolute;
  top: 1px;
  display: inline-block;
  right: -31px;
  border-top: solid 32px transparent;
  border-bottom: solid 32px transparent;
}
.flow-list li::before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  right: -33px;
  border-left: solid 33px #fff;
  border-top: solid 33px transparent;
  border-bottom: solid 33px transparent;
  z-index: 1;
}
.flow-list li:first-child {
  background-color: #2787BC;
}
.flow-list li:first-child::after {
  border-left: solid 32px #2787BC;
  z-index: 2;
}
.flow-list li:nth-of-type(2) {
  background-color: #1F78AA;
}
.flow-list li:nth-of-type(2)::after {
  border-left: solid 32px #1F78AA;
  z-index: 2;
}
.flow-list li:nth-of-type(3) {
  background-color: #126390;
}
.flow-list li:nth-of-type(3)::after {
  border-left: solid 32px #126390;
  z-index: 2;
}
.flow-list li:nth-of-type(4) {
  background-color: #055581;
}
.flow-list li:nth-of-type(4)::after {
  border-left: solid 32px #055581;
  z-index: 2;
}
.flow-list li:last-child {
  background-color: #023D5D;
}
.flow-list li:last-child::after {
  border: none;
}
.flow-list li:last-child::before {
  border: none;
}

[class^="flowbox"] {
  width: calc( 100% / 5 );
  padding: 20px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
[class^="flowbox"]::after {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  height: 10px;
  display: inline-block;
  transform: translateX(100%);
}

[class^="flowbox"]:nth-of-type(2) .arrow-top, [class^="flowbox"]:nth-of-type(2) .arrow-bottom {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 8px;
  background-color: #EAF4FA;
  right: -100%;
}
[class^="flowbox"]:nth-of-type(2) .arrow-top {
  transform: rotate(45deg);
  top: 43%;
}
[class^="flowbox"]:nth-of-type(2) .arrow-bottom {
  transform: rotate(142deg);
  top: 53%;
}

[class^="flowbox02"]:nth-of-type(2) .arrow-top, [class^="flowbox02"]:nth-of-type(2) .arrow-bottom {
  background-color: #E3DED9;
}
[class^="flowbox02"]:nth-of-type(2) .arrow-top {
  top: 34%;
}
[class^="flowbox02"]:nth-of-type(2) .arrow-bottom {
  top: 57%;
}

[class^="flowbox03"]:nth-of-type(2) .arrow-top, [class^="flowbox03"]:nth-of-type(2) .arrow-bottom {
  background-color: #F4F4DE;
}
[class^="flowbox03"]:nth-of-type(2) .arrow-top {
  top: 34%;
}
[class^="flowbox03"]:nth-of-type(2) .arrow-bottom {
  top: 57%;
}

ul[class^="flowbox"] {
  display: block;
}
ul[class^="flowbox"]::after {
  display: none;
}

.head-sp_02 {
  margin-top: 5px;
}

[class^="flowbox01__"] {
  background-color: #EAF4FA;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^="flowbox01__"]::after {
  background-color: #EAF4FA;
}

[class^="flowbox02__"] {
  background-color: #E3DED9;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^="flowbox02__"]::after {
  background-color: #E3DED9;
}

[class^="flowbox03__"] {
  background-color: #F4F4DE;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^="flowbox03__"]::after {
  background-color: #F4F4DE;
}

[class^="flowbox04__"] {
  background-color: #F5E9C6;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^="flowbox04__"]::after {
  background-color: #F5E9C6;
}

[class^="flowbox05__"] {
  background-color: #E9F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^="flowbox05__"]::after {
  background-color: #E9F4F4;
}

[class^="flowbox06__"] {
  background-color: #E6E2EA;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^="flowbox06__"]::after {
  background-color: #E6E2EA;
}

[class^="flowbox07__"] {
  background-color: #EDECE8;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^="flowbox07__"]::after {
  background-color: #EDECE8;
}

[class^="flowbox"].cl-circle > * + * {
  margin-top: 10px;
}

[class^="flowbox"].cl-circle li {
  text-align: left;
}
[class^="flowbox"].cl-circle li::before {
  color: #000;
}

[class^="flowbox"] .caption {
  display: none;
}

.sp-none {
  margin-top: -5px;
}

.sm-block {
  display: none;
}

@media (max-width: 767px) {
  .sm-flex {
    position: relative;
  }

  .sm-flex-in {
    overflow-x: scroll;
    font-size: 1.4rem;
    position: relative;
  }
  .sm-flex-in:before {
    content: url("../images/ic_sw.png");
    position: absolute;
    top: 5px;
    left: 0;
  }

  .flow-list {
    display: block;
  }

  .flow-list li {
    width: 70px;
    margin-right: 20px;
  }
  .flow-list li::before {
    display: none;
  }

  .flow-list li::after {
    top: 77%;
    right: 23%;
    transform: rotate(90deg);
  }

  .sm-flex-in .flex-between {
    display: block;
  }

  .flow-list li:nth-of-type(5) {
    height: 280px;
    padding-top: 78px;
  }

  [class^="flowbox"] {
    height: 153px;
    width: 180px;
    margin-bottom: 153px;
    margin-right: 20px;
  }

  [class^="sm-flex"] {
    display: flex;
  }

  ul[class^="flowbox"] {
    height: 260px;
  }

  [class^="flowbox"]::after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: 50%;
    height: 160px;
    bottom: 0;
    display: inline-block;
    transform: translateY(100%);
  }

  [class^="flowbox"]:nth-of-type(2) .arrow-top, [class^="flowbox"]:nth-of-type(2) .arrow-bottom {
    right: 50%;
  }

  [class^="flowbox"]:nth-of-type(2) .arrow-top {
    transform: rotate(45deg);
    top: 190%;
  }

  [class^="flowbox"]:nth-of-type(2) .arrow-bottom {
    transform: rotate(142deg);
    top: 190%;
    right: 38%;
  }

  .head-sp_02 {
    margin-top: max(38px, 4.3%);
  }

  .sm-block {
    display: block;
  }
}
/*産業廃棄物ー*/
[class^="cn-table"] th, [class^="cn-table"] td {
  text-align: center;
  vertical-align: middle;
}

[class^="cn-table01"] thead th {
  background-color: #055581;
  color: #fff;
  text-align: center;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
}

[class^="cn-table01"] tbody tr:nth-child(even) {
  background-color: #DBF0FC;
}

[class^="cn-table02"] tbody tr:nth-child(odd) {
  background-color: #DBF0FC;
}

.cn-table02__02 tbody tr:nth-child(even) {
  background-color: #DBF0FC;
}

[class^="cn-table02"] th {
  background-color: #2787BC;
  color: #fff;
  border-right: solid 1px #fff;
}

[class^="cn-table02"] tr:first-child th:first-child {
  background-color: #055581;
  width: 17%;
  color: #fff;
}

.cn-table01__01 thead th {
  width: 50%;
}

.over-flow {
  overflow-x: scroll;
  position: relative;
}
.over-flow table {
  min-width: 1000px;
}

.over-flow:before {
display:none;
}
@media(max-width:1000px) {
.over-flow:before {
	display:block;
  content: url("../images/ic_sw.png") "スワイプ";
  position: absolute;
  top: 3px;
  left: 0;
}	
}
@media (max-width: 767px) {
  #industrial-waste_detail.sec-sp {
    margin-top: 0;
  }
}
/*古紙卸売業
─────────────────────*/
#used-paper #page-name {
  background-image: url("../images/used-paper.jpg");
}

.used-pager-image {
  position: relative;
}
.used-pager-image::after {
  content: "";
  border-top: solid 90px #DBF0FC;
  border-left: solid 24vw transparent;
  border-right: solid 24vw transparent;
  display: inline-block;
  position: absolute;
  bottom: -112px;
  z-index: 2;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 600px) {
  .used-pager-image::after {
    border-top: solid 30px #DBF0FC;
    bottom: -37px;
  }
}
.used-pager-image li {
  text-align: center;
}
.used-pager-image li img {
  margin-bottom: 5px;
}

/*回収*/
#recycling-station_collect,
#used-pager_collect {
  margin-top: max(80px, 13%);
}
#recycling-station_collect .recycling-station_collect-recoverable,
#recycling-station_collect .used-pager_collect-recoverable,
#used-pager_collect .recycling-station_collect-recoverable,
#used-pager_collect .used-pager_collect-recoverable {
  padding: max(25px, 6%);
  background-color: #DBF0FC;
  position: relative;
}
#recycling-station_collect .recycling-station_collect-recoverable::before,
#recycling-station_collect .used-pager_collect-recoverable::before,
#used-pager_collect .recycling-station_collect-recoverable::before,
#used-pager_collect .used-pager_collect-recoverable::before {
  content: "";
  display: block;
  width: min(200px, 22vw);
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 50%;
  top: -17%;
  transform: translate(-50%);
  background-color: #fff;
  border-radius: 9999px;
}
@media (max-width: 600px) {
  #recycling-station_collect .recycling-station_collect-recoverable::before,
  #recycling-station_collect .used-pager_collect-recoverable::before,
  #used-pager_collect .recycling-station_collect-recoverable::before,
  #used-pager_collect .used-pager_collect-recoverable::before {
    top: -9%;
  }
}
#recycling-station_collect .recycling-station_collect-recoverable::after,
#recycling-station_collect .used-pager_collect-recoverable::after,
#used-pager_collect .recycling-station_collect-recoverable::after,
#used-pager_collect .used-pager_collect-recoverable::after {
  content: "回収";
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(120px, 14vw);
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translate(-50%);
  background-color: #2787BC;
  border-radius: 9999px;
}
@media (max-width: 600px) {
  #recycling-station_collect .recycling-station_collect-recoverable::after,
  #recycling-station_collect .used-pager_collect-recoverable::after,
  #used-pager_collect .recycling-station_collect-recoverable::after,
  #used-pager_collect .used-pager_collect-recoverable::after {
    top: -6%;
  }
}

.recycling-station_collect__list,
.used-pager_collect__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 600px) {
  .recycling-station_collect__list,
  .used-pager_collect__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recycling-station_collect__list li,
.used-pager_collect__list li {
  padding: max(20px, 6%);
  background-color: #fff;
  text-align: center;
  margin-bottom: max(10px, 4%);
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  color: #2787BC;
}
.recycling-station_collect__list li span,
.used-pager_collect__list li span {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
  color: #111;
  display: block;
  margin-top: 10px;
}
.recycling-station_collect__list li img,
.used-pager_collect__list li img {
  margin-bottom: max(10px, 2%);
}

.used-pager_cannot-be-recovered {
  margin-top: max(30px, 6%);
  width: min(1000px, 100%);
  margin-left: auto;
  margin-right: auto;
  background: #F5F5F5 url("../images/batu.png") no-repeat;
  background-position: left max(20px, 3%) center;
  background-size: contain;
  padding: max(20px, 4%);
}
.used-pager_cannot-be-recovered dt {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.used-pager_cannot-be-recovered dd {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

.used-pager_collect_car {
  align-items: center;
}
.used-pager_collect_car figure {
  width: 60%;
}
.used-pager_collect_car p {
  width: 40%;
  padding: 3%;
  border-bottom: solid 1px #666;
}

@media (max-width: 600px) {
  .used-pager_collect_car figure, .used-pager_collect_car p {
    width: 100%;
  }
}
.used-pager_collect_container {
  padding: 50px 30px 30px 30px;
  border: solid 1px #ccc;
  position: relative;
}

.used-pager_collect_container__txt {
  font-size: clamp(1.4rem, 2vw, 2rem);
  text-align: center;
  position: absolute;
  width: 100%;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
}
.used-pager_collect_container__txt span {
  display: inline-block;
  padding: 0 15px;
  background-color: #fff;
}

.used-pager_collect_container__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
}

.used-paper_rework-paper, .used-paper_rework-confidentiality {
  width: 50%;
}

.used-paper_rework-confidentiality {
  background-color: #DBF0FC;
  padding: 40px;
}

.used-paper_rework-confidentiality {
  margin-top: 30px;
}
.used-paper_rework-confidentiality .btn_bl a {
  width: min(290px, 100%);
}
.used-paper_rework-confidentiality .btn_bl a::after {
  right: 32px;
}

#used-paper_flow .flow-list li {
  width: calc( 98% / 4 );
}

.flow-list__txt {
  display: flex;
  flex-wrap: wrap;
}
.flow-list__txt li {
  width: calc( 98% / 4 );
  text-align: center;
  font-size: 1.4rem;
  padding: 10px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .sm-flex {
    position: relative;
  }

  .sm-flex-in {
    overflow-x: scroll;
    font-size: 1.4rem;
    position: relative;
  }
  .sm-flex-in:before {
    content: url("../images/ic_sw.png");
    position: absolute;
    top: 5px;
    left: 0;
  }

  /*リサイクルフロー*/
  #used-paper_flow .flow-list {
    display: block;
  }
  #used-paper_flow .flow-list li {
    width: 70px;
    margin-right: 20px;
  }
  #used-paper_flow .flow-list li::before {
    display: none;
  }
  #used-paper_flow .flow-list li::after {
    top: 77%;
    right: 23%;
    transform: rotate(90deg);
  }
  #used-paper_flow .flow-list li:nth-of-type(1), #used-paper_flow .flow-list li:nth-of-type(2) {
    height: 150px;
    padding-top: 50px;
  }

  #used-paper_flow .flow-list li:nth-of-type(4)::after {
    display: none;
  }

  .flow-list__txt {
    display: block;
    margin-top: 40px;
  }
  .flow-list__txt li {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .used-pager_collect_container {
    padding: 10px;
  }

  .used-pager_collect_container__txt {
    position: static;
    transform: translate(0);
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .used-pager_collect_container__txt span {
    padding: 0;
  }

  .used-pager_collect_container__images {
    column-gap: 10px;
  }

  .used-paper_rework-paper, .used-paper_rework-confidentiality {
    width: 100%;
  }
}
/*古紙の破砕処理・圧縮梱包作業*/
[class^="used-paper_flow_work-"] {
  width: 49%;
}
[class^="used-paper_flow_work-"] .cl-circle {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
}
[class^="used-paper_flow_work-"] .cl-circle::before {
  color: #2787BC;
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.used-paper_flow_work__image {
  display: flex;
  justify-content: space-between;
}
.used-paper_flow_work__image li {
  width: 49%;
  aspect-ratio: 284 / 247;
  text-align: center;
}
.used-paper_flow_work__image li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

#used-pager_flow {
  margin-top: 200px;
}
#used-pager_flow .used-pager_flow-recoverable {
  padding: max(25px, 6%);
  background-color: #DBF0FC;
  position: relative;
}
#used-pager_flow .used-pager_flow-recoverable::before {
  content: "";
  display: block;
  width: min(200px, 22vw);
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 50%;
  top: -13%;
  transform: translate(-50%);
  background-color: #fff;
  border-radius: 9999px;
}
@media (max-width: 600px) {
  #used-pager_flow .used-pager_flow-recoverable::before {
    top: -6%;
  }
}
#used-pager_flow .used-pager_flow-recoverable::after {
  content: "流れ";
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(120px, 14vw);
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 50%;
  top: -8%;
  transform: translate(-50%);
  background-color: #2787BC;
  border-radius: 9999px;
}
@media (max-width: 600px) {
  #used-pager_flow .used-pager_flow-recoverable::after {
    top: -4%;
  }
}
#used-pager_flow .cl-circle {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}
#used-pager_flow .cl-circle::before {
  color: #2787BC;
  font-size: clamp(1.6rem, 2vw, 2rem);
}

@media (max-width: 600px) {
  [class^="used-paper_flow_work-"] {
    width: 100%;
  }

  .used-paper_flow_work-02 {
    margin-top: max(30px, 6%);
  }
}
/*流れ*/
.used-pager_flow__list > * + * {
  margin-top: max(50px, 8%);
}

.used-pager_flow__list {
  counter-reset: my-counter;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.used-pager_flow__list::before {
  content: "";
  width: 1px;
  height: 94%;
  background-color: #2787BC;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 37px;
  z-index: 0;
}
.used-pager_flow__list dt {
  padding-left: 18%;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  position: relative;
}
.used-pager_flow__list dt::before {
  counter-increment: my-counter;
  content: counter(my-counter);
  width: 75px;
  height: 75px;
  background-color: #2787BC;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
}
.used-pager_flow__list dd {
  padding-left: 18%;
  margin-top: 20px;
}
.used-pager_flow__list dd .btn_og a {
  display: block;
  width: min(400px, 100%);
  background-color: #D9B107;
  border: none;
  margin-top: max(20px, 2.3%);
}
.used-pager_flow__list dd .btn_og a::after {
  display: none;
}

@media (max-width: 600px) {
  #used-pager_flow {
    margin-top: 100px;
  }

  .used-pager_flow__list::before {
    height: 80%;
    left: 19px;
  }

  .used-pager_flow__list dt::before {
    width: 38px;
    height: 38px;
  }
}
/*ウドウリサイクルステーション───────────────*/
#recycling-station #page-name {
  background-image: url("../images/recycling-station.jpg");
}

/*回収　古紙回収と同じ*/
.recycling-station_place-box {
  padding: 30px;
  border: solid 1px #ccc;
}

.recycling-station_place-add, .recycling-station_place__image {
  width: 48%;
}

.recycling-station_place-add__ttl {
  width: 220px;
  padding: 5px;
  background-color: #2787BC;
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 500;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recycling-station_place-add__txt {
  width: calc( 100% - 245px );
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6;
}

.main-img {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  /* 比率 */
}

.main-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recycling-station_place__image ul {
  margin-top: 10px;
}
.recycling-station_place__image ul li {
  width: calc(( 100% - 15px ) / 4);
  aspect-ratio: 1 / 1;
}
.recycling-station_place__image ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g-map {
  overflow: hidden;
  padding-bottom: 81%;
  position: relative;
}

.g-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 1141px) {
  .recycling-station_place-add__ttl,
  .recycling-station_place-add__txt {
    width: 100%;
  }

  .g-map {
    padding-bottom: 65%;
  }
}
@media (max-width: 840px) {
  .recycling-station_collect__list li span {
    text-align: left;
  }
}
@media (max-width: 600px) {
  #recycling-station_collect .recycling-station_collect-recoverable::before {
    top: -6%;
  }

  #recycling-station_collect .recycling-station_collect-recoverable::after {
    top: -4%;
  }

  .recycling-station_collect__list li img,
  .used-pager_collect__list li img {
    margin-bottom: max(10px, 2%);
  }

  .recycling-station_place-add,
  .recycling-station_place__image {
    width: 100%;
  }

  .recycling-station_place__image {
    margin-top: 20px;
  }
}
.monitoring {
  width: min(1000px, 94%);
  padding: 3%;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEEEEE;
  position: relative;
}
.monitoring::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  left: 0;
  width: max(54px, 8.8%);
  aspect-ratio: 88 / 71;
  background: url("../images/ic-camera.png") no-repeat;
  background-size: contain;
}

.monitoring-ttl {
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: solid 3px #111;
  margin: auto;
  margin-bottom: max(38px, 4.3%);
  width: fit-content;
}

/*機密書類破砕処理───────────────*/
#confidential-documents #page-name {
  background-image: url("../images/confidential-documents.jpg");
}

.confidential-documents_shredding__subttl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  width: 240px;
  border-radius: 9999px;
  background-color: #055581;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: relative;
}
.confidential-documents_shredding__subttl::after {
  content: "";
  display: inline-block;
  top: -18px;
  right: -20px;
  position: absolute;
  width: 31px;
  aspect-ratio: 31 / 29;
  background: url("../images/decoration.png") no-repeat;
  background-size: contain;
}

.confidential-documents_shredding__item {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: my-counter;
}
.confidential-documents_shredding__item h5 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}
.confidential-documents_shredding__item h5::before {
  counter-increment: my-counter;
  content: counter(my-counter);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  left: 0;
  background-color: #2787BC;
  color: #fff;
  border-radius: 9999px;
}
.confidential-documents_shredding__item li {
  width: 48%;
  margin-bottom: 25px;
}

.flow-box {
  padding: max(15px, 4%);
  padding-bottom: 20%;
  background-color: #DBF0FC;
  position: relative;
}
.flow-box::before {
  content: "";
  display: block;
  width: min(200px, 22vw);
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 50%;
  top: -8%;
  transform: translate(-50%);
  background-color: #fff;
  border-radius: 9999px;
}
.flow-box::after {
  content: "流れ";
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(120px, 14vw);
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 50%;
  top: -4%;
  transform: translate(-50%);
  background-color: #2787BC;
  border-radius: 9999px;
}

.flow-box__list > * + * {
  margin-top: max(60px, 18%);
}

.flow-box__list {
  counter-reset: my-counter;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.flow-box__list::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #2787BC;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 37px;
  z-index: 0;
}
.flow-box__list dt {
  padding-left: 12%;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  position: relative;
}
.flow-box__list dt::before {
  counter-increment: my-counter;
  content: counter(my-counter);
  width: 75px;
  height: 75px;
  background-color: #2787BC;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
}
.flow-box__list dt img {
  position: absolute;
  right: 0;
  top: 0;
}
.flow-box__list dd {
  padding-left: 12%;
  margin-top: 20px;
}
.flow-box__list dd .btn_og a {
  display: block;
  width: min(400px, 100%);
  background-color: #D9B107;
  border: none;
  margin-top: max(20px, 2.3%);
}
.flow-box__list dd .btn_og a::after {
  display: none;
}

#styrofoam_flow .cl-circle,
#confidential-documents_flow .cl-circle {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-top: 3em;
}

#styrofoam_flow .cl-circle::before,
#confidential-documents_flow .cl-circle::before {
  color: #2787BC;
  font-size: clamp(1.6rem, 2vw, 2rem);
}

@media (max-width: 840px) {
  .flow-box__list {
    width: 98%;
  }

  .flow-box__list dt, .flow-box__list dd {
    padding-left: 13%;
  }

  .flow-box__list > * + * {
    margin-top: 21%;
  }

  .flow-box::after {
    top: -5%;
  }
}
@media (max-width: 600px) {
  .confidential-documents_shredding__subttl {
    width: 94%;
  }

  .confidential-documents_shredding__item h5::before {
    width: 40px;
    height: 40px;
  }

  .confidential-documents_shredding__item li {
    width: 100%;
  }

  .flow-box::before {
    top: -2%;
  }

  .flow-box::after {
    top: -1%;
  }

  .flow-box__list {
    width: 100%;
  }

  .flow-box__list::before {
    left: 14px;
    height: 82%;
  }

  .flow-box__list dt {
    margin-top: 30px;
  }

  .flow-box__list dt::before {
    width: 30px;
    height: 30px;
  }

  .flow-box__list dt img {
    position: static;
    margin-top: 10px;
    display: block;
  }

  .flow-box__list dd {
    margin-top: 10px;
  }
}
/*発泡スチロール処理───────────────*/
#styrofoam #page-name {
  background-image: url("../images/styrofoam.jpg");
}

[class^="styrofoam-subject-"] {
  width: 48%;
  padding: 2.5%;
}
[class^="styrofoam-subject-"] li {
  width: 48%;
}
[class^="styrofoam-subject-"] li img {
  margin-bottom: 10px;
}
[class^="styrofoam-subject-"] li p {
  line-height: 1.6;
}

.styrofoam-subject__ttl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  padding-left: 70px;
  position: relative;
}
.styrofoam-subject__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}

.styrofoam-subject-yes {
  background-color: #DBF0FC;
}
.styrofoam-subject-yes .styrofoam-subject__ttl::before {
  width: max(32px, 8.95%);
  aspect-ratio: 51 / 51;
  top: -.3em;
  background: url("../images/maru.png") no-repeat;
  background-size: contain;
}

.styrofoam-subject-no {
  background-color: #F2F2F2;
}
.styrofoam-subject-no .styrofoam-subject__ttl .asterisk {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
.styrofoam-subject-no .styrofoam-subject__ttl::before {
  width: max(35px, 10%);
  aspect-ratio: 53 / 49;
  top: 10px;
  background: url("../images/batsu-l.png") no-repeat;
  background-size: contain;
}

.note {
  padding: 2.5%;
  background-color: #F2F2F2;
}

#styrofoam_flow {
  margin-top: 14%;
}
#styrofoam_flow .cl-circle {
  margin-top: 4em;
}
#styrofoam_flow .flow-box {
  padding-bottom: 30px;
}
#styrofoam_flow .flow-box__list > * + * {
  margin-top: 22%;
}

@media (max-width: 840px) {
  #styrofoam_flow .cl-circle {
    margin-top: 5em;
  }
  #styrofoam_flow .flow-box__list > * + * {
    margin-top: 28%;
  }
  #styrofoam_flow .flow-box__list::before {
    height: 100%;
  }
}
@media (max-width: 600px) {
  [class^="styrofoam-subject-"] {
    width: 100%;
  }
  [class^="styrofoam-subject-"] p {
    font-size: 1.4rem;
  }

  .styrofoam-subject__ttl {
    padding-left: 45px;
    margin-bottom: 20px;
  }

  .styrofoam-subject-no {
    margin-top: 20px;
  }

  .styrofoam-subject-yes .styrofoam-subject__ttl::before {
    top: .1em;
  }

  #styrofoam_flow .cl-circle {
    margin-top: 3em;
  }
  #styrofoam_flow .flow-box__list > * + * {
    margin-top: 11%;
  }
  #styrofoam_flow .flow-box__list::before {
    height: 84%;
  }
  #styrofoam_flow .flow-box::before {
    top: -3%;
  }
  #styrofoam_flow .flow-box::after {
    top: -2%;
  }
}
/*有価プラスチック買取───────────────*/
#plastic #page-name {
  background-image: url("../images/plastic.jpg");
}

#plastic-flow .flow-list li {
  width: calc( 98% / 3 );
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#plastic-flow .flow-list li:nth-of-type(2) {
  background-color: #126390;
}
#plastic-flow .flow-list li:nth-of-type(2)::after {
  border-left: solid 32px #126390;
  z-index: 2;
}
#plastic-flow .flow-list li::before {
  border-top: solid 46px transparent;
  border-bottom: solid 46px transparent;
}
#plastic-flow .flow-list li::after {
  border-top: solid 45px transparent;
  border-bottom: solid 45px transparent;
}
#plastic-flow .flow-list li .br-block {
  display: none;
}

.plastic-example-items li {
  width: 48%;
}

.plastic-example-items dt {
  margin-top: max(30px, 4%);
  margin-left: 1.2em;
  text-indent: -1.2em;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: 15px;
}

.plastic-example-items dt::before {
  content: "●";
  margin-right: 5px;
  vertical-align: 6%;
  color: #2787BC;
}

@media (max-width: 887px) {
  #plastic-flow .flow-list li .non {
    display: none;
  }

  #plastic-flow .flow-list li .br-block {
    display: block;
  }
}
@media (max-width: 767px) {
  #plastic-flow .flow-list {
    display: flex;
    width: 100%;
  }
  #plastic-flow .flow-list li {
    width: calc( 100% / 3 );
    padding: 10px;
    margin-right: 0;
    font-size: 1.4rem;
  }
  #plastic-flow .flow-list li::before {
    display: none;
  }
  #plastic-flow .flow-list li::after {
    transform: rotate(0);
    top: 0;
    right: -11px;
  }
}
@media (max-width: 600px) {
  #plastic-flow .flow-list li {
    width: 100%;
    padding: 7px;
    font-size: 1.2rem;
  }
  #plastic-flow .flow-list li::after {
    transform: rotate(90deg);
    top: 50%;
    right: 47%;
  }
}
/*許可内容───────────────*/
#permission #page-name {
  background-image: url("../images/permission.jpg");
}

#permission-industrial-waste .cn-table02__03 tbody tr:nth-child(even) {
  background-color: #DBF0FC;
}

#permission-lists .cl-circle dt {
  margin-top: max(30px, 6%);
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
}
#permission-lists .cl-circle dt::before {
  color: #2787BC;
}

#permission-lists .border td {
  text-align: center;
}
#permission-lists .border td a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#permission-lists .border td a::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 6.5%;
  aspect-ratio: 26 / 31;
  background: url("../images/ic-pdf.png") no-repeat;
  background-size: contain;
}

#permission-lists .half td a::before,
#permission-lists .special .border td a::before {
  width: 4.5%;
}

@media (max-width: 840px) {
  #permission-lists .border td a::before {
    width: 9.5%;
  }

  #permission-lists .half td a::before,
  #permission-lists .special .border td a::before {
    width: 6.5%;
  }
}
@media (max-width: 600px) {
  #permission-lists th,
  #permission-lists td {
    text-align: left;
  }

  #permission-lists .half {
    width: 100%;
  }

  #permission-lists .border td a::before {
    width: 20.5%;
  }

  #permission-lists .special .border td a::before {
    width: 11.5%;
  }

  #permission-lists .half td a::before {
    width: 5.5%;
  }
}
/*会社概要───────────────*/
#company #page-name {
  background-image: url("../images/company.jpg");
}

#company-profile .border-bottom .cl-circle dt:not(:first-child) {
  margin-top: max(20px, 2.3%);
}

#company-profile .border-bottom .cl-circle dd {
  margin-left: 1.2em;
}

#company-profile .border-bottom .cl-circle dd li::before {
  display: none;
}

.company-vehicle-items li {
  width: 48%;
  margin-top: max(38px, 4.3%);
}
.company-vehicle-items li .cl-circle {
  font-weight: 700;
}
.company-vehicle-items li .cl-circle::before {
  color: #2787BC;
}

.company-access-info dt {
  float: left;
  clear: both;
  width: fit-content;
  margin-right: 10px;
}
.company-access-info dt::after {
  content: ":";
  margin-left: 10px;
}

@media (max-width: 600px) {
  .company-vehicle-items {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .company-vehicle-items li {
    min-width: 90%;
    margin-left: 10px;
  }

  .company-access-info dt {
    float: none;
    clear: both;
    margin-right: 0;
  }
  .company-access-info dt::before {
    content: "【";
    margin-right: .1em;
  }
  .company-access-info dt::after {
    content: "】";
    margin-left: .1em;
  }
  .company-access-info dd {
    margin-bottom: 1em;
    margin-left: .5em;
  }
}
/*FAQ────────────────*/
#faq #page-name {
  background-image: url("../images/faq.jpg");
}

.faq-items dt {
  margin-top: 1px;
  padding: 20px 50px 20px 70px;
  background-color: #2787BC;
  color: #fff;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  font-weight: 500;
  position: relative;
}
.faq-items dt::before {
  content: "Q";
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  color: #fff;
}
.faq-items dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: max(20px, 2.426%);
  aspect-ratio: 1 / 1;
  background: url("../images/open.png") no-repeat;
  background-size: contain;
  transition: .3s;
}
.faq-items dt.active::after {
  top: 40%;
  transform: rotate(180deg);
  transition: .3s;
}
.faq-items dd {
  display: none;
  margin-top: 30px;
  padding-left: 70px;
  position: relative;
  padding-bottom: 30px;
}
.faq-items dd::before {
  content: "A";
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: 20px;
  color: #2787BC;
}

@media (max-width: 600px) {
  .faq-items dt {
    padding: 10px 30px 10px 40px;
  }

  .faq-items dt::before {
    left: 10px;
  }

  .faq-items dt::after {
    right: 10px;
  }

  .faq-items dd {
    padding-left: 40px;
    padding-right: 5px;
  }

  .faq-items dd::before {
    top: 0;
    left: 10px;
  }
}
/*お見積り・お問い合わせ────────────────*/
#contact #page-name {
  background-image: url("../images/contact.jpg");
}

.contact-tel-box {
  margin-top: 20px;
  padding: 4%;
  background-color: #DBF0FC;
  font-weight: 700;
}
.contact-tel-box .tel {
  vertical-align: middle;
  margin-left: 30px;
  font-size: clamp(1.8rem, 4.8vw, 4.8rem);
}
.contact-tel-box .tel::before {
  content: "";
  display: inline-block;
  width: max(14px, 2.1%);
  aspect-ratio: 25 / 37;
  margin-right: 8px;
  background: url("../images/ic-tel.png") no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  .contact-tel-box .tel {
    display: block;
    margin-left: 0;
  }
}

#contact-mail table th {
  width: 25%;
}
@media (max-width: 600px) {
  #contact-mail table th {
    width: 100%;
  }
}

/*お知らせ────────────────*/
#notice #page-name,#notice-used-paper #page-name,#notice-industrial-waste #page-name,#notice-confidential-documents #page-name,#notice-styrofoam #page-name,#notice-plastic #page-name,#notice-recycling-station #page-name {
background-image: url("../images/company.jpg");
}
.post p, .post figure, .post table, .post ul, .post ul {
  margin-top: 25px;
}

.post strong {
  font-weight: 700;
}

.post table {
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.post th {
  border-top: 0 solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 15px;
}

.post td {
  border-top: 0 solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 15px;
}

.post h2, .post h3, .post h4, .post h5 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 700px;
  margin-bottom: 10px;
}

.oldpage, .newpage a {
  font-size: 1.4rem;
}

.oldpage {
  width: 50%;
  border-right: solid 1px #ccc;
}

.post-btn a {
  display: block;
  color: #666;
  background-color: #EFEFEF;
  padding: 5px 20px;
  text-align: center;
  margin: auto;
  border-radius: 10px;
  width: fit-content;
  font-size: 1.4rem;
}

@media (max-width: 600px) {
  .post-list {
    padding: 0;
  }

  .post-list dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }

  .post-list dd {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: solid 1px #B5B5B4;
  }
}

/*個人情報保護方針
─────────────────────*/
#privacy #page-name {
background-image: url("../images/company.jpg");
}
.prp dt { font-weight: bold; font-size: 16px; margin-top: 30px; }

/*ページャ───────────────*/
.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-numbers li {
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #EBEBEB;
}

.page-numbers li .current {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.page-numbers li a {
  display: block;
}
