@media screen and (max-width: 960px) {
  /*　画面サイズが960pxまではここを読み込む　*/
  /* 共通--------------------------- */
  .text_bold {
    font-size: 1.3rem;
  }

  .business_img_wrap {
    width: 50%;
    max-width: none;
  }
  .business_img_wrap {
    object-fit: cover;
  }
  .l-header[data-spfix="1"] {
    height: 70px;
  }
  .l-header__inner {
    height: 100%;
  }
  .fv_text {
    left: 0;
    padding: 1rem;
  }
  .l-header__customBtn,
  .l-header__menuBtn {
    height: 70px;
    width: 70px;
  }

  .work_item_text {
    font-size: 0.8rem;
  }

  /* 実績一覧 */
  .round_wrap {
    margin: 64px 0 0;
  }
  .tab-002 > div {
    padding: 1.5rem 0 0;
  }
  /* 住宅事業----------------------------------------- */
  .wrap_container {
    margin: 0 auto;
  }

  .doboku_text_1,
  .doboku_text_2 {
    font-size: 1.5rem;
  }
  /* 建築事業----------------------------------------- */
  .kenchiku_img {
    max-height: 300px;
    object-fit: cover;
  }
  .doboku_3_title {
    font-size: 1.1rem;
  }
  /* リフォーム事業----------------------------------------- */
  .doboku_point_sub_title {
    font-size: 1.3rem;
  }

  .contact_form_wrap h2 {
    font-size: 2rem;
  }
  .reform_img_1 {
    display: none;
  }
  /* 採用情報----------------------------------------- */
  .recruit_sub_title {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .message_text_wrap {
    font-size: 2rem;
  }
  .message_wrap .img_width {
    object-fit: cover;
  }
  .bosyu_img p {
    padding: 2rem;
    font-size: 2rem;
  }
  .btn_green {
    height: 80px;
    width: 80px;
  }
}
