@charset "utf-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
.flex-wrap {
  justify-content: space-between;
  flex-wrap: wrap-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-wrap:before {
  width: calc(100% / 3 - 1%);
  order: 1;
  content: "";
}
.flex-wrap .box {
  width: calc(100% / 3 - 1%);
  margin: 0 !important;
  margin-bottom: 30px !important;
}
.flex-wrap .box b {
  display: inline-block;
  line-height: 1;
  padding: 2px 10px 5px;
}
.flex-wrap img {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover;
}
.col1-logo img {
  max-width: 120px;
}
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px) {
  /*----------------------------------------------------------------------------制作*/
  .flex-wrap img {
    height: 180px !important;
  }
  /*----------------------------------------------------------------------------ディレクター*/
  /*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px) {
  /*----------------------------------------------------------------------------制作*/
  .flex-wrap .box {
    width: 100%;
  }
  .flex-wrap img {
    height: 300px !important;
  }
  /*----------------------------------------------------------------------------ディレクター*/
  /*----------------------------------------------------------------------------cs*/
}
