@charset "UTF-8";
@media screen and (min-width: 992px) {
  .bg-fv {
    background-position: 100% 0%;
    height: 500px;
  }
  /*位置*/
  .img-position01 {
    left: 0px;
  }
  .img-position02 {
    right: 0px;
  }
  .bottom-lg-10 {
    bottom: 10% !important;
  }
  /*テキスト*/
  .text-lg-center {
    text-align: center;
  }
  .index-link {
    font-size: 14px;
  }
  /*幅*/
  .w-lg-220 {
    width: 220px;
  }
  .w-lg-280 {
    width: 280px;
  }
  .w-20-13 {
    width: 13%;
  }
  .w-30-33 {
    width: 33%;
  }
  /*高さ*/
  .h-lg-350 {
    height: 350px;
  }
  .img-company {
    max-height: 395px;
  }
  .table-company {
    bottom: -20px;
  }
  .btn-company .btn-arrow {
    width: 100%;
  }
  /* 背景 */
  /*装飾*/
  .triangle-bottom-right-yellow::before {
    border: 12px solid transparent;
    border-top: 20px solid #F7F6EE;
    margin-left: 400px;
  }
  .border-right-top {
    border-radius: 0 50px 0 0 !important;
  }
  .border-left-top {
    border-radius: 50px 0 0 0 !important;
  }
  .bg-recommend {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .img-position01 {
    left: 5%;
  }
  .img-position02 {
    right: 5%;
  }
}/*# sourceMappingURL=style.css.map */