@charset "UTF-8";
.conts_fv_common {
  background-image: url("../img/facilities/fv_img.jpg?20251218");
}
@media screen and (min-width: 770px) {
  /* ▼▼施設紹介▼▼ */
  .facility_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;

  }
  .facility_box {
    width: 47%;
    padding: 380px 0 0 0;
    position: relative;

  }
  .facility_box .box_title {
    font-size: 26px;
    font-weight: 600;
    color: var(--color-blue-01);
  }
  .facility_box .box_img {
    position: absolute;
    top: 54px;
    height: auto;
  }
  .facility_box .box_img img {
    border-radius: 20px;
  }
  .facility_box .box_text {
    font-size: 19px;
  }
  /* ▲▲施設紹介▲▲ */
  /* ▼▼医療機器・検査▼▼ */
  .conts_equipment {
    padding: 0 0 90px;
  }
  .conts_equipment:first-of-type {
    padding: 90px 0;
  }
  .conts_equipment .h3_title {
    font-size: 28px;
    text-align: center;
  }
  .item_wrap {
    display: flex;
    min-height: 380px;

  }
  .item_wrap .text {
    font-size: 19px;
  }
  .item_wrap .auto {
    display: flex;
    justify-content: space-between;
    padding: 48px 0 0px;

  }
  .item_wrap .auto.bottom_min {
    padding: 80px 0 42px;
  }
  .item_wrap .img {
    width: 245px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .item_wrap .text_block {
    position: relative;
    padding-left: 300px;
    padding-top: 30px;

  }
  .item_wrap .text_block .item_title {
    font-size: 26px;
    line-height: 1.2;
    color: var(--color-blue-01);
    font-weight: 600;
    margin: -4px 0 10px 0;
  }
  /* ▲▲医療機器・検査▲▲ */
}
@media screen and (max-width: 769px) {
  /* ▼▼施設紹介▼▼ */
  .facility_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .bg_right+.facility_wrapper,
  .bg_left+.facility_wrapper {
    margin-top: 40px;
  }
  .facility_box {
    margin-bottom: 40px;
  }
  .facility_box .box_title {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-blue-01);
    margin-bottom: 2px;
    text-align: center;
  }
  .facility_box .box_img {
    margin-bottom: 10px;
  }
  .facility_box .box_img img {
    border-radius: 15px;
  }
  /* ▲▲施設紹介▲▲ */
  /* ▼▼医療機器・検査▼▼ */
  .conts_equipment {
    padding: 0 0 65px;
  }
  .conts_equipment:first-of-type {
    padding: 60px 0 65px;
  }
  .conts_equipment .h3_title {
    font-size: 22px;
    text-align: center;
  }
  .item_wrap {
    display: flex;
    padding: 40px 0 0px;

  }
  .item_wrap .auto.bottom_min {
    padding: 80px 0 42px;
  }
  .item_wrap .img {
    width: 75%;
    border-radius: 15px;
    margin: 0 auto 15px;
    max-width: 260px;
    overflow: hidden;
  }
  .item_wrap .text_block .item_title {
    font-size: 21px;
    line-height: 1.4;
    color: var(--color-blue-01);
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
  }
  /* ▲▲医療機器・検査▲▲ */
}