@charset "utf-8";
/* CSS Document */
#header{
	width: 100%;
	min-width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	top: 0;
	height: auto;
}

#header .inner {
	width: 100%;
	min-width: 1000px;
	padding: 0 100px;
	margin: 0 auto;
}

#header .sv{
	overflow:hidden;
	margin-bottom: 20px;
}

#header .sv ul{
	float: right;
}

#header .sv ul li{
	display: inline-block;
	font-size: 13px;
}

#header .sv ul li span{
	display: block;
	padding: 4px 30px;
	border: 1px solid #ddd;
}

#header .sv ul li span:hover{
  border: 1px solid #E73918;
  color: #E73918;
}

.global ul li{
  width: 136px;
	height: 80px;
	padding: 15px 0;
	text-align: center;
	font-size: 10px;
	font-family: "Mplus 1p";
}

.global ul li.recruit-link {
	width: 187px;
  padding: 0;
}

.global ul li.recruit-link a {
  padding-top: 0;
  color: #fff;
  border: solid 2px #1BB8CE;
  background: #1BB8CE;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.global ul li.recruit-link span {
  border: none;
}

.global ul li.recruit-link span:hover{
  color: inherit;
}

.global ul li.recruit-link a:hover{
  color: #1BB8CE;
  background: #fff;
}

.global ul li.logo{
	margin-right: 25px;
	padding-left: 19px;
}

.global ul li.logo img{
	width: auto;
	height: 24px;
}

.global ul li span{
	display: block;
	border-left: 1px solid #ddd;
	font-size: 15px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
}

.global ul li span:hover{
  color: #E73918;
}

.global ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.global ul li a:hover{
  color: #E73918;
}

.global ul li.active span{
  color: #E73918;
}

#header h2 {
	margin-bottom: 0px;
	text-align: center;
  position: relative;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.06em;
}

#header h2 span{
	background-color: #fff;
	display: inline-block;
	padding: 5px 20px;
	position: relative;
}

#header h2:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.global ul li.logo a.bn-header {
	display: block;
	width: 115px;
	border: solid 1px #d44089;
	margin-left: 15px;
}

.global ul li.logo a.bn-header:hover {
	opacity: 0.8;
}

/*--------TOPのheader----------*/
#header {
	border-bottom: 1px solid #eee;
	min-width: 800px;
	height: 80px;
}

.global ul {
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.global .logo {
	width: auto;
	display: flex;
	align-items: center;
	margin-right: 25px;
}

.global ul li span {
	font-size: 0.95rem;
}

.global ul li.recruit-link span {
	font-size: 1.25rem;
	font-weight: bold;
}

.global ul li span.jp {
	font-size: 0.6rem;
}

.global ul li.recruit-link span.jp {
	font-size: 0.6rem;
}

.global ul li h1 {
	text-align: left;
	margin-bottom: 0;
	font-size: 0.84rem;
	line-height: 1.3;
	font-weight: normal;
}

.global ul li.logo img {
	width: 100%;
	height: auto;
}

.global ul li a {
	padding-top: 8px;
}

.global ul li.logo a {
	width: 178px;
	margin-right: 23px;
	padding: 0;
}

.global ul li.logo a img:hover {
	opacity: 1;
}
/*--------TOPのheader 終了----------*/

@media screen and (max-width: 1400px) {
	.global ul li.logo a {
		width: 168px;
		margin-right: 15px;
	}

	.global ul li h1 {
		font-size: 0.6rem;
	}

	.global ul li {
		width: 12%;
	}

	.global ul li.recruit-link {
		margin-left: 25px;
	}
}

@media screen and (max-width: 1100px) {
	.global .logo {
		margin-right: 20px;
	}
	.global ul li.logo a {
		width: 135px;
	}

	.global ul li h1 {
		font-size: 0.53rem;
	}

	.global ul li span {
		font-size: 0.75rem;
	}

	.global ul li span.jp {
		font-size: 0.41rem;
		line-height: 1;
	}

	.global ul li.recruit-link {
		margin-left: 20px;
	}

	.global ul li.recruit-link a {
		padding-bottom: 2px;
	}
}

@media screen and (max-width: 800px) {
	#slide_menu{
		display: block;
		position: fixed;
		z-index: 9998;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		background-color: #222;
	}

	#slide_menu .globalmenu .logo{
		text-align: center;
		float: none;
		width: 100%;
		margin-bottom: 0px;
		padding: 5px 0 15px 0;
	}

	#slide_menu .globalmenu .logo img{
		width: auto;
		height: 20px;
	}

	#slide_menu p{
		font-size: 12px;
	}

	.globalmenu{
		width: 100%;
		text-align: center;
		padding: 30px 0 0 0;
		color: #fff;
	}

	.cntBox ul{
		overflow: hidden;
		padding: 10px 0px;
		width: 90%;
		margin: 0 auto;
	}

	.cntBox ul li {
		display: inline-block;
		width: 100%;
		margin-bottom: 5px;
		background-color: #f1f1f1;
		border: 1px solid #9D874D;
	}

	.cntNv ul li{
		border: 1px solid #9D874D;
		padding: 1px;
	}

	.cntBox ul li span{
		padding: 6px 0;
		display: block;
		font-size: 14px;
		border: 1px solid #fff;
	}

	.cntNv ul li span{
		color: #fff;
	}

	.cntBox ul li.wide{
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}

	.globalmenu .menulist{
		width: 90%;
		margin: 0 auto;
		background-color: #fff;
	}

	.globalmenu .menulist ul li{
		padding: 8px 0;
		border-bottom: 2px solid #333;
		font-size: 13px;
		letter-spacing: 0.1em;
		color: #fff;
		display: block;
		font-family: Verdana, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	}

	.globalmenu .menulist ul li a{
		display: block;
		width: 100%;
		height: 100%;
		position:relative;
	}

	.globalmenu .menulist ul li a:link{
		color: #000;
	}

	.globalmenu .menulist ul li a:visited{
		color: #000;
	}

	.globalmenu .menulist ul li a:hover{
		color: #000;
	}

	.globalmenu .menulist ul li a:active{
		color: #000;
	}

	#headerSp{
		display: block;
		position:fixed;
		width: 100%;
		top:0;
		left: 0;
		background-color: #fff;
		border-bottom: 1px solid #eee;
		z-index: 9998;
		height: 68px;
	}

	#headerSp .wrap{
		padding: 15px 10px 10px 10px;
		overflow: hidden;
	}

	#headerSp .logo{
		text-align: center;
		padding: 0;
	}

	#headerSp .logo h1{
		font-weight: normal;
		font-size: 10px;
		margin-bottom: 8px;
		letter-spacing: 0.06em;
		font-family: "Mplus 1p";
	}

	#headerSp .logo span img{
		height: 22px;
		width: auto;
	}

	#headerSp .slogan h2 {
		margin-bottom: 0px;
		text-align: center;
		position: relative;
		font-size: 13px;
		font-family: 'EB Garamond', serif;
		font-weight: normal;
		letter-spacing: 0.06em;
	}

	#headerSp .slogan h2 span{
		background-color: #fff;
		display: inline-block;
		padding: 2px 10px;
		position: relative;
		font-size: 13px!important;
	}

	#headerSp .slogan h2:before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #ddd;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	#home #headerSp .slogan h2 span{
		background-color: #000;
	}

	#menuRight {
		width: 45px;
		height: 35px;
		position:fixed;
		top: 7px;
		right: 7px;
		z-index: 9999;
	}

	/*ハンバーガーメニュー*/
	.hamburger{
		position:absolute;
		top:8px;
		right:10px;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 20px;
		height: 16px;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		border-radius: 0px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 7px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}

	.menu-trigger.active span:nth-of-type(3) {
		opacity: 0;
	}

	#home .menu-trigger span{
		background-color: #000;
	}

	#home .menu-trigger.active span{
		background-color: #fff;
	}

	#home .menu-trigger.active span:nth-child(3){
		background-color: #000;opacity: 0;
	}

	.open .menu-trigger span{
		background-color: #fff;
	}

	.open .fixed .menu-trigger span{
		background-color: #fff!important;
	}

	#slide_menu .logo span{
		color: #fff;
	}

	.menu-trigger.active span{
		color: #fff;
	}

	#headerSp.fixed .menu-trigger span{
		background-color: #000;
	}

	#headerSp hr.cept {
		width: 60px;
		border-top: 1px solid rgba(0, 0, 0, 0.5);
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		margin: 15px auto 15px;
	}

	#headerSp{
		top:0;transition: all .4s;
	}

	#headerSp.fixed{
		top:0px;transition: all .8s;
	}
}








