@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    biz


============================================================================= */
.biz {
  overflow: hidden;
  padding: 200px 0 300px;
  position: relative;
}

.submv {
  background: transparent url(../asset/images/works/mv.jpg) no-repeat top center/cover;
}

.biz-txt {
  font-size: 2rem;
  text-align: center;
}

.biz-list {
  gap: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  margin: 100px auto 0;
  max-width: 880px;
}

.biz-item {
  color: #fff;
  place-content: center;
  place-items: center;
  position: relative;
  text-align: center;
  width: 100%;
}

.biz-item:before {
  background: #0a59a8;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  content: "";
  display: block;
  mix-blend-mode: multiply;
  padding-top: 100%;
  /* 高さを幅の%に固定 */
  width: 100%;
}

.biz-item:nth-of-type(2):before {
  background: #418eb0;
}

.biz-item:nth-of-type(3):before {
  background: #6fc3ac;
}

.biz-item-txt {
  color: #fff;
  font-size: 3.6rem;
  left: 50%;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.biz-table {
  border-collapse: collapse;
  font-size: 2.2rem;
  margin: 100px auto 0;
  max-width: 760px;
}

.biz-table td {
  border: 1px solid #202020;
  padding: 8px 20px;
}

.biz-bg01 {
  position: absolute;
  right: -10%;
  top: 20%;
  width: 680px;
}

.biz-bg02 {
  bottom: -180px;
  position: absolute;
  right: -10%;
  width: 540px;
}

.biz-bg03 {
  bottom: -200px;
  left: -10%;
  position: absolute;
  width: 560px;
}

@media (max-width: 1228px){
  .biz-item-txt {
    font-size: 3rem;
  }
  .biz-bg01 {
    right: 0;
    width: 480px;
  }
  .biz-bg02 {
    right: 0;
    width: 340px;
  }
  .biz-bg03 {
    left: 0;
    width: 360px;
  }
}

@media (max-width: 767px){
  .biz {
    padding: 100px 0 200px;
  }
  .biz-txt {
    font-size: 1.5rem;
  }
  .biz-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    margin-top: 60px;
    max-width: 60%;
  }
  .biz-item-txt {
    font-size: 2.8rem;
  }
  .biz-table td {
    padding: 8px;
  }
  .biz-table {
    font-size: 1.6rem;
    margin-top: 60px;
  }
  .biz-bg01 {
    max-width: 480px;
    width: 80%;
  }
  .biz-bg02 {
    bottom: 300px;
    max-width: 340px;
    width: 80%;
  }
  .biz-bg03 {
    bottom: -100px;
    max-width: 460px;
    width: 80%;
  }
}


/*# sourceMappingURL=construction.css.map*/