@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");


/*----------------------------------------
共通
----------------------------------------*/
:root {
  --color-MUFGred: #E60000;
  --Semantic-Main-Main-Red: #e60000;
  --Semantic-Text-Text-Black: #333333;
  --Semantic-Text-Text-Gray: #666666;
  --Semantic-Text-Text-Blue: #0066aa;
  --Semantic-Text-Text-White: #ffffff;
  --Semantic-Background-Background-Red01: #fdf6f7;
  --Semantic-Background-Background-Red02: #fcefef;
  --Semantic-Background-Background-Gray01: #f8f8f8;
  --Semantic-Background-Background-Gray02: #e9e9e9;
  --Semantic-Background-Background-White: #ffffff;
  
  --Semantic-Border-Border-Gray01: #9e9e9e;
  --Semantic-Border-Border-Gray02: #dddddd;
  --Semantic-Arrow-Gray: #838383;
  --Variation-Alert-Red01: #e60000;
  --Variation-Alert-Red02: #fdf6f7;
  --Variation-Yellow-100: #f7d54d;
  --Variation-Yellow-80: #f8dd70;
  --Variation-Yellow-60: #fae694;
  --Variation-Yellow-40: #fceeb8;
  --Variation-Yellow-20: #fdf7db;
  --Variation-Yellow-K40: #a89131;
  --Variation-Orange-100: #eb9042;
  --Variation-Orange-80: #efa768;
  --Variation-Orange-60: #f3bd8e;
  --Variation-Orange-40: #f7d3b3;
  --Variation-Orange-20: #fbe9d9;
  --Variation-Orange-K40: #a06128;
  --Variation-Coral-100: #dc5a5b;
  --Variation-Coral-80: #e37b7c;
  --Variation-Coral-60: #ea9c9d;
  --Variation-Coral-40: #f1bdbd;
  --Variation-Coral-20: #f8dede;
  --Variation-Coral-K40: #923739;
  --Variation-Purple-100: #aa5194;
  --Variation-Purple-80: #bb74a9;
  --Variation-Purple-60: #cc97bf;
  --Variation-Purple-40: #ddbad4;
  --Variation-Purple-20: #eedcea;
  --Variation-Purple-K40: #733063;
  --Variation-Blue-100: #337ebc;
  --Variation-Blue-80: #5c98c9;
  --Variation-Blue-60: #85b2d7;
  --Variation-Blue-40: #adcbe4;
  --Variation-Blue-20: #d6e5f2;
  --Variation-Blue-K40: #175380;
  --Variation-Cyan-100: #00aee0;
  --Variation-Cyan-80: #33bee6;
  --Variation-Cyan-60: #66ceec;
  --Variation-Cyan-40: #99dff3;
  --Variation-Cyan-20: #cceff9;
  --Variation-Cyan-K40: #007698;
  --Variation-Emerald-100: #2aaba0;
  --Variation-Emerald-80: #55bcb3;
  --Variation-Emerald-60: #7fcdc6;
  --Variation-Emerald-40: #aaddd9;
  --Variation-Emerald-20: #d4eeec;
  --Variation-Emerald-K40: #09746c;
  --Variation-Green-100: #84ba5b;
  --Variation-Green-80: #9cc77c;
  --Variation-Green-60: #b5d59d;
  --Variation-Green-40: #cee3be;
  --Variation-Green-20: #e6f1de;
  --Variation-Green-K40: #547d3a;
  --Variation-Gray-100: #5a5a5a;
  --Variation-Gray-75: #838383;
  --Variation-Gray-50: #acacac;
  --Variation-Gray-25: #d6d6d6;
  --Variation-Blue: #1b547b;
  --Variation-SoftBlue: #c9e9ff;
  --Variation-Green: #1e6e33;
  --Variation-SoftGreen: #d4efdb;
  --Variation-DarkYellow: #846d0d;
  --Variation-SubYellow: #fad998;
  --Variation-SoftYellow: #fff5bf;
  --Variation-Brown: #9a5b22;
  --Variation-SoftBrown: #fbe9d9;
  --Variation-SubRed: #ff4a4a;
  --Variation-SoftRed: #f99992;
  --Variation-Purple: #6f4b9c;
  --Variation-SoftPurple: #ece2f9;
  --fs-xl: 20px;
  --fs-l: 18px;
  --fs-m: 16px;
  --fs-s: 14px;
  --fs-xs: 12px;
  --fw-normal: 400;
  --fw-bold: 700;
  --lh-normal: 1.6;
  --lh-tight: 1.4;
  --lh-tighter: 1.2;
  --box-shadow-01: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  --box-shadow-02: 0px 4px 16px 0px rgba(183, 92, 52, 0.1);


  --pc-inner-padding: 80px;
}
html {
  scroll-behavior: smooth;
}

body {
	font-size: 16px; 
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #333;
}
*,::before,::after {
  box-sizing: border-box;
}
img {
	max-width: 100%;
  height: auto;
	vertical-align: bottom;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  text-decoration: none;
  color: var(--Semantic-Text-Text-Black);
}

@media screen and (min-width: 769px) {
 img {
  vertical-align: bottom;
 }
 a {
  transition:all 0.2s;
  transition-delay: 0;
 }

 a:hover {
  opacity: 0.7;
 }
}

.ta-center {
  text-align: center;
}
.text-red {
  color: var( --color-MUFGred,#E60000 );
  /* color: #E60000; */
}
.fw-bold {
  font-weight: bold;
}
.strikethrough {
  text-decoration: line-through;
}

 .marked-list {
  list-style: none;
}
 .marked-list > li {
  position: relative;
}
 .marked-list > li::before {
  position: absolute;
  left: 0;
  font-weight: inherit;
}
.marked-list--kome {
  font-size: 0.75em;
}
.marked-list--kome > li {
  padding-left: 1.5em;
}
.marked-list--kome > li::before {
  content: "※";
}

.deco-heading {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.deco-heading .minute{
  font-size: 1.5em;
}
.deco-heading::before,.deco-heading::after {
  content: "";
  width: 10px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../imgs/policy_title_pop.svg");
  position: relative;
  bottom: -2px;
}
.deco-heading::before{
  left: -5px;
  transform: scaleX(-1);
}
.deco-heading::after{
  right: -5px;
}
@media screen and (min-width: 769px) {
  .deco-heading {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .deco-heading .minute{
    font-size: 1.77em;
  }
  .deco-heading::before,.deco-heading::after {
    content: "";
    width: 13px;
    height: 25px;
    bottom: -6px;
  }
  .deco-heading::before{
    left: -8px;
    transform: scaleX(-1);
  }
  .deco-heading::after{
    right: -8px;
  }
}


.inner {
	max-width: 1000px;
	margin: 0 auto;
}

.inner_in {
	max-width: 860px;
	margin: 0 auto;
}


.btn {
	background-color: var( --color-MUFGred,#E60000 );
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 19px;
	display: inline-block;
	border-radius: 12px;
	min-width: 270px;
  position: relative;
}
.btn::after {
	content: '';
	position: absolute;
  display: inline-block;
  background-image: url("../imgs/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top:50%;
  transform: translateY(-50%);
  right: 12px;
	width: 23px;
	height: 23px;
}
.btn_wrap{
	text-align: center;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 392px;
  }
  .btn::after {
    width: 30px;
    height: 30px;
    right: 24px;
  }
}

@media screen and (min-width: 769px) {
	.sp-only {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc-only {
		display: none !important;
	}
}
.boxOpacity {
  opacity: 0;
}



/*----------------------------------------
kv
----------------------------------------*/
.kv {
  padding-top: 55px;
  background-color: #FFF7F5;
}
@media screen and (min-width: 769px) {
  .kv {
    padding-top: 107px;
    overflow: hidden;
  }
  .kv .kv_inner {
    position: relative;
  }
  .kv .kv_inner img {
   
  }
  .kv .kv_inner .kv-btn-area {
    position: absolute;
    left: calc(50% - 10%);
    transform: translateX(-50%);
    bottom: 8%;
    max-width: 392px;
  }
  
  .kv .kv_inner .kv-btn-area .deco-heading {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv_inner .kv-btn-area {
    position: relative;
    background-color: white;
    width: calc(100% - 40px);
    margin: -40px auto 0;
    border-radius: 16px;
    padding: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .kv .kv_inner {
    position: relative;
    width: 1000px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .kv .kv_inner .kv-btn-area .deco-heading{
    font-size: 14px;
    margin-bottom: 3px;
  }
  .kv .kv_inner .kv-btn-area .btn_wrap .btn{
    padding: 10px;
    width: 100%;
  }
  .kv .kv_inner .kv-btn-area .btn_wrap .btn::after{
    width: 20px;
    height: 20px;
   }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .kv .kv_inner .kv-btn-area {
    width: 320px;
  }
  .kv .kv_inner .kv-btn-area .btn_wrap .btn{
    width: 100%;
  }
}




/*----------------------------------------
intro
----------------------------------------*/
.intro {

}

.intro h2 {
	text-align: center;
	color: var( --color-MUFGred,#E60000 );
	padding-bottom: 7px;
	border-bottom: solid 2px var( --color-MUFGred,#E60000 ) ;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.intro h2 {
		padding-bottom: 14px;
		margin-bottom: 36px;
    font-size: 1.75rem;
		border-bottom: solid 4px var( --color-MUFGred,#E60000 ) ;
	}
}


/*----------------------------------------
merit
----------------------------------------*/
.merit {
  padding: 40px 0px 65px;
  background-color: #FFF7F5;
  /* background-color: #c58575; */
}
.merit .merit_box{
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 19px 32px;
}
.merit .merit_box:not(:last-child){
  margin-bottom: 50px;
}
.merit .merit_box .sub_title{
  position: relative;
  display: block;
}
.merit .merit_box .sub_title{
  position: relative;
}
.merit .merit_box .sub_title::after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  width: calc(100% + 20px);
  left: -20px;
  height: 1px;
  background-color: var(--color-MUFGred);
}
.merit .merit_box .sub_title span {
  position: relative;
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .merit .merit_box .sub_title.sub_title_num01 span {
   top:4px; 
  }
}
.merit .merit_box .sub_title span::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  left: -20px;
  z-index: -1;
  width: calc( 100% + 20px + 20px);
  height: calc( 100% + 20px);
  background-color: white;
}
.merit .merit_box .sub_title.sub_title_num01 img{
  width: 150px;
  top: 4px;
}
.merit .merit_box .sub_title.sub_title_num02 img{
  width: 160px;
}
.merit .merit_box .sub_title.sub_title_num03 img{
  width: 120px;
}

.merit .merit_box .policy_contents {
  padding-top: 19px;
  margin-top: 14px;
}
.merit .merit_box .policy_contents .policy_contents_text{
  position: relative;
}
.merit .merit_box .policy_contents .policy_contents_text::before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  width: calc(100% + 20px);
  left: -20px;
  height: 2px;
  background-color: var(--color-MUFGred);
}
.merit .merit_box .policy_contents .policy_contents_text::after {
  content: '';
  display: block;
  position: absolute;
  top: -17px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-MUFGred);
}
.merit .policy_contents .policy_contents_text{
  line-height: 1.5;
}
.merit .merit_box .policy_contents .policy_contents_text h3{
  font-size: 20px;
}
.merit .policy_contents .policy_contents_text span{
  font-weight: bold;
}
.merit .policy_contents .policy_contents_text .marked-list{
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  .merit {
    padding: 70px var(--pc-inner-padding) 78px;
  }
  .merit .merit_box{
    padding: 56px 50px 58px;
  }
  .merit .merit_box h2{
    font-size: 2rem;
  }
  .merit .merit_box .sub_title{
    margin-bottom: 5px;
  }
    .merit .merit_box .sub_title.sub_title_num01 img{
    width: 161px;
  }
  .merit .merit_box .sub_title.sub_title_num02 img{
    width: 177px;
  }
  .merit .merit_box .sub_title.sub_title_num03 img{
    width: 164px;
  }
  .merit .merit_box .sub_title span::before {
    top: 50%;
    left: -45px;
    width: calc(100% + 60px + 5px);
  }
  .merit .merit_box .sub_title::after {
    top: 25px;
    /* width: 620px; */
    width: 700px;
    left: -45px;
    height: 2px;
    background-color: var(--color-MUFGred);
  }
  .merit .merit_box .sub_title.sub_title_num01::after {
    top: 20px;
  }
  /* .merit .merit_box .policy_contents .policy_contents_text span{
    font-size: 1.25em;
  } */
  .merit .merit_box .policy_contents {
    padding-top: 37px;
    margin-top: 28px;
  }

  
  .merit .merit_box .policy_contents .policy_contents_text::before {
    /* width: 620px; */
    width: 700px;
    top: -37px;
    left: -51px;
    height: 4px;
  }
  .merit .merit_box .policy_contents .policy_contents_text::after {
    top: -43px;
    /* left: 560px; */
    left: 645px;
    width: 16px;
    height: 16px;
  }
  .merit .policy_contents .policy_contents_image.pc_poclicy_image {
    max-width: 620px;
    margin: 30px auto 0;
  }

  /* PC時2カラム */
  .merit .policy_contents.pc_two_column {
    display: flex;
    justify-content: space-between;
    column-gap: 49px;
  }
  .merit .policy_contents.pc_two_column .policy_contents_text {
    width: 60.578%;
    max-width: 547px;
  }
  .merit .policy_contents.pc_two_column  .policy_contents_image {
    width: 33.210%;
    max-width: 306px;
  }
  .merit .merit_box .policy_contents.pc_two_column .policy_contents_text::before {
    /* width: calc(100% + 58px);
    top: -37px;
    left: -58px;
    height: 4px; */
  }
  .merit .merit_box .policy_contents.pc_two_column .policy_contents_text::after {
    /* right: -2px;
    left: initial; */
  }
}
.merit .merit_box .policy_contents .policy_contents_text{
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .merit .merit_box .sub_title::after {
    width: 580px;
  }

  .merit .merit_box .policy_contents .policy_contents_text::before {
    width: 580px;
  }
  .merit .merit_box .policy_contents .policy_contents_text::after {
    top: -43px;
    left: 520px;
  }
}




/* メリット01 スマートでおトクな３つのポイント */
.merit .policy_contents.contents01 .policy_contents01_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 58px;
}

.merit .policy_contents.contents01 .policy_contents01_list > li {
  background-color: #FFF7F5;
  padding: 30px 26px;
  position: relative;
}
.merit .policy_contents.contents01 .policy_contents01_list > li  {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.merit .policy_contents.contents01 .policy_contents01_list > li::before {
  content: "";
  position: absolute; 
  top: -35px;
  left: -10px;
  width: 70px; 
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; 
  pointer-events: none;
}
.merit .policy_contents.contents01 .policy_contents01_list > li:nth-of-type(1)::before {
  background-image: url("../imgs/policy_01_no01.png");
}
.merit .policy_contents.contents01 .policy_contents01_list > li:nth-of-type(2)::before {
  background-image: url("../imgs/policy_01_no02.png");
}
.merit .policy_contents.contents01 .policy_contents01_list > li:nth-of-type(3)::before {
  background-image: url("../imgs/policy_01_no03.png");
}
.merit .policy_contents.contents01 .policy_contents01_list > li .marked-list--kome {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .merit .policy_contents.contents01 .policy_contents01_list {
    flex-direction: initial;
    gap: 30px;
    padding-top: 43px;
  }
  .merit .policy_contents.contents01 .policy_contents01_list > li .marked-list--kome {
    font-size: 12px;
  }
  .merit .policy_contents.contents01 .policy_contents01_list > li .policy_contents01_list_image {
    align-self: end;
    margin-top: auto;
  }
}

/* メリット02 動画でわかる！NISA口座のおトクな使い方！ */



/* メリット03 三菱UFJカードでクレカ積立するとおトク */
.merit .policy_contents.contents03 .policy_contents03_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 58px;
}
.merit .policy_contents.contents03 .policy_contents03_list > li,
.merit .policy_contents.contents03 .card .card-body  {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.merit .policy_contents.contents03 .policy_contents03_list > li p {
  font-size: 18px;
}
.merit .policy_contents.contents03 .policy_contents03_list > li .card_name,
.merit .policy_contents.contents03 .card .card-body .card_name  {
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
}
.merit .policy_contents.contents03 .policy_contents03_list > li .card_point,
.merit .policy_contents.contents03 .card .card-body .card_name .card_point{
  font-size: 18px;
}
.merit .policy_contents.contents03 .policy_contents03_list > li .card_name.red,
.merit .policy_contents.contents03 .card .card-body .card_name.red {
  background: var( --Semantic-Main-Main-Red);
}
.merit .policy_contents.contents03 .policy_contents03_list > li .card_name.dark_yellow,
.merit .policy_contents.contents03 .card .card-body .card_name.dark_yellow{
  background: #B38F4B;
}
.merit .policy_contents.contents03 .policy_contents03_list > li .card_name.black,
.merit .policy_contents.contents03 .card .card-body .card_name.black {
  background: #000000;
  border-radius: 50px;
  padding: 5px 20px;
}
.merit .policy_contents.contents03 .img-wrap {
  margin-top: 80px;
}


@media screen and (max-width: 768px) {
  .merit .policy_contents.contents03 .card .card-body .card_name{
    max-width: 190px;    
  }
  .merit .policy_contents.contents03 .carousel-wrap{
    /* margin: 0 -20px; */
  }
  .merit .policy_contents.contents03 .carousel-wrap a.is-disabled {
    pointer-events: none; /* クリック/tapを無効化（マウス/タッチ） */
    cursor: default;
  }
}
@media screen and (min-width: 769px) {
  .merit .policy_contents.contents03 .policy_contents03_list {
    flex-direction: initial;
    gap: 30px;
    padding-top: 0px;
  }
  .merit .policy_contents.contents03 .policy_contents03_list > li .card_name,
  .merit .policy_contents.contents03 .card .card-body .card_name  {
      padding: 5px 16px;
  }
  .merit .policy_contents.contents03 .policy_contents03_list > li .card_point {
    font-size: 20px;
  }
  .merit .policy_contents.contents03 .policy_contents03_list > li .card_name {
    font-size: 16px;
  }
  .merit .policy_contents.contents03 .policy_contents03_list > li .card_name.black {
    border-radius: 40px;
    padding: 5px 30px;
  }
  .merit .policy_contents.contents03 .img-wrap {
    margin: 53px auto 0;
    max-width: 743px;
  }

}

@media screen and (min-width: 769px) and (max-width: 1050px) {

  .merit .policy_contents.contents03 .policy_contents03_list > li .card_name {
    font-size: 13px;
  }
  .merit .policy_contents.contents03 .policy_contents03_list > li .card_point {
    font-size: 18px;
  }
}


/*----------------------------------------
policy MUFGグループとしてー
----------------------------------------*/

.policy h2 {
	text-align: center;
	color: var( --color-MUFGred,#E60000 );
	padding-bottom: 7px;
	border-bottom: solid 2px var( --color-MUFGred,#E60000 ) ;
	margin-bottom: 20px;
}

.policy-btn-area {
  padding: 30px 0px;
}
@media screen and (min-width: 769px) {
  .policy-btn-area {
    padding: 40px 0px;
  }
}



.policy-area{
  background-image: url("../imgs/policy_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 26px 0px;
}

.policy-area-inner {
  padding: 27px 20px;
  background-color: white;
}
.policy-area-inner p{
  padding: 0px 5px;
}
@media screen and (min-width: 769px) {
  .policy-area {
    padding: 47px var(--pc-inner-padding) 55px;
  }
  .policy-area-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 34px 20px 43px;
    border-radius: 24px 0px;
  }
	.policy h2 {
		padding-bottom: 14px;
		margin-bottom: 36px;
		border-bottom: solid 4px var( --color-MUFGred,#E60000 ) ;
    font-size: 1.75rem;
  }

  .policy-area-inner p{
    max-width: 640px;
    margin: 0 auto;
  }
}



/*----------------------------------------
キャンペーン
----------------------------------------*/

.campaign {
	background-color: #FCF1E0;
	padding: 40px 22px 63px;
}
@media screen and (min-width: 769px) {
	.campaign {
		background-color: #FCF1E0;
		padding: 66px var(--pc-inner-padding) 82px;
	}
}

.campaign h2 {
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.campaign h2::before,.campaign h2::after {
  content: "";
  width: 26px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../imgs/campaign_title_pop.svg");
}
.campaign h2::before{
  transform: scaleX(-1);
}

@media screen and (min-width: 769px) {
	.campaign h2 {
		font-size: 32px;
    margin-bottom: 21px;
    column-gap: 18px;
	}
  .campaign h2::before,.campaign h2::after {
    width: 34.066px;
    height: 72.387px;
  }
}

.campaign-banner{
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .campaign-banner{
    max-width: 720px;
    margin: 0 auto 41px;
  }
}

.campaign-bar {
  background-color:  var( --color-MUFGred,#E60000 );
  border-radius: 8px;
  text-align: center;
  color: white;
  padding: 10px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .campaign-bar {
    font-size: 20px;
    padding: 13px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .campaign01_img01{
    width: 500px;
  }
  .campaign02_img01 {
    width: 500px;
  }
  .campaign02_img02 {
    width: 500px;
  }
}




/*----------------------------------------
footer【フッターレイアウト】
----------------------------------------*/
footer {
	width: 100%;
	height: auto;
}

footer {
	font-size: 14px;
}



footer .ftr01 {
	background-color: #f8f8f8;
	padding: 36px 20px 36px;
	color: #000;
}
.ftr_text {
	font-size: 14px;
}

footer .copy {
	background-color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}


@media screen and (min-width: 769px) {
	footer .ftr01 {
		padding: 46px var(--pc-inner-padding) 46px;
	}
	.ftr_text {
		font-size: 16px;
	}

	footer .copy {
		padding: 12px 0px;
	}
}

/*----------------------------------------
ページ下部追従ボタン
----------------------------------------*/
/* .start #foot-btn{
  opacity: 1;
} */

#foot-btn {
  background-color: rgba(131, 131, 131, 0.5);
  padding: 20px;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: none;
  /* opacity: 0; */
  transition: all 0.2s;
}

/*----------------------------------------
ページトップへ戻るボタン
----------------------------------------*/


.page-top {
    position: fixed;
    bottom: 120px;
    right: 50px;
    width: 56px;
    height: 56px;
    background-color: var(--Semantic-Arrow-Gray, #838383);
    background-image: url("../imgs/arrow_pagetop.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50% 50%;
    border-radius: 50%;
    border: none;
    display: none;
    z-index: 100;
    opacity: 0.6;
    transition: all 0.2s;
}

@media screen and (max-width: 768px) {
	.page-top {
	  width: 40px;
	  height: 40px;
	  bottom: 120px;
	  right: 20px;
	  background-size: 14px;
	}
  }
  .page-top:hover {
    opacity: 0.5;
    cursor: pointer;
  }

/*----------------------------------------------------
モジュール(新デザ) ：小パーツ
----------------------------------------------------*/
/* 左右中央寄せ */
.ta-center {
  text-align: center !important;
}
.ta-left {
  text-align: left !important;
}
.ta-right {
  text-align: right !important;
}
/* 垂直揃え */
.va-middle {
  vertical-align: middle !important;
}
.va-bottom {
  vertical-align: bottom !important;
}
.va-base {
  vertical-align: baseline !important;
}

.text-mini{
  font-size: 0.8em !important;
}

/*----------------------------------------------------
モジュール(新デザ)：カード型
----------------------------------------------------*/
.card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  border: 1px solid #f8f8f8;
  box-shadow: var(--box-shadow-01);
  border-radius: 16px;
  background-color: var(--Semantic-Text-Text-White, #ffffff);
  padding: 16px;
  position: relative;
}
.card .card-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .card-img-wrap img,
.card .card-img-wrap iframe {
  width: 100%;
}
.card .card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.card .card-body .card-category {
  font-size: var(--fs-xs);
  color: var(--Semantic-Main-Main-Red, #e60000);
  font-weight: var(--fw-normal);
}
.card .card-body .card-date {
  font-size: var(--fs-s);
}
.card .card-body .card-title {
  font-weight: var(--fw-bold);
  line-height: var(--lh-normal);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: calc(1em * var(--lh-normal) * 3);
  text-overflow: ellipsis;
}
.card .card-body .card-text {
  font-size: var(--fs-s);
  line-height: var(--lh-normal);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: calc(1em * var(--lh-normal) * 3);
  text-overflow: ellipsis;
}
.card--03 .card-img-wrap,
.card--04 .card-img-wrap {
  width: 140px;
  min-width: 140px;
}
@media screen and (max-width: 768px) {
  .card--03 .card-img-wrap,
  .card--04 .card-img-wrap {
    width: 100px;
    min-width: 100px;
  }
}
.card--03 .card-body .card-title,
.card--04 .card-body .card-title {
  font-size: 18px;
  text-align: center;
}
.card--03 .card-body .card-text,
.card--04 .card-body .card-text {
  font-size: var(--fs-s);
}
.card--05 {
  gap: 24px;
  padding: 24px;
  align-items: flex-start;
}
.card--05 .item-name {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.card--05 .item-name .heading {
  flex: 1;
}
.card--05 .overview {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card--05 .overview {
    flex-direction: column;
  }
}
.card--05 .overview img {
  width: 140px;
  height: 140px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .card--03.card--sp-04 {
    flex-direction: row;
  }
  .card--03.card--sp-04 .card-img-wrap {
    margin-bottom: 0;
  }
  .card--03.card--sp-04 .card-body {
    width: calc(100% - 116px);
  }
  .card--03.card--sp-04 .card-body .card-title {
    text-align: left;
  }
}
.card--04 {
  flex-direction: row;
  width: 100%;
}
.card--04 .card-body .card-title {
  text-align: left;
}
.card.closed .card-img-wrap {
  position: relative;
}
.card.closed .card-img-wrap::before {
  content: "終了しました";
  position: absolute;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  color: var(--Semantic-Text-Text-White, #ffffff);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  top: 0;
  left: 0;
}
a .card--03::after,
a .card--04::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 16px;
  right: 16px;
  background-image: url("../imgs/common/icon_arrow_circle.svg");
}
a .card--03 .card-body,
a .card--04 .card-body {
  margin-bottom: calc(16px * var(--lh-normal));
}
a .card--05 .item-name::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../imgs/common/icon_arrow_circle.svg");
}
.item-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 100%;
  border: 1px solid #f8f8f8;
  box-shadow: var(--box-shadow-01);
  border-radius: 16px;
  background-color: var(--Semantic-Text-Text-White, #ffffff);
  padding: 16px;
}
.item-card .item-card-img {
  width: 60px;
}
.item-card .item-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item-card .item-card-body .item-card-title {
  font-size: 18px;
  font-weight: var(--fw-bold);
  line-height: var(--lh-normal);
}
@media screen and (max-width: 768px) {
  .item-card .item-card-body .item-card-title {
    font-size: var(--fs-m);
  }
}
.item-card .item-card-body .item-card-text {
  font-size: var(--fs-s);
}
.item-card--01 {
  flex-direction: column;
  width: 100%;
  /* min-width: 238px; */
}
@media screen and (max-width: 768px) {
  .item-card--01 {
    width: 100%;
    min-width: auto;
  }
}
.item-card--01 .item-card-body .item-card-title,
.item-card--01 .item-card-body .item-card-text {
  text-align: center;
}
.item-card--02 {
  flex-direction: row;
  width: 100%;
}



/*----------------------------------------------------
モジュール(新デザ)：カルーセル
----------------------------------------------------*/
.carousel-wrap {
  padding: 0 32px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .carousel-wrap {
    max-width: 612px;
    margin: 0 auto;
  }
}
.carousel-wrap .carousel-item {
  margin: 0 4px;
}
.carousel-wrap .carousel-item > a {
  display: flex;
  justify-content: center;
  height: 100%;
}
.carousel-wrap .carousel-item > a:hover {
  text-decoration: none;
}

.scroll-wrap {
  position: relative;

}

.slick-slider.slick-dotted {
  margin-bottom: 40px;
}
.slick-slider .slick-list {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  display: grid;
  place-items: center;
  align-items: stretch;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 48px;
  height: 48px;
  z-index: 100;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("/2024renew_assets/imgs/common/icon_arrow_rd_02.svg");
  background-repeat: no-repeat;
  background-size: 10px 18px;
  border: 1px solid var(--Semantic-Main-Main-Red);
  background-position: calc(50% + 1px) 50%;
}
@media screen and (max-width: 768px) {
  .slick-slider .slick-list {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../imgs/common/icon_arrow_rd.svg");
    background-color: transparent;
    background-size: cover;
    border: none;
    top: calc(100% + 29px);
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  display: none;
}
.slick-slider .slick-prev {
  left: 0;
  transform: scaleX(-1) translate(0, -50%);
}
.slick-slider .slick-next {
  right: 0px;
  transform: translate(0, -50%);
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  width: auto;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button::before {
  font-size: 8px;
  opacity: 1;
  color: #dddddd;
}
.slick-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: var(--Semantic-Main-Main-Red, #e60000);
}


/* 
  下記
  今回のページ（mufg-connect_02.html）で
  動画を中央寄せにするために追加
*/
.slick-slide iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .carousel-wrap {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
}


/*----------------------------------------------------
モジュール(新デザ)：アコーディオン
----------------------------------------------------*/

.accordion-item {
  display: flex;
  flex-direction: column;
  background-color: var(--Semantic-Text-Text-White, #ffffff);
  border-radius: 12px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-heading {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s ease;
  padding: 16px 64px 16px 24px;
}
@media screen and (min-width: 769px) {
  .accordion-item .accordion-heading:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .accordion-item .accordion-heading {
    padding: 16px 46px 16px 16px;
  }
}
.accordion-item .accordion-heading::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("../imgs/common/icon_accordion_plus.svg");
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .accordion-item .accordion-heading::after {
    width: 21px;
    height: 21px;
    background-size: 21px;
    right: 16px;
  }
}
.accordion-item .accordion-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .accordion-item .accordion-content {
    padding: 24px 16px;
  }
}
.accordion-item .accordion-content > .inner-content {
  overflow: hidden;
}
.accordion-item.open .accordion-heading::after {
  background-image: url("../imgs/common/icon_accordion_minus.svg");
}
.accordion-item--faq {
  box-shadow: none;
}
.accordion-item--faq .accordion-heading {
  padding-left: 68px;
}
@media screen and (max-width: 768px) {
  .accordion-item--faq .accordion-heading {
    padding-left: 42px;
  }
}
.accordion-item--faq .accordion-heading::before,
.accordion-item--faq .accordion-content::before {
  font-family: var(--ff-latin);
  font-size: 28px;
  font-weight: var(--fw-bold);
  color: var(--Semantic-Main-Main-Red, #e60000);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .accordion-item--faq .accordion-heading::before,
  .accordion-item--faq .accordion-content::before {
    font-size: 24px;
  }
}
.accordion-item--faq .accordion-heading a,
.accordion-item--faq .accordion-content a {
  color: var(--Semantic-Text-Text-Blue, #0066aa);
  text-decoration: underline;
}
.accordion-item--faq .accordion-heading::before {
  position: absolute;
  content: "Q";
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
}
@media screen and (max-width: 768px) {
  .accordion-item--faq .accordion-heading::before {
    left: 16px;
  }
}
.accordion-item--faq .accordion-content {
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .accordion-item--faq .accordion-content {
    gap: 8px;
  }
}
.accordion-item--faq .accordion-content::before {
  content: "A";
  padding-top: 2px;
}
.accordion-item--faq.no-accordion .accordion-heading {
  font-weight: var(--fw-normal);
  padding-right: 16px;
  cursor: default;
  transition: none;
}
.accordion-item--faq.no-accordion .accordion-heading:hover {
  opacity: 1;
}
.accordion-item--faq.no-accordion .accordion-heading::after {
  display: none;
}
.accordion-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: var(--Semantic-Background-Background-Gray01, #f8f8f8);
  border-radius: 24px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .accordion-list {
    padding: 24px 20px;
  }
}



/*----------------------------------------------------
モジュール(新デザ)：テーブルレイアウト
----------------------------------------------------*/
.table-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .table-wrap.sp-scroll > .table {
    width: 920px;
  }
}
.table {
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.table th,
.table td {
  border: 1px solid var(--Semantic-Border-Border-Gray02, #dddddd);
  padding: 8px;
  text-align: left;
  vertical-align: top;
  font-weight: var(--fw-normal);
}
.table th a:not(.arrow-link-gr),
.table td a:not(.arrow-link-gr) {
  color: var(--Semantic-Text-Text-Blue, #0066aa);
  text-decoration: underline;
}
.table td {
  background-color: var(--Semantic-Background-Background-White, #ffffff);
}
.table th {
  background-color: #EEEEEE;
}
@media screen and (min-width: 769px) {
  .table th {
    width: 240px;
  }
}
.table thead th {
  background-color: var(--Semantic-Background-Background-Gray02, #e9e9e9);
}
.table--va-middle th,
.table--va-middle td {
  vertical-align: middle;
}
.table--ta-center th,
.table--ta-center td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table--responsive {
    display: block;
  }
  .table--responsive thead,
  .table--responsive tbody,
  .table--responsive tr,
  .table--responsive th,
  .table--responsive td {
    display: block;
  }
  .table--responsive tr {
    border: 1px solid var(--Semantic-Border-Border-Gray02, #dddddd);
  }
  .table--responsive tr:not(:last-child) {
    border-bottom: none;
  }
  .table--responsive th,
  .table--responsive td {
    width: 100% !important;
    border: none;
  }
  .table--responsive th {
    border-bottom: 1px solid var(--Semantic-Border-Border-Gray02, #dddddd);
  }
}


/* SP-scroll */
@media screen and (max-width: 768px) {
  .sp-scroll {
    padding-bottom: 16px;
    overflow-x: auto;
    position: relative;
  }
  .sp-scroll::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url("../imgs/common/icon_scroll_hint.png");
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: var(--scroll-hint-opacity);
    transition: opacity 0.3s ease;
  }
  .sp-scroll img {
    max-width: none;
  }
}

/*----------------------------------------------------
モジュール(新デザ)：リスト
----------------------------------------------------*/
.marked-list {
  list-style: none;
}
.marked-list > li {
  position: relative;
}
.marked-list > li::before {
  position: absolute;
  left: 0;
  font-weight: inherit;
}
.marked-list > li a {
  color: var(--Semantic-Text-Text-Blue, #0066aa);
  text-decoration: underline;
}
.marked-list--dotted > li {
  font-size: 12px;
  padding-left: 1.5em;
}
.marked-list--dotted > li::before {
  content: "・";
  font-weight: var(--fw-bold) !important;
}
.marked-list--checked > li {
  padding-left: 2em;
  margin-bottom: 8px;
}
.marked-list--checked > li::before {
  content: "";
  width: 1.25em;
  height: 1em;
  top: 0.26em;
  background-image: url("../imgs/common/icon_checked_rd.svg");
}
.marked-list--ordered {
  counter-reset: list-counter;
}
.marked-list--ordered > li {
  padding-left: 1.5em;
}
.marked-list--ordered > li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ". ";
}
.marked-list--ordered .one-digit {
  padding-left: 1.5em;
}
.marked-list--ordered .two-digits {
  padding-left: 2em;
}
.marked-list--ordered .three-digits {
  padding-left: 2.5em;
}
.marked-list--kome {
  font-size: 12px;
}
.marked-list--kome > li {
  padding-left: 1.5em;
}
.marked-list--kome > li::before {
  content: "※";
}
.marked-list--ordered-kome {
  counter-reset: list-counter;
  font-size: 12px;
}
.marked-list--ordered-kome > li {
  padding-left: 2.2em;
}
.marked-list--ordered-kome > li::before {
  counter-increment: list-counter;
  content: "※" counter(list-counter);
}
.marked-list--ordered-kome .one-digit {
  padding-left: 2.2em;
}
.marked-list--ordered-kome .two-digits {
  padding-left: 2.7em;
}
.marked-list--ordered-kome .three-digits {
  padding-left: 3.2em;
}
.marked-list--ordered-asterisk {
  counter-reset: list-counter;
}
.marked-list--ordered-asterisk > li {
  padding-left: 1.5em;
}
.marked-list--ordered-asterisk > li::before {
  counter-increment: list-counter;
  content: "*" counter(list-counter);
}
.marked-list--ordered-asterisk .one-digit {
  padding-left: 1.5em;
}
.marked-list--ordered-asterisk .two-digits {
  padding-left: 2em;
}
.marked-list--ordered-asterisk .three-digits {
  padding-left: 2.5em;
}
.marked-list--ordered-bracket {
  counter-reset: list-counter;
}
.marked-list--ordered-bracket > li {
  padding-left: 1.5em;
}
.marked-list--ordered-bracket > li::before {
  counter-increment: list-counter;
  content: "(" counter(list-counter) ")";
}
.marked-list--ordered-bracket .one-digit {
  padding-left: 1.5em;
}
.marked-list--ordered-bracket .two-digits {
  padding-left: 2em;
}
.marked-list--ordered-bracket .three-digits {
  padding-left: 2.5em;
}




/*----------------------------------------------------
モジュール(新デザ) gap
----------------------------------------------------*/
.inner-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
.inner-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
/* gap【共通】 */
.gap-0 {
  gap: 0 !important;
}
.gap-5 {
  gap: 5px !important;
}
.gap-xxs {
  gap: 4px !important;
}
.gap-xs {
  gap: 8px !important;
}
.gap-s {
  gap: 16px !important;
}
.gap-sm {
  gap: 20px !important;
}
.gap-m {
  gap: 24px !important;
}
.gap-ml {
  gap: 32px !important;
}
.gap-l {
  gap: 40px !important;
}
.gap-lxl,
.gap-l-xl {
  gap: 64px !important;
}
@media screen and (max-width: 768px) {
  .gap-lxl,
  .gap-l-xl {
    gap: 52px !important;
  }
}
.gap-xl {
  gap: 80px !important;
}
@media screen and (max-width: 768px) {
  .gap-xl {
    gap: 60px !important;
  }
}
.gap-xxl {
  gap: 96px !important;
}
@media screen and (max-width: 768px) {
  .gap-xxl {
    gap: 68px !important;
  }
}
.gap-row-m {
  row-gap: 24px !important;
}
/* gap【SP用】 */
@media screen and (max-width: 768px) {
  .sp-gap-0 {
    gap: 0 !important;
  }
  .sp-gap-xxs {
    gap: 4px !important;
  }
  .sp-gap-xs {
    gap: 8px !important;
  }
  .sp-gap-s {
    gap: 16px !important;
  }
  .sp-gap-sm {
    gap: 20px !important;
  }
  .sp-gap-m {
    gap: 24px !important;
  }
  .sp-gap-ml {
    gap: 32px !important;
  }
  .sp-gap-l {
    gap: 40px !important;
  }
  .sp-gap-lxl,
  .sp-gap-l-xl {
    gap: 52px !important;
  }
  .sp-gap-xl {
    gap: 60px !important;
  }
  .sp-gap-xxl {
    gap: 68px !important;
  }
}
/* gap【PC用】 */
@media screen and (min-width: 769px) {
  .pc-gap-0 {
    gap: 0 !important;
  }
  .pc-gap-xs {
    gap: 8px !important;
  }
  .pc-gap-s {
    gap: 16px !important;
  }
  .pc-gap-sm {
    gap: 20px !important;
  }
  .pc-gap-m {
    gap: 24px !important;
  }
  .pc-gap-ml {
    gap: 32px !important;
  }
  .pc-gap-l {
    gap: 40px !important;
  }
  .pc-gap-xl {
    gap: 80px !important;
  }
  .pc-gap-xxl {
    gap: 96px !important;
  }
}

/*----------------------------------------------------
js スクロールアニメーション
----------------------------------------------------*/

.fadeUpTrigger {
  opacity: 0;
  transition: all 0.3s;
}

/* 下からフワッと出てくる */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* スマホのファーストビュー部分だけアニメーションしないようにする */
  .kv.fadeIn {
    animation-name: none;
    opacity: 1;
  }
  .intro.fadeUpTrigger,.intro.fadeUp {
    opacity: 1;
    animation-name: none;
  }
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}