/*===============================================
●style.css 画面の横幅が951px以上
===============================================*/
@media print, screen and (min-width: 961px){
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body {
-webkit-print-color-adjust: exact;
} 
img{
max-width: 100%;
height: auto;
}

a:hover img{
	filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
	transition: all 0.3s ease;
}

/*u-page*/
.u_page{
	padding-top:67px;
	color:#333;
}
.box_name{/*見出し背景*/
	width:100%;
	height:270px;
	box-sizing:border-box;
	margin:0 auto;
	overflow:hidden;
	padding-top:182px;
	background:#0098e3;
}
.box_name h1{
	position:relative;
	margin:0 auto;
	width:1080px;
	box-sizing:border-box;
	background:#fff;
	padding:40px 30px 20px 50px;
	font-size:2em;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.box_name h1 span{
	position:absolute;
	top:-0.95em;
	right:10px;
	z-index:10;
	font-size:1.8em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
}
/*各ページ背景画像*/
#bg_company{
	background:url(../../company/images/bg_name.jpg) no-repeat center top;
	background-size:cover;
}
#bg_contact{
	background:url(../../contact/images/bg_name.jpg) no-repeat center bottom;
	background-size:cover;
}
#bg_quality{
	background:url(../../quality/images/bg_name.jpg) no-repeat center bottom;
	background-size:cover;
}
#bg_business-lines{
	background:url(../../common_images/main_img04.jpg) no-repeat center 70%;
	background-size:cover;
}

.block{
	overflow:hidden;
	margin-bottom:50px;
}
.w80p{ width:80%; margin:0 auto; }
.w50p{ width:50%; margin:0 auto; }


.u_page .contents h2{
	color:#192279;
	font-size:1.6em;
	margin: 0 0 20px 0;
	line-height:1.2em;
}
.u_page .contents h2:after{
	content:"";
	width:14px;
	height:3px;
	background:#e0e0e0;
	display:block;
	margin-top:20px;
}


.u_page .contents h3{
	color:#0098e3;
	font-size:1.2em;
	margin: 0 0 20px 0;
	line-height:1.2em;
	text-align:center;
}
	.u_page #single_box.contents h3{
		text-align: left;
	}
	.u_page #single_box.contents h4{/* wpのみ */
		border: 1px solid #ccc;
		padding: 15px;
		box-sizing: border-box;
		font-size: 1.2em;
		margin-bottom: 20px;
	}
.u_page .contents p{
	margin-bottom:1em;
	line-height:1.4em;
}
.topics a,
.u_page .contents a:link,
.u_page .contents a:visited,
.u_page .contents a:active{ text-decoration:none; font-weight:bold; color:#0098e3; position:relative;}
.u_page .contents a:after{content:""; display:inline-block; left:0; position:absolute; bottom:2px; height:1px; width:0; background:#192279; transition:ease 0.5s;}

.topics a:hover,
.u_page .contents a:hover{ position:relative; transition:ease 0.5s; background:#D6F5FF;}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 15px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*Ul*/
.ul_tb{
	display:table;
	table-layout:fixed;
	width:100%;
	clear:both;
	overflow:hidden;
}
ul.ul_tb > li{
	display:table-cell;
}
ul.v_top > li{
	vertical-align:top;
}
ul.v_middle > li{
	vertical-align:middle !important;
}
ul.tl_fixed{
	table-layout:fixed;
}

.ul01,
#single_box ul{
	overflow:hidden;
}
.ul01 li,
#single_box ul > li{/*丸リスト*/
	margin-bottom:5px;
	padding-left:10px;
}
.ul01 li:before,
#single_box ul > li:before{
	content:"";
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #192279;
	position: relative;
	top: -3px;
	left:-7px;
}
.ul01 li:last-child,
#single_box ul > li:last-child{
	margin-bottom:0;
}

/*矢印フロー：ものづくり用*/
.ul_flow{
	width:100%;
	display:table;
	margin:30px auto;
}
.ul_flow li{
	display: block;
	float: left;
	height: 30px;
	background: #3498db;
	text-align: center;
	padding: 10px 70px 0 70px;
	position: relative;
	margin: 0 5px 0 0; 
	
	font-size:120%;
	color: #fff;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight:bold;
}
.ul_flow li:first-child:before{
	display:none;
}
.ul_flow li:after {
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #3498db;
	position: absolute; right: -20px; top: 0;
	z-index:1;
}
.ul_flow li:before {
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	position: absolute; left: 0; top: 0;
}



.ol01,
#single_box ol{/*数字リスト*/
	overflow:hidden;
	counter-reset: section;
}
.ol01 li,
#single_box ol > li{
    counter-increment: section;
	clear:both;
	line-height: 2;
	margin-bottom:15px;
}
.ol01 li:before,
#single_box ol > li:before{
    content: counters(section,"");
    display: inline-block;
    float: left;
    height: 1em;
    font-size:2em;
	font-style:italic;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 0.65;
	color:#192279;
}
.ol01 li:after,
#single_box ol > li:after{
	content:".";
	display: inline-block;
    float: left;
    width: 1em;
	height:1em;
}

/*Dl*/
.dl01{
	display:block;
	overflow:hidden;
	margin:10px auto;
}
.dl01 dt{
	font-size:1.3em;
	margin-bottom:0.5em;
	color:#192279;
	font-weight:bold;	
}
.dl01 dd{
	overflow:hidden;
	margin-bottom:40px;
	font-size:0.9em;
}
dd ul{
	clear:both;
	display:block;
	margin:5px 0;
}


/*Table*/
.tb01,
#single_box table{
	width:100%;
	clear:both;
	margin:10px auto 25px auto;
	line-height:1.4;
	border-top:1px solid #eee;
}
.tb01 tr,
#single_box table tr{
	border-bottom:1px solid #eee;
}
.tb01 th,
#single_box table th{
	font-weight:normal;
	padding: 15px 1.5%;
	text-align:right;
	width:22%;
	background:#fafafa;
}

.tb01 td,
#single_box table td{
	padding:15px 2%;
}
.tb02{/*th右線*/
	width:100%;
	clear:both;
	margin:10px auto 25px auto;
	line-height:1.4;
}
.tb02 th{
	padding: 15px 25px 15px 15px;
	white-space:nowrap;
	min-width:20%;
	color:#666;
	border-right:1px solid #aaa;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
.tb02 td{
	padding:15px 2%;
}

.mailform{/*お問い合わせフォーム*/
}
.mailform td{
	font-size:85%;
}
.mailform input,
.mailform textarea{
	border-radius:none;
	-webkit-appearance: none;
	width:30%;
	border:1px solid #888;
	padding:3px 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mailform textarea{
	width:60%;
}
.mailform input.long_text{
	width:60%;
}
.mailform input[type="submit"]{
	border:1px solid #192279;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	background:url(images/link01_aroow.png) no-repeat 95% center;
	display:block;
	padding: 20px;
	margin:10px auto;
	text-decoration:none;
	text-align:center;
	color:#192279;
	font-weight:bold;
	font-size:1.2em;
}
.mailform input[type="submit"]:hover{
	cursor:pointer;
	color:#fff !important;
	background:url(images/link02_aroow.png) no-repeat 97% center #192279;
	transition: all 0.5s ease;
}
.mailform input[type="button"]{
	border:1px solid #aaa;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	background:url(images/link01_aroow.png) no-repeat 95% center #eee;
	display:block;
	padding: 20px;
	margin:10px auto;
	text-decoration:none;
	text-align:center;
	color:#333;
	font-weight:bold;
	font-size:1.2em;
}
.mailform input[type="button"]:hover{
	cursor:pointer;
	background:url(images/link01_aroow.png) no-repeat 97% center #eaeaea;
	transition: all 0.5s ease;
}

.mail_check td{/*送信確認画面用*/
	font-size:100% !important;
}


/*20200720追加*/
.table_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.table_block article{
	width: 48%;
}
.table_block .tb01 th{
	text-align: center;
	width: auto !important;
}
.table_block .tb01 th.lastChild{
	border-left: 1px solid #eee;
}
.table_block .tb01 td{
	padding:8px 2%;
}
.table_block .tb01 tr td.lastChild{
	text-align: center;
	border-left: 1px solid #eee;
}



/*モーダル*/

.close-animatedModal{
	font-size:3em;
	font-weight:bold;
	margin:20px;
	width:100%;
    text-align: center;
    cursor:pointer;
    color:#fff;
}
.modal-content{
	width:70%;
	height:70%;
	overflow-y:scroll;
	margin:0 auto;
	padding:20px 30px;
	background:#fff;
}






#u_craftmanship .contents:before,
#u_craftmanship h2:after{
	display:none;
}
#bg_u_craftmanship{/*ものづくりへのこだわり*/
	overflow: hidden;
	position:relative;
	width:100%;
	min-height:600px;
	margin:0 auto;
	background:url(../../craftmanship/images/bg_u_craftanship.jpg) no-repeat center;
	background-size:cover;
}
#bg_u_craftmanship h1 span{
	margin-top:15px;
	color:rgba(255,255,255,.8);
	font-size:0.7em ;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif ;
	letter-spacing:0.1em;
	text-align:center;
	font-weight:bold;
	display:block;
}
#bg_u_craftmanship h1{
	position:absolute;
	z-index:10;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width:50%;
	max-width:460px;
	padding:40px 0 30px 0;
	background: #192279;
	color:#fff;
	text-align:center;
	font-size:2em;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom:20px;
}
.u_page .contents h2.cr_h2,
#u_craftmanship h2{
	color:#192279;
	font-size:2em;
	font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.u_page .contents h2.cr_h2 span{
	font-size:120%;
	font-weight: normal;
	font-style:italic;
	padding-right:3px;
}
.u_page .contents h2.cr_h2:after{
	display:none;
}
#u_craftmanship .block{
	margin-bottom:15px;
}
.box_craft01{
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	background:url(../../craftmanship/images/bg_box01.jpg) no-repeat right bottom;
	min-height:480px;
}
.box_craft01 .contents{
	position:absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
.box_craft01 p{
	background:#fff;
	padding:5px;
	max-width:90%;
}

.box_craft02{
	position:relative;
	background:url(../../common_images/main_img05.jpg) no-repeat #f5f5f5;
	background-size:cover;
	display:block;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	min-height:480px;
}
.box_craft02 .contents{
	position:absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
#u_craftmanship .box_craft02 h2,
.box_craft02 p{
	text-align:center;
	color:#fff !important;
}
.box_craft02 .bg-g{
	background:rgba(216,216,216,.5);
	padding:20px 30px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.u_page .box_craft02 .contents h3{
	font-size:1.5em !important;
	margin: 10px 0;
}
.box_craft02 ul{
	width:100%;
	margin:0 auto;
	display:block;
	overflow:hidden;
}
.box_craft02 ul li{
	text-align:center;
	font-weight:bold;
	color:#333;
	float:left;
	width:44%;
	margin:15px 1%;
	padding:15px;
	background:#fff;
	-webkit-box-shadow: 0 0 1px 0 #cfcfcf;
	box-shadow: 0 0 1px 0 #cfcfcf;
}

/*事業紹介*/
.u_page .contents .u_flexslider a:after{ display:none;}
.u_flexslider{
	position:relative;
	width:74%;
}
.u_flexslider .slides{
	width:100%;
}
.u_flexslider .slides li > img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.u_flexslider .slides h3{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:2em;
	margin:0 auto;
	text-align:center;
}

.box_business > ul.ul_tb{
	margin-top:40px;
	margin-bottom:40px;
	position:relative;
}
.box_business > ul.ul_tb > li{
	vertical-align:middle;
	padding:0 10px;
}
.box_business > ul.ul_tb > li:first-child{
	width:42%;
}
.u_page .contents .box_business h3{
	width:50%;
	margin:0 auto;
	color:#192279;
	font-size:1.2em;
	padding:10px 15px;
	border:1px solid #192279;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.box_business > ul.ul_tb > li .ul_tb li:first-child{
	width:51%;
	padding-right:2%;
}

.business_flow{/*事業紹介用*/
	width:80%;
	margin:0 auto;
	display:block;
}
.business_flow li{
	font-size:1.2em;
	display: block;
	position: relative;
	padding-bottom:60px;
	margin-bottom:60px;
	color:#0098e3;
}
.business_flow li:last-child{
	margin-bottom:0;
	padding-bottom:0;
}
.business_flow li:last-child:after{
	display:none;
}
.business_flow li:after {
	content: "";
	position:absolute;
	bottom:0;
	left:43%;
	display:block;
	width: 30px;
	height: 30px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	transform: rotate(135deg);
}


/*設備写真ギャラリー*/
.ul_machine{
	display:table;
	table-layout:fixed;
	width:100%;
}
.ul_machine li{
	display:table-cell;
	vertical-align:middle;
}
.ul_machine li .tb01 th{
	width:70%;
	text-align:left;
}
.photo-show {
	width:400px;
	margin: auto;
	background-color: white;
	position: relative;
}

.photo-show img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	-ms-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	-ms-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	opacity: 0;
}

.photo-show .img1 {
	display: block;
	margin: 0 auto;
}

.photo-show .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0;
}


@keyframes album {
	0% {
		opacity: 0;
	}
	
	6% {
		opacity: 1;
	}

	44% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	
	6% {
		opacity: 1;
	}

	44% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}
@-ms-keyframes album {
	0% {
		opacity: 0;
	}
	
	6% {
		opacity: 1;
	}

	44% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}


/*4枚用*/
.photo-show_v2 {
	width:400px;
	margin: auto;
	background-color: white;
	position: relative;
}

.photo-show_v2 img {
	width: 100%;
	animation-name: album2;
	-webkit-animation-name: album2;
	animation-duration: 20s;
	-webkit-animation-duration: 20s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.photo-show_v2 .img1 {
	animation-delay:0s;
	-webkit-animation-delay:0s;
	display: block;
	margin: 0 auto;
}

.photo-show_v2 .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0;
}
.photo-show_v2 .img3 {
	animation-delay:10s;
	-webkit-animation-delay:10s;
	position: absolute;
	top: 0;
	left: 0;
}
.photo-show_v2 .img4 {
	animation-delay:15s;
	-webkit-animation-delay:15s;
	position: absolute;
	top: 0;
	left: 0;
}


@keyframes album2 {
	0% {
		opacity: 0;
	}
	
	3% {
		opacity: 1;
	}

	23% {
		opacity: 1;
	}
	25% {
		opacity: 0.2;
	}
}

@-webkit-keyframes album2 {
	0% {
		opacity: 0;
	}
	
	3% {
		opacity: 1;
	}

	23% {
		opacity: 1;
	}
	25% {
		opacity: 0.2;
	}
}

/*マウスが画像に重なった際、動きを止める*/
.photo-show:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}



.history{/*沿革用*/
}
.history th{
	position:relative;
	padding: 15px;
	font-weight:bold;
	border-right:3px solid #eee;
	text-align:right;
	vertical-align:top;
	min-width:10%;
}
.history th:after{
	content:"";
	position:absolute;
	width:7px;
	height:7px;
	background:#192279;
	border:4px solid #eee;
	border-radius:100%;
	right:-9px;
	top:18px;
}

/*採用情報*/
.re_nav{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background:#eee;
}
.re_nav ul{
	width:100%;
	max-width:980px;
	margin:0 auto;
	display:table;
	table-layout:fixed;
}
.re_nav li{
	display:table-cell;
	border-right:1px solid #e0e0e0;
}
.re_nav li:first-child{
	border-left:1px solid #e0e0e0;
}
.re_nav li:last-child a{
	background: #192279;
	color:#fff !important;
}
.re_nav li:last-child a:hover{
	background:#1F234A;
}
.re_nav li a{
	display:block;
	padding:30px 0;
	text-align:center;
	color:#333;
	text-decoration:none;
	position:relative;
}
.re_nav li a:before{
	content:"";
	display:block;
	position:absolute;
	width:15px;
	height:15px;
	top:30px;
	left:50px;
}
.re_nav li:nth-child(1) a:before{ background:url(../../recruit/images/icon/resources.png) no-repeat; }
.re_nav li:nth-child(2) a:before{ background:url(../../recruit/images/icon/guideline.png) no-repeat; }
.re_nav li:nth-child(3) a:before{ background:url(../../recruit/images/icon/faq.png) no-repeat; }
.re_nav li:nth-child(4) a:before{ background:url(../../recruit/images/icon/video.png) no-repeat; }

.re_nav li a:hover{
	background:#e0e0e0;
}

/*動画背景*/
#video_box{
	overflow: hidden;
	position:relative;
	width:100%;
	min-height:600px;
	margin:0 auto;
}
#video_box:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url(../../recruit/images/bg_video.png) repeat;
}
#background_video {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}  
#video_cover {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  background:url(../../recruit/images/img_video.png) no-repeat;
  background-position: center;
}
	/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #background_video{
	display: none !important;
}
_:-ms-lang(x)::-ms-backdrop, #video_box:after{
	background:url(../../recruit/images/img_video.png) no-repeat;
	background-position: center;
	background-size: cover;
}

#main_content{
	position:absolute;
	z-index:10;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width:50%;
	max-width:460px;
	height:180px;
	padding:20px;
	background: #192279;
	color:#fff;
	
}
#main_content h2{
	text-align:center;
	font-size:1.3em;
	letter-spacing:0.5em;
}
#main_content p{
	font-size:90%;
	line-height:1.6em;
}

#recruit .contents:before{/*recruit*/
	display:none;
}
#recruit .contents{
	margin-bottom:0;
}
#recruit .contents h2{
	color:#192279;
	font-size:1.6em;
	margin: 0 0 20px 0;
}
#recruit .contents h2:after{
	display:none;
}
#recruit h1 span{
	color:#192279;
	display:block;
	position:absolute;
	top:-46px;
	z-index:10;
	width:90%;
	font-size:2.3em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#recruit h1{
	text-align:center;
	font-size:1.8em;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom:40px;
}
#recruit .contents h2{
	font-size:2em;
	text-align:center;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:30px;
}
#recruit .contents h2:before{
	content:"";
	width:26px;
	height:26px;
	display:inline-block;
	margin-right:7px;
}
#recruit #resources .contents h2:before{ background:url(../../recruit/images/icon/resources_h2.png) no-repeat center 2px; }
#recruit #guideline .contents h2:before{ background:url(../../recruit/images/icon/guideline_h2.png) no-repeat center 2px; }
#recruit #faq .contents h2:before{ background:url(../../recruit/images/icon/faq_h2.png) no-repeat center 4px; }

#recruit .contents h3{
	font-size:1.3em;
	background:url(images/link01_aroow.png) no-repeat left 0.2em;
	padding-left:25px;
	font-weight:normal;
}

#resources{/*求める人物像*/
	clear:both;
}
#resources .contents{
	position:relative;
	min-height:230px;
	padding-bottom:30px;
	background:url(../../recruit/images/bg_resources01.jpg) no-repeat left bottom;
}
#resources .contents:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	width:240px;
	height:230px;
	background:url(../../recruit/images/bg_resources02.jpg) no-repeat right bottom;
	z-index:-1;
}
#resources .contents p{
	width:65%;
	margin:15px auto 30px auto;
	line-height:1.6em;
}
#resources .link03{
	width:280px;
	margin:20px auto;
}


#guideline{/*募集要項*/
	background:#edf4f7;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}
.tabNav{
	display:table;
	table-layout:fixed;
	width:100%;
}
.tabNav li{
	display:table-cell;
	text-align:center;
}
.tabNav li a{
	border-right:1px solid #ccc ;
	display:block;
	padding:20px 0;
	color:#333 !important;
	font-size:1.3em;
	background:#e7e7e7;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.tabNav li:last-child a{
	border-right:none;	
}
.tabNav li a:hover:after{display:none;}
.tabNav li a:hover{
	background:#f7f7f7;
}
.tabNav li a.active{
	color:#0098e3 !important;
	background:#fff;
}
.tab{
	width:90%;
	padding:20px 5%;
	background:#fff;
	margin-bottom:30px;
	overflow:hidden;
}


#faq{/*よくある質問*/
	padding-bottom:30px;
}
#faq dt{
	background:#efedd9;
	padding:15px;
	color:#454330;
	font-weight:bold;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#faq dd{
	border:1px solid #efedd9;
	border-top:none;
	padding:20px 15px;
	margin-bottom:20px;
}
#faq .ul_tb{
	table-layout:fixed;
}
#faq .ul_tb li{
	background:#eee;
	box-sizing:border-box;
	padding:10px;
}
#faq .ul_tb li img{
	margin-top:10px;
}




/*base*/
#container{
	width:100%;
	margin:0 auto;
}
#header{
	width: 100%;
}
.contents{
	width:100%;
	max-width:1280px;
	margin:0 auto 40px auto;
	clear:both;
}
.u_page .contents{
	width:100%;
	max-width:980px;
	margin:0 auto 40px auto;
	clear:both;
	padding-top:40px;
}
.u_page .contents:before{
	content:"";
	width:14px;
	height:3px;
	background: #192279;
	display:block;
	margin-bottom:40px;
}
#footer{
	clear: both;
	width: 100%;
}

.pc_block{ display:block; }
.st_block{ display:none; }

 
/* header */
section#s01{
	position:relative;
}
section#s01 #top-head,
.u_page #top-head {
    bottom:0;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0;
    z-index: 999;
	background:#fff;
	line-height: 1;
}
#top-head a,
#top-head ,
.u_page #top-head a,
.u_page #top-head {
    text-decoration: none;
}
#top-head .inner,
.u_page #top-head .inner{
    position: relative;
}
#top-head h1,
.u_page #top-head .logo{
    float: left;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: -10px;
}
#global-nav ul li {
    float: left;
	text-align:center;
	padding:0 13px;
}

#global-nav ul li:not(:last-child) a{
	position: relative;
	display: inline-block;
}
#global-nav ul li:not(:last-child) a:before{
  position: absolute;
  top: -7px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #192279;
  transition: 0.5s;
}

#global-nav ul li:not(:last-child) a:hover:before{
  width: 100%;
}

#global-nav ul li a.parentsLink,
#global-nav ul li a.current{
	position: relative;
	display: inline-block;
	color:#0098e3 !important;
}

#global-nav ul li a.parentsLink:before,
#global-nav ul li a.current:before{
  position: absolute;
  top: -7px;
  left: 0;
  content: "";
  display: inline-block;
  height: 1px;
  background:#0098e3;
  width: 100%;
}


#global-nav ul li a {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:bold;
	font-size:1.07em;
	color:#000;
}
#global-nav ul li a span{
	font-weight:normal;
	color:#0098e3;
	clear:both;
	display:block;
	font-size:0.8em;
	padding-top:12px;
}
#nav-toggle,
.smart_box{
	display:none;
}
#global-nav ul li:last-child{
	width:112px;
}
#global-nav ul li #google_translate_element a span{
	color:#333;
	padding:0;
	display:inline-block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



 
/* Fixed */
section#s01 #top-head.fixed,
.u_page #top-head{
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 7px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}
#top-head.fixed #global-nav ul,
.u_page #top-head #global-nav ul{
	bottom:0;
}
#top-head.fixed #global-nav ul li a span,
.u_page #top-head #global-nav ul li a span{
	padding-top:2px;
}


.bn-group ul,
.bn-group p{
	position:absolute;
	z-index:998;
}
.bn-group ul{
	right:0;
	top:0;
}
.bn-group li{
	float:left;
	padding:10px;
}
.bn-group p.bn-messerge{
	left:3%;
	top:5%;
}
.bn-group p.bn-bottom{
	bottom:10%;
	right:3%;
}






/*index*/
/* fullSlideShow
--------------------------- */
.fullSlideShow {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.fullSlideShow>ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
}
.fullSlideShow>ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
.fullSlideShow>ul li img {
    width: 100%;
}

.fullSlideShow div{
	position:absolute;
	z-index:150;
}

.inner {
    width: 96%;
	padding:0 2%;
	max-width:1280px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}



#craftmanship{
	width:100%;
	height:372px;
	padding:8px 0;
	margin:0 auto;
	background:url(../../common_images/bg_craftmanship.jpg) repeat-x center #005b83;
}
#craftmanship > div{
	width:99%;
	height:100%;
	margin:0 auto;
	background-size:cover;
	text-align:center;
	overflow:hidden;
	display:table;
}
#craftmanship > div > div{
	display:table-cell;
	vertical-align:middle;
	border:1px solid #fff;
}



section h2,
.contact h2{
	color:#fff;
	font-size:2.2em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:0.1em;
	margin-bottom:1em;
}
section h3{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#192279;
	text-align:center;
	font-size:1.3em;
	padding-top:26px;
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom:2px solid #192279;
}

.top_contents{
	display:table;
	width:100%;
	clear:both;
	overflow:hidden;
}
.top_contents li{
	display:table-cell;
	vertical-align:top;
}
	.top_contents > li:last-of-type{
		padding-left: 68px;
	}
.flexslider{
	width:710px;
	background:#0097db;
}
.flexslider .slides{
	width:98%;
	overflow:hidden;
}
.flexslider .slides li > div{
	width:170px;
	float:right;
	padding: 200px 10px 25px 10px;
}
.flexslider .slides li > img{
	float:left;
	width:72%;
	max-width:518px;
	height:560px;
}
.flexslider .slides li a{
	width:100px !important;
	padding:10px !important;
	font-size:0.9em !important;
}
.flexslider .slides h2{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#fff;
	font-size:2em;
	width:1em;
	margin:0 auto;
	height:150px;
	margin-bottom:80px;
	text-align:center;
}
.flexslider .slides h2 span{
	clear:both;
	display:block;
}


/* 20200717追加 */
	#top-news{
		margin: 100px auto;
		position: relative;
	}
	#top-news h2{
		font-size: 1.8em !important;
		color: rgb(25, 34, 121) !important;
		text-align: center;
		font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
	#top-news p.ta_center{
		margin-top: 30px;
	}
	#top-news p.ta_center a{
		max-width: 200px;
	}
	#top-news .slides li{
		width: 31%;
		padding-right: 20px !important;
	}
	#top-news .slides li a{
		display: block;
		box-sizing: border-box;
		position: relative;
		height: 250px;
		overflow: hidden;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		text-decoration: none !important;
	}
	#top-news .slides li a p{
		line-height: 1.4;
		padding: 20px 20px 30px 30%;
		font-size: 120%;
		font-weight: bold;
		color:#333;
	}
	#top-news .slides li a:hover p,
	#top-news .slides li a:hover small{
		color: #fff;
	}
	#top-news .slides li a small{
		color: #ccc;
		position: absolute;
		left:30%;
		bottom: 20px;
	}
	#top-news li a figure{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transform: translateX(-75%);
		transition: all ease .7s;
	}
	#top-news .slides li a:hover figure{
		transform: translateX(0);
		background: #2397db;
	}
	#top-news .slides li a img{
		height: 100%;
		width: 100%;
	}
	#top-news .slides li a:hover img.img-ofi{
		filter: opacity(0.7);
		opacity: 0.7;
	}
	
	
	#archive_news{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	#archive_news > li{
		width: 46%;
		padding: 20px 2%;
	}
	#archive_news > li a{
		display: block;
		position: relative;
		border-bottom: 1px solid #eee;
	}
	#archive_news > li a figure{
		width: 100%;
		height: 200px;
		margin-bottom: 15px;
	}
	#archive_news > li a img{
		width: 100%;
		height: 100%;
	}
	#archive_news p{
		color: #555;
		transition: all ease .3s;
	}
	#archive_news a:hover p{
		opacity: 0.5;
	}
	#archive_news p.date{
		position: absolute;
		z-index: 2;
		font-size: 1em;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #000;
		top: 10px;
		right: 0;
		background: #fff;
		color: #0098e3;
		padding:3px 10px;
	}
	#archive_news a:hover{
		background: none;
	}
	p.ta_center.max200 a{
		max-width: 200px;
	}

	.wp-pagenavi{
		padding:20px 0;
		text-align: center;
	}


.fb-page{
	width:500px;
	height:560px;
}




.bg-g{
	background:#e5e5e5;
}
.bg-b{
	background:#192279;
}
.recruit{
	padding:50px 0;
}
.recruit div{
	height:350px;
	width:1280px;
	margin:0 auto;
	background:url(../../common_images/img_recruit.jpg) no-repeat right center #192279;
	background-size:cover;
}
.recruit div ul{
	display:block;
	width:380px;
	margin-left:90px;
}
.recruit div li:first-child{
	text-align:center;
	padding:40px 0 20px 0;
}

/* 20200720追加 */
.recruit .ul_tb{
	width: 90%;
	max-width: 1280px;
	margin: 50px auto 0 auto;
}
.recruit .ul_tb > li:first-of-type{
	padding-right: 2%;
}
.recruit .ul_tb > li:last-of-type{
	padding-left: 2%;
}

.contact{
	background:url(../../common_images/bg_contact.jpg) center no-repeat;
	background-size:cover;
	width:100%;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
	color:#fff;
}
.contact p{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:2em;
}
.contact ul{
	width:1110px;
	margin:20px auto;
}

#footer{
	background:#e5e5e5;
	line-height:1.1em;
}
#footer .pagetop{
	width:100%;
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:0.75em;
}
.pagetop ul{
	display:block;
	width:100%;
	max-width:1280px;
	margin:0 auto;
	overflow:hidden;
	
}
.pagetop li{ padding:5px; overflow:hidden; }
.pagetop li:first-child{
	float:left;
}
.pagetop li:first-child a:after{
	content:"\0226B";
	padding-left:5px;
}
.pagetop li:last-child{
	float:right;
	padding:5px 10px 5px 5px;
	border-left:1px solid #ddd;
}
.pagetop li:last-child a:before{
	content:"\025B3";
	font-size:0.8em;
	padding-right:5px;
}
.pagetop li:last-child:hover{
	background:#e0e0e0;
}
.pagetop a{
	color:#333;
	text-decoration:none;
}
#footer address{
	width:1280px;
	margin:0 auto;
	color:#333;
	font-size:0.9em;
}
#footer address p{
	float:left;
	padding:30px 20px;
}
#footer small{
	width:100%;
	clear:both;
	text-align:center;
	padding:10px 0;
	display:block;
	color:#fff;
	background:#192279;
	font-size:0.9em;
}
#footer span{
	padding-left:2em;
}
#footer small a{
	color:#fff;
}



/*リンク*/

a.link01{/*白背景*/
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	background:url(images/link01_aroow.png) no-repeat 97% center #fff !important;
	display:block;
	padding: 20px;
	margin:10px auto;
	text-decoration:none;
	text-align:center;
	color:#192279;
	font-weight:bold;
	font-size:1.1em;
}
a.link01:hover{
	filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
	transition: all 0.5s ease;
	background:url(images/link01_aroow.png) no-repeat 97% center #fff !important;
}
a.link02{/*背景なし・白枠*/
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	background:url(images/link02_aroow.png) no-repeat 97% center !important;
	display:block;
	padding: 20px;
	margin:10px auto;
	text-decoration:none;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	font-weight:bold;
	font-size:1.1em;
}
a.link02:hover{
	background:url(images/link01_aroow.png) no-repeat 97% center #fff !important;
	color:#192279;
	transition: all 0.5s ease;
}
a.link03{/*紺背景*/
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	background:url(images/link02_aroow.png) no-repeat 97% center #192279 !important;
	display:block;
	padding: 20px;
	margin:10px auto;
	text-decoration:none;
	text-align:center;
	color:#fff !important;
	font-weight:bold;
	font-size:1.1em;
}
a.link03:hover{
	filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
	transition: all 0.5s ease;
	background:url(images/link02_aroow.png) no-repeat 97% center #192279 !important;
}
a.link04{/*水色背景*/
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	background:url(images/link02_aroow.png) no-repeat 97% center #0097db !important;
	display:block;
	padding: 20px;
	margin:10px auto;
	text-decoration:none;
	text-align:center;
	color:#fff !important;
	font-weight:bold;
	font-size:1.1em;
}
a.link04:hover{
	filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
	transition: all 0.5s ease;
	background:url(images/link02_aroow.png) no-repeat 97% center #0097db !important;
}


#craftmanship a.link01,
#single_box a.link03{
	width:220px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}

#single_box hr{
	margin:3em 0 2em 0;
}

#single_box .aligncenter,
#single_box img.aligncenter{
	text-align:center;
	margin:10px auto;
	display:table;
}

}

@media screen and (max-width: 1280px) and (min-width:961px){
#top-head h1,
.u_page #top-head .logo{
    float: left;
	width:26%;
	padding-left:2%;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: -10px;
	width:62%;
}
#global-nav ul li{
    width:10%;
	float:left;
	text-align:center !important;
	white-space:nowrap;
	font-size:0.9em;
	padding:0 2%;
}
#global-nav ul li a span{
	padding-top:7px;
}



}