
#company_info {
  margin-top: 50px;
  padding-top: 50px;
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 5px;
}

.company_info__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.company_info__header img {
  width: 60px
}
.company_info__header_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.company_info__header_text_js {
  font-size: 30px;
  font-weight: bold;
}
.company_info__header_text_en {
  font-size: 21px;
  font-weight: bold;
  color: #e63037;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  #company_info {
    padding-top: 74px;
    padding-bottom: 80px;
  }

  .company_info__header {
    flex-direction: row;
  }
  .company_info__header img {
    width: 4vw;
  }
  .company_info__header_text {
    margin-left: 20px;
  }
  .company_info__header_text_js {
    font-size: 34px;
    font-weight: bold;
  }
  .company_info__header_text_en {
    font-size: 18px;
    font-weight: bold;
    color: #e63037;
  }
}

#company_info .card-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 85vw;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: center;
}

#company_info .card {
  filter: drop-shadow(0px 2px 3px #0000000f);
  width: calc((100% - 20px * 1) / 1);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin-top: 20px;
  cursor: pointer;
}
#company_info .card__imgframe {
  width: 100%;
  height: auto;
  height: 224px;
  padding-top: 56.25%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#company_info .card__textbox {
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
}
#company_info .card__textbox > * + * {
  margin-top: 10px;
}
#company_info .card__titletext {
  text-align: left;
  font-size: 20px;
  color: #e63037;
  letter-spacing: 0.5px;
}
#company_info .card__overviewtext {
  text-align: left;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.5px;
  line-height: 1.429;
}

.sp_card {
  width: 70vw;
  margin: 0 auto;
  margin-bottom: 5px;
  cursor: pointer;
  display: block;
}
.sp_card img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  max-height: 208px;
}

#company_info .sp_card__textbox {
  padding: 23px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 3px #0000000f);
  width: 100%;
  margin-top: -10px;
  margin-left: 15px;
  min-height: 184px;
}
#company_info .sp_card__textbox .card__titletext {
  text-align: left;
  font-size: 18px;
  color: #e63037;
  letter-spacing: 0.5px;
}
#company_info .sp_card__textbox .card__overviewtext {
  text-align: left;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.5px;
  margin-top: 15px;
  line-height: 1.429;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  #company_info .card-group {
    justify-content: center;
    padding: 0;
    margin-top: 39px;
  }

  #company_info .card-group > :not(:nth-child(3n-2)) {
    margin-left: 20px;
  }
  #company_info .card {
    width: calc((100% - 20px * 2) / 3);
  }
  #company_info .card__overviewtext {
    font-size: 16px;
    line-height: 1.625;
  }
}

.company_info__slide-items {
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding-left: 9vw;
}

.company_info__slide-items .slick-list {
  padding: 0px 10% 0 0 !important;
}

.company_info__slick-num {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company_info__slick-num .company_info__inner {
  display: inline-block;
  padding: 30px;
  font-size: 12px;  font-weight: bold;
}
.company_info__slick-num .company_info__nowcnt {
  color: #E63037;
}

#company_info .slick-track {
  display: flex;
}
#company_info .slick-slide {
  height: auto !important;
}

.company_info__slide-arrow {
  background-color: #f8f8f8;
}
