@charset "UTF-8";

.genryo_wrap {
  padding: 0 20px;
}

.imgBoxList_wrap .genryo_wrap .txt_wrap {
  padding: 35px 0px 35px 0px;
  width: 100%;
}

.imgBoxList_wrap .genryo_wrap:nth-child(2n) .txt_wrap .title_box,
.imgBoxList_wrap .genryo_wrap:nth-child(2n) .txt_wrap .txt_box {
  padding-left: 0px;
}

.imgBoxList_wrap .genryo_wrap .sub_wrap {
  display: flex;
  justify-content: space-between;
}

.imgBoxList_wrap .genryo_wrap .sub_wrap>* {
  width: 48.5%;
}

.imgBoxList_wrap .genryo_wrap .sub_wrap .txt_wrap {
  margin-top: 10px;
  padding: 0;
}

.imgBoxList_wrap .genryo_wrap .sub_wrap .tit {
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #005aa9;
}

.imgBoxList_wrap .genryo_wrap .sub_wrap .txt {
  padding: 0;
  font-size: 16px;
}

.bg_BlueTR,
.bg_BlueTL {
  padding-bottom: 100px;
}

.bg_img_wide {
  background: url(../../img/business/development/bg_img_wide.webp) center center no-repeat;
  background-size: cover;
}

.bg_img_wide .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg_img_wide .h2_txt_box {
  text-align: left;
  margin: 0;
}

.bg_img_wide .h2_txt_box .h2_txt {
  font-size: 38px;
}

.bg_img_wide .h2_txt_box .read_txt {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.85;
}

picture:has(.caption){
  position: relative;
  display: block;
  border: 1.5px solid #EEE;
}

picture .caption{
  position: absolute;
  display: block;
  right: 10px;
  bottom: 10px;
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 1))  drop-shadow(0px 0px 3px rgba(255, 255, 255, 1)) ;
  transform: translateZ(0);
  will-change: filter;
}

@media only screen and (max-width: 1163px) {

  .imgBoxList_wrap .genryo_wrap .sub_wrap .tit {
    font-size: 1.95vw;
  }

  .imgBoxList_wrap .genryo_wrap .sub_wrap .txt {
    font-size: 1.5vw;
  }


  .bg_img_wide .h2_txt_box .h2_txt {
    font-size: 3.5vw;
  }

  .bg_img_wide .h2_txt_box .read_txt {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 959px) {

  .imgBoxList_wrap .genryo_wrap .sub_wrap .tit {
    font-size: 2.15vw;
  }

  .imgBoxList_wrap .genryo_wrap .sub_wrap .txt {
    font-size: 1.7vw;
  }
}

/*==========================================================================================
ここからSP
==========================================================================================*/

@media only screen and (max-width: 767px) {
  .genryo_wrap {
    padding: 0 4vw;
  }

  .imgBoxList_wrap .genryo_wrap .sub_wrap {
    flex-wrap: wrap;
  }

  .imgBoxList_wrap .genryo_wrap .sub_wrap>* {
    width: 100%;
  }

  .imgBoxList_wrap .genryo_wrap .sub_wrap .txt_wrap {
    margin-top: 10px;
    padding: 0;
  }

  .imgBoxList_wrap .genryo_wrap .sub_wrap .tit {
    font-size: 4.25vw;
  }

  .imgBoxList_wrap .genryo_wrap .sub_wrap .txt {
    font-size: 3.75vw;
  }

  .imgBoxList_wrap .genryo_wrap .sub_wrap .sub_item+.sub_item {
    margin-top: 8vw;
  }

  .bg_BlueTR,
  .bg_BlueTL {
    padding-bottom: 15vw;
  }

  .bg_img_wide .inner {
    padding-top: 15vw;
    padding-bottom: 55vw;
  }

  .bg_img_wide {
    background: url(../../img/business/development/bg_img_wide_sp.webp) center bottom no-repeat;
    background-size: cover;
    background-position: bottom right;
  }

  .bg_img_wide .h2_txt_box .h2_txt {
    font-size: 5.45vw;
  }

  .bg_img_wide .h2_txt_box .read_txt {
    font-size: 4vw;
  }
}