@charset "UTF-8";

/*----------------------------------------------
ヘッダー
------------------------------------------------*/

.navbar-brand{
	padding: 10px 15px;
	color: #fff;
	}

.navbar-default {
	background-color: rgba(0,0,0,0);
	border: 0;
	}

.navbar {
	position: fixed;
	top:0;
	left: 0;
	border-radius: 0;
	margin: 0;
	background-color: #296ace;
	width: 100%;
	z-index: 100;
	overflow : hidden ;
	}

.navbar h1 {
	margin: 0;
	}

.navbar h1 img {
	height: auto;
	}

.navbar-default .navbar-nav {
	}

.fixed {
	background-color: #296ace;
	margin-top:-100px;
	padding-top:100px;
	}


/*----------------------------------------------
トップイメージ部分
------------------------------------------------*/

.group01 {
	height: auto;
	padding: 0 0 0 0;
	text-align: center;
	overflow: hidden;
	margin: 0 0 0 0;
	position: relative;
	}

.flexslider {
	margin: 0 0 0 0;
	width: 100%;
	height: 250px;
	text-align: center;
	overflow: hidden;
	background: url('../img/recruit/bg_01.png') center no-repeat;
	background-size: 360%;
}

.group01 .col-md-6 {
	font-size: 90%;
	padding: 0 0 0 0;
	z-index:80;
	margin: 0 0 0 0;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}


/*----------------------------------------------
Business 事業内容
------------------------------------------------*/

.group02 {
/*	background-image: url(../img/top/bg_03.jpg);*/
	padding: 0 0 0 0;
	background-size: cover;
	border-top: 1px solid #EDEDED;
	background-position: bottom;
	overflow: hidden;
	}


.group02 .box {
	margin: 20px 0;
	background-color: rgba(255,255,255,0.90);
	padding: 40px 30px;
	line-height: 2;
	text-align: left;
	box-shadow:1px 1px 5px 1px rgba(84,84,84,0.27);
	-moz-box-shadow:1px 1px 5px 1px rgba(84,84,84,0.27);
	-webkit-box-shadow:1px 1px 5px 1px rgba(84,84,84,0.27);
	}

.group02 .row {
	padding: 0;
	line-height: 2;
	}

.group02 h2 .smallText {
	font-size: 50%;
	display: block;
	}

.group02 .box p {
	font-size: 110%;
	}

.group02 .box img {
	width: 100%;
	margin-bottom: 60px;
	}

.group02 .box table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	}

.group02 .box tr {
	border-top: 1px solid #EDEDED;
	}

.group02 .box th {
	display: block;
	padding: 20px 5px 10px;
	text-align: left;
	font-size: 90%;
	white-space: nowrap;
	}

.group02 .box td {
	display: block;
	padding: 10px 5px 20px;
	font-size: 90%;
	}


/*----------------------------------------------
フォーム
------------------------------------------------*/

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
}
.required{
	background-color: rgb(255, 230, 230);
}

@media (min-width: 768px){
/*----------------------------------------------
全体のフォント
------------------------------------------------*/

.navbar {
	background-color: #296ace;
	}

.fixed {
	background-color: #296ace;
	}


/*----------------------------------------------
トップイメージ部分
------------------------------------------------*/

.group01 {
	padding: 0 0;
	width: 100%;
	height: auto;
	min-height: 175px;
	overflow: hidden;
	text-align: center;
	}

.flexslider {
	width: 100%;
	height: auto;
	min-height: 175px;
	background-size: cover;
	}

.group01 .col-md-6 {
	font-size: 120%;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 100%;
	}


/*----------------------------------------------
Business 事業内容
------------------------------------------------*/

.group02 .row {
/*	margin: 140px 0;*/
	}

.group02 h2 .smallText {
	display: inline-block;
	}

.group02 .box tr {
	display: table-row;
	}

.group02 .box th {
	display: table-cell;
	padding: 20px 5px 20px 30px;
	text-align: right;
	font-size: 100%;
	}
.group02 .box td {
	padding: 20px 5px;
	display: table-cell;
	}


/*----------------------------------------------
トップへ戻るボタン
------------------------------------------------*/

#pageTop {
	right: 40px;
	}

/*----------------------------------------------
フォーム
------------------------------------------------*/

input[type="text"],
input[type="email"],
textarea {
	width: 60%;
	}


}
