@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/our013/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: #e5e0d4;
  }
  .ca_storys_kv_contents {
    bottom: 60px;
    left: 35px;
  }
  .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 {
    bottom: 5.004vw;
    left: 2.919vw;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  #ca_storys_kv {
    background-image: url(/dam/brand/about/mufg_way_story/our013/imgs/kv_bg_sp.png);
  }
}



/* our013
================================================== */

.story-article .ca_storys_section.interview .block_interview_section.section4 .item_image {
  margin-top: 120px;
}
.story-article .ca_storys_section.interview .block_interview_section.section4 .item_image .text_caption {
  padding: 0;
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .ca_storys_section.interview .block_interview_section_item.width_full {
    padding-inline: 60px;
    width: 100%;
  }
  .ca_storys_section.interview .block_interview_section.section3 .item_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 850px;
    margin-inline: auto;
  }
  .ca_storys_section.interview .block_interview_section.section3 .item_image figure {
    width: 48.76%;
  }
  .ca_storys_section.interview .block_interview_section.section3 .item_image .text_caption {
    margin: 24px auto 0;
    max-width: 566px;
    width: 100%;
  }

}
@media screen and (min-width: 768px) and (max-width: 1199px) {

}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .ca_storys_section.interview .block_interview_section.section3 .item_image {
    margin-top: 60px;
  }
  .ca_storys_section.interview .block_interview_section.section3 .item_image figure {
    width: 81.1428%;
  }
  .ca_storys_section.interview .block_interview_section.section3 .item_image figure:nth-of-type(2) {
    margin-left: auto;
    margin-top: 30px;
  }
  .ca_storys_section.interview .block_interview_section.section3 .item_image .text_caption {
    margin-top: 10px;
    text-align: left;
  }
  .story-article .ca_storys_section.interview .block_interview_section.section4 .item_image {
    margin-top: 40px;
  }
}
