@charset "utf-8";
/* general
-------------------------------------------------------------- */
.pagelink li.casestudy_01, .pagelink li.casestudy_02, .pagelink li.casestudy_03 {
  display: none;
}

/* solution
-------------------------------------------------------------- */
#solution {
  padding: 144px 0;
}

#solution .lead {
  padding-bottom: 128px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
}

#solution h3 {
  padding-bottom: 24px;
}

#solution h3 span {
  display: block;
  line-height: 1;
}

#solution h3 .sub {
  margin-bottom: 24px;
  color: var(--color-gray);
  font-size: 1.9rem;
  font-weight: 500;
}

#solution h3 .ttl {
  color: var(--color-green);
  font-size: 3.2rem;
  font-weight: 300;
}

#solution .flex {
  justify-content: space-between;
}

#solution .sec02 {
  padding: 80px 0;
}
#solution .sec02 figure {
  order: 1;
}

#solution figure {
  width: 50%;
}

#solution .txt-area {
  width: 46%;
}

#solution .txt-area p {
  padding-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 2px;
}

#solution .btn-more a {
  max-width: 336px;
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  #solution {
    padding: 60px 0;
  }

  #solution .lead {
    padding-bottom: 60px;
    font-size: 1.4rem;
  }
  
  #solution h3 {
    padding-bottom: 20px;
  }
  
  #solution h3 .sub {
    margin: 30px 0 20px;
    font-size: 1.4rem;
  }
  
  #solution h3 .ttl {
    font-size: 2.4rem;
  }
  
  #solution .sec02 {
    padding: 60px 0;
  }
  
  #solution .sec02 figure {
    order: -1;
  }
  
  #solution figure {
    width: 100%;
  }
  
  #solution .txt-area {
    width: 100%;
  }
  
  #solution .txt-area p {
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
  
  #solution .btn-more a {
    font-size: 2rem;
  }
}

