@charset "UTF-8";
/*-----------------------------------------------------

  Media Query
  @include vars.mq-up(''){ @contentの内容 }

-----------------------------------------------------*/
/*-----------------------------------------------------

  Color

-----------------------------------------------------*/
/*-----------------------------------------------------

  Font

-----------------------------------------------------*/
/*Font Size*/
/*-----------------------------------------------------

  Other

-----------------------------------------------------*/
/*Hover*/
/*Background circle*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
/*-----------------------------------------------------

  Media Query
  @include vars.mq-up(''){ @contentの内容 }

-----------------------------------------------------*/
/*-----------------------------------------------------

  Color

-----------------------------------------------------*/
/*-----------------------------------------------------

  Font

-----------------------------------------------------*/
/*Font Size*/
/*-----------------------------------------------------

  Other

-----------------------------------------------------*/
/*Hover*/
/*Background circle*/
/*-----------------------------------------------------

  Setting(2025.06.26)

  - Adjustment

-----------------------------------------------------*/
/*-----------------------------------------------------

  Adjustment

-----------------------------------------------------*/
body {
  min-width: 100%;
}

#main {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#topicpathArea {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
#topicpathArea .ul.topicpath {
  width: auto;
}

/*-----------------------------------------------------

  Reset（#mufg2027内）

-----------------------------------------------------*/
#mufg2027 {
  /* Preferred box-sizing value */
  /* Fix mobile Safari increase font-size on landscape mode */
  /* Reapply the pointer cursor for anchor tags */
  /* Remove list styles (bullets/numbers) */
  /* For images to not be able to exceed their container */
  /* removes spacing between cells in tables */
  /* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
  /* revert the 'white-space' property for textarea elements on Safari */
  /* minimum style to allow to style meter element */
  /* preformatted text - use only for this feature */
  /* reset default text opacity of input placeholder */
  /* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
  /* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
  /* apply back the draggable feature - exist only in Chromium and Safari */
  /* Revert Modal native behavior */
  /* Remove details summary webkit styles */
}
#mufg2027:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  display: revert;
  all: unset;
}
#mufg2027, #mufg2027::before, #mufg2027::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mufg2027 {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
#mufg2027 a, #mufg2027 button {
  cursor: revert;
}
#mufg2027 button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#mufg2027 ol, #mufg2027 ul, #mufg2027 menu, #mufg2027 summary {
  list-style: none;
}
#mufg2027 img {
  max-inline-size: 100%;
  max-block-size: 100%;
  width: 100%;
  vertical-align: top;
}
#mufg2027 table {
  border-collapse: collapse;
}
#mufg2027 input, #mufg2027 textarea {
  -webkit-user-select: auto;
}
#mufg2027 textarea {
  white-space: revert;
}
#mufg2027 meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}
#mufg2027 :where(pre) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  all: revert;
}
#mufg2027 ::-webkit-input-placeholder {
  color: unset;
}
#mufg2027 ::-moz-placeholder {
  color: unset;
}
#mufg2027 :-ms-input-placeholder {
  color: unset;
}
#mufg2027 ::-ms-input-placeholder {
  color: unset;
}
#mufg2027 ::placeholder {
  color: unset;
}
#mufg2027 :where([hidden]) {
  display: none;
}
#mufg2027 :where([contenteditable]:not([contenteditable=false])) {
  -webkit-user-select: auto;
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
#mufg2027 :where([draggable=true]) {
  -webkit-user-drag: element;
}
#mufg2027 :where(dialog:modal) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  all: revert;
}
#mufg2027 ::-webkit-details-marker {
  display: none;
}

/*-----------------------------------------------------

  Media Query
  @include vars.mq-up(''){ @contentの内容 }

-----------------------------------------------------*/
/*-----------------------------------------------------

  Color

-----------------------------------------------------*/
/*-----------------------------------------------------

  Font

-----------------------------------------------------*/
/*Font Size*/
/*-----------------------------------------------------

  Other

-----------------------------------------------------*/
/*Hover*/
/*Background circle*/
/*-----------------------------------------------------

  Common(2025.06.26)

  - Body（#mufg2027内）
  - Header
  - Page Title
  - Contents
  - Link, Accordion
  - Modal

-----------------------------------------------------*/
body.is-fixed {
  overflow: hidden;
}

#mufg2027 {
  /*-----------------------------------------------------

    Body（#mufg2027内）

  -----------------------------------------------------*/
  color: #444444;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-top: 56px;
  display: block;
  /*-----------------------------------------------------

    Header

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Page Title

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Contents

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Link, Accordion

  -----------------------------------------------------*/
  /*---------------------------------------------------*/
}
@media screen and (min-width: 820px) {
  #mufg2027 {
    padding-top: 115px;
  }
}
#mufg2027 *, #mufg2027 *::before, #mufg2027 *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  #mufg2027 *, #mufg2027 *::before, #mufg2027 *::after {
    font-size: min(1.28vw, 1rem);
  }
}
#mufg2027 picture {
  display: block;
}
@media screen and (min-width: 768px) {
  #mufg2027 .view-sp {
    display: none;
  }
}
#mufg2027 .view-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #mufg2027 .view-pc {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#mufg2027 .l-header {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 820px) {
  #mufg2027 .l-header {
    border-bottom: none;
  }
}
#mufg2027 .l-header.is-fixed {
  position: fixed;
}
#mufg2027 .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 0 !important;
}
@media screen and (max-width: 819px) {
  #mufg2027 .l-header__inner {
    height: 55px;
  }
}
@media screen and (min-width: 820px) {
  #mufg2027 .l-header__inner {
    padding: 30px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 1250px) {
  #mufg2027 .l-header__inner {
    margin-right: auto !important;
  }
}
#mufg2027 .l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #mufg2027 .l-header__logo {
    width: 145px;
  }
}
#mufg2027 .l-header__logo a {
  display: block;
}
@media screen and (min-width: 1024px) {
  #mufg2027 .l-header__logo a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 820px) {
  #mufg2027 .l-header__logo a:hover {
    opacity: 0.5;
  }
}
#mufg2027 .l-header__logo a img {
  width: 92px;
}
@media screen and (min-width: 768px) {
  #mufg2027 .l-header__logo a img {
    width: 145px;
  }
}
#mufg2027 .l-header__btn {
  position: relative;
  width: 55px;
  height: 55px;
  margin-left: 2px;
  background: #5a5a5a;
}
@media screen and (min-width: 820px) {
  #mufg2027 .l-header__btn {
    display: none;
  }
}
#mufg2027 .l-header__btn span {
  display: block;
  position: absolute;
  left: 15px;
  width: 25px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mufg2027 .l-header__btn span:nth-of-type(1) {
  top: 16.5px;
  -webkit-animation: menubar01 0.75s forwards;
          animation: menubar01 0.75s forwards;
}
@-webkit-keyframes menubar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
#mufg2027 .l-header__btn span:nth-of-type(2) {
  top: 26.5px;
  opacity: 1;
  -webkit-transition: all 0.025s 0.25s;
  transition: all 0.025s 0.25s;
}
#mufg2027 .l-header__btn span:nth-of-type(3) {
  top: 36.5px;
  -webkit-animation: menubar03 0.75s forwards;
          animation: menubar03 0.75s forwards;
}
@-webkit-keyframes menubar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
#mufg2027 .l-header.is-open .l-header__btn span:nth-of-type(1) {
  -webkit-animation: open-menubar01 0.75s forwards;
          animation: open-menubar01 0.75s forwards;
}
@-webkit-keyframes open-menubar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}
#mufg2027 .l-header.is-open .l-header__btn span:nth-of-type(2) {
  opacity: 0;
}
#mufg2027 .l-header.is-open .l-header__btn span:nth-of-type(3) {
  -webkit-animation: open-menubar03 0.75s forwards;
          animation: open-menubar03 0.75s forwards;
}
@-webkit-keyframes open-menubar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
}
#mufg2027 .l-header__menu {
  position: absolute;
  top: 56px;
  left: -25px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: calc(100% + 25px);
  height: calc(100dvh - 56px);
  padding: 60px 25px 0;
  background: #ffffff;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media screen and (min-width: 820px) {
  #mufg2027 .l-header__menu {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: auto;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#mufg2027 .l-header__menu li {
  margin-bottom: 40px;
}
@media screen and (min-width: 820px) {
  #mufg2027 .l-header__menu li {
    margin: 0 20px 0 0;
  }
}
#mufg2027 .l-header__menu li a {
  display: block;
  color: #444444;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  font-size: 22px;
}
@media screen and (min-width: 820px) {
  #mufg2027 .l-header__menu li a {
    font-size: 18px;
    position: relative;
  }
}
#mufg2027 .l-header__menu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #e60000;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#mufg2027 .l-header__menu li a span {
  display: block;
  padding-top: 0.75em;
  color: #e60000 !important;
  font-size: 13px;
}
@media screen and (min-width: 820px) {
  #mufg2027 .l-header__menu li a span {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  #mufg2027 .l-header__menu li a:hover::after {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#mufg2027 .l-header.is-open .l-header__menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#mufg2027 .l-header__entry {
  width: 145px;
}
@media screen and (min-width: 768px) {
  #mufg2027 .l-header__entry {
    width: 180px;
  }
}
#mufg2027 .l-header__entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 55px;
  padding: 0 10px 0 15px;
  background: #e60000;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  #mufg2027 .l-header__entry a {
    padding: 0 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 820px) {
  #mufg2027 .l-header__entry a:hover {
    background: #444444;
  }
}
#mufg2027 .pagetitle {
  position: relative;
  background: #e60000;
  overflow: hidden;
}
#mufg2027 .pagetitle .pagetitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 170px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #mufg2027 .pagetitle .pagetitle__inner {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027 .pagetitle .pagetitle__inner {
    height: min(32vw, 400px);
  }
}
#mufg2027 .pagetitle .pagetitle__inner::after {
  left: calc(50% - 75px);
  display: block;
  position: absolute;
  width: 742px;
  height: 742px;
  border-radius: 50%;
  content: "";
  border: 204.5px solid #920000;
}
@media screen and (min-width: 768px) {
  #mufg2027 .pagetitle .pagetitle__inner::after {
    left: max(50% - 3.2vw, 50% - 40px);
    width: min(166.08vw, 2076px);
    height: min(166.08vw, 2076px);
    border-width: min(45.84vw, 573px);
  }
}
#mufg2027 .pagetitle h1 {
  position: relative;
  z-index: 5;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: 29px;
}
@media screen and (min-width: 1024px) {
  #mufg2027 .pagetitle h1 {
    font-size: min(4.4vw, 3.4375rem);
  }
}
#mufg2027 .pagetitle h1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  #mufg2027 .pagetitle h1 span {
    font-size: min(1.76vw, 1.375rem);
  }
}
#mufg2027 .pagetitle h1 span::before {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0.15em 0.5em 0 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 1024px) {
  #mufg2027 .pagetitle h1 span::before {
    width: min(1.28vw, 16px);
    height: min(1.28vw, 16px);
    border-width: min(0.32vw, 4px);
  }
}
#mufg2027 .l-sec {
  position: relative;
  overflow: hidden;
}
#mufg2027 [class$=__inner] {
  max-width: 1200px;
  margin-right: 25px;
  margin-left: 25px;
}
@media screen and (min-width: 1250px) {
  #mufg2027 [class$=__inner] {
    margin-right: auto;
    margin-left: auto;
  }
}
#mufg2027 .link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e60000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  #mufg2027 .link-arrow {
    width: 20px;
    height: 20px;
  }
}
#mufg2027 .link-arrow::before {
  display: block;
  width: 5px;
  height: 8px;
  background: #ffffff;
  color: #ffffff;
  content: "";
  clip-path: polygon(5px 50%, 0% 0%, 0% 8px);
}
@media screen and (min-width: 1024px) {
  #mufg2027 .link-arrow::before {
    width: 5px;
    height: 10px;
    clip-path: polygon(5px 50%, 0% 0%, 0% 10px);
  }
}
#mufg2027 .link-arrow.is-large {
  width: 22.5px;
  height: 22.5px;
}
@media screen and (min-width: 1024px) {
  #mufg2027 .link-arrow.is-large {
    width: 33px;
    height: 33px;
  }
}
#mufg2027 .link-arrow.is-large::before {
  width: 5px;
  height: 10px;
  clip-path: polygon(5px 50%, 0% 0%, 0% 10px);
}
@media screen and (min-width: 1024px) {
  #mufg2027 .link-arrow.is-large::before {
    width: 7px;
    height: 13px;
    clip-path: polygon(7px 50%, 0% 0%, 0% 13px);
  }
}
#mufg2027 .link-arrow.is-small {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  #mufg2027 .link-arrow.is-small {
    width: 18px;
    height: 18px;
  }
}
#mufg2027 .link-arrow.is-small::before {
  width: 4px;
  height: 6px;
  clip-path: polygon(4px 50%, 0% 0%, 0% 6px);
}
@media screen and (min-width: 1024px) {
  #mufg2027 .link-arrow.is-small::before {
    width: 5px;
    height: 8px;
    clip-path: polygon(5px 50%, 0% 0%, 0% 8px);
  }
}
#mufg2027 .link-arrow.is-white {
  background: #ffffff;
}
#mufg2027 .link-arrow.is-white::before {
  background: #e60000;
  color: #e60000;
}
@media screen and (min-width: 768px) {
  #mufg2027 .anchorlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#mufg2027 .anchorlink li {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  #mufg2027 .anchorlink li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  #mufg2027 .anchorlink li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027 .anchorlink li {
    width: calc((100% - 60px) / 3);
  }
  #mufg2027 .anchorlink li:nth-of-type(2n) {
    margin-right: 30px;
  }
  #mufg2027 .anchorlink li:nth-of-type(3n) {
    margin-right: 0;
  }
}
#mufg2027 .anchorlink li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  padding-right: 5px;
}
@media screen and (min-width: 820px) {
  #mufg2027 .anchorlink li a:hover {
    opacity: 0.5;
  }
}
#mufg2027 .link-anchor {
  display: block;
  content: "";
  width: 7px;
  height: 3.5px;
  background: #e60000;
  clip-path: polygon(50% 3.5px, 0% 0%, 7px 0%);
}
@media screen and (min-width: 1024px) {
  #mufg2027 .link-anchor {
    width: 14px;
    height: 7px;
    clip-path: polygon(50% min(0.56vw, 7px), 0% 0%, min(1.12vw, 14px) 0%);
  }
}
#mufg2027 .accordion .accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  border-top: 1px solid #e60000;
  border-bottom: 1px solid #e60000;
  color: #e60000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #mufg2027 .accordion .accordion__btn {
    display: none;
  }
}
#mufg2027 .accordion .accordion__btn .btn-acd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e60000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mufg2027 .accordion .accordion__btn .btn-acd::before {
  display: block;
  width: 7px;
  height: 3.5px;
  background-color: #ffffff;
  content: "";
  clip-path: polygon(50% 3.5px, 0% 0%, 7px 0%);
}
#mufg2027 .accordion .accordion__list {
  display: none;
}
@media screen and (min-width: 768px) {
  #mufg2027 .accordion .accordion__list {
    display: block;
  }
}
#mufg2027 .accordion.is-open .accordion__btn .btn-acd {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*-----------------------------------------------------

  Modal

-----------------------------------------------------*/
@media screen and (min-width: 820px) {
  .js-modal-btn {
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
}
@media screen and (min-width: 820px) and (min-width: 820px) {
  .js-modal-btn:hover {
    opacity: 0.5;
  }
}

.modal-video {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-video-close-btn::before, .modal-video-close-btn::after {
  height: 1px;
}

/*-----------------------------------------------------

  Media Query
  @include vars.mq-up(''){ @contentの内容 }

-----------------------------------------------------*/
/*-----------------------------------------------------

  Color

-----------------------------------------------------*/
/*-----------------------------------------------------

  Font

-----------------------------------------------------*/
/*Font Size*/
/*-----------------------------------------------------

  Other

-----------------------------------------------------*/
/*Hover*/
/*Background circle*/
/*-----------------------------------------------------

  Top(2025.06.26)

  - KV
  - Section
  - Intro
  - Overview
  - Time Table
  - Company
  - Reserve

-----------------------------------------------------*/
#mufg2027.top {
  /*-----------------------------------------------------

    KV

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Section

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Intro

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Overview

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Time Table

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Company

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Reserve

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Float

  -----------------------------------------------------*/
  /*---------------------------------------------------*/
}
#mufg2027.top .kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21.7948717949vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 13/16;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .kv {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    aspect-ratio: 800/365;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.top .kv__img {
    width: 53.75vw;
  }
}
#mufg2027.top .kv__tit {
  width: 59.7435897436vw;
  margin-left: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .kv__tit {
    width: 26.5625vw;
    margin: 3.4375vw 0 0 4.375vw;
  }
}
#mufg2027.top .l-sec {
  padding-top: 105px;
  padding-bottom: 115px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .l-sec {
    padding-top: min(16vw, 200px);
    padding-bottom: min(16.8vw, 210px);
  }
}
#mufg2027.top .l-sec__inner {
  position: relative;
  z-index: 5;
}
#mufg2027.top .l-sec__headline {
  margin-bottom: 35px;
  line-height: 1;
  text-align: center;
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .l-sec__headline {
    margin-bottom: min(4.8vw, 60px);
    font-size: min(3.52vw, 2.75rem);
  }
}
#mufg2027.top .l-sec__headline span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em;
  color: #e60000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .l-sec__headline span {
    font-size: min(1.28vw, 1rem);
  }
}
#mufg2027.top .l-sec__headline span::before {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0.15em 5px 0 0;
  border: 3px solid #e60000;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 768px) {
  #mufg2027.top .l-sec__headline span::before {
    width: min(1.12vw, 14px);
    height: min(1.12vw, 14px);
    margin-right: min(0.64vw, 8px);
    border-width: min(0.32vw, 4px);
  }
}
#mufg2027.top .l-sec__headline.is-white {
  color: #ffffff;
}
#mufg2027.top .l-sec__headline.is-white span {
  color: #ffffff;
}
#mufg2027.top .l-sec__headline.is-white span::before {
  border-color: #ffffff;
}
#mufg2027.top .l-sec .watch-btn {
  background: #ffffff;
}
#mufg2027.top .l-sec .watch-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 67.5px;
  padding-right: 15px;
  padding-left: 20px;
  color: #e60000;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .l-sec .watch-btn a {
    height: min(6.4vw, 80px);
    padding-right: min(1.6vw, 20px);
    padding-left: min(2vw, 25px);
    font-size: min(1.44vw, 1.125rem);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 820px) {
  #mufg2027.top .l-sec .watch-btn a:hover {
    opacity: 0.5;
  }
}
#mufg2027.top .l-sec .watch-btn.is-unclick a {
  cursor: default;
  color: #444444;
  opacity: 0.4;
}
#mufg2027.top .intro {
  padding-top: 0;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .intro {
    padding-bottom: min(20.8vw, 260px);
  }
}
#mufg2027.top .intro__catch dt {
  max-width: 335px;
  margin: 0 auto calc(35px - 0.5em);
}
@media screen and (min-width: 768px) {
  #mufg2027.top .intro__catch dt {
    width: 51.36vw;
    max-width: 642px;
    margin-bottom: min(4vw - 0.5em, 50px - 0.5em);
  }
}
#mufg2027.top .intro__catch dd {
  margin-bottom: calc(50px - 0.5em);
  font-weight: 700;
  line-height: 2.2058823529;
  text-align: center;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .intro__catch dd {
    margin-bottom: min(6.4vw - 0.5em, 80px - 0.5em);
    line-height: 2.2;
    font-size: min(2vw, 1.5625rem);
  }
}
@media screen and (max-width: 767px) {
  #mufg2027.top .intro__link {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.top .intro__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#mufg2027.top .intro__link .intro__link-item {
  margin-bottom: 30px;
  border: 2px solid #e60000;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .intro__link .intro__link-item {
    width: calc((100% - 30px) / 2);
    max-width: 335px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 820px) {
  #mufg2027.top .intro__link .intro__link-item:hover {
    opacity: 0.5;
  }
}
#mufg2027.top .intro__link .intro__link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 75px;
  padding: 0 17px 0 22px;
  line-height: 1;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .intro__link .intro__link-item a {
    height: 86px;
    padding: 0 min(1.6vw, 20px) 0 min(2.4vw, 30px);
  }
}
#mufg2027.top .intro__link .intro__link-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -12px;
  height: 24px;
  padding: 0 0.5em;
  background: #e60000;
  color: #ffffff;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .intro__link .intro__link-item dt {
    top: -14px;
    height: 28px;
    font-size: 16px;
  }
}
#mufg2027.top .intro__link .intro__link-item dd {
  color: #e60000;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .intro__link .intro__link-item dd {
    font-size: 22px;
  }
}
#mufg2027.top .intro__link .intro__link-item dd span {
  display: block;
  margin-top: 0.25em;
  color: #444444;
}
#mufg2027.top .intro__link .intro__link-item.is-unclick {
  opacity: 0.4;
}
#mufg2027.top .intro__link .intro__link-item.is-unclick a {
  cursor: default;
}
#mufg2027.top .intro__link .intro__link-item.is-mufgway {
  border: none;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .intro__link .intro__link-item.is-mufgway {
    width: 700px;
  }
}
#mufg2027.top .intro__link .intro__link-item.is-mufgway a {
  height: 100px;
  background: url("../img/top/intro_ban_way_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .intro__link .intro__link-item.is-mufgway a {
    height: 170px;
    width: 700px;
    background: url("../img/top/intro_ban_way_pc.jpg") no-repeat 50% 50%;
    background-size: contain;
  }
}
#mufg2027.top .intro__link .intro__link-item.is-mufgway dt {
  position: relative;
  top: 0;
  background: #ffffff;
  color: #e60000;
}
#mufg2027.top .intro__link .intro__link-item.is-mufgway dd {
  margin-top: 5px;
  color: #ffffff;
  line-height: 1;
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .intro__link .intro__link-item.is-mufgway dd {
    font-size: 42px;
  }
}
#mufg2027.top .overview {
  background: #e60000;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .overview {
    padding-bottom: min(8.8vw, 110px);
  }
}
#mufg2027.top .overview::after {
  top: -180px;
  right: -171px;
  display: block;
  position: absolute;
  width: 408px;
  height: 408px;
  border-radius: 50%;
  content: "";
  border: 112.5px solid #920000;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .overview::after {
    width: min(169.6vw, 2120px);
    height: min(169.6vw, 2120px);
    border-width: min(46.8vw, 585px);
    right: auto;
    left: max(50% - 16vw, 50% - 200px);
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .overview::before {
    position: absolute;
    display: block;
    content: "";
    background: #e60000;
    height: 100%;
    width: min(84.8vw, 1060px);
    top: 0;
    z-index: 2;
    left: min(50% + 68.8vw, 50% + 860px);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.top .overview .l-sec__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(45.6vw, 570px) min(4.8vw, 60px) 1fr;
    grid-template-columns: min(45.6vw, 570px) 1fr;
    -ms-grid-rows: auto 0 auto 0 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 0 min(4.8vw, 60px);
        grid-template-areas: "image headline" "image text" "link link";
  }
}
#mufg2027.top .overview .l-sec__headline {
  grid-area: headline;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .overview .l-sec__headline {
    text-align: left;
  }
  #mufg2027.top .overview .l-sec__headline span {
    margin: 0 0 0.5em;
  }
  #mufg2027.top .overview .l-sec__headline span::before {
    left: 0;
  }
}
#mufg2027.top .overview__img {
  grid-area: image;
}
#mufg2027.top .overview__txtbox {
  margin-top: 40px;
  color: #ffffff;
  grid-area: text;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .overview__txtbox {
    margin-top: 0;
  }
}
#mufg2027.top .overview__txtbox .overview__txtbox-date {
  margin-bottom: calc(30px - 0.5em);
  font-weight: 700;
  line-height: 1;
}
#mufg2027.top .overview__txtbox .overview__txtbox-date dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 23px;
  margin-bottom: 10px;
  padding: 0 5px;
  background: #ffffff;
  color: #e60000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .overview__txtbox .overview__txtbox-date dt {
    color: #920000;
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .overview__txtbox .overview__txtbox-date dt {
    height: 35px;
    padding: 0 10px;
    font-size: min(2.08vw, 1.625rem);
  }
}
#mufg2027.top .overview__txtbox .overview__txtbox-date dt::after {
  display: block;
  position: absolute;
  top: 0;
  right: -5.5px;
  width: 6px;
  height: 23px;
  background-color: #ffffff;
  content: "";
  clip-path: polygon(6px 50%, 0% 0%, 0% 23px);
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .overview__txtbox .overview__txtbox-date dt::after {
    right: -9px;
    width: 9px;
    height: 35px;
    clip-path: polygon(9px 50%, 0% 0%, 0% 35px);
  }
}
#mufg2027.top .overview__txtbox .overview__txtbox-date dd {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .overview__txtbox .overview__txtbox-date dd {
    font-size: min(2.4vw, 1.875rem);
  }
}
#mufg2027.top .overview__txtbox .overview__txtbox-txt {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .overview__txtbox .overview__txtbox-txt {
    font-size: min(1.44vw, 1.125rem);
    letter-spacing: -0.05em;
  }
}
#mufg2027.top .overview__link {
  margin-top: calc(50px - 0.5em);
  grid-area: link;
}
@media screen and (min-width: 768px){
  #mufg2027.top .overview .l-sec__headline {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #mufg2027.top .overview__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #mufg2027.top .overview__txtbox {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #mufg2027.top .overview__link {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.top .overview__link {
    margin-top: min(8vw - 0.5em, 100px - 0.5em);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.top .overview__link .watch-btn {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
#mufg2027.top .timetable__list {
  padding: 0 25px 15px;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 min(6.4vw, 80px) 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#mufg2027.top .timetable__list:first-of-type {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list:first-of-type {
    padding-top: min(7.2vw, 90px);
  }
}
#mufg2027.top .timetable__list:last-of-type {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list:last-of-type {
    padding-bottom: min(7.2vw, 90px);
  }
}
#mufg2027.top .timetable__list:last-of-type {
  margin-bottom: 0;
}
#mufg2027.top .timetable__list .timetable__list-time {
  display: none;
  width: 9.2vw;
  max-width: 115px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list .timetable__list-time {
    display: block;
    padding-top: min(3.2vw, 40px);
  }
}
#mufg2027.top .timetable__list .timetable__list-time span {
  display: block;
  position: relative;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .timetable__list .timetable__list-time span {
    font-size: 25px;
  }
}
#mufg2027.top .timetable__list .timetable__list-time span::before {
  display: none;
  position: absolute;
  top: max(50% - 1vw, 50% - 12.5px);
  right: -1px;
  width: min(1.2vw, 15px);
  height: min(2vw, 25px);
  background-color: #ffffff;
  content: "";
  clip-path: polygon(0% 50%, min(1.2vw, 15px) 0%, min(1.2vw, 15px) min(2vw, 25px));
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list .timetable__list-time span::before {
    display: block;
  }
}
#mufg2027.top .timetable__list .timetable__list-box {
  padding: 25px 20px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list .timetable__list-box {
    width: 74vw;
    max-width: 925px;
    padding: min(3.2vw, 40px) min(4vw, 50px);
  }
}
#mufg2027.top .timetable__list .timetable__list-headline {
  margin-bottom: 1em;
  color: #e60000;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list .timetable__list-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .timetable__list .timetable__list-headline {
    font-size: 30px;
  }
}
#mufg2027.top .timetable__list .timetable__list-headline span {
  display: block;
  position: relative;
  margin-bottom: 32px;
  color: #444444;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list .timetable__list-headline span {
    margin: 0 31.5px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .timetable__list .timetable__list-headline span {
    margin-right: 42px;
    font-size: 22px;
  }
}
#mufg2027.top .timetable__list .timetable__list-headline span::after {
  display: block;
  position: absolute;
  right: calc(50% - 10px);
  bottom: -16px;
  width: 20px;
  height: 1px;
  background: #444444;
  content: "";
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list .timetable__list-headline span::after {
    right: -16.5px;
    bottom: 0;
    width: 1px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .timetable__list .timetable__list-headline span::after {
    right: -22px;
  }
}
#mufg2027.top .timetable__list .timetable__list-txt {
  padding: 20px 20px 25px;
  background: #f2f2f2;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__list .timetable__list-txt {
    margin-top: min(2.4vw, 30px);
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .timetable__list .timetable__list-txt {
    padding: min(1.6vw, 20px) min(3.2vw, 40px);
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .timetable__list .timetable__list-txt ol {
    padding: min(1.6vw, 20px) 0;
  }
}
#mufg2027.top .timetable__list .timetable__list-txt ol li {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .timetable__list .timetable__list-txt ol li {
    margin-bottom: 2em;
  }
}
#mufg2027.top .timetable__list .timetable__list-txt ol li:last-child {
  margin-bottom: 0;
}
#mufg2027.top .timetable__list .timetable__list-txt ol li dl dt {
  margin: 0 0 1em 1em;
  font-weight: 700;
  line-height: 1.25;
  text-indent: -1em;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .timetable__list .timetable__list-txt ol li dl dt {
    font-size: min(1.6vw, 1.25rem);
  }
}
#mufg2027.top .timetable__link {
  padding: 30px 25px;
  background: #e60000;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: min(2vw, 25px);
  }
}
#mufg2027.top .timetable__link dt {
  margin-bottom: 1em;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__link dt {
    margin: 0 2em 0 0;
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .timetable__link dt {
    font-size: min(2.08vw, 1.625rem);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.top .timetable__link .watch-btn {
    width: 280px;
  }
}
#mufg2027.top .company {
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#mufg2027.top .company__list .company__list-box {
  background: #ffffff;
  padding: 35px 30px 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .company__list .company__list-box {
    padding: min(4vw, 50px) min(2.4vw, 30px) min(4.4vw, 55px);
    margin: 0 min(2.4vw, 30px) min(3.2vw, 40px) 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 819px) {
  #mufg2027.top .company__list .company__list-box {
    width: calc(50% - min(1.2vw, 15px));
  }
  #mufg2027.top .company__list .company__list-box:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .company__list .company__list-box {
    width: calc((100% - min(4.8vw, 60px)) / 3);
  }
  #mufg2027.top .company__list .company__list-box:nth-of-type(2n) {
    margin-right: min(2.4vw, 30px);
  }
  #mufg2027.top .company__list .company__list-box:nth-of-type(3n) {
    margin-right: 0;
  }
}
#mufg2027.top .company__list .company__list-name {
  line-height: 1;
  color: #e60000;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  margin-bottom: calc(25px - 0.5em);
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .company__list .company__list-name {
    font-size: min(1.52vw, 1.1875rem);
    margin-bottom: min(3.2vw - 0.5em, 40px - 0.5em);
  }
}
#mufg2027.top .company__list .company__list-name dt {
  position: relative;
  margin-bottom: 27px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .company__list .company__list-name dt {
    margin-bottom: min(3.6vw, 45px);
  }
}
#mufg2027.top .company__list .company__list-name dt::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -14px;
  width: 16px;
  height: 2px;
  background: #e60000;
  left: calc(50% - 8px);
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .company__list .company__list-name dt::after {
    bottom: max(-1.76vw, -22px);
    width: min(1.76vw, 22px);
    left: calc(50% - max(0.88vw, 11px));
  }
}
#mufg2027.top .company__list .company__list-name dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .company__list .company__list-name dd {
    width: 24vw;
    max-width: 300px;
  }
}
#mufg2027.top .reserve {
  position: relative;
  padding: 50px 0 55px;
  overflow: hidden;
  background: #e60000;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .reserve {
    padding: min(7.2vw, 90px) 0 min(8vw, 100px);
  }
}
#mufg2027.top .reserve::after {
  top: -20px;
  left: -160px;
  display: block;
  position: absolute;
  width: 376px;
  height: 376px;
  border-radius: 50%;
  content: "";
  border: 103.5px solid #920000;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .reserve::after {
    top: max(-12vw, -150px);
    left: max(-27.6vw, -345px);
    width: min(86.4vw, 1080px);
    height: min(86.4vw, 1080px);
    border-width: min(23.84vw, 298px);
  }
}
#mufg2027.top .reserve__inner {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #mufg2027.top .reserve__link {
    width: 500px;
    margin: 0 auto;
  }
}
#mufg2027.top .reserve__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0 20px 0 25px;
  background: #ffffff;
  color: #e60000;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #mufg2027.top .reserve__link a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.top .reserve__link a {
    height: 8.8vw;
    max-height: 110px;
    padding: 0 min(1.6vw, 20px) 0 min(2.4vw, 30px);
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .reserve__link a {
    font-size: min(2.4vw, 1.875rem);
  }
}
#mufg2027.top .floating__link {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  width: 102px;
  height: 102px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .floating__link {
    right: 30px;
    bottom: 30px;
    width: 140px;
    height: 140px;
  }
}
#mufg2027.top .floating__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 102px;
  height: 102px;
  border: 3px solid #920000;
  border-radius: 50%;
  background: #e60000;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .floating__link a {
    width: 140px;
    height: 140px;
    border-width: 6px;
    font-size: 22px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 820px) {
  #mufg2027.top .floating__link a:hover {
    opacity: 0.5;
  }
}
#mufg2027.top .floating__link a span {
  margin-bottom: 5px;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.top .floating__link a span {
    font-size: 14px;
  }
}
#mufg2027.top .floating__link a .link-arrow {
  margin-top: 5px;
}
#mufg2027.top .floating__link.is-fixed {
  position: fixed;
}

/*-----------------------------------------------------

  Media Query
  @include vars.mq-up(''){ @contentの内容 }

-----------------------------------------------------*/
/*-----------------------------------------------------

  Color

-----------------------------------------------------*/
/*-----------------------------------------------------

  Font

-----------------------------------------------------*/
/*Font Size*/
/*-----------------------------------------------------

  Other

-----------------------------------------------------*/
/*Hover*/
/*Background circle*/
/*-----------------------------------------------------

  Archive(2025.06.26)

  - Intro
  - Movie


-----------------------------------------------------*/
#mufg2027.archive {
  /*-----------------------------------------------------

    Intro

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Movie

  -----------------------------------------------------*/
  /*---------------------------------------------------*/
}
#mufg2027.archive .intro {
  padding-top: 55px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #mufg2027.archive .intro {
    padding-top: min(8vw, 100px);
    padding-bottom: min(8.8vw, 110px);
  }
}
#mufg2027.archive .movie {
  padding-top: 105px;
  padding-bottom: 90px;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  #mufg2027.archive .movie {
    padding-top: min(16vw, 200px);
    padding-bottom: min(6.4vw, 80px);
  }
}
#mufg2027.archive .movie .l-sec__inner {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #mufg2027.archive .movie .l-sec__inner {
    padding-bottom: min(11.2vw, 140px);
  }
}
#mufg2027.archive .movie__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #e60000;
  font-weight: 700;
  line-height: 1.25;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #mufg2027.archive .movie__headline {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  #mufg2027.archive .movie__headline {
    margin-bottom: 1em;
    font-size: min(2.4vw, 1.875rem);
  }
}
#mufg2027.archive .movie__headline::before {
  display: block;
  width: 17.5px;
  height: 17.5px;
  margin: 0.35em 0.5em 0 0;
  border: 5px solid #e60000;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 1024px) {
  #mufg2027.archive .movie__headline::before {
    width: min(2vw, 25px);
    height: min(2vw, 25px);
    border-width: min(0.56vw, 7px);
  }
}
#mufg2027.archive .movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mufg2027.archive .movie__list .movie__list-box {
  width: calc(50% - 7.5px);
  margin: 0 15px 30px 0;
}
@media screen and (min-width: 768px) {
  #mufg2027.archive .movie__list .movie__list-box {
    width: min((100% - 4.8vw) / 4, (100% - 60px) / 4);
    margin: 0 min(1.6vw, 20px) 0 0;
  }
}
#mufg2027.archive .movie__list .movie__list-box:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #mufg2027.archive .movie__list .movie__list-box:nth-of-type(2n) {
    margin-right: min(1.6vw, 20px);
  }
  #mufg2027.archive .movie__list .movie__list-box:nth-of-type(4n) {
    margin-right: 0;
  }
}
#mufg2027.archive .movie__list .movie__list-box .js-modal-btn {
  display: block;
  position: relative;
  overflow: hidden;
  background: #cccccc;
  aspect-ratio: 16/9;
}
#mufg2027.archive .movie__list .movie__list-box .js-modal-btn img {
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
#mufg2027.archive .movie__list .movie__list-box .js-modal-btn::before, #mufg2027.archive .movie__list .movie__list-box .js-modal-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
#mufg2027.archive .movie__list .movie__list-box .js-modal-btn::before {
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
#mufg2027.archive .movie__list .movie__list-box .js-modal-btn::after {
  width: 9px;
  height: 12px;
  background-color: #ffffff;
  clip-path: polygon(9px 50%, 0% 0%, 0% 12px);
}
#mufg2027.archive .movie__list .movie__list-name {
  margin-top: 1em;
  line-height: 1.25;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  #mufg2027.archive .movie__list .movie__list-name {
    font-size: min(1.12vw, 0.875rem);
  }
}

/*-----------------------------------------------------

  Media Query
  @include vars.mq-up(''){ @contentの内容 }

-----------------------------------------------------*/
/*-----------------------------------------------------

  Color

-----------------------------------------------------*/
/*-----------------------------------------------------

  Font

-----------------------------------------------------*/
/*Font Size*/
/*-----------------------------------------------------

  Other

-----------------------------------------------------*/
/*Hover*/
/*Background circle*/
/*-----------------------------------------------------

  IS(2025.06.26)

  - Intro
  - List


-----------------------------------------------------*/
#mufg2027.is {
  /*-----------------------------------------------------

    Filter

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    List

  -----------------------------------------------------*/
  /*---------------------------------------------------*/
}
#mufg2027.is .filter {
  padding-top: 55px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .filter {
    padding-top: min(8vw, 100px);
    padding-bottom: min(8.8vw, 110px);
  }
}
#mufg2027.is .filter__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mufg2027.is .filter__tab .filter__tab-btn {
  position: relative;
  width: calc(50% - 2px);
  height: 70px;
  border-bottom: 3px solid #ffffff;
  background: #444444;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .filter__tab .filter__tab-btn {
    height: 6.4vw;
    max-height: 80px;
    border-bottom-width: 4px;
  }
}
@media screen and (min-width: 820px) {
  #mufg2027.is .filter__tab .filter__tab-btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: min(1.76vw, 1.375rem);
  }
}
#mufg2027.is .filter__tab .filter__tab-btn strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 19px;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .filter__tab .filter__tab-btn strong {
    font-size: min(2.56vw, 2rem);
  }
}
#mufg2027.is .filter__tab .filter__tab-btn:hover:not(.is-active) {
  opacity: 0.5;
}
#mufg2027.is .filter__tab .filter__tab-btn.is-active {
  border-bottom-color: #e60000;
  background: #e60000;
}
#mufg2027.is .filter__tab .filter__tab-btn.is-active::after {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11px;
  height: 8px;
  background-color: #e60000;
  content: "";
  clip-path: polygon(50% 8px, 0% 0%, 11px 0%);
}
@media screen and (min-width: 768px) {
  #mufg2027.is .filter__tab .filter__tab-btn.is-active::after {
    bottom: max(-1.04vw - 4px, -17px);
    width: 1.44vw;
    max-width: 18px;
    height: 0.96vw;
    max-height: 12px;
    clip-path: polygon(50% min(0.96vw, 12px), 0% 0%, min(1.44vw, 18px) 0%);
  }
}
#mufg2027.is .filter__contents {
  position: relative;
  z-index: 0;
  padding: 27px 20px 30px;
  border: 2px solid #e60000;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .filter__contents {
    padding: min(4.8vw, 60px) min(5.6vw, 70px) min(4vw, 50px);
  }
}
#mufg2027.is .filter__company, #mufg2027.is .filter__keyword {
  display: none;
}
#mufg2027.is .filter__company.is-show, #mufg2027.is .filter__keyword.is-show {
  display: block;
}
#mufg2027.is .filter__checklist {
  font-size: 0px;
}
#mufg2027.is .filter__checklist .filter__checklist-item {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-weight: 700;
  font-size: 13px;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .filter__checklist .filter__checklist-item {
    font-size: min(1.28vw, 1rem);
  }
}
#mufg2027.is .filter__checklist .filter__checklist-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 47px;
  padding: 0 25px 0 40px;
  background: #f2f2f2;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .filter__checklist .filter__checklist-item label {
    height: 3.6vw;
    max-height: 45px;
  }
}
#mufg2027.is .filter__checklist .filter__checklist-item label::before, #mufg2027.is .filter__checklist .filter__checklist-item label::after {
  display: block;
  position: absolute;
  left: 12px;
  width: 17px;
  height: 17px;
  content: "";
}
#mufg2027.is .filter__checklist .filter__checklist-item label::before {
  z-index: 0;
  background: #ffffff;
}
#mufg2027.is .filter__checklist .filter__checklist-item label::after {
  display: none;
  z-index: 5;
  background: url("../img/is/icon_checked_sp.png");
  background-size: cover;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .filter__checklist .filter__checklist-item label:hover::after {
    display: block;
  }
}
#mufg2027.is .filter__checklist .filter__checklist-item input[type=checkbox] {
  display: none;
}
#mufg2027.is .filter__checklist .filter__checklist-item input[type=checkbox]:checked + label {
  background: #e60000;
  color: #ffffff;
}
#mufg2027.is .filter__checklist .filter__checklist-item input[type=checkbox]:checked + label::after {
  display: block;
}
#mufg2027.is .reset-btn {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0 10px 20px;
  color: #444444;
  line-height: 1;
  margin-inline: auto;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .reset-btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: min(1.12vw, 0.875rem);
  }
}
#mufg2027.is .reset-btn::before, #mufg2027.is .reset-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 12px;
  background: #e60000;
  content: "";
}
#mufg2027.is .reset-btn::before {
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
}
#mufg2027.is .reset-btn::after {
  -webkit-transform: translate(100%, -50%) rotate(-45deg);
          transform: translate(100%, -50%) rotate(-45deg);
}
@media screen and (min-width: 820px) {
  #mufg2027.is .reset-btn:hover {
    color: #e60000;
  }
}
#mufg2027.is .list {
  padding-top: 100px;
  padding-bottom: 110px;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list {
    padding-top: min(16vw, 200px);
    padding-bottom: min(13.6vw, 170px);
  }
}
#mufg2027.is .list__box {
  display: none;
  margin-bottom: 20px;
  padding: 55px 20px 60px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__box {
    margin-bottom: min(3.2vw, 40px);
    padding: min(8vw, 100px) min(5.6vw, 70px) min(8.8vw, 110px);
  }
}
#mufg2027.is .list__box:last-of-type {
  margin-bottom: 0;
}
#mufg2027.is .list__box.is-show {
  display: block;
}
#mufg2027.is .list__box p.notes, #mufg2027.is .list__box ul.notes {
  margin-top: 1em;
  color: #666666;
}
#mufg2027.is .list__box p.notes, #mufg2027.is .list__box ul.notes li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 11px;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__box p.notes, #mufg2027.is .list__box ul.notes li {
    font-size: min(0.96vw, 0.75rem);
  }
}
#mufg2027.is .list__box ul.notes li {
  padding-left: 0 !important;
}
#mufg2027.is .list__box ul.notes li::before {
  display: none !important;
}
#mufg2027.is .list__company {
  line-height: 1;
}
#mufg2027.is .list__company img {
  zoom: 0.2;
  width: auto;
  line-height: 1;
  max-inline-size: none;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__company img {
    zoom: 0.32;
  }
}
#mufg2027.is .list__company span {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__company span {
    margin-top: min(0.8vw, 10px);
  }
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__company span {
    font-size: min(2.72vw, 2.125rem);
  }
}
#mufg2027.is .list__keyword {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__keyword {
    margin: min(1.6vw, 20px) 0;
  }
}
#mufg2027.is .list__keyword li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0.5em 1em;
  border: 1px solid #e5e5e5;
  line-height: 1;
  font-size: 11px;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__keyword li {
    font-size: min(1.12vw, 0.875rem);
  }
}
#mufg2027.is .list__keyword li::before {
  font-size: 11px;
  content: "#";
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__keyword li::before {
    font-size: min(1.12vw, 0.875rem);
  }
}
#mufg2027.is .list__headline {
  position: relative;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #e60000;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__headline {
    margin-top: min(5.2vw, 65px);
    margin-bottom: min(2.4vw, 30px);
    padding-left: min(2.4vw, 30px);
  }
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__headline {
    font-size: min(1.76vw, 1.375rem);
  }
}
#mufg2027.is .list__headline::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 2px;
  background: #e60000;
  content: "";
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__headline::before {
    width: min(1.6vw, 20px);
    height: min(0.32vw, 4px);
  }
}
#mufg2027.is .list__event {
  margin-bottom: 25px;
  padding-bottom: 2.5em;
  border: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__event {
    margin-bottom: min(2.4vw, 30px);
  }
}
#mufg2027.is .list__event .list__event-name {
  padding: 1em 1.5em;
  border-bottom: 1px solid #e5e5e5;
  background: #f2f2f2;
  color: #e60000;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__event .list__event-name {
    padding: min(2.8vw, 35px);
    font-size: min(1.44vw, 1.125rem);
  }
}
#mufg2027.is .list__event > dd {
  padding: 2em 1.5em 0;
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__event > dd {
    padding: min(3.2vw, 40px) min(2.8vw, 35px) 0;
  }
}
#mufg2027.is .list__event .list__event-txt strong {
  font-weight: 700;
  color: #444444;
}
#mufg2027.is .list__event .list__event-txt dl {
  margin-top: 1.5em;
}
#mufg2027.is .list__event .list__event-txt dl dt {
  margin-top: 1em;
  font-weight: 700;
}
#mufg2027.is .list__event .list__event-txt dl dd .notes {
  margin-top: 0;
  margin-bottom: 2em;
}
#mufg2027.is .list__event .list__event-txt ul li {
  position: relative;
  padding-left: 1em;
}
#mufg2027.is .list__event .list__event-txt ul li::before {
  display: block;
  background: #444444;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: 1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mufg2027.is .list__event .list__event-txt ol.list__event-head li {
  margin-top: 1.5em;
}
#mufg2027.is .list__event .list__event-txt ol.list__event-head li strong {
  font-weight: 700;
  background: #f2f2f2;
  width: 100%;
  display: block;
  padding: 0.5em;
}
#mufg2027.is .list__event .list__event-txt ol.list__event-head li dl {
  margin-top: 0;
}
#mufg2027.is .list__event .list__event-info {
  padding-top: 0.5em;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__event .list__event-info {
    padding-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__event .list__event-info {
    padding-top: min(3.2vw, 40px);
  }
}
#mufg2027.is .list__event .list__event-info dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  width: 5em;
  height: 2em;
  background: #444444;
  color: #ffffff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__event .list__event-info dt {
    margin-top: 1em;
  }
}
@media screen and (min-width: 820px) {
  #mufg2027.is .list__event .list__event-info dt {
    font-size: min(1.12vw, 0.875rem);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__event .list__event-info dt:first-child {
    margin-top: 0;
  }
}
#mufg2027.is .list__event .list__event-info dd {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__event .list__event-info dd {
    width: calc(100% - 5.5em);
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__event .list__event-info dd:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__event .list__event-info dd ul li, #mufg2027.is .list__event .list__event-info dd ol li {
    display: inline-block;
    margin-right: 1.5em;
  }
}
#mufg2027.is .list__event .list__event-info dd ol {
  counter-reset: item;
}
#mufg2027.is .list__event .list__event-info dd ol li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
}
#mufg2027.is .list__event .list__event-info dd p.notes {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .list__event .list__event-info dd p.notes:not(.wrap) {
    display: inline-block;
    margin-left: 1em;
    text-indent: 0;
  }
}
#mufg2027.is .entry-btn {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .entry-btn {
    margin-top: min(4vw, 50px);
    width: 40vw;
    max-width: 500px;
    margin-inline: auto;
  }
}
#mufg2027.is .entry-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 20px;
  padding-left: 25px;
  background: #e60000;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #mufg2027.is .entry-btn a {
    height: 8.8vw;
    max-height: 110px;
  }
}
@media screen and (min-width: 820px) {
  #mufg2027.is .entry-btn a {
    font-size: min(2.4vw, 1.875rem);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
}
@media screen and (min-width: 820px) and (min-width: 820px) {
  #mufg2027.is .entry-btn a:hover {
    opacity: 0.5;
  }
}
#mufg2027.is .list__nohit {
  display: none;
}
#mufg2027.is .list__nohit.is-show {
  display: block;
}

/*-----------------------------------------------------

  Media Query
  @include vars.mq-up(''){ @contentの内容 }

-----------------------------------------------------*/
/*-----------------------------------------------------

  Color

-----------------------------------------------------*/
/*-----------------------------------------------------

  Font

-----------------------------------------------------*/
/*Font Size*/
/*-----------------------------------------------------

  Other

-----------------------------------------------------*/
/*Hover*/
/*Background circle*/
/*-----------------------------------------------------

  MUFG Way(2025.06.26)

  - PageTitle
  - Intro
  - Headline
  - Activity
  - Business


-----------------------------------------------------*/
#mufg2027.mufgway {
  /*-----------------------------------------------------

    PageTitle

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Intro

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Headline

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Activity

  -----------------------------------------------------*/
  /*-----------------------------------------------------

    Business

  -----------------------------------------------------*/
  /*---------------------------------------------------*/
}
#mufg2027.mufgway .pagetitle {
  background: url("../img/mufgway/pagetit_p_sp.png") #e60000 no-repeat top right;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .pagetitle {
    background: url("../img/mufgway/pagetit_p_pc.webp") #e60000 no-repeat top right;
    background-size: contain;
  }
}
#mufg2027.mufgway .pagetitle .pagetitle__inner h1 {
  width: 36.4102564103vw;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .pagetitle .pagetitle__inner h1 {
    width: 23.125vw;
    max-width: 370px;
  }
}
#mufg2027.mufgway .pagetitle .pagetitle__inner::after {
  display: none;
}
#mufg2027.mufgway .intro {
  margin-top: 14.1025641026vw;
  padding-bottom: 71.7948717949vw;
  background: url("../img/mufgway/intro_bg_sp.webp") no-repeat bottom center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro {
    margin-top: min(6.25vw, 100px);
    padding-bottom: min(28.4375vw, 455px);
    background: url("../img/mufgway/intro_bg_pc.webp") no-repeat bottom center;
    background-size: contain;
  }
}
#mufg2027.mufgway .intro__box {
  position: relative;
  margin-bottom: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box-txt {
    width: min(45.8333333333%, 550px);
  }
}
#mufg2027.mufgway .intro__box-txt p:not(.intro__box-lead) {
  line-height: 2.2;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box-txt p:not(.intro__box-lead) {
    line-height: 2.2;
    font-size: min(1.6vw, 1.25rem);
  }
}
#mufg2027.mufgway .intro__box-txt strong {
  color: #e60000;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box-txt strong {
    font-size: min(1.6vw, 1.25rem);
  }
}
#mufg2027.mufgway .intro__box-lead {
  color: #e60000;
  font-weight: 700;
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box-lead {
    line-height: 1.8;
    font-size: min(2.4vw, 1.875rem);
    margin-bottom: 0.5em;
  }
}
#mufg2027.mufgway .intro__box-pic {
  margin-top: 11.5384615385vw;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box-pic {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box.is-01 .intro__box-txt {
    padding-top: min(4.1666666667%, 50px);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box.is-01 .intro__box-pic {
    width: min(52.1666666667%, 626px);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box.is-02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box.is-02 .intro__box-txt {
    padding-top: min(2.5%, 30px);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box.is-02 .intro__box-pic {
    width: min(55.6666666667%, 668px);
    margin-top: min(-4.5833333333%, -55px);
    margin-left: min(-9.8333333333%, -118px);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box.is-03 {
    padding-top: min(9.1666666667%, 110px);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box.is-03 .intro__box-txt {
    margin-top: min(5%, 60px);
    width: min(50%, 600px);
  }
}
#mufg2027.mufgway .intro__box.is-03 .intro__box-pic {
  width: calc(100% + 25px);
  margin-right: -25px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .intro__box.is-03 .intro__box-pic {
    width: min(55.8333333333%, 670px);
    margin-right: 0;
    margin-left: min(-5.8333333333%, -70px);
  }
}
#mufg2027.mufgway .l-sec__headline {
  position: relative;
  margin-bottom: 8.9743589744vw;
  padding-left: 40px;
  line-height: 1.4;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .l-sec__headline {
    margin-bottom: min(3.75vw, 60px);
    padding-left: 65px;
    line-height: 1.4;
    font-size: min(2.4vw, 1.875rem);
  }
}
#mufg2027.mufgway .l-sec__headline::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 3px;
  background: #e60000;
  content: "";
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .l-sec__headline::before {
    width: 40px;
    height: 4px;
  }
}
#mufg2027.mufgway .activity {
  padding: 21.7948717949vw 0;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity {
    padding: min(9.375vw, 150px) 0 min(10vw, 160px);
  }
}
#mufg2027.mufgway .activity__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__list {
    -ms-grid-columns: 1fr min(4.8vw, 60px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.2vw, 40px) min(4.8vw, 60px);
  }
}
#mufg2027.mufgway .activity__list-box {
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: none;
}
#mufg2027.mufgway .activity__list-pic {
  width: calc(100% + 2px);
  margin-left: -1px;
  border-top: 4px solid #e60000;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__list-pic {
    border-top-width: 5px;
  }
}
#mufg2027.mufgway .activity__list-txtarea {
  padding: 5.1282051282vw 5.1282051282vw 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__list-txtarea {
    padding: min(4.4014084507%, 25px) min(5.2816901408%, 30px) min(7.9225352113%, 45px);
  }
}
#mufg2027.mufgway .activity__list-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.8461538462vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__list-logo {
    height: min(9.6830985915%, 55px);
    margin-bottom: 3.5211267606%;
    gap: min(3.5211267606%, 20px);
  }
}
#mufg2027.mufgway .activity__list-logo img {
  width: auto;
  height: 33px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__list-logo img {
    height: min(4.5833333333vw, 55px);
  }
}
#mufg2027.mufgway .activity__list-lead {
  margin-bottom: 1em;
  color: #e60000;
  font-weight: 700;
  line-height: 1.4375;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__list-lead {
    margin-bottom: 0.5em;
    line-height: 1.4545454545;
    font-size: min(1.76vw, 1.375rem);
  }
}
#mufg2027.mufgway .activity__detail {
  margin-top: 15.3846153846vw;
  padding: 5.1282051282vw 6.4102564103vw 7.6923076923vw;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__detail {
    margin-top: min(9.1666666667%, 110px);
    padding: min(3.75%, 45px) 0 min(4.1666666667%, 50px);
  }
}
#mufg2027.mufgway .activity__detail .activity__detail-lead {
  margin-bottom: 5.1282051282vw;
  font-weight: 700;
  line-height: 1.40625;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__detail .activity__detail-lead {
    margin-bottom: min(2.0833333333%, 25px);
    line-height: 1.4090909091;
    font-size: min(1.76vw, 1.375rem);
  }
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__detail .activity__detail-btn {
    margin-inline: auto;
    width: min(27.9166666667%, 335px);
  }
}
#mufg2027.mufgway .activity__detail .activity__detail-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 20px;
  padding-left: 25px;
  background: #e60000;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .activity__detail .activity__detail-btn a {
    height: 6.8vw;
    max-height: 85px;
  }
}
@media screen and (min-width: 820px) {
  #mufg2027.mufgway .activity__detail .activity__detail-btn a {
    font-size: min(1.76vw, 1.375rem);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
}
@media screen and (min-width: 820px) and (min-width: 820px) {
  #mufg2027.mufgway .activity__detail .activity__detail-btn a:hover {
    opacity: 0.5;
  }
}
#mufg2027.mufgway .business {
  padding: 21.7948717949vw 0;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .business {
    padding: min(9.375vw, 150px) 0 min(10vw, 160px);
  }
}
#mufg2027.mufgway .business__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .business__list {
    -ms-grid-columns: 1fr min(2.4vw, 30px) 1fr min(2.4vw, 30px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: min(3.2vw, 40px) min(2.4vw, 30px);
  }
}
#mufg2027.mufgway .business__list-box {
  padding: 6.4102564103vw 5.1282051282vw 8.9743589744vw;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .business__list-box {
    padding: min(10.5263157895%, 40px) min(7.8947368421%, 30px) min(14.4736842105%, 55px);
  }
}
#mufg2027.mufgway .business__list-pic {
  width: 41.0256410256vw;
  margin-bottom: 3.8461538462vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .business__list-pic {
    width: min(20vw, 250px);
    margin-bottom: min(10.5263157895%, 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#mufg2027.mufgway .business__list-lead {
  margin-bottom: 2.5641025641vw;
  font-weight: 700;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #mufg2027.mufgway .business__list-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: min(3.9473684211%, 20px);
    line-height: 1.6;
    font-size: min(1.6vw, 1.25rem);
  }
}