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

.cb-slideshow{
position:relative;
left:0;
right:0;
top:0;
z-index:-1;
}
.cb-slideshow li > div{
text-align:justify;
position:absolute;
left:3em;
bottom:17%;
line-height:1.4;
}
.cb-slideshow li > div .fw_bebas{
font-size:8.4rem;
line-height:1.6;
}
.cb-slideshow li > div .txt{
}
.mainimage {
position:relative;
}
#scrollbox{
height:100vh;
width:100%;
position:absolute;
top:0;
left:0;
right:0;
}
.scrollbtn{
position:absolute;
bottom:0;
left:0;
right:0;
margin:0 auto;
color:#fff;
font-weight:bold;
}
.scrollbtn .line{
margin:1.5em auto 0 auto;
height:5em;
width:1px;
background-color:#fff;
}
.ev_banner{
position:absolute;
    right: 5em;
    bottom: 5em;
    width: 22em;
}
.ev_banner a{
    display: block;
  -webkit-animation: fluffy 2.5s  ease-in-out infinite;
  animation: fluffy 2.5s  ease-in-out infinite;
}
@keyframes fluffy {

  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1em);
  }
  100% {
    transform: translateY(0);
  }
}

.ev_banner img:hover{
  -webkit-animation: pulse 1s  ease-in-out 1;
  animation: pulse 1s  ease-in-out 1;
}

#indexbox{
background-color:#fff;
position:relative;
padding-top:2em;
}


#indexbox .box{
position:relative;
padding:8em 0;
}
#indexbox .box .txtbox{
width:50%;
position:relative;
text-align:justify;
}
#indexbox .box h2{
position:relative;
z-index:3;
}
#indexbox .box h2 p{
display:inline-block;
vertical-align:middle;
font-weight:normal;
font-size:1.6rem;
}
#indexbox .box h2 .line{
border-bottom:1px solid #bfbfbf;
width:5em;
margin:0 1em;
}
#indexbox .box h2 .named{
font-size:2.4rem;
font-weight:700;
line-height:1;
}
#indexbox .box .title{
font-size:4rem;
position:relative;
z-index:3;
}
#indexbox .box .txt{
font-size:1.6rem;
padding:1em 0 3em 0;
position:relative;
z-index:3;
}
#indexbox .box .btn{
position:relative;
z-index:3;
}
#indexbox .box .btn a{
display:inline-block;
padding:0.5em 8em 0.5em 1em;
background-color:#000;
color:#fff;
}
#indexbox .box .btn a:hover{
background-color:#5862de;
}
#indexbox .box .num{
position:absolute;
font-size:28rem;
letter-spacing:-0.06em;
line-height:1;
font-weight:900;
color:#eee;
z-index:2;
}
#indexbox .box .imagebox{
position:absolute;
}

#indexbox .box1 .txtbox,#indexbox .box3 .txtbox{
margin:0 0 0 auto;
}
#indexbox .box1 .imagebox{
top:5em;
right:55%;
width:60%;
}
#indexbox .box1 .num,#indexbox .box3 .num{
right:0.1em;
top:-0.3em;
}
#indexbox .box2 .txtbox{
    width: 43%;
}
#indexbox .box2 .imagebox{
top:5em;
left:47%;
width:68%;
}
#indexbox .box2 .num{
left:-0.3em;
top:-0.5em;
}
#indexbox .box3 .imagebox{
top:0;
right:55%;
width:48%;
}



#info{
background-color:#eef4f8;
margin-top:3em;
padding:6em 0;
}
#info .title{
width:27%;
text-align:justify;
}
#info .title p{
font-size:3.6rem;
font-weight:900;
}
#info .news{
width:73%;
border-top:1px solid #bfbfbf;
text-align:justify;
color:#494949;
}
#info .news dl{
border-bottom:1px solid #bfbfbf;
padding:1em 0;
}
#info .news dt{
flex:1;
padding-right:1.5em;
}
#info .news dd{
font-size:2.8rem;
width:2.5em;
height:2.5em;
border:1px solid #494949;
border-radius:100%;
text-align:center;
padding-top:0.25em;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
#info .news dl a{
display:flex;
color:#494949;
}
#info .news dl a:hover{
color:#5862de;
}
#info .news dl a:hover dd{
background-color:#5862de;
color:#fff;
}

#foot_banner{
background-color:#333;
color:#fff;
padding:3em 0;
}
#foot_banner .container{
display:flex;
}
#foot_banner .container > div{
width:50%;
}
#foot_banner .container > div.line{
border-right:1px solid #fff;
}
#foot_banner a{
display:flex;
justify-content:center;
align-items:center;
color:#fff;
}
#foot_banner a:hover{
color:#a0a7fa;
}
#foot_banner .icon{
width:7em;
}
#foot_banner .title{
font-size:1.6rem;
padding:0 2em;
}
#foot_banner .title span{
font-size:4.2rem;
font-weight:700;
line-height:1;
}
#foot_banner .arrow{
font-size:3.7rem;
font-weight:700;
}

.foot_line{
background-color:#fff;
height:5em;
display:block;
}
.footbox .recruit{
    display: none;
}

@media only screen and (max-width: 767px) {

.cb-slideshow{
}
.cb-slideshow li > div{
left:0;
right:0;
padding:0 1.5em;
bottom:25%;
line-height:1.4;
}
.cb-slideshow li > div .fw_bebas{
font-size:5rem;
line-height:1.6;
}
.cb-slideshow li > div .txt{
}

.ev_banner{
    left: 1em;    bottom: 42%;
    width: 14em;
}
#scrollbox{
}
.scrollbtn{
}
#scrollbox .scrollbtn .line{
margin:1.5em auto 0 auto;
height:5em;
width:1px;
background-color:#fff;
}


#indexbox{
position:relative;
padding-top:4em;
}


#indexbox .box{
position:relative;
padding:3em 0;
}
#indexbox .box .txtbox{
width:100%;
position:relative;
text-align:justify;
}
#indexbox .box h2{
}
#indexbox .box h2 p{
font-size:1.4rem;
}
#indexbox .box h2 .line{
width:3em;
}
#indexbox .box h2 .named{
}
#indexbox .box .title{
font-size:3.8rem;
}
#indexbox .box .txt{
font-size:1.8rem;
padding:1em 0 2.5em 0;
}
#indexbox .box .num{
}
#indexbox .box .imagebox{
position:relative;
width:100%;
padding-top:2em;
}

#indexbox .box1 .txtbox,#indexbox .box3 .txtbox{
margin:0;
}
#indexbox .box1 .imagebox{
top:auto;
right:auto;
width:100%;
}
#indexbox .box1 .num,#indexbox .box3 .num{
right:0;
top:-0.3em;
}
#indexbox .box2 .txtbox{
width:100%;
}
#indexbox .box2 .imagebox{
top:auto;
left:auto;
width:100%;
}
#indexbox .box2 .num{
left:auto;
right:0;
top:-0.3em;
}
#indexbox .box3 .imagebox{
top:auto;
right:auto;
width:70%;
margin:0 auto;
}



#info{
margin-top:3em;
padding:5em 0;
}
#info .left,#info .right{
float:none;
}
#info .title{
width:100%;
text-align:justify;
}
#info .title p{
font-size:3.6rem;
font-weight:900;
}
#info .news{
width:100%;
border-top:1px solid #bfbfbf;
text-align:justify;
color:#494949;
}
#info .news dl{
border-bottom:1px solid #bfbfbf;
padding:1em 0;
}
#info .news dt{
flex:1;
padding-right:1.5em;
}
#info .news dd{
font-size:2.8rem;
width:2.5em;
height:2.5em;
border:1px solid #494949;
border-radius:100%;
text-align:center;
padding-top:0.25em;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
#info .news dl a{
display:flex;
color:#494949;
}
#info .news dl a:hover{
color:#5862de;
}
#info .news dl a:hover dd{
background-color:#5862de;
color:#fff;
}
    
#foot_banner{
padding:1.5em 0.5em;
}
#foot_banner .container{
display:block;
}
#foot_banner .container > div{
width:100%;
padding:0.8em 0.5em;
}
#foot_banner .container > div.line{
border-right:none;
border-bottom:1px solid #fff;
}
#foot_banner a{
justify-content:space-between;
}
#foot_banner .icon{
width:5em;
}
#foot_banner .title{
}
#foot_banner .title span{
font-size:3.2rem;
line-height:1;
}
#foot_banner .arrow{
font-size:3.5rem;
}

}