@charset "UTF-8";
/* ベース幅 */
/* ひしがたのアイキャッチ */
/* ページ_タイトル */
/* ページ_サブタイトル */
/* トップ_セクションタイトル */
/* トップ_セクションサブタイトル */
/* Viewport768-1200 fontsize 12-16 */
/*  */
.page__ttl {
  background: url(../images/company/page_ttl.webp) center center no-repeat;
  background-size: cover;
}

.company__list {
  padding: 130px 10px 70px;
}
@media only screen and (max-width: 767px) {
  .company__list {
    padding: 64px 10px;
  }
}
.company__list .company__list__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.company__list .company__list__inner ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .company__list .company__list__inner ul {
    display: block;
  }
}
.company__list .company__list__inner ul li {
  width: calc((100% - 60px) / 3);
  margin: 0 0 60px;
  margin-right: 30px;
}
@media print, screen and (min-width: 768px) {
  .company__list .company__list__inner ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .company__list .company__list__inner ul li {
    width: 100%;
    margin: 0 0 30px;
    margin-right: 0;
  }
  .company__list .company__list__inner ul li:last-child {
    margin-bottom: 0;
  }
}
.company__list .company__list__inner ul li a {
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .company__list .company__list__inner ul li a:hover .icon__allow__img .icon__allow__img__bg {
    fill-opacity: 1;
  }
  .company__list .company__list__inner ul li a:hover .icon__allow__img .icon__allow__img__arrow {
    right: 14px;
    fill: #fff;
  }
}
.company__list .company__list__inner ul li .img__box {
  margin-bottom: 5px;
}
.company__list .company__list__inner ul li .img__box img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.company__list .company__list__inner ul li .btn__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company__list .company__list__inner ul li .btn__box .icon__allow__text {
  font-size: 2.4rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .company__list .company__list__inner ul li .btn__box .icon__allow__text {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=company.css.map */