@charset "UTF-8";

body {
  overflow: initial !important;
}
#ca_storys {
  overflow: initial !important;
}

/*============================
#ca_storys_kv
============================*/
#ca_storys_kv {
  background-image: url(/dam/brand/about/mufg_way_story/our011/imgs/kv_bg.png);
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .story-article #ca_storys_kv {
    background-size: auto calc(100% - 70px);
    background-position: center bottom;
    position: relative;
    background-color: #f3f0f3;
  }
  .story-article #ca_storys_kv::after {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% - 800px);
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), #f3f0f3 80px);
  }
  .ca_storys_kv_contents {
    top: 10px;
    left: 55%;
  }
  .ca_storys_kv_contents .text_number {
    color: #fff;
  }
  .ca_storys_kv_contents .text_copy {
    text-shadow: 0 0 20px #fff;
  }
  .ca_storys_kv_contents .text_title {
    color: #fff;
    text-shadow: 0 0 10px rgba(44,44,44,1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ca_storys_kv_contents {
    top: 1vw;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  #ca_storys_kv {
    background-image: url(/dam/brand/about/mufg_way_story/our011/imgs/kv_bg_sp.png);
  }
}



/* our011
================================================== */


/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .ca_storys_section.interview .block_interview_section.section3 .width_full {
    padding-inline: 60px;
    width: 100%;
  }
  .ca_storys_section.interview .block_interview_section.section3 .item_image {
    margin-inline: auto;
    max-width: 515px;
  }

}
@media screen and (min-width: 768px) and (max-width: 1199px) {

}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {

}
