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

/*オープニングアニメーション*/
.start {
    background: #FFF;
	position: fixed !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
 position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	max-width: 800px;
}

.sp {
    display: none;
}
.pc {
    display: block;
}

@media screen and (max-width: 580px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

/*--------------------------------------------------------------------
　#mainimg
 --------------------------------------------------------------------*/
#mainimg-f,
#mainimg-s{
     position: relative;
     /*background: #EEE;*/
     margin-bottom: 0;
     top: 0;
 }
 
 #mainimg-f .pdflink,
 #mainimg-s .pdflink{
 	position: absolute;
	bottom: 0;
	right: 1em;
 }
 #mainimg-f .pdflink a,
 #mainimg-s .pdflink a{
 	display: inline-block;
	background: rgba(255,255,255,0.85);
	padding: 0.7em 1.5em;
	border-radius: 10px;
 	font-weight: 700;
	text-decoration: underline;
 }
 #mainimg-f .pdflink a:after,
 #mainimg-s .pdflink a:after{
 	content: url("../../../../common/img/ico_commonPdfSmall01.png");
 }
 #mainimg-f .pdflink a:hover,
 #mainimg-s .pdflink a:hover{
 	background: #004EAB;
	color: #FFF;
 }
/* #mainimg p {
     position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 300;
	max-width: 800px;
    opacity: 0;
 }*/
 #mainimg-f ul,
 #mainimg-s ul{
     display: flex;
     flex-wrap:wrap;
     margin: 0;
     list-style: none;
 }
#mainimg-f li,
#mainimg-s li{
    width: calc(100% / 7);
}
/*edge ie cssハック*/
@supports (-ms-ime-align:auto) {
    #mainimg-f ul,
    #mainimg-s ul{
        margin-right: -7px;
    }
    #mainimg-f li,
    #mainimg-s li{
        width: 14.2%;
    }
}

#mainimg-f li img,
#mainimg-s li img{
    width: 100%;
    opacity: 0;
}
#mainimg-f .text,
#mainimg-s .text{
    opacity: 0;
    position: absolute;
    left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	z-index: 300;
	width: 850px;
}
#mainimg-f .text .sp,
#mainimg-s .text .sp{
    display: none;
}

/*Bankersのロゴ表示後に人物アニメーションスタート（2.5秒後）*/
#mainimg-f .item1 img {
  -webkit-animation: example 0.2s ease 0.2s 1 forwards;
  animation: example 0.2s ease 2.7s 1 forwards;
}
#mainimg-f .item2 img {
  -webkit-animation: example 0.2s ease 0.4s 1 forwards;
  animation: example 0.2s ease 2.9s 1 forwards;
}
#mainimg-f .item3 img {
  -webkit-animation: example 0.2s ease 0.6s 1 forwards;
  animation: example 0.2s ease 3.1s 1 forwards;
}
#mainimg-f .item4 img{
  -webkit-animation: example 0.2s ease 0.8s 1 forwards;
  animation: example 0.2s ease 3.3s 1 forwards;
}
#mainimg-f .item5 img {
  -webkit-animation: example 0.2s ease 1s 1 forwards;
  animation: example 0.2s ease 3.5s 1 forwards;
}
#mainimg-f .item6 img {
  -webkit-animation: example 0.2s ease 1.2s 1 forwards;
  animation: example 0.2s ease 3.7s 1 forwards;
}
#mainimg-f .item7 img {
  -webkit-animation: example 0.2s ease 1.4s 1 forwards;
  animation: example 0.2s ease 3.9s 1 forwards;
}
#mainimg-f .item8 img {
  -webkit-animation: example 0.2s ease 1.6s 1 forwards;
  animation: example 0.2s ease 4.1s 1 forwards;
}
#mainimg-f .item9 img {
  -webkit-animation: example 0.2s ease 1.8s 1 forwards;
  animation: example 0.2s ease 4.3s 1 forwards;
}
#mainimg-f .item10 img {
  -webkit-animation: example 0.2s ease 2s 1 forwards;
  animation: example 0.2s ease 4.5s 1 forwards;
}
#mainimg-f .item11 img {
  -webkit-animation: example 0.2s ease 2.2s 1 forwards;
  animation: example 0.2s ease 4.7s 1 forwards;
}
#mainimg-f .item12 img {
  -webkit-animation: example 0.2s ease 2.4s 1 forwards;
  animation: example 0.2s ease 4.9s 1 forwards;
}
#mainimg-f .item13 img {
  -webkit-animation: example 0.2s ease 2.6s 1 forwards;
  animation: example 0.2s ease 5.1s 1 forwards;
}
#mainimg-f .item14 img {
  -webkit-animation: example 0.2s ease 2.8s 1 forwards;
  animation: example 0.2s ease 5.3s 1 forwards;
}
#mainimg-f .item15 img {
  -webkit-animation: example 0.2s ease 3s 1 forwards;
  animation: example 0.2s ease 5.5s 1 forwards;
}
#mainimg-f .item16 img {
  -webkit-animation: example 0.2s ease 3.2s 1 forwards;
  animation: example 0.2s ease 5.7s 1 forwards;
}
#mainimg-f .item17 img {
  -webkit-animation: example 0.2s ease 3.4s 1 forwards;
  animation: example 0.2s ease 5.9s 1 forwards;
}
#mainimg-f .item18 img {
  -webkit-animation: example 0.2s ease 3.6s 1 forwards;
  animation: example 0.2s ease 6.1s 1 forwards;
}
#mainimg-f .item19 img {
  -webkit-animation: example 0.2s ease 3.8s 1 forwards;
  animation: example 0.2s ease 6.3s 1 forwards;
}
#mainimg-f .item20 img {
  -webkit-animation: example 0.2s ease 4s 1 forwards;
  animation: example 0.2s ease 6.5s 1 forwards;
}
#mainimg-f .item21 img {
  -webkit-animation: example 0.2s ease 4.2s 1 forwards;
  animation: example 0.2s ease 6.7s 1 forwards;
}
#mainimg-f .text {
  -webkit-animation: maintext 1s ease 4.4s 1 forwards;
  animation: maintext 1s ease 6.9s 1 forwards;
}

/*↓人物表示アニメーションすぐ0.2秒後スタートパターン*/
#mainimg-s .item1 img {
  -webkit-animation: example 0.2s ease 0.2s 1 forwards;
  animation: example 0.2s ease 0.2s 1 forwards;
}
#mainimg-s .item2 img {
  -webkit-animation: example 0.2s ease 0.4s 1 forwards;
  animation: example 0.2s ease 0.4s 1 forwards;
}
#mainimg-s .item3 img {
  -webkit-animation: example 0.2s ease 0.6s 1 forwards;
  animation: example 0.2s ease 0.6s 1 forwards;
}
#mainimg-s .item4 img{
  -webkit-animation: example 0.2s ease 0.8s 1 forwards;
  animation: example 0.2s ease 0.8s 1 forwards;
}
#mainimg-s .item5 img {
  -webkit-animation: example 0.2s ease 1s 1 forwards;
  animation: example 0.2s ease 1s 1 forwards;
}
#mainimg-s .item6 img {
  -webkit-animation: example 0.2s ease 1.2s 1 forwards;
  animation: example 0.2s ease 1.2s 1 forwards;
}
#mainimg-s .item7 img {
  -webkit-animation: example 0.2s ease 1.4s 1 forwards;
  animation: example 0.2s ease 1.4s 1 forwards;
}
#mainimg-s .item8 img {
  -webkit-animation: example 0.2s ease 1.6s 1 forwards;
  animation: example 0.2s ease 1.6s 1 forwards;
}
#mainimg-s .item9 img {
  -webkit-animation: example 0.2s ease 1.8s 1 forwards;
  animation: example 0.2s ease 1.8s 1 forwards;
}
#mainimg-s .item10 img {
  -webkit-animation: example 0.2s ease 2s 1 forwards;
  animation: example 0.2s ease 2s 1 forwards;
}
#mainimg-s .item11 img {
  -webkit-animation: example 0.2s ease 2.2s 1 forwards;
  animation: example 0.2s ease 2.2s 1 forwards;
}
#mainimg-s .item12 img {
  -webkit-animation: example 0.2s ease 2.4s 1 forwards;
  animation: example 0.2s ease 2.4s 1 forwards;
}
#mainimg-s .item13 img {
  -webkit-animation: example 0.2s ease 2.6s 1 forwards;
  animation: example 0.2s ease 2.6s 1 forwards;
}
#mainimg-s .item14 img {
  -webkit-animation: example 0.2s ease 2.8s 1 forwards;
  animation: example 0.2s ease 2.8s 1 forwards;
}
#mainimg-s .item15 img {
  -webkit-animation: example 0.2s ease 3s 1 forwards;
  animation: example 0.2s ease 3s 1 forwards;
}
#mainimg-s .item16 img {
  -webkit-animation: example 0.2s ease 3.2s 1 forwards;
  animation: example 0.2s ease 3.2s 1 forwards;
}
#mainimg-s .item17 img {
  -webkit-animation: example 0.2s ease 3.4s 1 forwards;
  animation: example 0.2s ease 3.4s 1 forwards;
}
#mainimg-s .item18 img {
  -webkit-animation: example 0.2s ease 3.6s 1 forwards;
  animation: example 0.2s ease 3.6s 1 forwards;
}
#mainimg-s .item19 img {
  -webkit-animation: example 0.2s ease 3.8s 1 forwards;
  animation: example 0.2s ease 3.8s 1 forwards;
}
#mainimg-s .item20 img {
  -webkit-animation: example 0.2s ease 4s 1 forwards;
  animation: example 0.2s ease 4s 1 forwards;
}
#mainimg-s .item21 img {
  -webkit-animation: example 0.2s ease 4.2s 1 forwards;
  animation: example 0.2s ease 4.2s 1 forwards;
}
#mainimg-s .text {
  -webkit-animation: maintext 1s ease 4.4s 1 forwards;
  animation: maintext 1s ease 4.4s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes maintext {
  100% {
    opacity: 1;
  }
}
@keyframes maintext {
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 780px) {
    #mainimg-f .text,
    #mainimg-s .text{
        width: 300px;
    }
    #mainimg-f .text .sp,
    #mainimg-s .text .sp{
        display: block;
    }
    #mainimg-f .text .pc,
    #mainimg-s .text .pc{
        display: none;
    }
    #mainimg-f li,
    #mainimg-s li{
        width: calc(100% / 4);
    }
    .item21 {
        display: none;
    }
}



/*--------------------------------------------------------------------
　#common
 --------------------------------------------------------------------*/
h2 {
    color: #0068B7;
    font-size: 350%;
    font-weight: 900;
    letter-spacing: 1px;
    max-width: 1100px;
    margin: 0 auto 15px;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
h2:first-letter {
    color: #003299;
}
h2 span {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: 2em;
}
h2 span:before {
    content: "ー";
    margin-right: 5px;
}

.css_btn{
    padding: 5px;
    background: linear-gradient(to right bottom, #000080, #004EAB);
    margin-bottom: 0 !important;
    display: inline-block;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.css_btn a{
    padding:1.5em;
    background: #FFF;
    display: block;
    font-size: 145%;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000080;
    /*transition:800ms ease all;*/
}
.css_btn a:hover {
    background: linear-gradient(to right bottom, #000080, #004EAB);
    color: #FFF;
    text-decoration: none;
}

.section01 {
    margin-bottom: 0;
    padding: 3em 0;
}

@media screen and (max-width: 780px) {
    h2 {
        margin-left: 10px;
    }
}

/*--------------------------------------------------------------------
　#entry
 --------------------------------------------------------------------*/
 #conceptmovie {
     background: linear-gradient(45deg, #000080, #004EAB 55%);
     text-align: center;
 }
 #conceptmovie iframe {
     margin: 0.5em auto 0;
     filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
     border: 1px solid #FFF;
 }
 #conceptmovie h3 {
     color: #FFF;
     font-weight: 700;
 }
 #conceptmovie h3 span {
     font-size: 140%;
 }
 
 @media screen and (max-width: 780px) {
     #conceptmovie {
         padding: 2em;
     }
     #conceptmovie iframe {
         width: 100%;
         height: 230px;
     }
     #conceptmovie h3 {
         display: block;
         font-size: 110%;
     }
     #conceptmovie h3 span {
         display: block;
         white-space: nowrap;
     }
 }


/*--------------------------------------------------------------------
　#entry
 --------------------------------------------------------------------*/
#entrybtn {
    background: #EEE;
}
#entrybtn h2 {
    font-size: 240%;
    font-family: Arial,'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    white-space: nowrap;
}

#entrybtn h2.ja {
	font-size: 200%;
	margin-bottom: 25px;
}

#entrybtn .tsujyo {
     display: block;
      padding: 1.2em;
      font-size: 22px;
      background: linear-gradient(to right, #FFF 50%, #000080 50%);
      background-size: 200% 100.5%;
      background-position: right bottom;
      color: #FFF;
      border: 3px solid #FFF;
      /*border-left: 0.20em solid #e66465;*/
      border-color: none;
      box-shadow: 3px 3px 2px rgba(0,0,0,0.08);
      transition: all .5s ease-out;
      margin-bottom: 10px;
 }
 #entrybtn .tsujyo:hover {
     background-position: left bottom;
     color: #000080;
     text-decoration: none;
     font-weight: 700;
 }
 #entrybtn .intern {
     display: block;
      padding: 1.2em;
      font-size: 22px;
      background: linear-gradient(to right, #FFF 50%, #004EAB 50%);
      background-size: 200% 100.5%;
      background-position: right bottom;
      color: #FFF;
      border: 3px solid #FFF;
      /*border-left: 0.20em solid #e66465;*/
      border-color: none;
      box-shadow: 3px 3px 2px rgba(0,0,0,0.08);
      transition: all .5s ease-out;
      margin-bottom: 10px;
 }
 #entrybtn .intern:hover {
     background-position: left bottom;
     color: #000080;
     text-decoration: none;
     font-weight: 700;
 }

/*インターンシップエントリー前（comingsoon）*/
.joblist .hover-parent {
	position: relative;
	padding: 1.2em;
	font-size: 22px;
	border: 3px solid #FFF;
	margin: 0 0 10px 0 !important;
	background: #004EAB;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.08);
}
.joblist .hover-parent.mypage {
    background: #000080;
}
.joblist .hover-parent a {
	color: #FFF;
}
.joblist .hover-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.85);
	opacity: 0;
	padding: 1.2em;
    font-weight: 700;
    transition-property: color, background, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.joblist .hover-parent:hover .hover-mask {
	opacity: 1;
	cursor: pointer;
	color: #004EAB;
}
 
 @media screen and (max-width: 780px) {
     #entrybtn .tsujyo,
     #entrybtn .intern,
	 .joblist .hover-parent{
         font-size: 18px;
         font-weight: 700;
     }
 }
 
 
 /*--------------------------------------------------------------------
　#news
 --------------------------------------------------------------------*/
 #news {
     background: url(../img/bg_news.png) no-repeat bottom right, #004EAB;
     font-family: Arial,'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 }
 #news h2 {
     width: 180px;
     color: #FFF;
     float: left;
 }
 #news h2:first-letter {
    color: #FFF;
}
#news h2 a {
    color: #FFF;
    text-decoration: none;
    border: 3px solid #FFF;
    padding: 0.5em 2em;
    display: inline-block;
    font-size: 20px;
}
#news ul {
    margin-left: 220px;
}
#news li {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding: 1em 0;
}
#news li span,
#news li a{
    color: #FFF;
    margin-left: 2em;
}

@media screen and (max-width: 780px) {
    #news h2 {
        float: none;
    }
    #news ul {
        margin-left: 0;
    }
    #news ul span,
    #news ul a{
        display: block;
        margin-left: 0;
    }
}
 
 
/*--------------------------------------------------------------------
　#concept
 --------------------------------------------------------------------*/
 #concept {
     background: url(../img/bg_concept.jpg) no-repeat top right;
     background-size:100%;
 }
 #concept .Tit {
     font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
     color: #0068B7;
     font-weight: bold;
     font-size: 320%;
     line-height: 1.4em;
     margin-top: 0.5em;
     margin-left: 30px;
 }
 #concept .text {
     line-height: 3em;
     font-weight: 500;
     margin-left: 30px;
 }
 .imgbox {
     position: relative;
     text-align: center;
     box-sizing: border-box;
 }
 .imgbox a p {
     position: absolute;
     bottom:-1.5em;
     right: 30px;
     left: 60px;
     margin: 0 auto;
     background: #FFF;
     text-align: center;
     padding: 15px;
     font-size: 20px;
     font-weight: 700;
     transition-property: color, background;
     transition-duration: 0.3s;
     transition-timing-function: ease-out;
     letter-spacing: 1px;
 }
 .imgbox a:hover p {
     background: linear-gradient(45deg, #000080, #004EAB 55%);
     color: #FFF;
 }
.imgbox a .effect-mono {
  filter: grayscale(100); /* モノクロにする */
  transition: filter 0.5s;
  box-shadow: 0 0 15px #555;
}
.imgbox a:hover .effect-mono {
  filter: grayscale(0); /* モノクロを解除する */
  cursor: pointer;
}

@media screen and (max-width: 780px) {
    #concept {
        background: url(../img/bg_concept.jpg) no-repeat top left;
        background-size: 300%;
    }
    #concept .Tit{
        font-size: 200%;
        margin: 0 20px 15px;
    }
    #concept .text {
        line-height: 1.8em;
        margin: 0 1.5em;
    }
    .imgbox {
        margin-bottom: 1em;
    }
}



/*--------------------------------------------------------------------
　#works
 --------------------------------------------------------------------*/
#works .css_btn {
    margin: 2em auto 0;
    width: 250px;
    text-align: center;
    display: block;
}
#works .css_btn a {
    padding: 0.7em 2em;
    font-size: 24px;
}

/*#works .uk-slider-items li a img {
    transition: .3s ease-in-out;
}
#works .uk-slider-items li a:hover img {
    filter: contrast(100%);
}*/


/*--------------------------------------------------------------------
　#special
 --------------------------------------------------------------------*/
#special {  
}
#special h3 {
    font-size:  280%;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.3em;
    font-weight: bold;
    background: linear-gradient(110deg, #000080, #004EAB 45%, #000080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #ff0000;
  margin-top: 1em;
}
#special h3 span {
    font-size: 150%;
}
#special h4 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: bold;
    font-size: 260%;
}
#special .css_btn a {
    font-size: 120%;
    padding: 0.8em 3em;
}

.special01 .txtbox,
.special03 .txtbox{
    padding-left: 8%;
    z-index: 10;
    margin-bottom: 3em;
}
.special02 .txtbox {
    padding-right: 8%;
    padding-left: 10%;
    z-index: 10;
    margin-bottom: 3em;
}
.special01 .imgbox{
    background: url(../img/img_index01.jpg) no-repeat top center;
    background-size: cover;
    margin-left: -5%;
}
.special01 .shadow {
    box-shadow: -10px -10px #004EAB;
}

.special02 .imgbox{
    background: url(../img/img_index03.jpg) no-repeat top center;
    background-size: cover;
    margin-right: -5%;
    margin-top: 2%;
}
.special02 .shadow {
    box-shadow: 10px -10px #000080;
}

/*.special03 .imgbox{
    background: url(../img/img_index03.jpg) no-repeat top center;
    background-size: cover;
    margin-left: -5%;
    margin-top: 2%;
}
.special03 .shadow {
    box-shadow: -10px -10px #004EAB;
}*/

@media screen and (max-width: 780px) {
    .special01 .imgbox {
        height: 45vh;
        margin: 4em 20px 0 0;
    }
    .special02 .imgbox {
        height: 45vh;
        margin: 4em 0 0 60px;
    }
    .special03 .imgbox {
        height: 45vh;
        margin: 4em 20px 0 0;
    }
    .special01 .txtbox,
    .special02 .txtbox,
    .special03 .txtbox{
        padding: auto !important;
        text-align: center;
        margin-bottom: 1em !important;
    }
    .special01 .shadow {
        box-shadow: 10px -10px #000080;
    }
    .special02 .shadow {
        box-shadow: -10px -10px #000080;
    }
    .special03 .shadow {
        box-shadow: 10px -10px #000080;
    }
    #special p{
        margin: 0 1em 2em;
    }
    #special p br{
        display: none;
    }
    #special h3 {
        font-size: 220%;
        margin-top: 0;
    }
    #special h4 {
        padding: 0 1em;
        font-size: 220%;
    }
    #special .css_btn {
        display: block;
    }
}


/*--------------------------------------------------------------------
　#movie
 --------------------------------------------------------------------*/
#movie {
    background: linear-gradient(45deg, #000080, #004EAB 55%);
    color: #FFF;
    font-size: 120%;
    text-align: center;
}
#movie h3 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 240%;
    letter-spacing: 0.5em;
    color: #FFF;
    margin-bottom: 10px !important;
}
#movie h3 span {
    font-size: 150%;
}
#movie a {
    color: #FFF;
    display: inline-block;
    padding: 0.7em 2em;
    margin-top: 1em;
    border: 3px solid #FFF;
}
#movie a:hover {
    background: #FFF;
    color: #004EAB;
    border: 3px solid #FFF;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width: 780px) {
    #movie h3 {
        font-size: 200%;
        letter-spacing: 0.2em;
    }
}




/*--------------------------------------------------------------------
　#recruit
 --------------------------------------------------------------------*/
#recruit .css_btn {
    display: block;
}

@media screen and (max-width: 780px) {
    #recruit .css_btn a {
        font-size: 18px;
        padding: 1.5em 1em;
        margin-bottom: 0;
    }
    #recruit div {
        margin-top: 15px !important;
    }
}

 