@charset "UTF-8";
/* layout ------------------------------------------------------------- */



/* header */
@media screen and (max-width: 767px) {
  .t-header {
    position: absolute !important;
  }
}


/*============================
#ca_storys_index
============================*/
.ca_storys_index {
  background-color: #fff;
  border-bottom: 1px solid #DCDCDC;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 72px;
  padding-inline: 15px;
}
.ca_storys_index.is-fixed {
  position: fixed;
}
  .ca_storys_index_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
.ca_storys_index_head {
  font-size: 1.6rem;
  font-weight: bold;
}
.ca_storys_index_head_en {
  font-size: 130%;
}
.ca_storys_index_menu ul > li a small {
  font-size: 1.2rem;
  display: block;
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .ca_storys_index_trigger {
    display: none;
  }
  .ca_storys_index_menu .menu_close {
    display: none;
  }
  .ca_storys_index_menu {
    display: block !important;
  }
  .ca_storys_index_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .ca_storys_index_menu ul > li:nth-of-type(n+2) {
    margin-left: 40px;
  }
  .ca_storys_index_menu ul > li a {
    display: block;
    font-weight: bold;
    padding: 0 2px 6px;
    position: relative;
  }
  .ca_storys_index_menu ul > li.is-current a:after,
  .ca_storys_index_menu ul > li a:hover:after {
    background: #E60000;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .ca_storys_index_menu ul > li a {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ca_storys_index_menu ul > li:nth-of-type(n+2) {
    margin-left: 3.3361vw;
  }
  .ca_storys_index_menu ul > li a {
    padding: 0 0.1668vw 0.5504vw;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .ca_storys_index {
    border-bottom: none;
    box-shadow: 0 1px 8px rgba(0,0,0,0.16);
    height: 52px;
    padding-inline: 20px;
  }
  .ca_storys_index_trigger {
    background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_menu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    margin-top: 5px;
    padding-top: 20px;
    text-align: center;
    width: 48px;
  }
  .ca_storys_index_trigger span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
  }
  .ca_storys_index_menu {
    background: #fff;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.29);
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 307px;
  }
  .ca_storys_index_menu .menu_close {
    background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_close.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    color: transparent;
    font-size: 0;
    height: 34px;
    position: absolute;
    top: 18px;
    right: 32px;
    width: 34px;
  }
  .ca_storys_index_menu ul {
    border-top: 1px solid #E60000;
  }
  .ca_storys_index_menu ul > li {
    border-bottom: 1px solid #E60000;
  }
  .ca_storys_index_menu ul > li a {
    display: block;
    font-weight: bold;
    font-size: 2rem;
    padding: 32px 32px 32px 45px;
  }
  .ca_storys_index_menu ul > li.is-current a {
    background: #F2F2F2;
    color: #E60000 !important;
  }
  .ca_storys_index_menu ul > li a span {
    display: block;
    padding-left: 16px;
    position: relative;
  }
  .ca_storys_index_menu ul > li a span:before {
    background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_arrow_gray.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    /* content: ""; */
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
  }
  .ca_storys_index_menu ul > li.is-current a span:before {
    background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_arrow_red.png);
  }
  .ca_storys_index_menu ul > li a:before {
    background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_arrow_gray.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    height: 14px;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
  }
  .ca_storys_index_menu ul > li.is-current a:before {
    background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_arrow_red.png);
  }
  .ca_storys_index_menu ul > li a {
    padding-left: 32px;
    position: relative;
  }
  .ca_storys_index_menu ul > li a span{
    padding-left: 0;
  }
}




/*============================
#ca_storys_main
============================*/

/* ca_storys_section */
.ca_storys_section_inner {
  margin-inline: auto;
  padding-inline: 15px;
  max-width: 1200px;
}

/*============================
PC
============================*/
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .ca_storys_section_inner {
    padding-inline: 4.1025vw;
  }
}




/*============================
story
============================*/

/*============================
#ca_storys_kv
============================*/
.story-article #ca_storys_kv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: 1s all;
  height: 978px;
  padding-top: 72px;
}
.story-article #ca_storys_kv.is-active {
  opacity: 1;
}
.story-article .ca_storys_kv_contents .text_number {
  font-size: 1.6rem;
  /*font-family: "Graphik", sans-serif;*/
  font-weight: normal;
}
.story-article .ca_storys_kv_contents .text_copy {
  color: #D90000;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.38;
  margin-top: 10px;
}
.story-article .ca_storys_kv_contents .text_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.story-article .ca_storys_kv_contents .text_title .branch {
  display: block;
  margin-bottom: 5px;
}
.story-article .ca_storys_kv_contents .tag_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.story-article .ca_storys_kv_contents .tag_category > li {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  border-radius: 0 0 3px 3px;
  font-size: 1.8rem;
  line-height: 1.15;
  padding: 10px 14px 6px;
  text-align: center;
}
.story-article .ca_storys_kv_contents .tag_category > li:nth-of-type(n+2) {
  margin-left: 14px;
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .story-article .ca_storys_kv_contents {
    position: absolute;
  }
  .story-article .ca_storys_kv_inner {
    height: 100%;
    max-width: calc(100vw - 30px);
    margin-inline: auto;
    padding-inline: 35px;
    position: relative;
    width: 1158px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .story-article #ca_storys_kv {
    height: 81.5679vw;
  }
  .story-article .ca_storys_kv_contents .text_number {
    font-size: 1.3344vw;
  }
  .story-article .ca_storys_kv_contents .text_copy {
    font-size: 3.002vw;
    margin-top: 0.834vw;
  }
  .story-article .ca_storys_kv_contents .text_title {
    font-size: 2.001vw;
    margin-top: 1.668vw;
  }
  .story-article .ca_storys_kv_contents .text_title .branch {
    margin-bottom: 0.417vw;
  }
  .story-article .ca_storys_kv_contents .tag_category {
    margin-top: 1.668vw;
  }
  .story-article .ca_storys_kv_contents .tag_category > li {
    font-size: 1.5012vw;
    padding: 0.834vw 1.1676vw 0.5004vw;
  }
  .story-article .ca_storys_kv_contents .tag_category > li:nth-of-type(n+2) {
    margin-left: 1.1676vw;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .story-article #ca_storys_kv {
    background-position: center top 52px;
    background-size: 100% auto;
    height: auto;
    padding-top: 52px;
  }
  .story-article .ca_storys_kv_inner {
    padding-top: 81.282vw;
  }
  .story-article .ca_storys_kv_contents {
    padding: 50px 5.1282vw 32px;
    position: relative;
  }
  .story-article .ca_storys_kv_contents .text_number {
    font-size: 2rem;
  }
  .story-article .ca_storys_kv_contents .text_copy {
    font-size: 2.4rem;
    margin-top: 8px;
  }
  .story-article .ca_storys_kv_contents .text_title {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    margin-top: 8px;
  }
  .story-article .ca_storys_kv_contents .text_title .branch {
    margin-bottom: 0;
  }
  .story-article .ca_storys_kv_contents .tag_category {
    justify-content: flex-end;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 5.1282vw;
  }
  .story-article .ca_storys_kv_contents .tag_category > li {
    font-size: 1.5rem;
    padding: 8px 12px 4px;
  }
  .story-article .ca_storys_kv_contents .tag_category > li:nth-of-type(n+2) {
    margin-left: 6px;
  }
}



/* interview */
.story-article .ca_storys_section.interview {
  background: #F2F2F2;
  padding-top: 40px;
  padding-bottom: 140px;
}
.story-article .ca_storys_section.interview .ca_storys_section_inner {
  background: #fff;
  padding: 70px 70px 100px;
}
.story-article .ca_storys_section.interview .block_interview_introduction .text_number {
  font-size: 2rem;
  /*font-family: "Graphik", sans-serif;*/
  font-weight: normal;
}
.story-article .ca_storys_section.interview .block_interview_introduction .text_number + p {
  line-height: 2;
  margin-top: 30px;
}
.story-article .ca_storys_section.interview .block_interview_introduction p {
  line-height: 2;
}
.story-article .ca_storys_section.interview .block_interview_introduction + .image_scene {
  display: table;
  margin: 80px auto 0;
}
.story-article .ca_storys_section.interview .block_interview_introduction + .image_scene figure {
  border-radius: 8px;
  overflow: hidden;
}
.story-article .ca_storys_section.interview .block_interview_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
.story-article .ca_storys_section.interview .block_interview_section .item_heading {
  color: #E60000;
  font-size: 1.8rem;
  font-weight: bold;
}
.story-article .ca_storys_section.interview .block_interview_section .item_heading + * {
  margin-top: 25px !important;
}
/*
.story-article .ca_storys_section.interview .block_interview_section p {
  font-weight: bold;
}
*/
.story-article .ca_storys_section.interview .block_interview_section_item > *:first-child,
.story-article .ca_storys_section.interview .block_interview_section .item_text > *:first-child {
  margin-top: 0 !important;
}
.story-article .ca_storys_section.interview .block_interview_section .item_text >  p {
  line-height: 2;
  margin-top: 70px;
}
.story-article .ca_storys_section.interview .block_interview_section_item .item_person {
  margin-top: 120px;
  width: 97%;
}
.story-article .ca_storys_section.interview .block_interview_section_item.float_right .item_person {
  margin-left: auto;
}
.story-article .ca_storys_section.interview .block_interview_section_item.float_left .item_person .item_person_text {
  padding: 30px 30px 0 60px;
}
.story-article .ca_storys_section.interview .block_interview_section_item.float_right .item_person .item_person_text {
  padding: 30px 60px 0 30px;
}
.story-article .ca_storys_section.interview .block_interview_section_item .item_person .text_belong {
  font-size: 1.6rem;
  font-weight: bold;
}
.story-article .ca_storys_section.interview .block_interview_section_item .item_person .text_name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 15px;
}
.story-article .ca_storys_section.interview .block_interview_section_item .item_person .text_profile {
  font-size: 1.4rem;
  margin-top: 20px;
}
.story-article .ca_storys_section.interview .block_interview_section_item.float_left .item_image figure,
.story-article .ca_storys_section.interview .block_interview_section_item.float_left .item_person_image figure {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.story-article .ca_storys_section.interview .block_interview_section_item.float_right .item_image figure,
.story-article .ca_storys_section.interview .block_interview_section_item.float_right .item_person_image figure {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.story-article .ca_storys_section.interview .block_image_group {
  margin-top: 180px;
  margin-right: -70px;
}
.story-article .ca_storys_section.interview .block_image_group figure {
  margin-left: auto;
  width: 97.333%;
}
.story-article .ca_storys_section.interview .block_image_group figcaption {
  text-align: right;
  padding-right: 60px;
}
.story-article .ca_storys_section.interview .text_caption {
  font-size: 1.4rem;
  font-weight: 400 !important;
  line-height: 1.85;
  margin-top: 15px;
}
.story-article .ca_storys_section.interview .text_caption.align-center {
  text-align: center;
}
.story-article .ca_storys_section.interview .block_interview_section_item.float_left .item_image .text_caption {
  padding-left: 60px;
  padding-right: 30px;
}
.story-article .ca_storys_section.interview .block_interview_section_item.float_right .item_image .text_caption {
  padding-left: 30px;
  padding-right: 60px;
}
.story-article .ca_storys_section.interview figure.image_radius img {
  border-radius: 8px;
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .story-article .ca_storys_section.interview .block_interview_section {
    margin-inline: -70px;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item {
    width: 50%;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item .item_text {
    padding-inline: 60px;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item.item_full {
    width: 100%;
  }
  #ca_storys .ca_storys_section.interview .block_interview_section_item a.text_link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .story-article .ca_storys_section.interview {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .story-article .ca_storys_section.interview .ca_storys_section_inner {
    padding: 0 20px 20px;
  }
  .story-article .ca_storys_section.interview .block_interview_introduction {
    background: #F2F2F2;
    margin-inline: -20px;
    padding: 32px 20px;
  }
  .story-article .ca_storys_section.interview .block_interview_introduction .text_number {
    display: none;
  }
  .story-article .ca_storys_section.interview .block_interview_introduction .text_number + p {
    margin-top: 0;
  }
  .story-article .ca_storys_section.interview .block_interview_introduction + .image_scene {
    margin-top: 40px;
  }
  .story-article .ca_storys_section.interview .block_interview_section:nth-of-type(n+2) {
    margin-top: 48px;
  }
  .story-article .ca_storys_section.interview .block_interview_section .item_text > p {
    margin-top: 60px;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item {
    width: 100%;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item .item_person {
    margin-top: 40px !important;
    width: auto;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item.float_left .item_person {
    margin-left: -20px;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item.float_right .item_person {
    margin-right: -20px;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item.float_left .item_person .item_person_text {
    padding: 20px 0 0 20px;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item.float_right .item_person .item_person_text {
    padding: 20px 20px 0 0;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item .item_person .text_belong {
    font-size: 1.6rem;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item .item_person .text_name {
    font-size: 2rem;
    margin-top: 10px;
  }
  .story-article .ca_storys_section.interview .block_interview_section_item .item_person .text_profile {
    margin-top: 10px;
  }
  .story-article .ca_storys_section.interview .block_image_group {
    margin: 48px -20px 0;
  }
  .story-article .ca_storys_section.interview .block_image_group figure {
    width: 100%;
  }
  .story-article .ca_storys_section.interview .block_image_group figcaption {
    padding: 0 20px;
  }
  .story-article .ca_storys_section.interview .text_caption {
    margin-top: 10px;
  }
  .story-article .ca_storys_section.interview .col_reverse_sp {
    flex-direction: column-reverse;
  }
}



/* related */
.story-article .ca_storys_section.related {
  padding-top: 120px;
  padding-bottom: 120px;
}
.story-article .ca_storys_section.related h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.story-article .ca_storys_section.related .block_story_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 80px auto 0;
  max-width: 1158px;
}
.story-article .ca_storys_section.related .block_story_content_item > a {
  display: block;
}
.story-article .ca_storys_section.related .block_story_content_item .text_number {
  font-weight: normal;
}
.story-article .ca_storys_section.related .block_story_content_item .text_copy {
  color: #E60000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
.story-article .ca_storys_section.related .block_story_content_item .tag_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.story-article .ca_storys_section.related .block_story_content_item .tag_category > li {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  border-radius: 0 0 3px 3px;
  font-size: 1.4rem;
  line-height: 1.15;
  padding: 8px 8px 5px;
  text-align: center;
}
.story-article .ca_storys_section.related .block_story_content_item .tag_category > li:nth-of-type(n+2) {
  margin-left: 8px;
}
.story-article .ca_storys_section.related .block_story_content_item .image_thumb {
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.story-article .ca_storys_section.related .block_story_content_item .text_title {
  font-weight: bold;
  margin-top: 15px;
}
.story-article .ca_storys_section.related .block_story_content_item .text_title span {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}
.story-article .ca_storys_section.related .block_story_content_item .text_title span:after {
  background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px; 
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .story-article .ca_storys_section.related .block_story_content_item {
    margin-left: 2.075%;
    margin-top: 50px;
    width: 31.95%;
  }
  .story-article .ca_storys_section.related .block_story_content_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .story-article .ca_storys_section.related .block_story_content_item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .story-article .ca_storys_section.related .button_link02 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .story-article .ca_storys_section.related .block_story_content {
    margin-top: 5.004vw;
  }
  .story-article .ca_storys_section.related .block_story_content_item .text_copy {
    font-size: 1.668vw;
  }
  .story-article .ca_storys_section.related .block_story_content_item .tag_category > li {
    font-size: 1.1676vw;
    padding: 0.6672vw 0.6672vw 0.417vw;
  }
  .story-article .ca_storys_section.related .block_story_content_item .tag_category > li:nth-of-type(n+2) {
    margin-left: 0.6672vw;
  }
  .story-article .ca_storys_section.related .block_story_content_item .text_title {
    font-size: 1.3344vw;
    margin-top: 1.668vw;
  }
  .story-article .ca_storys_section.related .block_story_content_item .text_title span {
    padding-right: 4.1701vw;
  }
  .story-article .ca_storys_section.related .block_story_content_item .text_title span:after {
    height: 3.002vw; 
    width: 2.919vw; 
  }
  .story-article .ca_storys_section.related .button_link02 {
    margin-top: 4vw;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .story-article .ca_storys_section.related {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .story-article .ca_storys_section.related h2 {
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: left;
  }
  .story-article .ca_storys_section.related .block_story_content {
    display: block;
    margin-top: 32px;
    max-width: initial;
  }
  .story-article .ca_storys_section.related .block_story_content_item:nth-of-type(n+2) {
    border-top: 1px solid #E5E3E3;
    margin-top: 20px;
    padding-top: 20px;
  }
  .story-article .ca_storys_section.related .block_story_content_item .text_copy {
    margin-top: 8px;
  }
  .story-article .ca_storys_section.related .block_story_content_item .tag_category {
    margin-top: 10px;
  }
  .story-article .ca_storys_section.related .block_story_content_item .text_title {
    margin-top: 15px;
  }
  .story-article .ca_storys_section.related .button_link02 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .story-article .ca_storys_section.related .block_story_content_item .text_title {
    font-size: 4.266vw;
  }
}



/* voices */
.story-article .ca_storys_section.voices {
  background: #F2F2F2;
  padding-top: 80px;
  padding-bottom: 80px;
}
.story-article .ca_storys_section.voices .block_story_introduction h2 {
  color: #fff;
  font-size: 5.7rem;
  text-shadow: 0 0 20px rgba(0,0,0,0.86);
  font-weight: bold;
  line-height: 1.3;
}
.story-article .ca_storys_section.voices .block_story_introduction h2 + p {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
.story-article .ca_storys_section.voices .block_story_introduction .button_link a {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.32);
  color: #E60000 !important;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 50px 10px 20px;
  position: relative;
}
.story-article .ca_storys_section.voices .block_story_introduction .button_link a:after {
  background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 36px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 35px; 
}
.story-article .ca_storys_section.voices .image_person {
  margin: 50px auto 0;
  max-width: 1075px;
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .story-article .ca_storys_section.voices .block_story_introduction {
    background-color: #fff;
    background-image: url(/dam/brand/about/mufg_way_story/imgs/story2_bg02.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0,0,0,0.16);
    margin-inline: auto;
    max-width: 1100px;
    height: 450px;
    padding: 35px 40px;
    position: relative;
  }
  .story-article .ca_storys_section.voices .block_story_introduction h2 + p {
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.86);
  }
  .story-article .ca_storys_section.voices .block_story_introduction .button_link {
    position: absolute;
    bottom: 25px;
    right: 30px;
    width: 285px;
    z-index: 1;
  }
  .story-article .ca_storys_section.voices_style2 .block_story_introduction {
    display: flex;
    align-items: flex-end;
    padding: 35px;
  }
  .story-article .ca_storys_section.voices_style2 .block_story_introduction .box {
    background: rgba(0,0,0,0.16);
    padding: 1em 2em;
  }
  .story-article .ca_storys_section.voices_style2 .block_story_introduction .button_link02 {
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: auto;
  }
  .story-article .ca_storys_section.voices_style2 .block_story_introduction .button_link02 a {
    padding: 20px 50px 20px 20px;
    min-width: auto;
  }
  .story-article .ca_storys_section.voices_style2 .block_story_introduction .button_link02 a::before {
    background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_arrow01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    height: 26px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 25px;
  }
  .story-article .ca_storys_section.voices_style2 .block_story_introduction .button_link02 a::after {
    content: none;
  }
  .story-article .ca_storys_section.voices_style2 .block_story_introduction h2 + p {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .story-article .ca_storys_section.voices .block_story_introduction {
    height: 37.5312vw;
    padding: 2.919vw 3.3361vw;
  }
  .story-article .ca_storys_section.voices .block_story_introduction h2 {
    font-size: 4.7539vw;
  }
  .story-article .ca_storys_section.voices .block_story_introduction h2 + p {
    font-size: 1.417vw;
    margin-top: 2.919vw;
  }
  .story-article .ca_storys_section.voices .block_story_introduction .button_link {
    bottom: 2.085vw;
    right: 2.502vw;
    width: 23.1025vw;
  }
  .story-article .ca_storys_section.voices .block_story_introduction .button_link a {
    font-size: 1.501vw;
    padding: 0.834vw 4.1701vw 0.834vw 1.668vw;
  }
  .story-article .ca_storys_section.voices .block_story_introduction .button_link a:after {
    height: 3.002vw; 
    width: 2.919vw; 
  }
  .story-article .ca_storys_section.voices .image_person {
    margin-top: 4.17vw;
    max-width: 89.658vw;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .story-article .ca_storys_section.voices {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .story-article .ca_storys_section.voices .block_story_introduction h2 {
    background-color: #fff;
    background-image: url(/dam/brand/about/mufg_way_story/imgs/story2_bg02.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0,0,0,0.16);
    height: 37.4358vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1.1;
    font-size: 7.1794vw;
    padding-inline: 4.1025vw;
    padding-top: 3.0769vw;
    text-shadow: 0 0 20px rgba(0,0,0,0.86);
  }
  .story-article .ca_storys_section.voices .block_story_introduction h2 + p {
    font-size: 1.6rem;
    line-height: 2;
    margin: 20px 4px 0;
  }
  .story-article .ca_storys_section.voices .block_story_introduction .button_link {
    margin-top: 20px;
  }
  .story-article .ca_storys_section.voices .block_story_introduction .button_link a {
    font-size: 1.8rem;
    padding: 15px 80px 15px 20px;
  }
  .story-article .ca_storys_section.voices .block_story_introduction .button_link a:after {
    height: 43px;
    right: 25px;
    bottom: 22px;
    width: 42px; 
  }
  .story-article .ca_storys_section.voices .image_person {
    margin-top: 40px;
    max-width: initial;
  }
  .story-article .ca_storys_section.voices_style2 .block_story_introduction h2 {
    display: flex;
    align-items: flex-end;
    padding-bottom: 2.0512vw;
  }
  .story-article .ca_storys_section.voices_style2 .block_story_introduction .button_link02 {
    margin-top: 20px;
  }
}



/* backtop */
.story-article .ca_storys_section.backtop {
  padding-top: 60px;
  padding-bottom: 60px;
}
.story-article .ca_storys_section.backtop .text_sitetitle {
  color: #E60000;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.story-article .ca_storys_section.backtop .text_sitetitle .text_english {
  font-weight: bold;
  font-size: 4.8rem;
}
.story-article .ca_storys_section.backtop .text_sitetitle .text_year {
  color: #B2B2B2;
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 5px;
}
.story-article .ca_storys_section.backtop .link_backtop {
  margin-top: 25px;
  text-align: center;
}
.story-article .ca_storys_section.backtop .link_backtop a {
  display: table;
  font-size: 1.6rem;
  font-weight: bold;
  margin-inline: auto;
}
.story-article .ca_storys_section.backtop .link_backtop a span {
  display: block;
  margin-left: -25px;
  padding-left: 50px;
  position: relative;
}
.story-article .ca_storys_section.backtop .link_backtop a span:before {
  background-image: url(/dam/brand/about/mufg_way_story/imgs/icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 35px; 
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .story-article .ca_storys_section.backtop {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .story-article .ca_storys_section.backtop .text_sitetitle {
    font-size: 3.2rem;
  }
  .story-article .ca_storys_section.backtop .text_sitetitle .text_english {
    font-size: 3.6rem;
  }
  .story-article .ca_storys_section.backtop .text_sitetitle .text_year {
    font-size: 2.2rem;
  }
}


/* animation */
.story-article .fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s all;
}
.story-article .fadeUp.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .story-article .sticky {
    position: sticky;
    top: 72px;
  }
}

/* button */
.button_link02 {
  margin: 0 auto;
  text-align: center;
}
.button_link02 a {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.32);
  color: #E60000 !important;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 50px;
  position: relative;
  text-align: center;
}
.button_link02 a::after {
  content:"";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #E60000;
  border-right: 2px solid #E60000;
}
@media screen and (min-width: 768px) {
  .button_link02 a {
    display: inline-block;
    min-width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .button_link02 a {
    font-size: 1.501vw;
    padding: 1.3vw 5vw;
    min-width: 30vw;
  }
  .button_link02 a::after {
    right: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
}