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

about 


============================================================================= */
.main {
  position: relative;
}

.about {
  padding: 80px 0;
}

.about-container {
  margin: 100px auto 0;
  max-width: 940px;
}

.about-txt {
  font-size: 1.8rem;
}

.about-year {
  font-size: 1.8rem;
  margin-top: 2em;
  text-align: right;
}

.biz-container {
  text-align: center;
}

.biz-list {
  margin: 80px auto 0;
  max-width: 940px;
  text-align: justify;
}

.biz-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

.biz-item:nth-last-of-type(1) {
  border-bottom: 1px solid #1e1e1e;
}

.biz-img {
  overflow: hidden;
  position: relative;
  width: 46%;
}

.biz-img:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

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

.biz-item-box {
  width: 50%;
}

.biz-item-ttl {
  font-size: 3rem;
}

.biz-item-txt {
  font-size: 1.8rem;
  margin-top: 16px;
}

@media (max-width: 750px){
  .about {
    padding: 60px 0;
  }
  .about-container {
    margin-top: 40px;
  }
  .about-txt {
    font-size: 1.6rem;
  }
  .about-year {
    font-size: 1.6rem;
  }
  .biz-list {
    margin-top: 40px;
  }
  .biz-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 0;
  }
  .biz-img {
    width: 100%;
  }
  .biz-item-box {
    width: 100%;
  }
  .biz-item-ttl {
    font-size: 2rem;
  }
  .biz-item-txt {
    font-size: 1.4rem;
  }
}


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