@charset "UTF-8";

.t-header {
  border-bottom: none !important;
}

/*============================
#ca_storys_kv
============================*/
#ca_storys_kv {
  position: relative;
}
.ca_storys_kv_contents {
  height: 978px;
}
.ca_storys_kv_contents_item {
  background-color: #fff;
  opacity: 0;
  position: relative;
  transition: 1s all;
  z-index: -1;
}
.ca_storys_kv_contents_item:nth-of-type(1) {
  display: block;
}
.ca_storys_kv_contents_item:nth-of-type(n+2) {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ca_storys_kv_contents_item.is-active {
  opacity: 1;
  z-index: 10 !important;
}

.ca_storys_kv_contents_item .fadein {
  opacity: 0;
  transition: 1s all;
}
.ca_storys_kv_contents_item .fadein.is-display {
  opacity: 1;
}
.ca_storys_kv_contents_item.item2 .block_content_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1200px;
  margin-inline: auto;
}
.ca_storys_kv_contents_item.item2 .block_content_text p {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.ca_storys_kv_contents_item.item2 .block_content_text p:nth-of-type(n+2) {
  margin-top: 60px;
}
.ca_storys_kv_contents_item.item2 .block_content_text p:nth-of-type(2) {
  color: #E60000;
  line-height: 2.5;
}
.ca_storys_kv_contents_item.item3 .block_content_text .text_first {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy {
  margin-top: 100px;
}
.ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy_lead {
  color: #E60000;
  font-size: 4.4rem;
	font-weight: bold;
  line-height: 1.1;
}
.ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl {
  margin-top: 35px;
}
.ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl dt {
  color: #CCCCCC;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
}
.ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl dt span {
  color: #5A5A5A;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
}
.ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl dd {
  font-size: 1.8rem;
  font-weight: bold;
}
.ca_storys_kv_contents_item.item3 .image_structure {
  position: relative;
}
.ca_storys_kv_contents_item.item3 .image_structure_item {
  opacity: 0;
  transition: 1s all;
}
.ca_storys_kv_contents_item.item3 .image_structure_item:nth-of-type(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
.ca_storys_kv_contents_item.item3 .image_structure_item.is-display {
  opacity: 1;
}
.ca_storys_kv_contents_item.item4 {
  padding-top: 72px;
}
.ca_storys_kv_contents_item.item4 .text_title {
  max-width: 1200px;
  margin-inline: auto;
  padding: 160px 15px;
  position: relative;
}
.ca_storys_kv_contents_item.item4 .text_title h1 {
  color: #E60000;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.ca_storys_kv_contents_item.item4 .text_title h1 .text_english {
  font-weight: bold;
  font-size: 7.3rem;
}
.ca_storys_kv_contents_item.item4 .text_title h1 .text_year {
  color: #B2B2B2;
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 25px;
}
.ca_storys_kv_contents_item.item4 .text_title .icon_scroll {
  color: #E60000;
  font-size: 1.6rem;
	font-weight: normal;
  padding-bottom: 105px;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: none;
}
.ca_storys_kv_contents_item.item4 .text_title .icon_scroll:before,
.ca_storys_kv_contents_item.item4 .text_title .icon_scroll:after {
  background-color: #E60000;
  content: "";
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ca_storys_kv_contents_item.item4 .text_title .icon_scroll:before {
  height: 98px;
  width: 1px;
}
.ca_storys_kv_contents_item.item4 .text_title .icon_scroll.is-active:before {
  animation: scroll 2.5s;
  animation-iteration-count: 3;
}
.ca_storys_kv_contents_item.item4 .text_title .icon_scroll:after {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.ca_storys_kv_contents_item.item4 .block_slider_item {
  border-radius: 10px;
  margin: 0 5px;
  overflow: hidden;
  width: 415px !important;
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  #ca_storys_kv {
    margin-top: -1px;
  }
  .ca_storys_kv_contents {
    overflow: hidden;
  }
  .ca_storys_kv_contents_item {
    overflow: hidden;
    height: 100%;
  }
  .ca_storys_kv_contents_item .block_content {
    background-color: #F2F2F2;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .ca_storys_kv_contents_item .block_content_inner {
    margin-inline: auto;
    padding-inline: 15px;
    max-width: 1200px;
  }
  .ca_storys_kv_contents_item .block_content .image_background {
    height: 100%;
  }
  .ca_storys_kv_contents_item .block_content .image_background img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100% !important;
    width: 100% !important;
    transform: translateX(-50%);
    object-fit: cover;
    z-index: -1;
  }
  .ca_storys_kv_contents_item.item3 .block_content_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text {
    width: 49%;
  }
  .ca_storys_kv_contents_item.item3 .image_structure {
    width: 39.833%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ca_storys_kv_contents {
    height: 81.5679vw;
  }
  .ca_storys_kv_contents_item.item2 .block_content_text {
    padding-top: 5.8381vw;
  }
  .ca_storys_kv_contents_item.item2 .block_content_text p {
    font-size: 2.001vw;
  }
  .ca_storys_kv_contents_item.item2 .block_content_text p:nth-of-type(n+2) {
    margin-top: 5.004vw;
  }
  .ca_storys_kv_contents_item.item2 .block_content_text p:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .ca_storys_kv_contents_item.item2 .block_content_text p:nth-of-type(2) {
    color: #E60000;
    line-height: 2.5;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_first {
    font-size: 2.001vw;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy {
    margin-top: 8.3402vw;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy_lead {
    font-size: 3.669vw;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl {
    margin-top: 2.919vw;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl dt {
    font-size: 2.2518vw;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl dt span {
    font-size: 1.5012vw;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl dd {
    font-size: 1.5012vw;
  }
  .ca_storys_kv_contents_item.item4 {
    padding-top: 8.8407vw;
  }
  .ca_storys_kv_contents_item.item4 .text_title {
    padding: 13.3444vw 15px;
  }
  .ca_storys_kv_contents_item.item4 .text_title h1 {
    font-size: 5.8381vw;
  }
  .ca_storys_kv_contents_item.item4 .text_title h1 .text_english {
    font-size: 6.0884vw;
  }
  .ca_storys_kv_contents_item.item4 .text_title h1 .text_year {
    font-size: 2.668vw;
    margin-top: 2.085vw;
  }
  .ca_storys_kv_contents_item.item4 .block_slider_item {
    margin: 0 0.417vw;
    width: 34.6121vw !important;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .ca_storys_kv_contents {
    height: auto;
  }
  .ca_storys_kv_contents_item {
    background: #fff;
  }
  .ca_storys_kv_contents_item.item1 .block_content_text {
    padding: 6.1538vw 8.205vw;
    display: table;
    margin-inline: auto;
  }
  .ca_storys_kv_contents_item.item1 .block_content_text p {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .ca_storys_kv_contents_item.item1 .block_content_text p:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .ca_storys_kv_contents_item.item1 .block_content_text p:nth-of-type(2) {
    color: #E60000;
  }
  .ca_storys_kv_contents_item.item3 {
    padding: 5.1282vw 0 8.2051vw;
  }
  .ca_storys_kv_contents_item.item3 .image_structure {
    margin-inline: auto;
    width: 230px;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text {
    margin-top: 8px;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_first {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy {
    margin-top: 24px;
    padding-left: 8.2051vw;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy_lead {
    font-size: 2.5rem;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl {
    margin-top: 10px;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl dt {
    font-size: 2.1rem;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl dt span {
    display: block;
    font-size: 1.4rem;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl dd {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .ca_storys_kv_contents_item.item3 .block_content_text .text_philosophy dl:nth-of-type(2) dd {
    font-size: 1.5rem;
  }
  .ca_storys_kv_contents_item.item4 {
    padding-top: 52px;
  }
  .ca_storys_kv_contents_item.item4 .text_title {
    padding: 55px 16px;
  }
  .ca_storys_kv_contents_item.item4 .text_title h1 {
    font-size: 3.8rem;
  }
  .ca_storys_kv_contents_item.item4 .text_title h1 .text_english {
    font-size: 3.9rem;
  }
  .ca_storys_kv_contents_item.item4 .text_title h1 .text_year {
    font-size: 2.1rem;
    margin-top: 15px;
  }
  .ca_storys_kv_contents_item.item4 .text_title .icon_scroll {
    font-size: 1.4rem;
    padding-bottom: 65px;
    right: 32px;
  }
  .ca_storys_kv_contents_item.item4 .text_title .icon_scroll:before {
    height: 60px;
  }
  .ca_storys_kv_contents_item.item4 .block_slider_item {
    margin: 0 2px;
    width: 190px !important;
  }
}



/*============================
#ca_storys_index
============================*/
.ca_storys_index {
  display: none;
}



/* summary */
.ca_storys_section.summary {
  padding-top: 20px;
  padding-bottom: 120px;
}
.ca_storys_section.summary .ca_storys_section_inner {
  max-width: 1020px;
}
.ca_storys_section.summary h2 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-left: -32px;
}
.ca_storys_section.summary h2 .text_year {
  color: #B2B2B2;
  font-weight: normal;
  padding-left: 32px;
}
.ca_storys_section.summary .text_message {
  margin-top: 30px;
}
.ca_storys_section.summary .text_message p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.ca_storys_section.summary .text_message p:nth-of-type(n+2) {
  margin-top: 35px;
}
.ca_storys_section.summary .object_decoration_item {
  background: linear-gradient(to bottom, #D90000, #FF0000);
  border-radius: 50%;
  opacity: 0;
  transition: 1s all;
}
.ca_storys_section.summary .object_decoration_item.is-display {
  opacity: 1;
}
.ca_storys_section.summary .object_decoration_item.item1 {
  margin-left: 22px;
  height: 89px;
  width: 89px;
}
.ca_storys_section.summary .object_decoration_item.item2 {
  margin-top: 50px;
  margin-left: auto;
  height: 74px;
  width: 74px;
}
.ca_storys_section.summary .object_decoration_item.item3 {
  margin-top: 25px;
  height: 57px;
  width: 57px;
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .ca_storys_section.summary .ca_storys_section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .ca_storys_section.summary .text_summary {
    max-width: calc(100% - 250px);
  }
  .ca_storys_section.summary .object_decoration {
    margin-top: 170px;
    margin-bottom: -170px;
    width: 192px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ca_storys_section.summary {
    padding-top: 1.668vw;
    padding-bottom: 10.0083vw;
  }
  .ca_storys_section.summary.is-loading {
    padding-top: 8.3402vw;
  }
  .ca_storys_section.summary h2 {
    font-size: 4.1701vw;
    margin-left: -2.668vw;
  }
  .ca_storys_section.summary h2 .text_year {
    padding-left: -2.668vw;
  }
  .ca_storys_section.summary .text_message {
    margin-top: 2.502vw;
  }
  .ca_storys_section.summary .text_message p {
    font-size: 1.668vw;
  }
  .ca_storys_section.summary .text_message p:nth-of-type(n+2) {
    margin-top: 2.919vw;
  }
  .ca_storys_section.summary .text_summary {
    max-width: calc(100% - 20.8507vw);
  }
  .ca_storys_section.summary .object_decoration {
    margin-top: 14.1784vw;
    margin-bottom: -14.1784vw;
    width: 16.0133vw;
  }
  .ca_storys_section.summary .object_decoration_item.item1 {
    margin-left: 1.8348vw;
    height: 7.4228vw;
    width: 7.4228vw;
  }
  .ca_storys_section.summary .object_decoration_item.item2 {
    margin-top: 4.1701vw;
    height: 6.1718vw;
    width: 6.1718vw;
  }
  .ca_storys_section.summary .object_decoration_item.item3 {
    margin-top: 2.085vw;
    height: 4.7539vw;
    width: 4.7539vw;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .ca_storys_section.summary {
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
  }
  .ca_storys_section.summary .ca_storys_section_inner {
    padding-inline: 8.2051vw;
  }
  .ca_storys_section.summary h2 {
    font-size: 3rem;
    margin-left: 0;
    font-feature-settings: "palt";
    letter-spacing: 2px;
  }
  .ca_storys_section.summary h2 .text_year {
    font-size: 2.5rem;
    padding-left: 0;
  }
  .ca_storys_section.summary .text_message {
    margin-top: 60px;
  }
  .ca_storys_section.summary .text_message p {
    font-size: 1.6rem;
    line-height: 1.625;
    font-feature-settings: "palt";
    letter-spacing: 2px;
  }
  .ca_storys_section.summary .text_message p:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .ca_storys_section.summary .object_decoration {
    position: absolute;
    top: 80px;
    right: 16px;
    width: 136px;
    z-index: -1;
  }
  .ca_storys_section.summary .object_decoration_item.item1 {
    margin-left: 15px;
    height: 63px;
    width: 63px;
  }
  .ca_storys_section.summary .object_decoration_item.item2 {
    margin-top: 20px;
    height: 53px;
    width: 53px;
  }
  .ca_storys_section.summary .object_decoration_item.item3 {
    margin-top: 24px;
    height: 40px;
    width: 40px;
  }
}



/* story01 */
.ca_storys_section.story01 {
  padding-top: 490px;
  padding-bottom: 90px;
  position: relative;
}
.ca_storys_section.story01:before {
  background: linear-gradient(to bottom, #D3D3D4, #fff);
  content: "";
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1470px;
  width: 100%;
  z-index: -2;
}
.ca_storys_section.story01 .image_background {
  height: 570px;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  z-index: -1;
}
.ca_storys_section.story01 .image_background img {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  width: 100% !important;
}
.ca_storys_section.story01 h2 {
  color: #fff;
  font-size: 8.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.ca_storys_section.story01 h2 .text_sub {
  color: #2C2C2C;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
.ca_storys_section.story01 .text_slogan {
  margin-top: 40px;
}
.ca_storys_section.story01 .text_slogan p {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.ca_storys_section.story01 .text_slogan p:nth-of-type(n+2) {
  margin-top: 10px;
}
.ca_storys_section.story01 .text_slogan p .subtext {
  font-size: 2.4rem;
  margin-left: 15px;
}
.ca_storys_section.story01 .text_introduction {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 40px;
  text-align: center;
}
.ca_storys_section.story01 .block_story_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 60px auto 0;
  max-width: 1158px;
}
.ca_storys_section.story01 .block_story_content_item > a {
  display: block;
  height: 100%;
}
.ca_storys_section.story01 .block_story_content_item .text_number {
  font-weight: normal;
}
.ca_storys_section.story01 .block_story_content_item .text_copy {
  color: #E60000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.ca_storys_section.story01 .block_story_content_item .tag_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ca_storys_section.story01 .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;
}
.ca_storys_section.story01 .block_story_content_item .tag_category > li:nth-of-type(n+2) {
  margin-left: 8px;
}
.ca_storys_section.story01 .block_story_content_item .text_title {
  font-weight: bold;
  margin-top: 20px;
}
.ca_storys_section.story01 .block_story_content_item .text_title span {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}
.ca_storys_section.story01 .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) {
  .ca_storys_section.story01 .block_story_content_item {
    margin-left: 2.075%;
    margin-top: 50px;
    width: 31.95%;
  }
  .ca_storys_section.story01 .block_story_content_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .ca_storys_section.story01 .block_story_content_item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .ca_storys_section.story01 .block_story_content_item .item_card {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
    overflow: hidden;
    position: relative;
    height: 435px;
  }
  .ca_storys_section.story01 .block_story_content_item .text_number {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
  }
  .ca_storys_section.story01 .block_story_content_item .text_copy {
    position: absolute;
    top: 60px;
    left: 15px;
    text-shadow: 0 0 8px #fff;
    width: calc(100% - 15px);
    z-index: 1;
  }
  .ca_storys_section.story01 .block_story_content_item .tag_category {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
  }
  .ca_storys_section.story01 .block_story_content_item .image_thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  .ca_storys_section.story01 .block_story_content_item .image_thumb img {
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ca_storys_section.story01 {
    padding-top: 40.8673vw;
    padding-bottom: 7.5062vw;
  }
  .ca_storys_section.story01:before {
    height: 122.6021vw;
  }
  .ca_storys_section.story01 .image_background {
    height: 47.5396vw;
  }
  .ca_storys_section.story01 h2 {
    font-size: 7.3394vw;
  }
  .ca_storys_section.story01 h2 .text_sub {
    font-size: 1.3344vw;
  }
  .ca_storys_section.story01 .text_introduction {
    font-size: 1.3344vw;
    margin-top: 2.502vw;
  }
  .ca_storys_section.story01 .text_slogan {
    margin-top: 3.3361vw;
  }
  .ca_storys_section.story01 .text_slogan p {
    font-size: 2.668vw;
  }
  .ca_storys_section.story01 .text_slogan p:nth-of-type(n+2) {
    margin-top: 0.834vw;
  }
  .ca_storys_section.story01 .text_slogan p .subtext {
    font-size: 2.001vw;
    margin-left: 1.251vw;
  }
  .ca_storys_section.story01 .text_introduction > p:nth-of-type(n+2) {
    margin-top: 2.502vw;
  }
  .ca_storys_section.story01 .block_story_content {
    margin-top: 5.004vw;
  }
  .ca_storys_section.story01 .block_story_content_item .item_card {
    height: 36.2802vw;
  }
  .ca_storys_section.story01 .block_story_content_item .text_number {
    top: 1.668vw;
    left: 1.251vw;
  }
  .ca_storys_section.story01 .block_story_content_item .text_copy {
    font-size: 1.668vw;
    top: 5.004vw;
    left: 1.251vw;
    width: calc(100% - 2.502vw);
  }
  .ca_storys_section.story01 .block_story_content_item .tag_category {
    right: 1.668vw;
  }
  .ca_storys_section.story01 .block_story_content_item .tag_category > li {
    font-size: 1.1676vw;
    padding: 0.6672vw 0.6672vw 0.417vw;
  }
  .ca_storys_section.story01 .block_story_content_item .tag_category > li:nth-of-type(n+2) {
    margin-left: 0.6672vw;
  }
  .ca_storys_section.story01 .block_story_content_item .text_title {
    font-size: 1.3344vw;
    margin-top: 1.668vw;
  }
  .ca_storys_section.story01 .block_story_content_item .text_title span {
    padding-right: 4.1701vw;
  }
  .ca_storys_section.story01 .block_story_content_item .text_title span:after {
    height: 3.002vw; 
    width: 2.919vw; 
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .ca_storys_section.story01 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .ca_storys_section.story01:before {
    height: 1110px;
  }
  .ca_storys_section.story01 .image_background {
    height: 183px;
  }
  .ca_storys_section.story01 h2 {
    font-size: 7rem;
    line-height: 1.05;
    text-align: left;
  }
  .ca_storys_section.story01 h2 .text_sub {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 40px;
    text-align: center;
  }
  .ca_storys_section.story01 .text_slogan {
    margin-top: 40px;
  }
  .ca_storys_section.story01 .text_slogan p {
    font-size: 2.8rem;
  }
  .ca_storys_section.story01 .text_slogan p:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .ca_storys_section.story01 .text_slogan p .subtext {
    display: block;
    font-size: 2rem;
    margin-left: 0;
  }
  .ca_storys_section.story01 .block_story_content {
    display: block;
    margin-top: 40px;
  }
  .ca_storys_section.story01 .block_story_content_item {
    border-top: 1px solid #E5E3E3;
  }
  .ca_storys_section.story01 .block_story_content_item > a {
    height: auto;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .ca_storys_section.story01 .block_story_content_item:last-child > a {
    padding-bottom: 0;
  }
  .ca_storys_section.story01 .block_story_content_item .text_number {
  }
  .ca_storys_section.story01 .block_story_content_item .image_thumb {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
  }
  .ca_storys_section.story01 .block_story_content_item .image_thumb img {
    width: 100%;
  }
  .ca_storys_section.story01 .block_story_content_item .text_copy {
    margin-top: 10px;
  }
  .ca_storys_section.story01 .block_story_content_item .tag_category {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .ca_storys_section.story01 .block_story_content_item .text_title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .ca_storys_section.story01 .block_story_content_item .text_title {
    font-size: 4.266vw;
  }
}



/* story02 */
.ca_storys_section.story02 {
  background-color: #F2F2F2;
  padding-top: 100px;
  padding-bottom: 100px;
}
.ca_storys_section.story02 .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;
}
.ca_storys_section.story02 .block_story_introduction h2 + p {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
.ca_storys_section.story02 .block_story_introduction .button_link {
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: 285px;
  z-index: 1;
}
.ca_storys_section.story02 .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;
}
.ca_storys_section.story02 .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; 
}
.ca_storys_section.story02 .block_person_content {
  max-width: 1100px;
  margin: 60px auto 0;
  height: 980px;
  position: relative;
}
.ca_storys_section.story02 .block_person_content_item {
  position: absolute;
}
.ca_storys_section.story02 .block_person_content_item > p:nth-of-type(n+2) {
  display: none;
}
/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .ca_storys_section.story02 .block_story_introduction {
    background-color: #fff;
    background-image: url(/dam/brand/about/mufg_way_story/imgs/story2_bg01.png);
    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;
  }
  .ca_storys_section.story02 .block_story_introduction h2 + p {
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.86);
  }
  .ca_storys_section.story02 .block_person_content_item.item1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 323px;
  }
  .ca_storys_section.story02 .block_person_content_item.item2 {
    top: 110px;
    left: 0;
    width: 340px;
  }
  .ca_storys_section.story02 .block_person_content_item.item3 {
    top: 0;
    left: 345px;
    width: 268px;
  }
  .ca_storys_section.story02 .block_person_content_item.item4 {
    top: 85px;
    right: 90px;
    width: 296px;
  }
  .ca_storys_section.story02 .block_person_content_item.item5 {
    top: 452px;
    right: 0;
    width: 340px;
  }
  .ca_storys_section.story02 .block_person_content_item.item6 {
    bottom: 0;
    left: 427px;
    width: 330px;
  }
  .ca_storys_section.story02 .block_person_content_item.item7 {
    top: 532px;
    left: 74px;
    width: 309px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ca_storys_section.story02 {
    padding-top: 8.34vw;
    padding-bottom: 8.34vw;
  }
  .ca_storys_section.story02 .block_story_introduction {
    height: 37.5312vw;
    padding: 2.919vw 3.3361vw;
  }
  .ca_storys_section.story02 .block_story_introduction h2 {
    font-size: 4.7539vw;
  }
  .ca_storys_section.story02 .block_story_introduction h2 + p {
    font-size: 1.417vw;
    margin-top: 2.919vw;
  }
  .ca_storys_section.story02 .block_person_content + .button_link {
    bottom: 2.085vw;
    right: 2.502vw;
    width: 23.1025vw;
  }
  .ca_storys_section.story02 .block_person_content + .button_link a {
    font-size: 1.501vw;
    padding: 0.834vw 4.1701vw 0.834vw 1.668vw;
  }
  .ca_storys_section.story02 .block_person_content + .button_link a span {
    font-size: 1.668vw;
  }
  .ca_storys_section.story02 .block_person_content + .button_link a:after {
    height: 3.002vw; 
    width: 2.919vw; 
  }
  .ca_storys_section.story02 .block_person_content {
    margin-top: 5.004vw;
    height: 81.7347vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item1 {
    width: 26.9391vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item2 {
    top: 9.1743vw;
    width: 28.3569vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item3 {
    left: 28.7739vw;
    width: 22.3519vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item4 {
    top: 7.0892vw;
    right: 7.5062vw;
    width: 24.6872vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item5 {
    top: 37.698vw;
    width: 28.3569vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item6 {
    left: 35.613vw;
    width: 27.5229vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item7 {
    top: 44.3703vw;
    left: 6.1718vw;
    width: 25.7714vw;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .ca_storys_section.story02 {
    border-top: 3px solid #E60000;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .ca_storys_section.story02 .block_story_introduction h2 {
    background-color: #fff;
    background-image: url(/dam/brand/about/mufg_way_story/imgs/story2_bg01.png);
    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;
    padding-inline: 4.1025vw;
    padding-top: 3.0769vw;
    font-size: 7.1794vw;
    text-shadow: 0 0 20px rgba(0,0,0,0.86);
    line-height: 1.1;
  }
  .ca_storys_section.story02 .block_story_introduction h2 + p {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 20px;
  }
  .ca_storys_section.story02 .block_person_content {
    margin-top: 15px;
    margin-inline: -4.1025vw;
    height: 166.2128vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item1 {
    top: 0;
    right: 17.4358vw;
    width: 34.5461vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item2 {
    top: 14.1025vw;
    left: 3.8461vw;
    width: 43.8282vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item3 {
    top: 37.1794vw;
    right: 4.6153vw;
    width: 41.6358vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item4 {
    top: 60.2564vw;
    left: 12.8205vw;
    width: 39.8307vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item5 {
    top: 81.5384vw;
    right: 2.8205vw;
    width: 38.1564vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item6 {
    top: 102.5641vw;
    left: 7.1794vw;
    width: 43.8282vw;
  }
  .ca_storys_section.story02 .block_person_content_item.item7 {
    bottom: 0;
    right: 5.641vw;
    width: 42.5384vw;
  }
  .ca_storys_section.story02 .block_person_content + .button_link {
    margin-top: 45px;
  }
  .ca_storys_section.story02 .block_person_content + .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: 15px 80px 15px 20px;
    position: relative;
  }
  .ca_storys_section.story02 .block_person_content + .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: 43px;
    position: absolute;
    right: 25px;
    bottom: 22px;
    width: 42px; 
  }
  .ca_storys_section.story02 .block_person_content + .button_link a span {
    font-size: 1.8rem;
  }
}



/* backnumber */
.ca_storys_section.backnumber {
  border-top: 3px solid #E60000;
  padding-top: 80px;
  padding-bottom: 140px;
}
.ca_storys_section.backnumber .block_backnumber_content {
  margin-inline: auto;
  max-width: 685px;
}
.ca_storys_section.backnumber .block_backnumber_content h2 {
  font-size: 2rem;
  font-weight: bold;
}
.ca_storys_section.backnumber .block_backnumber_content .text_lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 20px;
}
.ca_storys_section.backnumber .block_backnumber_content .list_pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.ca_storys_section.backnumber .block_backnumber_content .list_pdf > li {
  width: 27.4%;
}
.ca_storys_section.backnumber .block_backnumber_content .list_pdf > li a {
  display: block;
}
.ca_storys_section.backnumber .block_backnumber_content .list_pdf > li .text_caption {
  font-weight: bold;
  margin-top: 8px;
}
/*============================
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.backnumber {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .ca_storys_section.backnumber .ca_storys_section_inner {
    padding-inline: 8.205vw;
  }
  .ca_storys_section.backnumber .block_backnumber_content {
    max-width: initial;
  }
  .ca_storys_section.backnumber .block_backnumber_content .text_lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 15px;
  }
  .ca_storys_section.backnumber .block_backnumber_content .list_pdf > li {
    width: 28.38%;
  }
  .ca_storys_section.backnumber .block_backnumber_content .list_pdf > li .text_caption {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}










