@charset "utf-8";
/* CSS Document */

  /* ========================================================================
  // area_page_main
  ======================================================================== */
  .area_page_main {
    margin: 0 0 0;
    background-color: #32C08B;
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 0 0 0;
}

  /* box_txt_overview
  -------------------------------------------------------- */
  .box_txt_overview {
    color: #ffffff;
    width: 45%;
    margin: 90px 0 0 90px;
    padding: 100px 0 160px;
  }
  .box_txt_overview .ttl_en_01 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin: 0 0 60px;
  }
  .box_txt_overview .ttl_01 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
  }
  .box_txt_overview .txt_01 {
    width: 90%;
    font-size: 18px;
    margin: 0 0 55px;
  }
  .box_txt_overview .box_page_list {
    font-size: 20px;
    display: flex;
  }
  .box_txt_overview .box_page_list a {
    color: #FFF684;
    margin: 0 30px 0 0; 

  }
  .box_txt_overview .box_page_list a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f13a";
    color: #F56600;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 0 0 8px;
 
  }
  .box_img_overview {
    margin: 50px 0 30px;
    background-image: url("/usedparts/img/img_usedparts_main_01.png");
    background-position: left -60px;
    background-repeat:no-repeat;
    width: 50%;
    position: relative;
    padding-bottom: 30px;
  }
  .box_img_overview img {
    position: absolute;
    top: 170px;
    left: 160px;
    padding: 0;
    animation: anim_page_main 1s;
  }
  @keyframes anim_page_main {
    0% {
    transform: translateX(100px);
    opacity: 0;
    }
    100% {
    transform: translateX(0px);
    opacity: 1;
    }
  }

    /* btn_orange
  -------------------------------------------------------- */
  .btn_orange_01 {
    width: 400px;
    margin: 50px 0 0;
  }


  /* ========================================================================
  // area_parts_guide
  ======================================================================== */
  .area_parts_guide {
    background-image: url("/usedparts/img/bg_recycled parts_01.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 130px 0;
  } 
  .box_parts_guide {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .box_parts_guide .box_ttl {
    color: #32C08B;
    font-size: 30px;
    font-weight: 700; 
  }
  .box_parts_guide .box_ttl p {
    line-height: 1.8;
  }
  .box_parts_guide .box_features {
    width: 680px;
  }
  .box_parts_guide .box_features .txt_ttl {
    font-size: 30px;
    font-weight: 700; 
    line-height: 1.6;
    color: #F56600;
    margin: 0 0 30px;
  }
  .box_parts_guide .box_features .list_features {
    margin: 0 0 40px;
  }
  .box_parts_guide .box_features .list_features li {
    background-color: #F56600;
    color: #ffffff;
    font-size: 20px;
    border-radius: 6px;
    margin: 0 0 7px;
    padding: 20px 20px 20px 65px;
    position: relative;
  }
  .box_parts_guide .box_features .list_features li:before {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    color: #F56600;
    position: absolute;
    border-radius: 30px;
    top: 8px;
    left: 10px;
    text-align: center;
    padding: 10px;
  }
  .box_parts_guide .box_features .list_features li:first-child:before{
    content: "01";
  }
  .box_parts_guide .box_features .list_features li:nth-child(2):before{
    content: "02";
  }
  .box_parts_guide .box_features .list_features li:nth-child(3):before{
    content: "03";
  }
  .box_parts_guide .box_features p {
    margin: 0 0 80px;
  }
  .box_parts_guide .box_features dl {
  }
  .box_parts_guide .box_features dl dt {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
  }
  .box_parts_guide .box_features dl dd {
    line-height: 1.6;
    margin: 0 0 30px;
  }



  /* ========================================================================
  // area_product
  ======================================================================== */
  .area_product {
    background-color: #91C926;
    width: 100%;
    background-image: url("/usedparts/img/illust_products_04.png");
    background-position: 28% bottom;
    background-repeat:no-repeat;
}

   /* slide
  -------------------------------------------------------- */
  .area_product .updown {
    transform: translateY(-100px);
  }
  .area_product .downup {
    transform: translateY(100px);
  }
  .area_product .slide-right {
    transform: translateX(150px);
  }
  .area_product .slide-left {
    transform: translateX(-150px);
  }


  /* box_top
  -------------------------------------------------------- */
  .box_top {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    background-image: url("/usedparts/img/illust_products_01.png");
    background-position: top;
    background-repeat:no-repeat;
 }
  .box_top_txt {
    display: block !important;
    width: 40%;
    margin: 150px 0 0 100px;
    color: #ffffff;
    position: relative;
}
  .box_top_txt .ttl_02 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 35px;
  }
  .box_top_txt .list_product {
    border-left:1px solid #ffffff;
    padding: 30px 0 10px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 690px;
    margin: 0 0 0 25px;
    z-index: 100;
    
  }
  .box_top_txt .list_product li {
    width: auto;
    margin: 0 50px 15px 0;
  }
  .box_top_img {
    width: 60%;
    background-image: url("/usedparts/img/img_products_01.png");
    background-position: top left;
    background-repeat: no-repeat;
  }  
  .box_top_img img {
    padding: 210px 0 70px 220px;
}

  /* box_bottom
  -------------------------------------------------------- */
  .box_bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  .box_bottom_txt {
    display: block !important;
    width: 50%;
    padding: 100px 60px 0 0;
    z-index: 100;
    color: #ffffff;
    background-image: url("/usedparts/img/illust_products_03.png");
    background-position: right top;
    background-repeat:no-repeat;

}
  .box_bottom_txt .ttl_02 {
    font-size: 28px;
    font-weight: 500;
  }
  .box_bottom_txt .list_product {
    border-left:1px solid #ffffff;
    padding: 30px 0 10px 30px;
    display: flex;
    flex-wrap: wrap;
    width: 690px;
    margin: 0 0 0 25px;
    z-index: 100;
  }
  .box_bottom_txt .list_product li {
    width: auto;
    margin: 0 50px 15px 0;
  }

  .box_bottom_img {
    width: 50%;
    background-image: url("/usedparts/img/img_products_02.png");
    background-position: top right;
    background-repeat: no-repeat;
    text-align: right;
    position: relative;
    padding: 0 0 150px;
 }  
  .box_bottom_img img {
   padding: 5% 25% 0 0;
  }
  @media screen and (max-width:1490px) {
    .box_bottom_img img {
     padding: 5% 60% 0 0;
  }
}



  /* ========================================================================
  // area_partsstorage
  ======================================================================== */

  .area_partsstorage {
  }



  /* ========================================================================
  // area_slider
  ======================================================================== */

  .area_slider {
    background-image: url("/usedparts/img/bg_partsstorage_01.png");
    background-repeat: no-repeat;
    background-position: left 30px;
    position: relative;
  }
  .box_slider {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0 350px;
}

  /* box_txt
  -------------------------------------------------------- */
  .box_txt {
    width: 480px;
    position: relative;
    z-index: 100;
  }
  .box_txt .ttl_sub {
    color: #91C926;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px;
  }
    
    
  /* box_slider
  -------------------------------------------------------- */
  .box_slider {
  }
  .slider {
    margin: 0 0 50px;
    width: 65%;
    min-width:900px; 
    max-width: 1100px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/usedparts/img/img_partsstorage_01.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 160px 0;
    z-index: 0;
  }
  .slick-prev::before, .slick-next::before {
    font-size: 24px;
  }
  .center-item {
    margin: 0 0 0 200px;
    display: flex;
  }
  .center-item .img_slide {
    background-color:#FFF684;
    position: relative;
  }
  .center-item .img_slide .num_slide {
    position: absolute;
    background-color: #F56600;
    color: #ffffff;
    width: 54px;
    height: 35px;
    left: 0;
    bottom: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0 0;
  }
  .center-item img {
    width: 100%;
    height: auto;
    opacity: 0.5;
  }
  .slick-current img {
    opacity: 1.0;
  }
  .center-item button {
    background: none !important;
    border: none !important;
  }
  .slick-prev
  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 37%;
    left: 9%;
    display: block;
    width: 47px;
    height: 47px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    border-radius: 50%;
    z-index: 100;
}
.slick-prev:before  {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 47px;/*画像の幅*/
    height: 47px;/*画像の高さ*/
    background-image: url("/assets/img/arrow_prev.png");
    background-size: contain;
    vertical-align: middle;
  }
  .slick-next
  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 37%;
    right: 9%;
    display: block;
    width: 47px;
    height: 47px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    border-radius: 50%;
    z-index: 100;
  }
  .slick-next:before  {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 47px;/*画像の幅*/
    height: 47px;/*画像の高さ*/
    background-image: url("/assets/img/arrow_next.png");
    background-size: contain;
    vertical-align: middle;
  }

  .center-item li {
    margin: 0 10px;
    outline: none;
  }
  .center-item li .ttl_slide {
    color: #F56600;
    font-size: 18px;
    margin: 10px 0 10px;
  }
  .center-item li .txt_slide {
    font-size: 14px;
    width: 80%;
    line-height: 1.4;
  }
  .slick-dots {
    bottom:-50px !important;
    text-align: left !important;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1.0 !important;
    color: #F56600 !important;
  }
  .slick-dots li button:hover:before {
      opacity: 1.0 !important;
      color: #F56600 !important;
  }



  /* ========================================================================
  // area_inspection
  ======================================================================== */
  .area_inspection {
    background-color: #91C926;
    padding: 180px 0 0;
  }
  .box_inspection {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
  }
  .illust_inspection_01 {
    position: absolute;
    right: 0;
    top: -220px;
  }
  .box_inspection .txt_01 {
    margin: 0 0 50px;
  }
  .box_inspection .txt_01 span {
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px;
    background:linear-gradient(transparent 80%, #B1DD50 80%);
  }
  .box_inspection dl {
  }
  .box_inspection .box_inspection_inner_01 {
    display: flex;
    justify-content: space-between;
  }
  .box_inspection .box_inspection_inner_01 dl:first-of-type {
    width: 46%;
  }
  .box_inspection .box_inspection_inner_01 dl:nth-of-type(2) {
    width: 46%;
  }
  .box_inspection .box_inspection_inner_01 > dl > dt,
  .box_inspection .box_inspection_inner_02 > dl > dt{
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 50px;
  }
  .box_inspection .box_inspection_inner_01 dl dd {
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .box_inspection .box_inspection_inner_01 dl dd span {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
  }

  .box_inspection .box_inspection_inner_02 {
    padding: 120px 0 200px;
  }
  .box_inspection .box_inspection_inner_02 dl:first-of-type {
    width: 100%;
  }
  .box_inspection .box_inspection_inner_02 dl:nth-of-type(2) {
    width: 100%;
    padding: 120px 0 0;
  }
  .box_inspection .box_inspection_inner_02 > dl > dt{
    text-align: center;
  }
  .box_inspection .box_inspection_inner_02 > dl > dd > dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .box_inspection .box_inspection_inner_02 > dl > dd > dl dt,
  .box_inspection .box_inspection_inner_02 > dl > dd > dl dd{
    box-sizing: border-box;
    padding: 25px;
}

  .box_inspection .box_inspection_inner_02 > dl > dd > dl dt{
    width: 350px;
    font-size: 18px;
  }
  .box_inspection .box_inspection_inner_02 > dl > dd > dl dt:before{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 21px;/*画像の幅*/
    height: 21px;/*画像の高さ*/
    background-image: url("/usedparts/img/icon_usedparts.png");
    background-size: contain;
    vertical-align: middle; 
    margin: -2px 8px 0;
  }
  .box_inspection .box_inspection_inner_02 > dl > dd > dl dd{
    width: 850px;
    font-size: 14px;
  }
  .box_inspection .box_inspection_inner_02 > dl > dd > dl dt:nth-of-type(odd),
  .box_inspection .box_inspection_inner_02 > dl > dd > dl dd:nth-of-type(odd){
    background-color: #ABD026;
}




