@charset "UTF-8";
/* **************************************************
	service - サービス
************************************************** */
/* **************************************************
共通パーツ override
************************************************** */
/* ----------------------------------------
	ページタイトル (override)
---------------------------------------- */
.page_title_wrap.type_a .pt_subcontent {
  padding: 21px 0 9px;
}

@media (min-width: 768px) {
  .page_title_wrap.type_a .pt_subcontent {
    padding: 49px 0 0 0;
  }
  .page_title_wrap.type_a figure.image {
    top: -24px;
  }
}
/* ----------------------------------------
	サービス
---------------------------------------- */
.sec_service {
  padding: 60px 0 60px;
  background-color: transparent;
}
.sec_service .inner {
  padding-bottom: 0;
}
.sec_service .text_main {
  text-align: center;
}

@media (min-width: 768px) {
  .sec_service {
    padding: 80px 0 80px;
  }
  .sec_service .inner {
    padding: 0;
  }
}
/* 白ボックス */
.products_box_wrap .box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 35px 20px 30px 21px;
  margin-bottom: 20px;
  text-align: center;
}
.products_box_wrap .box figure {
  width: 170px;
  margin: 0 auto 22px;
}
.products_box_wrap .box .hl_sub {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: bold;
}
.products_box_wrap .box h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #5F5E5E;
  margin-bottom: 12px;
}
.products_box_wrap .box p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 32px;
}
.products_box_wrap .box a.btn {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  width: auto;
  color: #189FD5;
  border: 1px solid #189FD5;
  border-radius: 999px;
  padding: 6px 28px;
}

@media (max-width: 767px) {
  .products_box_wrap .box.pice_works_smart h2 {
    line-height: 3.2rem;
    margin-bottom: 9px;
  }
  .products_box_wrap .box.pice_works_smart p {
    margin-bottom: 48px;
  }
  .products_box_wrap .box.pice_works figure {
    margin-bottom: 20px;
  }
  .products_box_wrap .box.pice_works p {
    margin-bottom: 24px;
  }
  .products_box_wrap .box.higuma p {
    margin-bottom: 48px;
  }
  .products_box_wrap .box.smart_nexus p {
    margin-bottom: 24px;
  }
  .products_box_wrap .box.smart_nexus_care h2 {
    margin-bottom: 13px;
  }
  .products_box_wrap .box.smart_nexus_care p {
    margin-bottom: 23px;
  }
  .products_box_wrap .box.recycle_reuse figure {
    margin-bottom: 7px;
  }
  .products_box_wrap .box.recycle_reuse h2 {
    margin-bottom: 12px;
    line-height: 2.9rem;
  }
  .products_box_wrap .box.recycle_reuse p {
    margin-bottom: 27px;
  }
}
@media (min-width: 768px) {
  .products_box_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
  }
  .products_box_wrap .box {
    flex: 0 1 auto;
    width: 495px;
    margin: 0;
    padding: 34px 24px 41px;
    display: flex;
    flex-direction: column;
  }
  .products_box_wrap .box figure {
    flex: 0 0 auto;
  }
  .products_box_wrap .box p {
    flex: 1 1 auto;
    line-height: 2.3rem;
    margin-bottom: 24px;
    min-height: 3em;
  }
  .products_box_wrap .box a.btn {
    flex: 0 0 auto;
    width: auto;
  }
  .products_box_wrap .box.higuma p {
    margin-bottom: 26px;
  }
  .products_box_wrap .box.smart_nexus p {
    margin-bottom: 26px;
  }
  .products_box_wrap .box.smart_nexus_care {
    padding-left: 18px;
    padding-right: 18px;
  }
  .products_box_wrap .box.smart_nexus_care h2 {
    line-height: 3.1rem;
    margin-bottom: 11px;
  }
  .products_box_wrap .box.smart_nexus_care p {
    margin-bottom: 26px;
  }
  .products_box_wrap .box.recycle_reuse h2 {
    margin-bottom: 12px;
    padding-top: 1.4rem;
    line-height: 2.9rem;
  }
  .products_box_wrap .box.recycle_reuse p {
    margin-bottom: 23px;
  }
}
/* 青ボックス */
.solution_box {
  background: #189FD5;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 37px 37px 40px;
  margin-bottom: 20px;
}
.solution_box:last-of-type {
  margin-bottom: 0;
}
.solution_box h2 {
  font-size: 2rem;
  line-height: 2.9rem;
  text-align: center;
  font-weight: bold;
  padding: 0 0 15px;
}
.solution_box .box_left {
  padding: 0 0 25px;
}
.solution_box .box_left p {
  font-size: 1.6rem;
  line-height: 2.7rem;
}
.solution_box .box_left .btn_wrap {
  justify-content: flex-end;
}
.solution_box .box_left .btn_wrap .btn {
  width: auto;
}
.solution_box .box_right figure {
  margin: 0 auto 28px;
  text-align: center;
}
.solution_box .box_right figure img {
  width: 85px;
  height: 85px;
  margin-bottom: 16px;
}
.solution_box .box_right figure figcaption {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.solution_box .btn_solbox_wrap_sp,
.solution_box .btn_solbox_wrap_pc {
  display: flex;
  justify-content: center;
  width: 100%;
}
.solution_box .btn_solbox_wrap_sp .btn_solbox,
.solution_box .btn_solbox_wrap_pc .btn_solbox {
  flex: 0 0 auto;
  display: block;
  width: auto;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 999px;
  padding: 6px 28px;
}
.solution_box .btn_solbox_wrap_pc {
  display: none;
  justify-content: flex-end;
}
.solution_box.ai_iot .box_left {
  padding: 0 0 24px;
}

@media (min-width: 768px) {
  .solution_box {
    padding: 50px 60px 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .solution_box h2 {
    flex: 0 0 auto;
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-align: left;
    padding: 0 0 14px;
  }
  .solution_box .box_left {
    flex: 0 0 auto;
    width: 400px;
    padding: 0;
  }
  .solution_box .box_left p {
    padding: 0 0 28px;
    line-height: 2.6rem;
  }
  .solution_box .box_right {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    width: 424px;
    gap: 32px;
    margin-top: -8px;
  }
  .solution_box .box_right figure {
    width: 120px;
    margin-bottom: 0;
  }
  .solution_box .btn_solbox_wrap_sp {
    display: none;
  }
  .solution_box .btn_solbox_wrap_pc {
    display: flex;
  }
  .solution_box.ai_iot .box_left {
    padding: 0;
  }
}