/* CSS Document */

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,em,strong,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	width: 100%;
}

a:focus, *:focus { outline:none; }

/*IE6*/
* html img{
	vertical-align: bottom;
}
/*IE7*/
*:first-child+html img{
	vertical-align: bottom;
}

/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
html>/**/body {
	font-size: 12px; /* Except IE */
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  

* html .clearfix { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	color: #000000;
	line-height: 1.7;	
}

/*------------ 全体 ------------*/
html {
}

body {
	-webkit-text-size-adjust: 100%;
}

._hover{
	transition-duration: 0.3s;
	opacity:1;
}

._hover:hover{
	opacity:0.7;
}

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


.fade_in{
	transition: .8s;
	opacity: 0;
}
.fade_out{
	opacity: 1.0;
}

/* navi
------------------------------------------------------------*/

#header_recruit{
	width: 100%;
	height: 90px;
	position: fixed;
	top:-9px;
	left: 0;
  	z-index: 11;
	opacity: 0;
	animation: top_header 1s ease .5s forwards;
}

@keyframes top_header {
  	0% { top: -120px; opacity: 0;}
  	100% { top: 0; opacity: 1; }
}

#header_recruit h1{
	position: absolute;
	width: 136px;
	height: auto;
	top:30px;
	left: 40px;	
}

#header_recruit .navi{
	position: absolute;
	top:0;
	right: 0;
}

#header_recruit .navi li{
	float: left;
	text-align: center;
	font-size: 15px;
	margin-left: 44px;
	padding-top: 23px;
	letter-spacing: 0.05em;
	position: relative;
}

#header_recruit .navi li span{
	display: block;
	font-size: 12px;
	letter-spacing: -0.02em;
}

#header_recruit .navi li a{
	text-decoration: none;
	color: #1f2024;
	font-weight: 600;
	transition-duration: 0.3s;
	display: block;
}

#header_recruit .navi li a:hover{
	color: #e60044;
}

#header_recruit .navi li a::before,
#header_recruit .navi li a::after {
	border-bottom: solid 2px #ff0044;
	bottom:-14px;
	content: "";
	display: block;
	position: absolute;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}

#header_recruit .navi li a::before {
	left: 50%;
}

#header_recruit .navi li a::after {
	right: 50%;
}

#header_recruit .navi li a:hover::before,
#header_recruit .navi li a:hover::after {
	width: 20px;
}

#header_recruit .navi li:last-child{
	width: 90px;
	height: 90px;
	padding-top:0;
}

#header_recruit .navi li:last-child a::before,
#header_recruit .navi li:last-child a::after {
	border-bottom: none;
	bottom:0;
}

#header_recruit .navi li:last-child button {
	transition-duration: 0.3s;
	display: block;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	border:none;
 }

#header_recruit .navi li:last-child button::before {
	content: "";
 	background-image: url("/recruit/fresh/common/images/entry_arrow.png");
	background-size: 100%;
	background-repeat: no-repeat;
 	position: absolute;
 	bottom:17px;
 	left: 28px;
	width : 33px;
 	height: 4px;
 	margin: 0 auto;
	transition-duration: 0.3s;
 }


#header_recruit .navi li:last-child button:hover{
	opacity: 0.7;	
}

#header_recruit .navi li:last-child button:hover::before {
	left: 35px;
}

@media (max-width:950px) {
	.pc{display: none;}
	.sp{display: block;}
	
	#header_recruit{
		height: 60px;
		top:-60px;
		z-index: 9000;
		background-size: 200%;
		background-position: bottom;
	}	

	#header_recruit h1{
		width: 102px;
		height: auto;
		top:20px;
		left: 20px;	
		z-index: 9998;
	}

	#nav-drawer {
  		position: relative;
	}

	.nav-unshown {
  		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
  		display: inline-block;
  		width: 60px;
  		height: 60px;
  		vertical-align: middle;
		position: absolute;
		top:0;
		right: 0;
		background-image: url("/recruit/fresh/common/images/sp_open.gif");
		background-size: cover;
		z-index: 999;
	}

	#nav-close {
  		display: none;/*はじめは隠しておく*/
  		position: fixed;
  		z-index: 9980;
  		top: 0;/*全体に広がるように*/
  		left: 0;
  		width: 100%;
  		height: 100%;
  		opacity: 0;
  		transition: .3s ease-in-out;
	}
	
	
	#nav-close:after{
		content: "";
		display: inline-block;
  		width: 60px;
  		height: 60px;
  		vertical-align: middle;
		position: absolute;
		top:0;
		right: 0;
		background-image: url("/recruit/fresh/common/images/sp_close.gif");
		background-size: cover;
	}

	#nav-content {
  		position: fixed;
  		top: 0;
		left: 0;
  		right: 0;
  		bottom: 0;
		overflow-y: auto;
  		z-index: 9998;/*最前面に*/
  		width: 100%;/*最大幅（調整してください）*/
  		height: auto;
  		background: #1f2024;
  		transition: .4s ease-in-out;
  		-webkit-transform: translateY(-105%);
  		transform: translateY(-105%);
	}

	#nav-input:checked ~ #nav-close {
 	 	display: block;
		opacity: 1;
	}

	#nav-input:checked ~ #nav-content {
  		-webkit-transform: translateY(0%);
  		transform: translateY(0%);
  		box-shadow: 6px 0 25px rgba(0,0,0,.15);
		top: 0;
		margin-top: 60px;
		}
}

	#header_recruit #nav-content .menu{
		width: 100%;
		height: auto;
		margin: 40px auto ;
		position: relative;
		z-index: 9000;
	}

	#header_recruit .menu li{
		width: 80%;
		height: 40px;
		position: relative;
		font-size: 15px;
		color: #CCCCCC;
		text-decoration: none;
		margin: 0 auto;
	}

	#header_recruit .menu li a{
		width: 100%;
		height: 10vw;
		position: relative;
		font-size: 15px;
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 0 0 20px;
		display: block;
	}

	#header_recruit .menu li a:after{
		content: "";
		width: 8px;
		height: 14px;
		background-image: url("/recruit/fresh/common/images/nav_arrow.png");
		background-size: cover;
		position: absolute;
		right:20px;
	}

	#header_recruit .menu .category a:after{
		content: "";
		width: 8px;
		height: 14px;
		background-image: url("/recruit/fresh/common/images/nav_arrow.png");
		background-size: cover;
		position: absolute;
		right:0;
	}

    #header_recruit .menu .entry{
        height: auto !important;
    }

	#header_recruit .menu ul{
		width: 100%;
		display: flex;
		margin: 0 auto 2vw;
        flex-wrap:wrap;
        justify-content: center;
	}

	#header_recruit .menu .link_img {
		margin-bottom: 10%;
		width: 48%;
		height: auto !important;
	}

    #header_recruit .menu .link_img:first-of-type{
        padding-right: 4%
    }

	#header_recruit .menu .link_img a{
		padding: 0;
		width: 100%;
	}

	#header_recruit .menu .category a,
	#header_recruit .menu .category {
		color: #FFFFFF;
		font-weight: bold;
		padding: 0;
	}

	#header_recruit .menu .category a span,
	#header_recruit .menu .category span{
		color: #e60044;
		font-weight: bold;
	}


	#header_recruit .menu .nav_line{
		border-top:1px solid #FFFFFF;
		padding: 40px 0 0 0;
		margin: 20px auto 0;
	}

	@media (max-width:320px) {
		.pc{display: none;}
		.sp{display: block;}
	
	#header_recruit{
		height: 60px;
		top:-60px;
		z-index: 9000;
		background-size: 200%;
		background-position: bottom;
	}	

	/*#header_recruit h1{
		width: 230px;
		height: auto;
		top:20px;
		left: 20px;	
		z-index: 9998;
	}*/
}


/* modal
------------------------------------------------------------*/

.modalArea {
  display: none;
  position: fixed;
  z-index: 9999; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(31,32,36,0.8);
  z-index: 9999; 
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 900px;
  height: 400px;
  padding: 30px 55px;
  background-color: #fff;
  box-sizing: border-box;
  display:flex;
  justify-content:center;
  align-items:center;
}

.modalWrapper h4{
	color: #1f2024;
	font-size: 14px;
	text-align: center;
	font-weight: lighter;
	margin: 20px auto 14px;
    font-weight: bold;
}

.modalWrapper .banner{
    display: flex;
    justify-content:space-between;
    width: 800px;
    margin-bottom: 40px
}

.modalWrapper div p{
	width: 225px;
	height: 84px;
}

#nav-content .btn03{
    width: 46%;
	margin: 3vw auto;
    padding: 6vw 0 0 0;
}

#nav-content .btn03:first-of-type{
    width: 46%;
    margin: 0px auto;
    padding:  0 0 6vw;
}


.closeModal {
  position: absolute;
  top: -16px;
  right: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
}


/* sub_navi
------------------------------------------------------------*/

#contents .sub_navi{
	width: 100%;
	background-color: #393b3f;
	margin-top: 90px;
}

#contents .sub_navi div{
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

#contents .sub_navi div ul{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top:50px;
}

#contents .sub_navi div ul li {
	float: left;
}

#contents .sub_navi div ul li a{
	width: 160px;
	height: 60px;
	background-color: #1f2024;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-right: 10px;
	text-align: center;
	padding: 22px 22px 0 0;
	box-sizing: border-box;
	transition-duration: 0.3s;
	position: relative;
	z-index: 100;
}

#contents .sub_navi div ul li a:hover{
	background-color: #e60044;
}

#contents .sub_navi div ul li a::before{
	content: "";
	background-image: url("/recruit/fresh/common/images/sun_navi_arrow.png");
	width:13px;
	height: 8px;
	background-size: cover;
	position: absolute;
	top:27px;
	right: 15px;
	transition-duration: 0.3s;
}

#contents .sub_navi div ul li a:hover::before{
	top:29px;
}

@media (max-width:950px) {
	
	#contents .sub_navi {
		margin-top: 60px;
	}  

	#contents .sub_navi div{
		width: 90%;
		height: 160px;
		margin: 0 auto;
		position: relative;
	}
	
	#contents .sub_navi div ul{
		right: 0;
		left: inherit;
		margin-left: 0;
		top:50px;
	}
}


@media (max-width:749px) {
	
	#contents .sub_navi {
		margin-top: 60px;
	} 
	
	#contents .sub_navi div{
		height: 90px;
	}
	
	#contents .link_navi div{
		height: 180px;
	}
	
	#contents .sub_navi div{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	
	#contents .sub_navi div ul{
		position: absolute;
		right: 0;
		left: inherit;
		top:inherit;
		bottom: 7vw;
	}
	
	#contents .sub_navi div .sec02{
		padding-right: 15vw;
	}
    
    #contents .sub_navi div .sec02.pr0{
        padding-right:0;
        width:67vw;
        left:50%;
        transform:translateX(-50%);
    }   

	#contents .sub_navi div ul li a{
		width: 32.5vw;
		height: 15vw;
		font-size: 2vw;
		margin-right:2vw;
		padding: 3vw 0 0 0;
	}
    
    #contents .sub_navi div .sec02.pr0 li a{
        padding-right:0 !important;   
    }
	
	#contents .sub_navi div ul li:last-child a{
		margin-right: 0;
	}

	#contents .sub_navi div ul li a::before{
		width:3vw;
		height: 1.8vw;
		top:11.5vw;
		right: 13vw;
	}

	#contents .sub_navi div ul li a:hover::before{
		top:12vw;
	}
}

@media (max-width:749px) {
	#contents .sub_navi div ul li a{
		font-size: 2.5vw;
	}
}


/* pnkz
------------------------------------------------------------*/

.pnkz{
	width:980px;
	margin:20px auto 0;
}

.pnkz li{
	display:inline-block;
	font-size:11px;
	color:#333333;	
}

.pnkz li a{
	color:#ff0044;
	text-decoration:none;	
}

@media (max-width:950px) {
	
	.pnkz{
		display:none;	
	}
}




/* footer
------------------------------------------------------------*/

.footer{
	position: relative;
}

.footer .logo{
	width: 1000px;
	margin: 10px auto 8px;
}

.footer .logo a{
	display: block;
	text-align: left;
	width: 103px;
}

.footer .footer01{
	width: 100%;
	position: relative;
	height: 40px;
}

.footer .footer02{
	width: 100%;
	background-color: #f5f5f5;
	height: 110px;
	box-sizing: border-box;
}

.footer .footer02 ul{
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
}

.footer .footer02 ul li a{
	display: block;
	float: left;
	margin-right: 35px;
	width: 117px;
}

.footer .footer02 ul li:first-child a{
	width: 126px;
}
/*
.footer .footer02 ul li:last-child a{
	width: 116px;
}
*/

.footer .footer02 ul.banenr li a{
	width: 116px;
    position:relative;
    top:-5px;
}
.footer .footer03{
	width: 100%;
	background-color: #1f2024;
	height: auto;
	box-sizing: border-box;
	padding: 35px 0 ;
}

.footer .footer03 .inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.footer .footer03 .inner ul{
	float: left;
}

.footer .footer03 .inner li{
	padding: 0 35px;
}

.footer .footer03 .inner li a{
	font-size: 13px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.footer .footer03 .inner .txt{
	font-size: 13px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-left: -10px;
}

.footer .footer03 .inner .category{
	margin-bottom: 20px;
}

.footer .footer03 .inner .category a span{
	color: #e60044;
	font-weight: bold;
}

.footer .footer03 .inner .category a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	display: block;
	text-decoration: none;
	height: 22px;
	padding-top:4px;
}

.footer .footer03 .inner .nav_line{
	border-left: solid 2px #FFFFFF;
}

.footer .footer03 .inner .top80{
	margin-top: 80px;
}

.footer .footer03 .small{
	width: 1000px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

.footer .footer03 li a{
	opacity: 1;
	transition-duration: 0.3s;
}


.footer .footer03 li a:hover{
	opacity: 0.7;
}

.top {
     position:fixed;
     bottom:50px;
     right:50px;
     overflow:hidden;
     width:40px;
     height:40px;
	z-index: 10;
     }

.top.static {
     position:absolute;
	 right:50px;
	 bottom: -7px;
     }

@media (max-width:950px) {
	
	.footer .logo{
		width: 90%;
		margin: 7px auto 5px;
	}

	.footer .logo a{
		display: block;
		text-align: left;
		width: 102px;
	}
	
	.top {
     position:fixed;
     bottom:30px;
     right:30px;
     overflow:hidden;
     width:30px;
     height:30px;
     }

.top.static {
     position:absolute;
	 right:30px;
	 bottom: -5px;
     }

	.footer .footer02{
		height: auto;
	}

	.footer .footer02 ul{
		width: 90%;
		margin: 0 auto ;
		padding:22px 0 16px;
	}
    
    .footer .footer02 ul:last-child{
        padding: 0;
    }

	.footer .footer02 ul li a{
		margin-right: 20px;
		width: 76px;
	}
	
	.footer .footer02 ul li:last-child a{
		margin-right: 0;
	}

	.footer .footer02 ul li a{
		width: 80px;
	}
    
    .footer .footer02 ul.banner li a{
		width: 22.5vw;
        padding-bottom: 16px;
	}

	.footer .footer03{
		padding: 35px 0 ;
	}

	.footer .footer03 .inner{
		width: 90%;
	}

	.footer .footer03 .inner ul{
		display: none;
	}

	.footer .footer03 .small{
		width: 100%;
		position: absolute;
		right: 0;
		bottom: 25px;
		text-align: center;
	}
}


