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


     business


============================================================================= */
.head {
  overflow: hidden;
  text-align: center;
}

.works-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  margin-top: 60px;
  position: relative;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1366px;
}

.works-contents {
  background: #9cd4cc;
  padding: 60px 24px;
  width: calc(33.333333% - (21px / 3));
}

.works-content-icon {
  margin: auto;
  width: 186px;
}

.works-content-ttl {
  font-family: "ヒラギノ丸ゴ Pro", tbudrgothic-std, sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  margin-top: 24px;
}

.works-content-ttl span {
  display: block;
  font-family: bebas-neue, sans-serif;
  font-size: 3rem;
  margin-bottom: 8px;
}

.content-item {
  margin-top: 60px;
}

.content-img {
  background: #e5e5e5;
  position: relative;
  width: 100%;
}

.content-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.content-img img {
  font-family: "object-fit:cover";
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.works-txt {
  font-size: 2.4rem;
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 1366px){
  .works-container {
    min-width: 1228px;
    width: 100vw;
  }
}

@media (max-width: 767px){
  .works-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    min-width: unset;
  }
  .works-contents {
    margin-top: 40px;
    padding: 40px 16px;
    width: 100%;
  }
  .works-content-icon {
    width: 80px;
  }
  .works-content-ttl {
    font-size: 2.8rem;
  }
  .works-content-ttl span {
    font-size: 2rem;
  }
  .content-item {
    margin-top: 40px;
  }
  .content-img {
    max-width: 400px;
  }
  .works-txt {
    font-size: 1.8rem;
    margin-top: 32px;
  }
}


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