@charset "UTF-8";
/* =================================== */
/* SP用スタイル */
/* =================================== */
@media (max-width: 768px) {
  .company .inner {
    padding: 0 2.6666vw;
  }
  .company .section_header {
    margin-bottom: 6.4vw;
  }
  .company .contents_container .shop {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333vw;
    margin-bottom: 5.3333vw;
  }
  .company .contents_container .other {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333vw;
  }
  .company .contents_container .box {
    position: relative;
  }
  .company .contents_container .box .photo {
    width: 100%;
    height: 58.6666vw;
  }
  .company .contents_container .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .company .contents_container .box .text {
    width: 100%;
    font-size: 4.2666vw;
    line-height: 4.2666vw;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    padding: 3.2vw 2.6666vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
/* =================================== */
/* PC用スタイル */
/* =================================== */
@media (min-width: 769px) {
  .company .section_header {
    margin-bottom: 31px;
  }
  .company .contents_container .shop {
    display: grid;
    grid-template-columns: 625px 355px;
    grid-template-areas: "box1 box2" "box1 box3";
    gap: 20px;
    margin-bottom: 20px;
  }
  .company .contents_container .shop .photo {
    width: 100%;
    height: 220px;
  }
  .company .contents_container .shop .box:nth-child(1) {
    grid-area: box1;
  }
  .company .contents_container .shop .box:nth-child(1) .photo {
    height: 460px;
  }
  .company .contents_container .shop .box:nth-child(2) {
    grid-area: box2;
  }
  .company .contents_container .shop .box:nth-child(3) {
    grid-area: box3;
  }
  .company .contents_container .other {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .company .contents_container .other .photo {
    width: 100%;
    height: 220px;
  }
  .company .contents_container .box {
    position: relative;
  }
  .company .contents_container .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .company .contents_container .box .text {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}/*# sourceMappingURL=company.css.map */