@charset "utf-8";

@media print, screen and (min-width:768px){
  #wrapper{
      background: url("../img/index/mv_bg_pc.jpg") center top no-repeat;
  }
}
@media screen and (max-width: 767px){
  #wrapper::before{
    background: url("../img/index/mv_bg_sp.jpg") center top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.contentInner h2.ttl{
  text-align: center;
  color: #454557;
  line-height: 1.4em;
  font-size: 52px;
}
.contentInner h2.ttl span{
  font-size: 80%;
  line-height: 1.4em;
}
.contentInner h2.ttl strong{
  display: inline-block;
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 70%,
    #BFE10E 71%,
    #BFE10E 85%,
    #ffffff 86%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 70%,
    #BFE10E 71%,
    #BFE10E 85%,
    #ffffff 86%,
    #ffffff 100%
  );
}
@media screen and (max-width: 767px){
  .contentInner h2.ttl{
    font-size: 7.4vw;
  }
}
/* ========================================================
#mvArea
======================================================== */
#mvArea{
  background: url("../img/index/mv_bg_pc.jpg") center top #fff no-repeat;
  position: relative;
  padding-top: 70px;
}
#mvInner{
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
  height: 550px;
}
#mvArea h1{
  position: absolute;
  top: 55px;
  left: 50px;
}
#mvPop{
  position: absolute;
  top: 60px;
  right: 300px;
}
#mvPop img{
  width: 326px;
  height: auto;
}
#mvInner > .image{
  position: absolute;
  top: 10px;
  right: -90px;
}
#mvInner > .image img{
  height: 620px;
  width: auto;
}
@media screen and (max-width: 767px){
  #mvArea{
    background: none;
    padding-top: 13.3vw;
  }
  #mvInner{
    width: 100%;
    height: auto;
    padding-top: 133.3vw;
  }
  #mvArea h1{
    top: 32vw;
    left: 2.6vw;
  }
  #mvArea h1 img{
    width: 50.4vw;
    height: auto;
  }
  #mvPop{
    top: 6vw;
    right: 52vw;
  }
  #mvPop img{
    width: 42.4vw;
  }
  #mvInner > .image{
    top: 2.6vw;
    right: -16vw;
  }
  #mvInner > .image img{
    height: 103vw;
  }
}
/* #mvLogo
----------------------- */
#mvLogo{
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  background-color: rgba(255,255,255,0.7);
  padding: 27px 234px 27px 0;
  margin-top: -140px;
}
@media screen and (max-width: 767px){
  #mvLogo{
    padding: 4vw 0;
    margin-top: -26.6vw;
  }
  #mvLogo img{
    width: 46.4vw;
    height: auto;
  }
}
/* #mvBottom
----------------------- */
#mvBottom{
  background-color: #312F85;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 40px;
  position: relative;
  min-width: 1400px;
}
@media screen and (max-width: 1400px){
  #mvBottom{
    margin: 0 calc(((1400px - 100vw) / 2) * -1);
  }
}
#mvBottomInner{
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    width: 1200px;
}
#mvBottomCaption{
  font-size: 76%;
  text-align: right;
  padding: 0 60px;
}
#mvBottomList{
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-top: 40px;
}
#mvBottomList li a{
  display: block;
  background-color: #fff;
  color: #312F85;
  font-weight: bold;
  position: relative;
  border: 2px solid #1D2088;
  border-radius: 4px;
  width: 260px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
}
#mvBottomList li a:hover{
  box-shadow: 0px 0px 20px #FFFFFF99;
}
#mvBottomList li a::after{
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #1D2088;
  border-top: 2px solid #1D2088;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: calc(50% - 0.25em);
}
@media screen and (max-width: 767px){
  #mvBottom{
    padding: 0;
    margin: 0;
    min-width: 100vw;
  }
  #mvBottomInner{
    width: 100%;
    text-align: left;
    padding: 4.2vw 4vw;
        display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-direction: column;
    flex-wrap: wrap;
  } 
  #mvBottomCaption{
    text-align: left;
    padding: 0;
  }
  #mvBottomList{
    order: -1;
    margin: 0 -2vw 4vw;
    border-radius: 2vw;
    overflow: hidden;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  #mvBottomList li{
    width: 32vw;
    display: table;
  }
  #mvBottomList li:nth-of-type(2){
    padding: 0 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mvBottomList li a{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: none;
    font-size: 3.4vw;
    line-height: 1.3em;
    height: 100%;
    padding: 1em 0;
    border-radius: 0;
  }
  #mvBottomList li a::after{
    border-right: 1px solid #1D2088;
    border-top: 1px solid #1D2088;
  }
}
/* #mvScroll
----------------------- */
#mvScroll{
  position: relative;
}
#mvScroll a{
  position: absolute;
  left: 80px;
  bottom: 60px;
}
#mvScroll a::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 1px;
	height: 100px;
	background: #fff;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@media screen and (max-width: 767px){
  #mvScroll{display: none;}
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:180px;
		opacity: 0;
	}
}

/* ========================================================
#useArea
======================================================== */
#useArea{
  padding: 120px 0 100px;
}
#useArea h2{
  background: url("../img/common/icon_card.svg") center top no-repeat;
  padding-top: 85px;
}
#useArea h3{
  background-color: #1D2088;
  color: #fff;
  margin-top: 50px;
  font-size: 18px;
}
#useArea .image{
  margin-top: 35px;
}
#useAreaContent{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
#useAreaContent .financialList{
  margin-top: 35px; 
  justify-content: left;
  gap: 0 40px;
}
#useBorder{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  padding: 1em;
  border: 3px solid #1D2088;
  font-size: 17px;
  margin-top: 70px;
}
#useBorder strong{
  display: inline-block;
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 70%,
    #BFE10E 71%,
    #BFE10E 85%,
    #ffffff 86%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 70%,
    #BFE10E 71%,
    #BFE10E 85%,
    #ffffff 86%,
    #ffffff 100%
  );
}
.useCaption{
  font-size: 13px;
  margin-top: 30px;
}
@media screen and (max-width: 767px){
  #useArea{
    padding: 10.6vw 0 16vw;
  }
  #useArea h2{
    background: url("../img/common/icon_card.svg") center top no-repeat;
    -moz-background-size: 13vw auto;
    background-size: 13vw auto;
    padding-top: 12vw;
  }
  #useArea h3{
    margin-top: 8vw;
    font-size: 3.7vw;
  }
  #useArea .image{
    margin-top: 8vw;
  }
  #useAreaContent .financialList{
    margin-top: 8vw;
    gap:0;
  }
  #useBorder{
    border: 0.5vw solid #BFE10E;
    font-size: 3.7vw;
    margin-top: 9.3vw;
    text-align: left;
  }
  .useCaption{
    font-size: 3vw;
    margin-top: 3vw;
    text-align: left;
    line-height: 1.4em;
  }
  .useCaption span{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/* ========================================================
#stationArea
======================================================== */
#stationArea{
  padding: 130px 0 160px;
}
#stationArea h2{
  background: url("../img/common/icon_atm.svg") center top no-repeat;
  padding-top: 120px;
}
#stationArea .imageSpScroll{
  margin: 40px auto 0;
  width: 900px;
}
@media screen and (max-width: 767px){
  #stationArea{
    padding: 16vw 0 10vw;
  }
  #stationArea h2{
    background: url("../img/common/icon_atm.svg") center top no-repeat;
    -moz-background-size: auto 16vw;
    background-size: auto 16vw;
    padding-top: 20vw;
  }
  #stationArea .imageSpScroll{
    margin-top: 4vw;
    width:100%;
  }
}
/* ========================================================
#newsArea
======================================================== */
#newsArea{
  padding: 0 0 160px;
}
#newsArea h2{
  background: url("../img/common/icon_megaphone.svg") center top no-repeat;
  padding-top: 80px;
  font-size: 42px;
}
#newsAreaContent{
  width: 980px;
  margin: 30px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px){
  #newsArea{
    padding: 10vw 0 53vw;
  }
  #newsArea h2{
    background: url("../img/common/icon_megaphone.svg") center top no-repeat;
    -moz-background-size: auto 16vw;
    background-size: auto 16vw;
    padding-top: 15vw;
    font-size: 8.5vw;
  }
  #newsAreaContent{
    width: 100%;
    margin-top: 2.6vw;
  }
}
/* #newsList
----------------------- */
#newsList{
  width: 700px;
  margin: 0 auto;
}
#newsList li{
  display: block;
  width: 100%;
  color: #707070;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
#newsList li:not(:last-of-type){
  border-bottom: solid 1px #D8D8E8;
}
#newsList li a{
  color: #707070;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 1em 1em 2.5em;
  position: relative;
  line-height: 1.4em;
}
#newsList li a::before{
  content: "●";
  display: block;
  position: absolute;
  left: 1em;
  top: 1em;
}
#newsList li a span{
  background-color: #D20404;
  color: #fff;
  font-family: Bahnschrift;
  display: inline-block;
  font-weight: bold;
  font-size: 88%;
  padding: 0.2em 0.5em;
  line-height: 1em;
  border-radius: 4px;
  position: absolute;
  left: 12em;
  top: 1.5em;
}
@media screen and (max-width: 767px){
  #newsList{
    width: 100%;
  }
  #newsList li{
    display: block;
    font-size: 3.7vw;
  }
  #newsList li a{
    display: block;
    font-size: 3.2vw;
    padding: 1em 0.5em 1em 2em;
  }
  #newsList li a::before{
    left: 0.5em;
  }
  #newsList li p span{
    display: inline-block;
    font-size: 3.2vw;
    vertical-align: middle;
    margin-right: 0.5em;
    position: static;
  }
}
/* #newsList
----------------------- */
@media screen and (min-width: 768px){
  #newsAreaContent #newsListMore{
    text-align: right;
    margin-top: 20px;
  }
  #newsAreaContent #newsListMore a{
    padding-left: 1em;
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #1D2088;
  }
  #newsAreaContent #newsListMore a::before{
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #1D2088;
    border-top: 1px solid #1D2088;
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: calc(50% - 0.25em);
  }
  #newsAreaContent #newsListMore a:hover{
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px){
  #newsAreaContent #newsListMore{
    margin-top: 5.3vw;
    text-align: center;
  }
  #newsAreaContent #newsListMore a{
    display: inline-block;
    margin: 0 auto;
    color: #1D2088;
    border: 1px solid #1D2088;
    font-size: 3.7vw;
    padding: 0.5em 2.5em;
    border-radius: 1vw;
  }
}

