@charset "shift_jis";
/* recruit.css */


/* ----------------header---------------- */
body {
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #0979c1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 25px;
	box-sizing: border-box;
	justify-content: space-between;
}

header h1,
ul,
li,
dl {
	margin: 0;
    padding: 0;
}
 
.logo {
	display: block;
	width: 970px;
	margin: 0 auto;
	text-indent: -999em;
	vertical-align: middle;
	padding-left: 0;
}

.logo a {
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 393px;
	height: 44px;
	position: relative;
	z-index: 2;
}

.desc {
	display: none;
}

#header-menu li {
	font-weight: bold;
	margin-right: 30px;
	font-size: 0.9rem;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#header-menu li:last-child {
	margin-right: 0;
}

#header-menu li a {
	color: #555555;
	text-decoration: none;
}

#global-menu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#global-menu li a {
	color: white;
	padding: 0;
}

#global-menu li a:hover {
	text-decoration: none;
}

#global-menu li:last-child a {
	color: #a2e2fa;
}

.breadcrumb {
	width: 970px;
	margin: 0 auto;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
}

.breadcrumb li {
	display: inline-block;
	margin-right: 5px;
}

.breadcrumb li,
.breadcrumb li a {
	color: #999;
	font-size: 0.7rem;
}

.breadcrumb li a {
	font-weight: bold;
}

.breadcrumb li:after {
	content: ">";
	margin-left: 5px;
}

.breadcrumb li:last-child:after {
	content: none;
}

.btn_hamburger {
	display: none;
}

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

footer {
	width: 100%;
	clear: both;
	margin-top: 200px;
	background: #0075c1;
	box-sizing: border-box;
	color: white;
	padding: 20px 0;
	text-align: center;
	position: relative;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.widgettitle {
	font-size: 16px;
	padding: 0 1em 0.5em 1em;
	border-bottom: 1px dashed #fff;
	display: table;
	margin: 0 auto 1.2em;
	white-space: nowrap;
}

.widget_text {
	list-style: none;
}

.textwidget dl dt {
	font-size: 15px;
	margin-bottom: 0.5em;
}

.textwidget dl dd {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.textwidget i {
	width: 23px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: -3px;
	background: url(/recruit/wp-content/themes/temp-tufrecruit/images/icon_tel.png) no-repeat;
	display: inline-block;
}

.widget_text:before {
    content: "";
    width: 80px;
    height: 44px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    background: url(/recruit/wp-content/themes/temp-tufrecruit/images/logo_footer.png) no-repeat;	
}

.widget_text:after {
    content: "";
    width: 75px;
    height: 88px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    background: url(/recruit/wp-content/themes/temp-tufrecruit/images/icon_rokkyun.png) no-repeat;	
}

#page-top a {
	position: fixed;
	bottom: 200px;
	right: 50px;
	text-indent: -999em;
	background: url(https://www.tuf.co.jp/images/common/page_top.png) no-repeat center 50%;
	width: 100px;
	height: 100px;
	opacity: 0.7;
	z-index: 9999;
	background-size: contain;
}

#page-top a:hover {
	opacity: 0.5;
}

/* ----------------media query---------------- */

@media screen and (max-width: 768px) {
	
	/* 	header  */

	header {
		margin: 0 auto;
		padding: 10px;
		padding-left: 10px;
		box-sizing: border-box;
	}
	
	.logo {
		display: table;
		padding-left: 0;
		height: 27px;
		width: 248px;
		text-align:  left;
		margin: 0 0 0 0;
	}

	.logo a {
		height: 27px;
		width: 248px;
		background-size: 248px 27px;
	}
	
	.ham-wrapper:before {
		content: "MENU";
		display: block;
		text-align: center;
		font-size: 1rem;
		margin: 0.5em 0 1em 0;
		color: #555555;
		font-weight: bold;
	}	

	.ham-wrapper {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 4;
		background: white;
		margin-top: 0.5em;
		top: 0;
		left: 0;
		padding: 0;
		opacity: 0.97;
		box-sizing: border-box;
	}
	
	#global-menu ul {
		display: block;
	}

	#header-menu,
	#global-menu {
		top: 0;
		right: 0;
		position: relative;
		width: 100%;
		background: white;
		padding: 1em;
		box-sizing:  border-box;
		margin: 0;
	}

	#header-menu li,
	#global-menu li {
		display: block;
		margin-right: 0;
		line-height: 2.5em;
		font-size: 0.8rem;
		padding: 0;
		text-align: left;
		font-weight:  bold;
	}

	#header-menu li a,
	#global-menu li a {
		display: block;
		border-bottom: 1px solid #ddd;
		color: #0067ad;
		padding: 0.1rem;
	}

	#header-menu li a:before,
	#global-menu li a:before {
		content: ">>　"
	}

	#global-menu li:after {
		content: none;
		margin-left: 0;
	}

	.breadcrumb {
		display: none;
	}
	
	 .btn_hamburger {
		position: absolute;
		top: 4vw;
		right: 4vw;
		display: block;
		width: 6vw;
		height: 4.5875vw;
		z-index: 5;
	}
	
  .btn_hamburger a {
      position: relative;
      display: block;
      height: 100%;
      -webkit-transition: all .4s;
      transition: all .4s;
      box-sizing: border-box;
  }
	
  .btn_hamburger span {
      position: absolute;
      display: inline-block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #B2B2B2;
      border-radius: 2px;
      -webkit-transition: all .4s;
      transition: all .4s;
      box-sizing: border-box;
  }
  .btn_hamburger span:nth-of-type(1) {
      top: 0;
  }
  .btn_hamburger span:nth-of-type(2) {
      top: 2vw;
  }
  .btn_hamburger span:nth-of-type(3) {
      bottom: 0;
  }
  .btn_hamburger span:nth-of-type(2)::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #B2B2B2;
      border-radius: 2px;
      -webkit-transition: all .4s;
      transition: all .4s;
  }
  .btn_hamburger .active span:nth-of-type(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .btn_hamburger .active span:nth-of-type(2)::after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .btn_hamburger .active span:nth-of-type(1) {
      -webkit-transform: translateY(20px) scale(0);
      -ms-transform: translateY(20px) scale(0);
      transform: translateY(20px) scale(0);
  }
  .btn_hamburger .active span:nth-of-type(3) {
      -webkit-transform: translateY(-20px) scale(0);
      -ms-transform: translateY(-20px) scale(0);
      transform: translateY(-20px) scale(0);
  }
	
	/* footer */

	footer {
		margin-top: 2em;
	}

	#page-top a {
		bottom: 30px;
		right: 30px;
		width: 60px;
		height: 60px;
	}
	
	.widget_text:before {
		position: relative;
		text-align: center;
		margin-bottom: 1.5em;
		left: 0;
		background-size: 90%;
		background-position: center;
	}

	.widget_text:after {
		position: relative;
		text-align: center;
		margin-top: 0.5em;
		right: 0;
		background-size: 70%;
		background-position: center;
	}
	
}