.column-5-TIBT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width:750px) {
  .column-5-TIBT {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.column-5-TIBT .itemBox {
  width: 18.2%;
  margin-right: 2.25%
}
@media screen and (max-width:750px) {
  .column-5-TIBT .itemBox {
    width: 48%;
    margin-right: 0
  }
}
.column-5-TIBT .itemBox:nth-of-type(5n) {
  margin-right: 0
}
@media screen and (max-width:750px) {
  .column-5-TIBT .itemBox:nth-of-type(n+3) {
    margin-top: calc(60 / 750 * 100vw)
  }
}
.column-5-TIBT .itemBox:nth-of-type(n+6) {
  margin-top: 40px
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .column-5-TIBT .itemBox:nth-of-type(n+6) {
    margin-top: calc(40 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .column-5-TIBT .itemBox:nth-of-type(n+6) {
    margin-top: calc(40 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .column-5-TIBT .itemBox:nth-of-type(n+6) {
    margin-top: calc(60 / 750 * 100vw)
  }
}
.column-5-TIBT .itemBox figure {
  line-height: 0
}
.column-5-TIBT .itemBox figure img {
  width: 100%;
  height: auto
}
.column-5-TIBT .itemBox figure figcaption {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.5
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .column-5-TIBT .itemBox figure figcaption {
    margin-top: calc(18 / 1744 * 100vw);
    font-size: clamp(14px, calc(18 / 1744 * 100vw), 18px)
  }
}
@media screen and (max-width:1024px) {
  .column-5-TIBT .itemBox figure figcaption {
    margin-top: calc(18 / 1024 * 100vw);
    font-size: clamp(14px, calc(18 / 1024 * 100vw), 18px)
  }
}
@media screen and (max-width:750px) {
  .column-5-TIBT .itemBox figure figcaption {
    margin-top: calc(30 / 750 * 100vw);
    font-size: clamp(14px, calc(30 / 750 * 100vw), 30px)
  }
}
.column-5-TIBT .itemBox p {
  
  
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.8
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .column-5-TIBT .itemBox p {
    margin-top: calc(18 / 1744 * 100vw);
    font-size: clamp(14px, calc(18 / 1744 * 100vw), 18px)
  }
}
@media screen and (max-width:1024px) {
  .column-5-TIBT .itemBox p {
    margin-top: calc(18 / 1024 * 100vw);
    font-size: clamp(14px, calc(18 / 1024 * 100vw), 18px)
  }
}
@media screen and (max-width:750px) {
  .column-5-TIBT .itemBox p {
    margin-top: calc(24 / 750 * 100vw);
    font-size: clamp(14px, calc(30 / 750 * 100vw), 30px)
  }
}
.column-5-TIBT .itemBox .btn-text {
  margin-top: 22px
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .column-5-TIBT .itemBox .btn-text {
    margin-top: calc(22 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .column-5-TIBT .itemBox .btn-text {
    margin-top: calc(22 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .column-5-TIBT .itemBox .btn-text {
    margin-top: calc(40 / 750 * 100vw)
  }
}