header {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	padding:12px 0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#fff;
	z-index:999;
}
header .inner {
	padding:0 20px;
	letter-spacing: -.4em;
}
header .inner > div {
	display:inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	line-height:1;
}
header .inner > div.headerMenu {
	display:none;
}
header .headerLogo {
	width:18%;
}
header .headerLogo h1 img {
	height:46px;
}
header .headerNav {
	letter-spacing: -.4em;
	font-size:1.4rem;
	width:44%;
}
header .headerNav > div {
	display:inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-right:15px;
}
header .headerAction {
	text-align:right;
	letter-spacing: -.4em;
	font-size:1.3rem;
	width:38%;
}
header .headerAction > div {
	display:inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin:0 8px;
}
header .headerAction > div a:hover {
	text-decoration: none;
}
header .headerAction > div span {
	display:block;
	text-align:center;
}
header .headerAction .headerActionIcon {
	font-size:1.6rem;
	background-color:#64b32e;
	border-radius:300px;
	width:36px;
	height:36px;
	margin:0 auto;
	color:#fff;
	line-height:33px;
  position:relative;
}
header .headerAction .headerActionIconNumber {
  position:absolute;
  top:-5px;
  right:-5px;
  border-radius:300px;
  line-height:1;
  padding:4px 6px;
  font-size:1rem;
  color:#fff;
  background-color:#f00;
  z-index:9;
}
header .headerAction .headerActionIcon .fa-comment {
  font-size:1.8rem;
  position:relative;
  top:2px;
}
header .headerAction .headerActionText {
	margin:5px 0 0;
}
.sp-header-application-container{
  display: none !important;
}
.pc-header-application-container {
  display: inline-block !important;
}
.pc-header-application-container .header-orange-btn {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1em;
  width: 160px;
  height: 48px;
  line-height: 48px;
}
.header-orange-btn {
  background-color: #F1961C;
  color: #fff;
  width: 280px;
  height: 56px;
  gap: 10px;
  border-radius: 4px;
  opacity: 0px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  box-shadow: 0px 4px 4px 0px #8C6A4F33;
  display: block;
  margin: 0 auto;
  line-height: 56px;
  text-align: center;
}
.header-orange-btn::before {
  content: "求人応募";
}
.header-orange-btn > img {
  height: 1em;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 2.8px;
}

/* headerに表示している項目が多いので幅1082pxでスマホ版レイアウトにする */
@media screen and (max-width: 1082px) {
  header .inner {
    padding:0;
    position:relative;
  }
  header .inner > div.headerMenu {
    width:48px;
    font-size:2.4rem;
    line-height:38px;
    display:inline-block;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
  }
  header .inner > div.headerMenu i {
    cursor:pointer;
  }
  header .headerLogo {
    width:40%;
  }
  header .headerLogo h1 {
    padding-left:50px;
  }
  header .headerLogo h1 img {
    height:38px;
  }
  header .headerNav {
    width:auto;
    position:absolute;
    top:50px;
    left:0;
    width:100%;
    background-color:rgba(255,255,255,0.9);
  }
  header .inner > div.headerNav {
    display:none;
  }
  header .headerNav > div {
    display:block;
    margin-right:0;
    border-bottom:1px solid #ddd;
  }
  header .headerNav > div a {
    display:block;
    padding:15px;
  }
  header .headerAction {
    width:60%;
  }
  header .headerAction > div {
    margin:0 2px;
  }
  header .headerAction > div:last-child {
    margin-right:10px;
  }
  header .headerAction > div span {
    display:block;
    text-align:center;
  }
  header .headerAction .headerActionText {
    display:none;
  }
  .pc-header-application-container {
    display: none !important;
  }
  .sp-header-application-container {
    display: block !important;
    padding: 5px 0;
  }
  .sp-header-application-container .header-orange-btn {
    padding: 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.1em;
    width: 117px;
    height: 40px;
    line-height: 40px;
  }
  .header-orange-btn > img {
    height: 1em;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 3.5;
  }
}