@charset "utf-8";

/* ==========================================================
  新卒採用共通
========================================================== */

#main {
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	z-index:0;
}

a:hover,
a:hover img {
    opacity:.8;
}

/* iPad用 */
@media screen and (max-device-width: 1024px) {
	a:hover, a:hover img{
    opacity:1;
}
}

/* navi */
#navi {
	background: #eff3f6;
	border-top: 4px solid #030303;
}

#navi .btn_navi {
	width: 950px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 auto;
}

#navi .btn_navi li a:hover img {
	opacity: 1;
}

/* ナビボタン */
#navi .j_hover > li > a{
	display:block;
	height:60px;
	width:190px;
	text-indent:-9999999px;
	transition: .6s all;
}

#navi .j_hover > li:nth-of-type(1) > a{
	background:url(../image/navi01-off.png) 0 0 no-repeat;
	background-size:190px 60px;
}
#navi .j_hover > li:nth-of-type(1) > a.hover,
#navi .j_hover > li:nth-of-type(1) > a.active{
	background:url(../image/navi01-on.png) 0 0 no-repeat;
	background-size:190px 60px;
}

#navi .j_hover > li:nth-of-type(2) > a{
	background:url(../image/navi02-off.png) 0 0 no-repeat;
	background-size:190px 60px;
}
#navi .j_hover > li:nth-of-type(2) > a.hover,
#navi .j_hover > li:nth-of-type(2) > a.active{
	background:url(../image/navi02-on.png) 0 0 no-repeat;
	background-size:190px 60px;
}

#navi .j_hover > li:nth-of-type(3) > a{
	background:url(../image/navi04-off.png) 0 0 no-repeat;
	background-size:190px 60px;
}
#navi .j_hover > li:nth-of-type(3) > a.hover,
#navi .j_hover > li:nth-of-type(3) > a.active{
	background:url(../image/navi04-on.png) 0 0 no-repeat;
	background-size:190px 60px;
}

#navi .j_hover > li:nth-of-type(4) > a{
	background:url(../image/navi05-off.png) 0 0 no-repeat;
	background-size:190px 60px;
}
#navi .j_hover > li:nth-of-type(4) > a.hover,
#navi .j_hover > li:nth-of-type(4) > a.active{
	background:url(../image/navi05-on.png) 0 0 no-repeat;
	background-size:190px 60px;
}

#navi .j_hover > li:nth-of-type(5) > a{
	background:url(../image/navi03-off.png) 0 0 no-repeat;
	background-size:190px 60px;
}
#navi .j_hover > li:nth-of-type(5) > a.hover,
#navi .j_hover > li:nth-of-type(5) > a.active{
	background:url(../image/navi03-on.png) 0 0 no-repeat;
	background-size:190px 60px;
}

/* ナビボタン アコーディオン */
.main_menu{
    cursor:pointer;
}

.sub_menu{
	position:absolute;
	z-index:1000;
}
.sub_menu li {
	background:#f8f4ec;       
	border:1px solid #000;
	font-size:15px;
	width:189px;
	height:44px;
	line-height:44px;
	padding: 0;
	margin:-1px 0 0 0;
	text-align: center;
	font-weight: bold;
	z-index:2;
}
.sub_menu li a {
	color:#000;
	display:block;
	text-indent:0;
	transition: .3s all;
}

#navi .btn_navi .sub_menu li a.hover {
	opacity: 0.8;
	color: #cc5479;
}

/* --------------------------------------
  この職種に関連する社員
-------------------------------------- */
#work_people {
	margin: 60px auto 0;
	padding: 45px 0 55px 0;
	background: #eff3f6;
}

#work_people .list_people {
	width: 908px;
	margin: 0 auto;
	padding: 0 0 0 8px;
	box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#work_people .list_people li {
	position: relative;
	flex-basis: 222px;
}

#work_people .list_people li > a{
	display:block;
	width: 222px;
	height: 305px;
}

#work_people .list_people dl {
	width: 222px;
	height: 320px;
}

#work_people .list_people .name {
	position:relative;
	background: #2c8ccf;
	box-sizing:border-box;
	color: #fff;
	font-size: 12px;
	line-height:1.2;
	padding:5px 8px;
	width: 212px;
	height: 90px;
}

#work_people .list_people .name span {
	font-size: 16px;
}

#work_people .list_people .name p:nth-of-type(2){
	position: absolute;
	bottom:5px;
	line-height:1.3;
}

#work_people .list_people .link_interview {
	position: absolute;
	right: -9px;
	bottom: 18px;
	width: 104px;
	height: 40px;
	color: #2c8ccf;
	background: #fff;
	font-size: 12px;
	line-height:1.2;
	font-weight: bold;
	overflow: visible;
	padding: 12px 0 0 7px;
}

#work_people .list_people .link_interview:after {
	content: '';
	background: url(../image/ico-arrow-next.png) no-repeat top left;
	background-size: 11px 21px;
	width: 11px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -10px;
}


/* グリーン表示 */
#work_people .list_people .green .name {
	background: #5eab44;
}

/* ベージュ表示 */
#work_people .list_people .beige .name {
	background: #ac9e6d;
}

/* ピンク表示 */
#work_people .list_people .pink .name {
	background: #e290c3;
}

/* グレー表示 */
.name_gr {
	position:relative;
	background: #a4a4a4;
	box-sizing:border-box;
	color: #fff;
	font-size: 12px;
	line-height:1.2;
	padding:5px 8px;
	width: 212px;
	height: 90px;
}

#work_people .list_people .name_gr span {
	font-size: 16px;
}

#work_people .list_people .name_gr p:nth-of-type(2){
	position: absolute;
	bottom:5px;
	line-height:1.3;
}

#work_people .list_people .link_interview_gr {
	position: absolute;
	right: -9px;
	bottom: 18px;
	width: 104px;
	height: 40px;
	color: #8b8b8b;
	background: #fff;
	font-size: 12px;
	line-height:1.2;
	font-weight: bold;
	overflow: visible;
	padding: 12px 0 0 7px;
}

#work_people .list_people .link_interview_gr:after {
	content: '';
	background: url(../image/ico-arrow-next-gr.png) no-repeat top left;
	background-size: 11px 21px;
	width: 11px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -10px;
}

/* --------------------------------------------------------
  応募するボタン
---------------------------------------------------------- */
#apply {
	display:none;
	position: fixed;
	bottom: 0;
	z-index:100;
	background-color:rgba(0,0,0,0.5);
	width: 100%;
	padding: 40px 0;
	text-align: center;
}

#apply a:hover img {
	background: url(../../image/btn-entry_ov.png) no-repeat;
	opacity: 1;
}

#apply a:hover {
	opacity: .9;
}

/* iPad用 */
@media screen and (max-device-width: 1024px) {
	#apply a:hover {
    opacity:1;
}
}

/* --------------------------------------
  SEO
-------------------------------------- */
.txt_seo {
    font-size: 14px !important;
    line-height: 24px !important;
}


/* ======================================
entry_box
====================================== */
.entry_box {
  background-color: rgba(0,0,0,.5);
  display: none;
  padding: 25px 0;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.entry_box .btn_box {
  margin: 0 auto;
  width: 360px;
}
.entry_box .btn_box.btn_column2 {
  width: 1024px;
  justify-content: center;
}
/*.entry_box .btn_box > div:nth-of-type(n+3) {
  margin-top: 20px;
}*/
.entry_box .btn_box .btn_entry a {
  box-shadow: 0px 1px 1.98px .02px #152c3b;
  display: block;
  width: 30%;
  margin: 0 auto;
  padding: 15px 13px;
  position: relative;
  color: #fff;
  font-size: 19px;
  font-weight:600;
  background: linear-gradient(90deg, #bf870d 0%, #d3a644 50%);
}
.entry_box .btn_box .btn_entry a:hover {
  background: linear-gradient(90deg, #caa657 0%, #e1c58b 50%);
}
.btn_entry a::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 0;
}