﻿@charset "utf-8";


/* CSS Document */
/*==============================================================================

	採用情報　2016/3/9

==============================================================================*/
body {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  background:#FFF;
  font-family: 'dnp-shuei-gothic-kin-std', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  min-width: 751px;
}

a,
a:link,
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.close_  {
	display:none;
}
br.pc_none_ {
	display:none;
}

/*
[font size12]
font-size: 85%;

[font size14]
font-size: 100%;

[font size20]
font-size: 142%;

[font size22]
font-size: 157%;

*/
.common_wrapper {
  max-width: none;
  margin: 0;
  padding: 0;
}
footer {
  margin-top: 0;
}
/*------------------------------------------------------------------
　ヘッダ
------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
}
#header .inner {
	/*height:80px;*/
	max-width: 1100px;
	padding: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*メインビジュアル
------------------------------------------------------*/
#visual {
	height: 520px;
	/*height: calc(100vh - 80px);*/
	width: 100%;
}
#visual ul {
	width: 100%;
	height: 520px;
	/*height: calc(100vh - 80px);*/
	margin: 0 auto;
	position: relative;
}
#visual ul li {
	width: 100%;
	height: 520px;
	/*height: calc(100vh - 80px);*/
	position: absolute;
	left: 0;
	top: 0;
	background-position: center top;
	background-repeat: no-repeat;
}
#visual ul li a {
	display: block;
	width: 100%;
	height: 520px;
	height: calc(100vh - 80px);
}
#visual ul li img {
	display: none;
	width: 100%;
}
#visual ul li.visual1_ {
	background-image: url(../../../img/recruit/202406/visual_pc_1.jpg);
	background-size: cover;
}
#visual ul li.visual2_ {
	background-image: url(../../../img/recruit/202406/visual_pc_2.jpg);
	background-size: cover;
}
#visual ul li.visual3_ {
	background-image: url(../../../img/recruit/202406/visual_pc_3.jpg);
	background-size: cover;
}

/*ヘッダボタン
-----------------------------------------------------*/
#head_nav {
	position: fixed;
	right: 1%;
	top: 145px;
	z-index: 100;
	/*max-width: 1100px;
	margin-right: -550px;*/
}
#head_nav ul {
	display: flex;
	justify-content: flex-end;
}
#head_nav ul li {
	width: 107px;
	height: 107px;
}
#head_nav ul li a {
	display: block;
	transition: all .3s;
}
#head_nav ul li#btn_career {
	margin-right: 20px;
}
#head_nav ul li a:hover {
	opacity:0.8;
}
@media screen and (max-width: 1140px) {
	#head_nav {
		padding: 0 20px;
		margin: 0;
		right: 0;
	}
	
}


/*サイトロゴ
-----------------------------------------------------*/
#header h1 {
}
#header h1 a {
	display: block;
	line-height: 1.0;
}
#header h1 img {
	height: 40px;
}

/*ヘッダナビ
-----------------------------------------------------*/
#header .inner .inner_nav {
	display: flex;
	justify-content: flex-end;
}
#header .inner .inner_nav li {
	margin-left: 30px;
}
#header .inner .inner_nav li a {
	font-size: 14px;
	line-height: 1.0714;
	padding-left: 24px;
	display: block;
	position: relative;
}
#header .inner .inner_nav li a::before,
#header .inner .inner_nav li a::after {
	content: "";
	position: absolute;
	display: block;
}
#header .inner .inner_nav li a::before {
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #333333;
}
#header .inner .inner_nav li a::after {
	top: 5px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	transform: rotate(-45deg);
}


