@charset "UTF-8";

.bl_media {
  font-size: 12px;
}

[class*='col-'].bl_media {
  padding: 5px;
}

.el_ttl {
  font-size: 16px;
  font-weight: bold;
}

/* ***
  * Layout
  **************************** */

.ly_pageInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px;
}

.ly_pageInner.ly_pageInner__bgcBorder {
  background-color: #fff;
  border: 1px solid #E8E8E8;
}

@media(max-width: 1024px) {
  .ly_pageInner {
    width: 95%;
  }
}

@media(max-width: 599px) {
  .ly_pageInner {
    padding: 32px;
  }
}

/* ***
  * Block
**************************** */

/* bl_pageHeader */
.bl_pageHeader_bg {
  background-color: #68A2BF;
}

.bl_pageHeader_ttl {
  font-size: 48px;
  font-weight: 500;
}

.bl_pageHeader_cont {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.bl_pageHeader_detail {
  width: 54%;
}

.bl_pageHeader_img {
  width: 40%;
  margin-left: auto;
}

.bl_pageHeader_img img {
  width: 100%;
}

/* .bl_service */

.bl_serviceUnit {
  display: flex;
  flex-wrap: wrap;
}

.bl_serviceUnit.bl_serviceUnit__col3 {
  justify-content: space-between;
}

.bl_serviceUnit__col2 > .bl_service {
  width: 50%;
}

.bl_serviceUnit__col2 > .bl_service.bl_service__s {
  width: 30%;
}

.bl_serviceUnit__col2 > .bl_service.bl_service__l {
  width: 63%;
  margin-left: auto;
}

.bl_serviceUnit__col3 > .bl_service {
  width: 31%;
}

.bl_serviceUnit__col3 > .bl_serviceAbout {
  width: 30%;
}

.bl_service.bl_service__bd {
  padding: 24px 16px;
  border: 1px solid #040000;
  border-radius: 10px;
}

.bl_service_icon {
  width: 40%;
  margin: 0 auto;
}

.bl_service_list {
  padding: 40px 14px;
}

.bl_service_item {
  position: relative;
}

.bl_service_item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #BD212F;
  border-radius: 50%;
}

.bl_service_item.hp_c8::before {
  background-color: #9A1D42;
}

.bl_service_item.hp_c12::before {
  background-color: #BA882F;
}

.bl_service_item.hp_c13::before {
  background-color: #3E7A45;
}

/* bl_serviceAbout */

.bl_serviceAbout {
  padding: 40px;
  background-color: #F4F4F4;
  border-radius: 10px;
  text-align: center;
}

.bl_serviceAbout_body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0F80A2;
}

.bl_serviceAbout_body span {
  height: 90px;
}

.bl_serviceAbout_body span img {
  width: 40%;
  margin: 0 auto;
}

.bl_serviceAbout_ttl {
  font-size: 1.4rem;
  font-weight: 600;
}

/* bl_serviceFlow */

.bl_serviceFlow_img {
  width: 80%;
  margin: 0 auto;
}

.bl_serviceFlow_list {
  width: 100%;
  margin-top: 50px;
}

.bl_serviceFlow_item {
  display: flex;
  align-items: stretch;
  width: 75%;
  margin: 0 auto;
  border-bottom: 2px dashed #9FA0A0;
  padding: 30px 50px;
}

.bl_serviceFlow_item div {
  width: 80%;
}

.bl_serviceFlow_item_img {
  margin-right: 64px;
}

.bl_serviceFlow_item_img img {
  height: 40px;
  margin: 0 auto;
}
.bl_serviceFlow_item dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.bl_serviceFlow_item dd {
  flex: 1 1 60%;
}

/* bl_collabo */

.bl_collabo_ttl {
  text-align: center;
  font-size: 4.8rem;
}


.bl_collabo_ttl span {
  position: relative;
  border-bottom: 2px solid #231815;
}

.bl_collabo_ttl span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 90px;
  height: 98px;
  background: url(../images/recycle/collabo.png);
  background-size: cover;
}


.bl_collabo_txt {
  padding: 30px 50px 0 0;
}

.bl_collabo_img {
  width: 65%;
  margin: 0 auto;
  padding-top: 80px;
}

@media(max-width: 768px) {
  .bl_serviceUnit > .bl_service {
    width: 100%;
    margin-bottom: 30px;
  }

  .bl_serviceUnit > .bl_service:last-child {
    margin-bottom: 0;
  }

  .bl_serviceUnit__col2 > .bl_service.bl_service__s {
    width: 35%;
  }

  .bl_serviceAbout {
    padding: 28px;
  }

  .bl_serviceAbout_body span img {
    width: 85%;
  }

  .bl_serviceAbout_ttl {
    font-size: 1rem;
  }

  .bl_serviceFlow_img {
    width: 100%;
  }

  .bl_serviceFlow_item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  /* bl_collabo */
  .bl_collabo_img {
    width: 95%;
  }
}

@media(max-width: 599px) {
  .bl_pageHeader_ttl {
    font-size: 30px;
    font-weight: 700;
  }

  .bl_pageHeader_cont {
    flex-direction: column;
    margin-top: 0;
  }

  .bl_pageHeader_detail {
    width: 100%;
    order: 2;
  }

  .bl_pageHeader_img {
    width: 100%;
  }

  /* bl_service */

  .bl_serviceUnit > .bl_service.bl_service.bl_service__s,
  .bl_serviceUnit > .bl_service.bl_service.bl_service__l,
  .bl_serviceUnit > .bl_serviceAbout {
    width: 100%;
  }

  /* bl_collabo */
  .bl_collabo_ttl {
    font-size: 2.8rem;
  }

  .bl_collabo_img {
    width: 100%;
    padding-top: 0;
  }

  .bl_collabo_txt {
    padding: 0;
  }

  .bl_collabo_ttl span::before {
    width: 51px;
    height: 56px;
  }

  /* bl_serviceAbout */
  .bl_serviceAbout {
    margin-bottom: 30px;
  }

  .bl_serviceAbout:last-child {
    margin-bottom: 0;
  }

  .bl_serviceAbout_body span img {
    width: 50%;
  }

  /* bl_bl_serviceFlow */
  .bl_serviceFlow_item_img {
    margin-right: 0;
    padding-bottom: 20px;
  }

  .bl_serviceFlow_item_img img {
    width: 40px;
    height: auto;
  }

  .bl_serviceFlow_item {
    flex-direction: column;
  }

  .bl_serviceFlow_item div {
    width: 100%;
  }
} 

/* ***
  * Element
**************************** */

.el_txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2rem;
}

.el_txt.el_txt__s {
  font-size: 16px;
}

.el_txt.el_txt__ss {
  font-size: 14px;
}

.el_ttl.el_ttl__l {
  padding-bottom: 24px;
  font-size: 2.5rem;
  font-weight: 600;
}

.el_ttl.font_bdv {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.el_ttl.font_bdv span {
  border-bottom: 2px solid;
}

.el_ttl.el_ttl__bdb {
  text-align: center;
}

.el_ttl.el_ttl__bdb span {
  font-size: 2.5rem;
  border-bottom: 2px dashed #F08300;
}

/* btn */

.el_serviceBtn {
  position: relative;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 8px 40px;
  border: 2px solid #040000;
  border-radius: 60px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  transition: .5s;
}

.el_serviceBtn:hover {
  color: #F08300;
  border-color: currentColor;
  transition: .5s;
}

.el_serviceBtn_themify {
  font-family: themify;
  font-weight: 700;
}

.el_serviceBtn_themify::before {
  position: absolute;
  top: 31%;
  left: 1.5em;
}

@media(max-width: 1024px) {
  .el_txt {
    font-size: 15px;
  }
}

@media(max-width: 768px) {
  .el_ttl.el_ttl__l {
    font-size: 2rem;
  }

  .el_ttl.font_bdv {
    padding-bottom: 0;
  }
}

@media(max-width: 599px) {
  .el_ttl.el_ttl__l {
    font-size: 1.6rem;
  }

  .el_ttl.el_ttl__bdb span {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .el_txt.el_txt__ss {
    font-size: 12px;
  }

  .el_serviceBtn {
    margin-bottom: 40px;
  }

  .el_serviceBtn_themify::before {
    top: 33%;
  }
}

/* ***
  * Helper
**************************** */

.hp_translateY100 {
  transform: translateY(100px);
}

.hp_mt_s {
  margin-top: 50px;
}

.hp_mt {
  margin-top: 100px;
}

.hp_mt_l {
  margin-top: 200px;
}

.hp_pt30 {
  padding-top: 30px;
}

.hp_bdb {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e4e4e4;
}

.hp_posre {
  position: relative;
}

.hp_wrapBgl::before,
.hp_wrapBgl::after,
.hp_wrapBgr::before,
.hp_wrapBgr::after {
  content: '';
  position: absolute;
}

.hp_wrapBgl::before,
.hp_wrapBgr::before {
  top: 70px;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #0086ab;
  border-radius: 0 5px 5px 0;
}

.hp_wrapBgl::after,
.hp_wrapBgr::after {
  top: 70px;
  left: 0;
  width: 5px;
  height: 40px;
  background-color: #0086ab;
  border-radius: 0 0 5px 5px;
}

.hp_wrapBdb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  border-bottom: 5px solid #0086ab;
}

.hp_wrapBdb::before,
.hp_wrapBdb::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 40px;
  background-color: #0086ab;
  border-radius: 5px 5px 0 0;
}

.hp_wrapBdb::before {
  left: 0;
}

.hp_wrapBdb::after {
  right: 0;
}

@media(min-width: 1640px) {
  .hp_wrapBgl::before,
  .hp_wrapBgr::before,
  .hp_wrapBgl::before,
  .hp_wrapBgr::before,
  .hp_wrapBgl::after,
  .hp_wrapBgr::after {
    top: 145px;
  }
}

.hp_wrapBgr::before {
  right: 0;
  left: auto;
  border-radius: 5px 0 0 5px;
}

.hp_wrapBgr::after {
  right: 0;
  left: auto;
  border-radius: 0 0 5px 5px;
}

@media(max-width: 1024px) {
  .hp_wrapBdb {
    width: 95%;
  }
}

@media(max-width: 768px) {
  .hp_mt {
    margin-top: 50px;
  }

  .hp_wrapBdb {
    padding-top: 0;
    border: none;
  }

  .hp_wrapBgl::before,
  .hp_wrapBgr::before,
  .hp_wrapBgl::before,
  .hp_wrapBgr::before,
  .hp_wrapBgl::after,
  .hp_wrapBgr::after,
  .hp_wrapBdb::before,
  .hp_wrapBdb::after {
    display: none;
  }
}

@media(max-width: 599px) {
  .hp_mt_l {
    margin-top: 150px;
  }

  .hp_mt_s {
    margin-top: 24px;
  }

  .hp_bdb {
    margin: 0;
  }
}