@charset "UTF-8";
.sec_eco {
  background: url(../img/common/sec_bg_stripe.png) no-repeat top right;
}
.sec_eco .our_company {
  padding: 70px 60px 30px;
}
.sec_eco .our_company .ttl_bottom_sankaku {
  margin-top: -4em;
}
.sec_eco .our_company .ttl_bottom_sankaku span {
  padding: 0.5em 1em;
}
.sec_eco .our_company .white_box {
  margin-top: 0;
}
.sec_eco .our_company .sdgs_box .ttl {
  font-size: min(2.3vw, 28px);
  line-height: 1.65;
}
.sec_eco .our_company .sdgs_box .ttl span {
  padding: 0 0.3em;
}

.other_company_area .ttl_dot_colorbar {
  background: url(../img/common/bg_dot_gray.png);
}
.other_company_area .ttl_dot_colorbar::before {
  background: var(--site-primary);
}
.other_company_area > .row {
  position: relative;
}
.other_company_area > .row::before {
  content: "";
  background: url(../img/common/sankaku_right.svg) no-repeat;
  background-size: contain;
  width: 36px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other_company_area .company_list {
  width: 46.2%;
  margin-top: 65px;
}
.other_company_area .company_list li {
  margin-bottom: 65px;
  position: relative;
}
.other_company_area .company_list .label {
  font-size: min(2.0vw, 22px);
  color: #fff;
  background: var(--site-primary);
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 1.5em;
  text-align: center;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
}
.other_company_area .company_list dl {
  border: 4px solid #d6e3f5;
  border-radius: 10px;
}
.other_company_area .company_list dt {
  font-size: min(2.2vw, 25px);
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 1em 0.75em 0.75em;
}
.other_company_area .company_list dt img {
  width: 72px;
}
.other_company_area .company_list dt p {
  font-weight: bold;
}
.other_company_area .company_list dd {
  font-size: min(2.1vw, 23px);
  background: #d6e3f5;
  text-align: center;
  padding: 1em 0 0.85em;
}
.other_company_area .photo {
  position: relative;
  width: 46.2%;
}
.other_company_area .photo p {
  font-size: min(2.1vw, 23px);
  font-weight: bold;
  background: rgba(var(--site-primary-rgb), 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
}

.our_company_area .border_box {
  padding: 50px 60px;
  margin: 50px 0 0;
}
.our_company_area .top_box img {
  width: 50%;
  border-radius: 10px 0 0 10px;
}
.our_company_area .top_box .txt {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--site-palecolor-rgb), 0.5);
  position: relative;
  border-radius: 0 10px 10px 0;
}
.our_company_area .top_box .txt::before {
  content: "";
  background: url(../img/common/icon_check03.svg) no-repeat;
  background-size: contain;
  width: 4em;
  height: 4em;
  position: absolute;
  left: 50%;
  top: -2em;
  transform: translateX(-50%);
}
.our_company_area .top_box p {
  font-size: min(2.2vw, 25px);
  font-weight: 500;
  text-align: center;
}
.our_company_area .top_box p span {
  font-weight: bold;
}
.our_company_area .recycle_txt {
  font-size: min(2.5vw, 30px);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15em 0.5em;
  margin: 0.9em auto 1.5em;
  border-bottom: 2px solid var(--site-primary);
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.our_company_area .recycle_txt em {
  font-size: 1.25em;
}
.our_company_area .recycle_txt::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.our_company_area .recycle_txt::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--site-primary) var(--site-primary) transparent transparent;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}
.our_company_area .recycle_list {
  margin-bottom: 50px;
}
.our_company_area .recycle_list li {
  width: 16%;
}
.our_company_area .recycle_list li img {
  max-width: 90%;
  display: block;
  margin: 0 auto 10px;
}
.our_company_area .recycle_list li p {
  font-weight: 500;
}
.our_company_area .points {
  gap: 25px 0;
  margin-top: 25px;
}
.our_company_area .points li {
  background: rgba(var(--site-palecolor-rgb), 0.5);
  padding: 25px 0;
}
.our_company_area .points li img {
  width: 25%;
}
.our_company_area .points li .txt_box {
  width: 75%;
  padding-left: 4%;
}
.our_company_area .points li .label {
  font-size: 0.65em;
  background: #b8ec4d;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.5em;
  border-radius: 3px;
  margin-bottom: 10px;
}
.our_company_area .points li .ttl {
  font-size: min(2.1vw, 22px);
}

@media only screen and (max-width: 960px) {
  .sec_eco {
    background-size: 40%;
  }
  .sec_eco .our_company {
    padding: 6vw 4vw 4vw;
    margin-top: 85px;
  }
  .sec_eco .our_company .sdgs_box .ttl {
    font-size: 20px;
  }
  .other_company_area .company_list {
    margin-top: 6vw;
  }
  .other_company_area .company_list li {
    margin-bottom: 6vw;
  }
  .our_company_area .border_box {
    padding: 5vw 4vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 568px) {
  .sec_eco {
    background: url(../img/common/sec_bg_stripe_sp.png) no-repeat right top, url(../img/top/recycle_bg_sp.png) no-repeat center bottom;
    background-size: auto, 100% auto;
  }
  .sec_eco .wide_box .ttl {
    margin: 0 0 0.5em;
  }
  .sec_eco .our_company {
    background: linear-gradient(0deg, rgba(220, 240, 247, 0) 0%, rgb(220, 240, 247) 22%);
  }
  .sec_eco .our_company .sdgs_box .ttl {
    font-size: 5.3vw;
  }
  .other_company_area > .row {
    flex-wrap: wrap;
  }
  .other_company_area > .row::before {
    content: none;
  }
  .other_company_area .company_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 35px;
  }
  .other_company_area .company_list::after {
    content: "";
    background: url(../img/common/sankaku_right.svg) no-repeat;
    background-size: contain;
    width: 30px;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    transform-origin: center;
  }
  .other_company_area .company_list li {
    width: 47.8%;
    margin-bottom: 50px;
  }
  .other_company_area .company_list .label {
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }
  .other_company_area .company_list dt {
    flex-direction: column;
    padding: 20px 0 8px;
  }
  .other_company_area .company_list dt img {
    width: 50px;
    margin-bottom: 7px;
  }
  .other_company_area .company_list dt p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
  .other_company_area .company_list dd {
    font-size: 14px;
  }
  .other_company_area .photo {
    width: 100%;
    margin-bottom: 40px;
  }
  .other_company_area .photo p {
    font-size: 4.8vw;
  }
  .our_company_area .border_box {
    padding: 20px 16px 20px;
  }
  .our_company_area .top_box {
    flex-direction: column;
  }
  .our_company_area .top_box img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .our_company_area .top_box .txt {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 15px 0 15px;
  }
  .our_company_area .top_box .txt::before {
    width: 30px;
    height: 30px;
    top: -15px;
  }
  .our_company_area .top_box p {
    font-size: 4.3vw;
  }
  .our_company_area .recycle_txt {
    font-size: 4.3vw;
    border-bottom: 1px solid var(--site-primary);
    margin: 25px auto 25px;
  }
  .our_company_area .recycle_txt::before {
    width: 10px;
    height: 10px;
    bottom: -4px;
  }
  .our_company_area .recycle_txt::after {
    width: 10px;
    height: 10px;
    border-width: 1px;
    bottom: -6px;
  }
  .our_company_area .recycle_list {
    gap: 15px 0;
    margin-bottom: 30px;
  }
  .our_company_area .recycle_list li {
    width: 33%;
  }
  .our_company_area .recycle_list li img {
    margin-bottom: 3px;
  }
  .our_company_area .recycle_list li p {
    font-size: 14px;
    line-height: 1.5;
  }
  .our_company_area .points {
    gap: 20px 0;
    margin-top: 20px;
  }
  .our_company_area .points li {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  .our_company_area .points li .label {
    margin-bottom: 5px;
  }
  .our_company_area .points li img {
    width: 91.3%;
  }
  .our_company_area .points li .txt_box {
    width: 100%;
  }
  .our_company_area .points li .ttl {
    font-size: 4.6vw;
    margin-top: 10px;
  }
}/*# sourceMappingURL=environment.css.map */