@charset "UTF-8";

.results__section {
  /*border-bottom: 1px solid #e5e5e5;*/
 margin-bottom: 6rem;
}

.results__section__inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .results__section__inner {
    display: block;
  }
}



.archive__lead {
  font-size: 18px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .archive__lead {
    font-size: 2.8rem;
  }
}


/*
.projects__sidebar {
  width: 24.5rem;
  margin-right: 4rem;
}
@media screen and (max-width: 1024px) {
  .projects__sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9rem;
  }
}

*/


.results__contents {
  width: calc(100% - 18.5rem);
}
@media screen and (max-width: 1024px) {
  .results__contents {
    width: 100%;
  }
}

.results__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3rem;
    margin-bottom: 9rem;
}

.results__item {
  flex-basis: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1024px) {
  .results__item {
    flex-basis: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 540px) {
  .results__item {
    flex-basis: 100%;
  }
}


.results__link {
  border: 5px solid #e5e5e5;
  display: block;
}

.results__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.5rem;
  color: #1b1b1b;
}
@media screen and (max-width: 1024px) {
  .results__title {
    font-size: 2.8rem;
    padding: 2rem;
  }
}

.results__img {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .results__img {
    margin-bottom: 2.5rem;
  }
}
.results__img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.results__link:hover .projects__img img {
  transform: scale(1.05);
}

.results__text__box {
  padding: 0 0 2.5rem;
  color: #333;
}
.results__text__box .client__name {
  font-weight: 700;
  position: relative;
  padding: 0 2rem 0 2.5rem;
  margin-bottom: 1rem;
}
.results__text__box .client__name::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 2.7rem;
  background-color: #00759c;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .results__text__box .client__name::before {
    height: 3.8rem;
    top: 0.5rem;
  }
}
.results__text__box .projects__summary {
  font-size: 15px;
  margin-bottom: 1.5rem;
  padding: 0 2rem 0 2.5rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .results__text__box .projects__summary {
    font-size: 2.5rem;
  }
}

.results__industry {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  padding: 0 2rem 0 2.5rem;
}
.results__industry .industry__name {
  border: 1px solid #00759c;
  height: 2.8rem;
  border-radius: 1.4rem;
  padding: 0 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #005eaf;
}
@media screen and (max-width: 1024px) {
  .results__industry .industry__name {
    font-size: 2.3rem;
    height: 4.2rem;
    border-radius: 2.1rem;
  }
}






/***** customer   **********/

.customer__section {
  margin-bottom: 14rem;
}

.customer__tb {
  width: 100%;
}
.customer__tb th {
  width: 30rem;
  padding: 2rem 2rem;
  text-align: center;
  vertical-align: middle;
  background-color: #f0f9fb;
  font-weight: 700;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.customer__tb td {
  padding: 2.5rem 4.5rem;
  color: #111;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .customer__tb td {
    padding: 2.5rem;
  }
}

.tb__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1320px;
}
@media screen and (max-width: 1024px) {
  .tb__wrapper {
    overflow: hidden;
    padding-right: 0;
    padding-left: 5.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .tb__outer {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tb__outer::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tb__inner {
    width: 120%;
    padding-right: 5.5rem;
  }
}
@media screen and (max-width: 540px) {
  .tb__inner {
    width: 190%;
  }
}





.other__link__inner {
  border-top: 1px solid #e5e5e5;
  padding-top: 15rem;
}
@media screen and (max-width: 1024px) {
  .other__link__inner {
    padding-top: 9rem;
  }
}

.entry__section {
  border-bottom: 1px solid #e5e5e5;
}

.entry__section__inner {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .entry__section__inner {
    padding-bottom: 9rem;
  }
}