@charset "UTF-8";

/* == technical_field_list == */
.technical_field_list {
  padding-bottom: 70px;
}

.technical_field_list .introduction {
  text-align: center;
}

.technical_field_list .introduction span {
  font-size: 2rem;
  font-weight: 600;
}

.technical_field_list .recommended_list {
  justify-content: flex-start;
  margin-bottom: 50px;
}

.technical_field_list .flex.recommended_list > li {
  margin-top: 2em;
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 2.5%;
}

.technical_field_list .flex.recommended_list li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .technical_field_list .flex.recommended_list > li {
    width: 48%;
  }

  .technical_field_list .flex.recommended_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.technical_field_list .flex.recommended_list li figure {
  display: block;
  position: relative;
  width: 100%;
  max-width: 333px;
  max-height: 333px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--cl-contrast);
      overflow: hidden;
}

.technical_field_list .flex.recommended_list li figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.technical_field_list .flex.recommended_list li figure img {
  position: absolute;
  width: calc(100% + 1px);
  max-width: 333px;
  height: calc(100% + 1px);
  max-height: 333px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.technical_field_list .flex.recommended_list li .cat {
  font-size: 1.1rem;
  line-height: 24px;
  text-align: center;
  background: rgb(0, 92, 177);
}
.technical_field_list .flex.recommended_list li .cat.automobile {
  background-color: rgba(240, 69, 78, 1);
}
.technical_field_list .flex.recommended_list li .cat.parts {
  background-color: rgba(255, 159, 56, 1);
}

.technical_field_list .flex.recommended_list li .cat.material {
  background-color: rgba(117, 105, 205, 1);
}
.technical_field_list .flex.recommended_list li .cat.testing {
  background-color: rgba(0, 123, 208, 1);
}

.technical_field_list .flex.recommended_list li .cat.cae {
  background-color: rgba(0, 160, 125, 1);
}

.technical_field_list .flex.recommended_list li .cat.software {
  background-color: rgba(64, 104, 255, 1);
}

.technical_field_list .flex.recommended_list li .cat.electronics {
  background-color: rgba(231, 76, 155, 1);
}

.technical_field_list .flex.recommended_list li .cat.rpa {
  background-color: rgba(0, 196, 221, 1);
}

.technical_field_list .flex.recommended_list li .cat.startup {
  background-color: rgba(216, 226, 139, .75);
}

.technical_field_list .flex.recommended_list li h4 {
  font-size: 1.6rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.technical_field_list .flex.recommended_list li .tag {
  margin-bottom: auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.technical_field_list .flex.recommended_list li .btn {
  margin-top: 1em;
  font-size: 1.4rem;
  padding: 0.95em 1.5em 0.95em 1em;
}

@media screen and (max-width: 640px) {
  .technical_field_list .flex.recommended_list li .btn {
    font-size: 1.2rem;
    padding: 1.25em 1.5em 1.25em 1em;
  }
}

.technical_field_list .flex.recommended_list li .tag li {
  display: inline-block;
  /*打ち消し*/
  width: auto;
  /*打ち消し*/
  margin-right: 0%;
  /*打ち消し*/
  margin-top: 0;
  /*打ち消し*/
  padding-right: 10px;
  font-size: 1.3rem;
  position: relative;
}

.technical_field_list .flex.recommended_list li .tag li::before {
  font-family: "Material Icons";
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  content: "local_offer";
  display: inline-block;
  width: 1px;
  height: 13px;
  margin-right: 16px;
  line-height: 1;
}
