@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;
  --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;
}

@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;
}

/*----------------------------------------
header
----------------------------------------*/
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0.15);
}
.header .header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
  height: 40px;
	padding: 12px 20px;
}
.header .logo_mufg img{
	width: 160px;
}
.header a {
	display: inline-block;
}
.header .logo_corporate{
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .logo_corporate img{
	width: 118px;
	height: 19px;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 0 40px;
  }
  .header .header_inner {
    height: 73px;
    padding: 17px 0px;
    max-width: 1000px;
    margin: 0 auto;
  }
	.header .logo_mufg img{
		width: 280px;
	}
  .header .logo_corporate{
    display: flex;
    align-items: center;
    gap: 15px;
  }
	.header .logo_corporate img{
		width: 200px;
		height: 30px;
	}

  .header .header-btn {
    background-color: var( --color-MUFGred,#E60000 );
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 8px;
    border: 2px solid var( --color-MUFGred,#E60000 );
  }
  .header-btn:hover {
    background-color: #fff;
    color: var( --color-MUFGred,#E60000 );
  }
}
@media screen and (min-width: 850px) {
  .header .logo_corporate{
    gap: 30px;
  }
  .header .header-btn{
    font-size: 16px;
  }
  .header .logo_mufg img{
		width: 318px;
	}
  .header .logo_corporate img{
		width: 216px;
		height: 39px;
	}
}



/* ハンバーガーメニュー */
.openbtn{
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 24px;
}
.openbtn span{
  display: inline-block;
  transition: all .3s;
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  background-color: #E60000;
}
.openbtn span:nth-of-type(1) {
  top:0px; 
}
.openbtn span:nth-of-type(2) {
  top:11px;
}
.openbtn span:nth-of-type(3) {
  top:21px;
}
.openbtn.active span:nth-of-type(1) {
  top: 6px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 18px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}
@media screen and (max-width: 767px){
  .openbtn{
    width: 20px;
    height: 16px;
  }
  .openbtn span{
    height: 2px;
  }
  .openbtn span:nth-of-type(2) {
    top: 7px;
  }
  .openbtn span:nth-of-type(3) {
    top: 14px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 4px;
    left: 0px;
    transform: translateY(4px) rotate(-45deg);
    width: 100%;
  }
  .openbtn.active span:nth-of-type(3){
    top: 14px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
}

/* 開き */
  header .header_bottom{
    display: none;
    position: relative;
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }
  header .header_bottom nav{
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: cefnter;
    align-items: center;
    margin: 0 auto;
  }
  header .header_bottom nav ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 8px 21px 0px ;
    width: 100%;
  }
  header .header_bottom nav ul li{
    list-style: none;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #D0D0D0;
  }
  header .header_bottom nav ul li{
    border-bottom: solid 1px #D0D0D0;
  }
  header .header_bottom nav ul li:first-child{
    border-top: solid 1px var(--color-MUFGred);
  }
  header .header_bottom nav ul li a{
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.3;
    padding: 13px 0;
    color: #333;
  }
  header .header_bottom nav ul li a::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../imgs/common/header_menu_icon.svg") no-repeat center;
    background-size: contain;
    top: 15px;
    right: 0;
  }

  header .header_bottom nav ul li a:hover {
    cursor: pointer;
    opacity: 1;
    color: #666;
  }

  @media screen and (min-width: 769px) {
    header .header_bottom nav ul li a{
      padding: 20px 0px;
    }
    header .header_bottom nav ul{
          padding: 8px 0px 0px ;
    }
  }

    



/*----------------------------------------
kv
----------------------------------------*/
.kv {
  padding-top: 40px;
}
@media screen and (min-width: 769px) {
  .kv {
    padding-top: 73px;
  }
}


/*----------------------------------------
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 ) ;
	}
}


.anchor_area {
  padding: 40px 20px  40px;
  position: relative;
}
.anchor_area_inner {
  margin: 0 auto 0px;
}

.anchor_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  border: 1px solid var(--MUFGred, #E60000);
  width: 233px;
  height: 59px;
  padding: 11px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 2px 10px 0px rgba(113, 113, 113, 0.25);
}
.anchor_list a .anc_icon {
  width: 52px;
}
.anchor_list a .anc_arrow {
  width: 14px;
}
.anchor_list a span {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .anchor_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .anchor_area_inner {
    max-width: 234px;
  }
}
@media screen and (min-width: 769px) {
  .anchor_area {
    padding: 40px 20px  50px;
  }
  .anchor_area_inner {
    margin: 0 auto 0px;
    max-width: 1000px;
  }
  .anchor_list {
    /* flex-direction: row; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .anchor_list a{
    font-size: 16px;
  }
}
@media screen and (min-width: 1001px) {
  .anchor_list a{
    font-size: 20px;
    width: 319px;
    height: 80px;
  }
  .anchor_list a .anc_icon {
    width: 72px;
  }
  .anchor_list a .anc_arrow {
    width: 19px;
  }
}

.anc_icon.anc_icon_pad_right {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .anc_icon.anc_icon_pad_right {
    margin-right: 25px;
  }
}

/*----------------------------------------
merit
----------------------------------------*/
.merit {
  padding: 40px 20px 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%;
}
.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: 136px;
}
.merit .merit_box .sub_title.sub_title_num02 img{
  width: 128px;
}
.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_text{
  position: relative;
}
.merit .merit_box .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_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_text{
  line-height: 1.5;
}
.merit .merit_box .policy_contents_text h3{
  font-size: 20px;
}
.merit .policy_contents_text span{
  font-weight: bold;
}
.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 42px 65px 58px;
  }
  .merit .merit_box h2{
    font-size: 2rem;
  }
  .merit .merit_box .sub_title{
    margin-bottom: 5px;
  }
  .merit .policy_contents_text span{
    font-size: 1.25em;
  }
  .merit .merit_box .policy_contents {
    padding-top: 37px;
    margin-top: 28px;
  }
  .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: -60px;
    width: calc(100% + 60px + 20px);
  }
  .merit .merit_box .sub_title::after {
    top: 25px;
    width: 620px;
    left: -60px;
    height: 2px;
    background-color: var(--color-MUFGred);
  }
  .merit .merit_box .sub_title.sub_title_num01::after {
    top: 20px;
  }
  .merit .merit_box .policy_contents_text::before {
    width: 620px;
    top: -37px;
    left: -58px;
    height: 4px;
  }
  .merit .merit_box .policy_contents_text::after {
    top: -43px;
    left: 550px;
    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; */
  }
}

@media screen and (max-width: 768px) {
  .merit .merit_box .policy_contents_text{
    margin-bottom: 30px;
  }
  .merit .policy_contents_text span{
    font-size: 18px;
  }
  .merit .merit_box .policy_contents_image {
    width: 84.192%;
    margin: 0 auto;
  }
}

/*----------------------------------------
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;
}
/*----------------------------------------------------
モジュール(新デザ)：アコーディオン
----------------------------------------------------*/

.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;
  }
}