@charset "UTF-8";
body.fixed {
   width: 100%;
}
img {
	width: 100%;
	height: auto;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.sponly {
    display: none;
}
.brtab, .brsp, .sp, .sp2, .tab-img {
 	display: none;
 }
.fin {
	opacity : 0;
	transform : translate(0, 30px);
	transition-duration: 1.5s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}




@media all and (max-width: 896px) {}
@media all and (max-width: 480px) {}


/*------------------------------------------------------------
   HEADER
------------------------------------------------------------*/

.recruit-top {
   position: relative;
}
header {
   position: fixed;
   height: 70px;
   background: #FFF;
   top: 0;
   left: 0;
}
header .logo {
   position: relative;
   width: 130px;
   top: 17px;
   left: 40px;
   padding-right: 30px;
}
header .logo:before {
   width: 12px;
   height: 12px;
   background-image: url("../img/new-window.svg");
   right: 0;
   top: calc(50% - 6px);
}
main {
   position: relative;
   margin-top: 70px;
   background: url("../img/recruit-mv.jpg") no-repeat center center;
   background-size: cover;
   width: 100%;
   min-height: 600px;
   height: calc(100vh - 110px);
}
main .bg {
   position: relative;
}
main > .txt {
   position: absolute;
   width: 100%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
main > .txt h1 {
   font-family: 'Poppins', sans-serif;
   text-align: center;
   color: #FFF;
   font-weight: 600;
   font-size: min(6vw,60px);
   white-space: nowrap;
   line-height: 1.4em;
}
main > .txt .h1-sub {
   text-align: center;
   color: #FFF;
   font-size: 24px;
   font-weight: 600;
}
main ul {
   width: 90%;
   max-width: 1000px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin: 80px auto 0;
}
main ul li {
   width: 30.33%;
   position: relative;
   border-radius: 5px;
   height: 70px;
   border: solid 1px rgba(255,255,255,0.60);
   background: rgba(2,19,42,0.80);
   transition: all .5s;
}
main ul li:hover {
   background: rgba(2,19,42,0.90);
}
main ul li:before {
   width: 6px;
   height: 10px;
   background-image: url("../img/arrow.svg");
   right: 20px;
   top: calc(50% - 5px);
   transition: all .5s;
}
main ul li:hover:before {
   right: 15px;
}
main ul li p {
   position: relative;
   text-align: center;
   top: 50%;
   transform: translateY(-50%);
   color: #FFF;
   font-size: 20px;
}
footer .copyright {
   width: 100%;
   height: 40px;
   background: #06456F;
}
footer .copyright > p {
   font-size: 10px;
   text-align: center;
   color: #FFFFFF;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}





@media all and (max-width: 896px) {
main ul li p {
   font-size: 16px;
}
}

@media screen and (max-width: 480px) {
header {
   width: 100%;
   height: 50px;
   z-index: 2;
}
header .logo {
   width: 90px;
   top: 12px;
   left: 20px;
   padding-right: 20px;
}
header .logo:before {
   width: 8px;
   height: 8px;
   top: calc(50% - 4px);
}
main {
   position: relative;
   margin-top: 50px;
   min-height: 400px;
   height: calc(100vh - 90px);
}
main > .txt h1 {
   font-size: min(8.3vw,60px);
   white-space: normal;
   line-height: 1.4em;
}
main > .txt .h1-sub {
   padding: 10px 0 0;
   font-size: min(4vw,16px);
}
main ul {
   width: 80%;
   max-width: 400px;
   margin: 50px auto 0;
}
main ul li {
   width: 100%;
   position: relative;
   margin-bottom: 10px;
   height: 50px;
}
main ul li:hover {
   background: rgba(2,19,42,0.90);
}
main ul li:before {
   width: 6px;
   height: 10px;
   background-image: url("../img/arrow.svg");
   right: 20px;
   top: calc(50% - 5px);
   transition: all .5s;
}
main ul li p {
   font-size: 14px;
}


}

