@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
body{
-webkit-print-color-adjust: exact;
color:#454557;
font-family: メイリオ, meiryo,游ゴシック, "Hiragino Kaku Gothic ProN", sans-serif;
-webkit-text-size-adjust: 100%;
line-height:1.8em;
text-align:center;
}
html{
  -webkit-font-smoothing: antialiased;
}

/* リンク */
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a:active {
text-decoration:none;
}

/* ここまでテンプレ */
#wrapper{
  width:100%;
  overflow-x: hidden;
}


a img{
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.2s linear;
}
a:hover img{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
.show{display: block !important;}
.hide{display: none !important;}
.image{font-size: 0;line-height: 0;}
.ttl{font-family: 'Zen Kaku Gothic New',游ゴシック, "Hiragino Kaku Gothic ProN", sans-serif;}
.note{font-family: 'Noto Sans JP',游ゴシック, "Hiragino Kaku Gothic ProN", sans-serif;}
@media print, screen and (min-width:768px){
body{
 font-size:16px;
 min-width:1200px;
}
.spVer{
  display: none !important;
}
#wrapper{
  overflow-x: hidden;
    background: url("../img/common/bg.jpg") center bottom no-repeat;
    background-attachment: fixed;
}
}

@media screen and (max-width: 767px){
body{
 font-size:16px;
 line-height: 24px;
}
.pcVer{
  display: none !important;
}
#wrapper{
  overflow-x: hidden;
}
#wrapper::before{
    /* iOSで「background-attachment: fixed;」がきかないため */
    background: url("../img/common/bg.jpg") center bottom no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}
.imageSpScroll{
  overflow: scroll;
  position: relative;
}
.imageSpScroll .image{
  margin: 0 -100% 0 0;
  width: 200%;
}
.imageSpScroll::after{
  content: "";
  display: block;
  background: url("../img/common/icon_touch.png") no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  width: 20vw;
  height: 20vw;
  position: absolute;
  left: calc(50% - 10vw);
  top: 15vw;
}
.imageSpScroll.touch::after{display:  none;}
.image img{
  max-width: 100%;
  height: auto;
}
}
/* ========================================================
#headerArea
======================================================== */
#headerArea{
  position: fixed;
  z-index: 10;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
  height: 70px;
}
#headerLogo{
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  padding: 10px 40px;
}
#headerLogo a{
  display: inline-block;
}
#headerLogo a img{
  height: 50px;
  width: auto;
}
#headerGroup{
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  padding: 25px 16px;
}
#headerGroup img{
  height: 20px;
  width: auto;
}
@media screen and (max-width: 767px){
  #headerArea{
    padding-right: 0;
    height: 13.3vw;
    position: absolute;
  }
  #headerLogo{
    padding: 2vw 4vw;
  }
  #headerLogo a img{
    height: 9.3vw;
  }
  #headerGroup{
    padding: 4.5vw 4vw;
  }
  #headerGroup img{
    height: 4.2vw;
  }
}
/*  #menuBt
----------------------- */
#menuBt{
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 101;
}
#menuBt .menuTrigger,
#menuBt .menuTrigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menuBt .menuTrigger {
  position: relative;
  width: 70px;
  height: 70px;
  text-decoration: none;
  text-align: left;
}
#menuBt .menuTrigger span {
  position: absolute;
  right: 23px;
  width: 24px;
  height: 2px;
  background-color: #1D2088;
}
#menuBt .menuTrigger span:nth-of-type(1) { top: 26px;}
#menuBt .menuTrigger span:nth-of-type(2) { top: 35px; width: 16px;}
#menuBt .menuTrigger span:nth-of-type(3) { top: 44px;}
#menuBt.active .menuTrigger span{
  background-color: #fff;
}
#menuBt.active .menuTrigger span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 35px;
}
#menuBt.active .menuTrigger span:nth-of-type(2) {
  opacity: 0;
}
#menuBt.active .menuTrigger span:nth-of-type(3) {
  transform: rotate(45deg);
  top: 35px;
}
@media screen and (max-width: 767px){
  #menuBt{
    right: 0;
  }
  #menuBt .menuTrigger{
    width: 13.3vw;
    height: 13.3vw;
  }
  #menuBt .menuTrigger span {
    right: 3.5vw;
    width: 6.4vw;
  }
  #menuBt .menuTrigger span:nth-of-type(1) { top: 4.2vw;}
  #menuBt .menuTrigger span:nth-of-type(2) { top: 6.4vw; width: 4.2vw;}
  #menuBt .menuTrigger span:nth-of-type(3) { top: 8.6vw;}
  #menuBt.active .menuTrigger span:nth-of-type(1) {
    top: calc(6.4vw - 1px);
  }
  #menuBt.active .menuTrigger span:nth-of-type(3) {
    top: calc(6.4vw - 1px);
  }
}
#gNavi{
  position: fixed;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 100%;
  height: 0;
  right: 0;
  top: 0;
  width: 400px;
}
#gNaviInner{
  background-color: #1D2088;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100vh;
  font-size: 15px;
  width: 400px;
  padding:80px 55px;
}
#gNaviInner a{
  color: #fff;
  display: block;
}
#gNaviInner a:hover{
	animation: gNavimove 0.2s 1;
  animation-fill-mode: forwards;
	opacity:0;
}
#gNaviList{
  display: block;
}
#gNaviList li{
  margin-top: 1.8em;
}
#gNaviList > li:first-child{
  margin-top: 0;
}
#gNaviList > li{
  padding-left: 1em;
  position: relative;
}
#gNaviList > li::before{
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  left: 0;
  top: 0.6em;
  border-right:solid 1px #fff;
  border-top:solid 1px #fff;
  transform: rotate(45deg);
}
#gNaviList li li{
  padding-left: 1em;
}
@media screen and (max-width: 767px){
  #gNavi{
    width: 100vw;
  }
  #gNaviInner{
    font-size: 3.7vw;
    width: 100vw;
    padding:13.3vw 8vw;
  }
  #gNaviList > li::before{display: none;}
}

@keyframes gNavimove{
	0%{
    opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
	}
	100%{
		opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  }
}
/* ========================================================
#footerArea
======================================================== */
#footerArea{
  color: #fff;
  background-color: #1D2088;
  position: relative;
  z-index: 10;
}
#footerGotop a{
  display: block;
  background-color: #C4D700;
  position: absolute;
  width: 60px;
  height: 60px;
  right: 60px;
  top: -30px;
}
#footerGotop.fixed a{
  position: fixed;
  top: auto;
  bottom: 60px;
}
#footerGotop a::after{
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: calc(50% - 7.5px);
  top: calc(50% - 3.5px);
  width: 15px;
  height: 15px;
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
#footerInner{
  margin: 0 auto;
  padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  width: 1200px;
    display:flex;
    -ms-flex-pack:distribute;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px){
  #footerGotop a{
    width: 13vw;
    height: 13vw;
    right: 0;
    top: -6.5vw;
  }
  #footerGotop.fixed a{
    bottom: 0;
  }
  #footerGotop a::after{
    left: calc(50% - 2.6vw);
    top: calc(50% - 2vw);
    width: 5.2vw;
    height: 5.2vw;
    border-top:solid 2px #fff;
    border-right:solid 2px #fff;
  }
  #footerInner{
    padding: 10.6vw 8vw 6.6vw;
    width: 100%;
  }
}
/* #footerCorporation
----------------------- */
#footerCorporation{
  margin-right: 100px;
}
#footerCorporation p{
  line-height: 1.4em;
  font-size: 12px;
  margin-top: 28px;
}
#footerCorporation div{
  font-size: 0;
  line-height: 0;
  margin-top: 28px;
}
#footerCorporation > *:first-child{
  margin-top: 0;
}
#footerCorporation img{
  width: 100%;
  height: auto;
}
#footerGroup{width: 152px;}
@media screen and (max-width: 767px){
  #footerCorporation{
    margin: 0;
    order: 99;
    text-align: center;
    width: 100%;
    margin-top: 5vw;
  }
  #footerCorporation p{
    line-height: 1.4em;
    margin-top: 4.8vw;
    font-size: 3.2vw;
  }
  #footerCorporation div{
    margin: 4.8vw auto 0;
  }
  #footerGroup img{width: 30vw;}
}
/* #footerNavi
----------------------- */
#footerNavi{
  text-align: left;  
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin-top: -1.4em;
  line-height: 1.4em;
  font-size: 12px;
}
#footerNavi > ul{
  margin-left: 90px;
}
#footerNavi li{
  margin-top: 1.4em;
}
#footerNavi li li{
  margin-left: 1em;
}
#footerNavi li a{
  color: #fff;
}
@media screen and (max-width: 767px){
  #footerNavi{
    line-height: 1.4em;
    font-size: 3.2vw;
    width: 100%;
  }
  #footerNavi > ul{
    margin-left: 0;
  }
  #footerNavi > ul:nth-of-type(1){
    width: 45%;
  }
  #footerNavi > ul:nth-of-type(2){
    width: 55%;
  }
}
/* #footerCopy
----------------------- */
#footerCopy{
  background-color: #fff;
    padding: 30px 0;
}
#footerCopyInner{
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
#footerLogo{
  display: inline-block;
  vertical-align: middle;
}
#footerLogo a{
  display: block;
  width: 100px;
  height: 40px;
}
#footerLogo a img{
  width: 100%;
  height: auto;
}
#footerCopy p{
  color: #454557;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  font-size: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 767px){
  #footerCopy{
    display: block;
    padding: 4.8vw 0 4vw;
  }
  #footerCopyInner{
    text-align: center;
    width: 100%;
  }
  #footerLogo a{
    width: 26.6vw;
    height: 10.6vw;
  }
  #footerCopy p{
    margin: 5.3vw 0 0;
    line-height: 1em;
    font-size: 2.6vw;
  }
}


/* ========================================================
#contentHeadline
======================================================== */
#contentHeadline{
  color: #fff;
  background-color: #1D2088;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1200px;
  font-size: 36px;
  padding: 96px 0 20px;
}
@media screen and (max-width: 767px){
  #contentHeadline{
    min-width: 100%;
    font-size: 7.4vw;
    padding: 18vw 4vw 4vw;
  }
}
/* ========================================================
#crumbList
======================================================== */
#crumbList{
  color: #1D2088;
}
#crumbList ol{
  display: block;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  padding: 15px 40px;
  text-align: left;
}
#crumbList ol li{
  display: inline-block;
  vertical-align: top;
}
#crumbList ol li span{
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1em;
}
#crumbList ol li:before{
  content: "/";
  font-size: 14px;
  line-height: 1em;
  margin:0 5px;
}
#crumbList ol li:first-child:before{
  content: "";
  margin: 0;
  display: none;
}
#crumbList ol li a span{
  color: #1D2088;
  text-decoration: underline;
}
#crumbList ol li a:hover span{
  text-decoration: none;
}
@media screen and (max-width: 767px){
  #crumbList ol{
    padding: 4vw;
  }
  #crumbList ol li span{
    font-size: 3.2vw;
  }
}
/* ========================================================
#contentArea
======================================================== */
#contentArea{
  position: relative;
  padding: 13px 0 0;
}
#contentArea section:last-child{
  padding-bottom: 140px;
}
@media screen and (max-width: 767px){
  #contentArea{
    padding: 2.6vw 0 0;
  }
  #contentArea section:last-child{
    padding-bottom: 20vw;
  }
}
/* ========================================================
.contentInner
======================================================== */
.contentInner{
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 1200px;
  box-shadow: 0px 0px 6px #0000000F;
  border-radius: 20px;
  padding: 70px 60px 50px;
}
.contentInner.pcMin{
  width: 1080px;
  padding: 70px 100px 50px;
}
.contentInner + .contentInner{
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .contentInner{
    width: 92vw !important;
    box-shadow: 0px 0px 1.6 #0000000F;
    border-radius: 5.3vw;
    padding: 10.6vw 4vw 8vw !important;
  }
}
/* .contentTtl
----------------------- */
.contentTtl{
  text-align: center;
  letter-spacing: 0.2em;
  padding-top: 1em;
  background: url("../img/common/ic_contentttl.png") center top no-repeat;
  -moz-background-size: 76px auto;
  background-size: 76px auto;
  line-height: 1.3em;
  font-size: 30px;
}
.contentTtlBig{
  text-align: center;
  letter-spacing: 0.2em;
  padding-top: 1.4em;
  background: url("../img/common/ic_contentttl.png") center top no-repeat;
  -moz-background-size: 108px auto;
  background-size: 108px auto;
  line-height: 1.3em;
  font-size: 32px;
}
@media screen and (max-width: 767px){
  .contentTtl,
  .contentTtlBig{
    background: url("../img/common/ic_contentttl.png") center top no-repeat;
    -moz-background-size: 20vw auto;
    background-size: 20vw auto;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    font-size: 6.4vw;
  }
  .contentTtlSpMin{
    line-height: 1.3em;
    font-size: 5.3vw;
  }
}
/* .financialList
----------------------- */
.financialList{
	display: flex;
	width: 100%;
    flex-wrap: wrap;
}
.financialList li{
  position: relative;
	width: 240px;
	margin-bottom: 15px;
}
.financialList li img{
	width: 100%;
}
@media screen and (max-width: 767px){
  .financialList{
    margin: 2em 0;
  }
  .financialList li{
    width: 42vw;
    margin-bottom: 0;
	}
}
/* ========================================================
bg
======================================================== */
.bgWhite{background: #FFF;}
.bgGray{background: #F6F5FA;}

/* ========================================================
link
======================================================== */
/* .colorBt
----------------------- */
.colorBt a{
  text-align: center;
  font-weight: bold;
  display: block;
  position: relative;
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.2s linear;
  border-radius: 4px;
  font-size: 18px;
}
.colorBt.pcFontBig a{
  font-size: 20px;
}
.colorBt a:hover{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
.colorBt.yellow a{background-color: #BFE10E;color: #21202C;}
.colorBt.blue a{background-color: #312F85;color: #fff;}
.colorBt a::after{
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
.colorBt a .icon{
  position: absolute;
  line-height: 0;
  height: 1em;
  right: 2em;
  top: calc(50% - 0.4em);
}
.colorBt.yellow a .icon svg{
  width: auto;
  height: 0.8em;
}
.colorBt.yellow a .icon svg g{stroke:#21202C;}
.colorBt.blue a .icon svg g{stroke:#fff;}
.contentInner + .colorBt{
  margin: 100px auto 0;
  width: 500px;
}
.contentInner + .colorBt a{
  padding: 25px 0;
}
@media screen and (max-width: 767px){
  .colorBt a,
  .colorBt.pcFontBig a{
    font-size: 4.2vw;
  }
  .contentInner + .colorBt{
    margin: 13.3vw auto 0;
    width: 84vw;
  }
  .contentInner + .colorBt a{
    padding: 6.4vw 1.5em 6.4vw 0;
  }
  .colorBt a .icon{
    right: 1em;
  }
}
/* .arrowLink
----------------------- */
.arrowLink{
  padding-left: 1em;
  position: relative;
  display: inline-block;
  text-align: left;
}
.arrowLink::before{
  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;
  left: 0;
  top: calc(50% - 0.25em);
}
.arrowLink a{
  color: #1D2088;
  text-decoration: underline;
}
.arrowLink a:hover{
  text-decoration: none;
}


