@charset "UTF-8";
/*============================================================
	USED CLOTHES
============================================================*/
/*  ボロから価値ある古着へリサイクル
-------------------------------------------------*/
#boro .ttl {
  position: relative;
}
#boro .ttl::before, #boro .ttl::after {
  position: absolute;
  content: "";
}
#boro .ttl::before {
  width: 100%;
  height: 100%;
  background: #0071bc;
  left: 0;
  top: 0;
  z-index: -2;
}
#boro .ttl::after {
  width: 40vw;
  height: calc(100% + 9.375rem);
  background: #003e66;
  right: 0;
  top: -4.6875rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #boro .ttl::after {
    width: 50%;
    top: -2.8846153846rem;
    height: 13.4615384615rem;
  }
}
#boro .ttl .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.6875rem 0;
}
@media only screen and (max-width: 767px) {
  #boro .ttl .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.8846153846rem 0;
  }
}
#boro .ttl .inner h2 {
  text-align: right;
  margin-bottom: 0;
  margin-top: -4.2307692308rem;
  margin-left: auto;
}
#boro .ttl .inner dl {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #boro .ttl .inner dl {
    width: 56.25%;
  }
}
@media only screen and (max-width: 767px) {
  #boro .ttl .inner dl {
    margin-top: 4.2307692308rem;
  }
}
#boro .ttl .inner dl dt {
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #boro .ttl .inner dl dt {
    font-size: 2.0769230769rem;
    margin-bottom: 1.9230769231rem;
    line-height: 1.4;
  }
}
#boro .ttl .inner dl dd {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
}
#boro > .inner {
  padding-top: 9.375rem;
  counter-reset: boro;
}
@media only screen and (max-width: 767px) {
  #boro > .inner {
    padding-top: 5.7692307692rem;
  }
}
#boro > .inner li {
  border-bottom: dotted 1px #0071bc;
  padding-bottom: 1.875rem;
}
#boro > .inner li:not(:last-child) {
  margin-bottom: 1.875rem;
}
#boro > .inner li dl dt {
  counter-increment: boro;
  padding-left: 3.125rem;
  color: #0071bc;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1.875rem;
  position: relative;
}
#boro > .inner li dl dt::before, #boro > .inner li dl dt::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
}
#boro > .inner li dl dt::before {
  content: "";
  background: #0071bc;
  border-radius: 0.3125rem;
}
#boro > .inner li dl dt::after {
  content: counter(boro);
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
}
#boro > .inner li dl dd {
  font-size: 1.125rem;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/*  古着と3Rの関係性　　　　　
-------------------------------------------------*/
#threeR {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  #threeR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#threeR .threeR__contents h2 {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #threeR .threeR__contents h2 {
    font-size: 1.8461538462rem;
  }
}
#threeR .threeR__contents p {
  font-size: 1.125rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #threeR .threeR__contents p {
    margin-bottom: 1.9230769231rem;
  }
}
#threeR .threeR__contents dl:not(:last-child) {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #threeR .threeR__contents dl:not(:last-child) {
    margin-bottom: 1.9230769231rem;
  }
}
#threeR .threeR__contents dl dt {
  color: #0071bc;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #threeR .threeR__contents dl dt {
    margin-bottom: 0.7692307692rem;
    line-height: 1.4;
    font-size: 1rem;
  }
}
#threeR .threeR__contents dl dt strong {
  font-size: 1.875rem;
}
#threeR .threeR__contents dl dd {
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
}