@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Yellowtail');

html {
	overflow-x: hidden;
	}
body {
  	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:14px;
	margin: 0;
  	padding: 0;
	position:relative;
	background:#1B2852;
	color:#FFF;
	text-align:center;
	overflow-x: hidden;
	font-feature-settings: "palt";
	}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-weight:normal;
	line-height:1em;
	}

h1{
	margin:50px 0 20px 0;
	padding-bottom: 20px;
	background: url("../images/white.png") center bottom repeat-x;
	}
h1 img{
	width:400px;
	max-width: 90%;
	}
h2{
	font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	font-size:40px;
	margin-bottom:10px;
	}

h3{
	margin:10px 0 50px 0;
	}
h4{
	font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:30px;
	margin-bottom:5px;
	}
h5{
	font-family: "リュウミン R-KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:20px;
	}

.btn{
	width:620px;
	margin:0 auto;
	}
ul.col2 li{
	width:47%;
	margin-bottom:20px;
	}
ul.col2 li:nth-child(odd){
	float:left;
	}
ul.col2 li:nth-child(even){
	float:right;
	}

ul.col2 li a{
	display:block;
	box-sizing:border-box;
	height:290px;
	transition: 0.3s;
	position:relative;
	}
ul.col2 li a .inner{
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	}

ul.col2 li.new a{
	color: #00A0E8;
	background:#FFF;
	border:1px solid #00A0E8;
	box-shadow: 0px 0px 0px 10px #FFF;
	}
ul.col2 li.new a:hover{
	background:#FFF;
	border:10px solid #00A0E8;
	color:#036EB8;
	}
ul.col2 li.career a{
	color: #0C52A3;
	background:#FFF;
	border:1px solid #0C52A3;
	box-shadow: 0px 0px 0px 10px #FFF;
	}
ul.col2 li.career a:hover{
	background:#FFF;
	border:10px solid #0C52A3;
	color:#1B2852;
	}	
	
.copyright{
	position:fixed;
	bottom:0;
	width:100%;
	font-size:12px;
	color: #222;
	box-sizing:border-box;
	padding:10px 0;
	background: url("../images/white.png") left top  repeat;
	}
	

@media screen and (max-width:959px){
body {
	font-size:13px;
	}
h1{
	margin:50px 0 10px 0;
	}
h1 img{
	width:200px;
	}
h2{
	font-size:26px;
	margin-bottom:5px;
	}
h3{
	font-size:18px;
	margin:5px 0 50px 0;
	}
h4{
	font-size:16px;
	margin-bottom:5px;
	}
h5{
	font-size:18px;
	}

.btn{
	width:90%;
	}
ul.col2 li{
	width:46%;
	margin-bottom:20px;
	}

ul.col2 li a{
	height:140px;
	}
	
.copyright{
	font-size:10px;
	}

	
}