@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
hr {
}


.clear:after {
    content: '';
    display: block;
    clear: both;
}
.clear {
    zoom: 1; /* for IE6/7 */
}

.clear_b {
	clear: both;
}

/* for NISSHO UNYU */

.navbar-header {
	border-left:12px solid #FF0000;
}

.nav-main {
	background-color: #747239;
	color: #FFF;
	width:100%;
}

.nav-main li a {
	display: block;
	color: #FFF !important;
}

.navbar-right a {	
	background-color: #FF0000;
	color:#FFF !important;
}

.navbar-right a:hover,.navbar-right a:active {
	background-color: #e54343 !important;
}

.slide_wrapper {
	margin-bottom: 30px;
	position: relative;
}

.main-img {
	position: relative;
	margin-bottom: 50px;
}

.main-img video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}

/* .main-img:after {
	background: rgba(100, 100, 100, 0.2) url("../images/mov_ptn.png") repeat scroll 0 0; 
	content:"";
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	
} */

.top_copy {
	margin-bottom: 50px;
}

.top_copy p,.top_nsi p {
	line-height: 200%;
}

.top_gyoumu {
	margin-bottom: 80px;
}

.top_nsi {
	background-image: url(../images/bg_nsi.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #d0d0d0;
	border-bottom: 3px solid #747239;
	border-top: 3px solid #747239;
	padding: 30px 0;
	margin-bottom: 30px;
}

.top_movie {
	text-align:center;
	color:#747239;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:140%;
	margin-bottom:30px;
}

#area_top_movie {
	margin:20px 0 0 0;
	text-align:center;
}

/* フッター */

.footer01 {
	color:#747239;
	padding:30px 0;
}

.footer01 strong {
	font-size: 130%;
}

.footer02 {
	text-align: center;
	background-color: #747238;
	padding: 10px;
	color: #FFF;
	font-size: 10px;
}

/* コンテンツ */

.bc_navi {
	margin: 15px 0 0;
}

.title h1 {
	display: block;
	text-align: center;
	background-color:rgba(255,0,0,0.8);
}

.title_company {
	background-image: url(../images/h1_company_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.title_work {
	background-image: url(../images/h1_work_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.title_recruit {
	background-image: url(../images/h1_recruit_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.title_associate {
	background-image: url(../images/h1_associate_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.title_contact {
	background-image: url(../images/h1_contact_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.page_copy {
	color: #747238;
	font-size: 140% !important;
	line-height: 180%;
	letter-spacing: 0.1em;
	margin-bottom: 2em !important;
}

.entry h2 {
	background-color: #747238;
	color: #FFF;
	font-weight: 400;
	border-bottom: 5px solid #F00;
	padding:8px 10px 5px;
	font-size: 140%;
	letter-spacing: 0.1em;
}

.entry h3 {
	color: #747238;
	font-size: 140%;
	line-height: 160%;
	border-bottom: solid 5px #747238;
	position: relative;
	padding-bottom:10px;
	margin-bottom: 30px;
}

.entry h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 5px #f00;
bottom: -5px;
width: 30%;
}

.entry h4 {
	color: #747238;
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 20px;
	font-weight: bold;
}

.entry p {
	font-size:110%;
	line-height: 170%;
	margin-bottom: 1em;
}

.entry section {
	margin-bottom: 50px;;
}

.work_box01 {
	float:left;
	margin-left: 15px;
}

.mov_box {
	background-color: #cecc9b;
	margin: 30px 0;
	padding: 5px 0 0 0;
}

.area_wk_movie {
	margin: 0 auto;
}

/* ページトップ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 120%;
}
#page-top a {
    background: #494612;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 18px 0;
    text-align: center;
    display: block;
    border-radius: 12px;
}
#page-top a:hover {
    text-decoration: none;
    background: #706d34;
}

/* 汎用スタイル */

.btn_grn a {
	display: block;
	background-color: #747239;
	text-align: center;
	padding:10px 20px;
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 18px;
}

.btn_grn a:hover {
	background-color: #afac6b;
	text-decoration: none;
}

.box01 {
	padding:20px;
	border:2px solid #1e7180;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

@media screen and (min-width: 769px){

.navbar {
	position: relative;
}

.nav_container {
	width:1080px;
	margin: 0 auto;
}

.nav-main li {
	text-align: center;
	display:block;
	position: relative;
}

.nav-main li a:hover {
	background-color: #474318 !important;
}

.nav-main li.sep {
	width:160px;
	letter-spacing: 0.2em;
}

.nav-main li.sep:after {
	content: "|";
	color:#FFF;
	display:block;
	position: absolute;
	top:14px;
	right:-5px;
}

.navbar-right {
margin-top: -110px;
}

.navbar-right a {
	padding: 20px 30px !important;
	display: block;
}

/* フッター　*/

.f_address_wrapper {
	margin-top: 5px;
}

.f_address01,.f_address02 {
	float: left;
}

.f_address01 {
	padding-top:3px;
}

.f_address02 {
	margin-left: 10px;
}

/* トップ　*/

.main-img img.mov {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width:700px;
	height:60px;
    margin: auto;
}

#area_top_movie {
	width:500px;
	margin:0 auto;
}

/* スライダー画像レイアウト*/

.slider{   
    margin:0px;
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
	height:auto;
}

.top_img_copy {
	position: absolute;
	text-align: center;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin: auto;
	width:700px;
	height:60px;
	z-index: 999;
}

.top_copy p {
	text-align: center;
}

.top_nsi {
text-align: center;
}

/* コンテンツ */

.bc_navi {
	width:1080px;
	margin: 15px auto 0;
}

.title {
	width:1080px;
	margin: 0 auto 30px;
}

.title h1 {
	width:220px;
	padding:80px 0;
	margin-left: 140px;
}

.entry {
	width:800px;
	margin: 0 auto 50px;
}

.page_copy {
	text-align: center;
}

.area_wk_movie {
	width:500px;
}

/* 汎用スタイル */

.btn_grn a {
	width:250px;
	margin: 0 auto;
}

.float_right {
	float: right;
	margin-left: 20px;
}

.col-img {
	margin-bottom: 5px;
}

a img{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

}

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

.nav-main li a {
	border-bottom:1px solid #FFF;
}

.top_img_copy {
	position: absolute;
	text-align: center;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin: auto;
	width:80%;
	height:37px;
	z-index: 999;
}

.main-img img.mov {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width:50%;
	height:auto;
    margin: auto;
}

#area_top_movie {
	width:500px;
	margin:0 auto;
}

/* コンテンツ */

.bc_navi {
	margin:10px;
}

.title {
	padding:50px 0;
}

.title h1 {
	padding:6px 0;
}

.entry {
	margin: 0 15px 50px;
}

.col-img {
	text-align: center;
	margin-bottom: 5px;
}

.area_wk_movie {
	width:500px;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
vertical-align: bottom;　
}

}

@media screen and (max-width: 480px){

.navbar-brand {
	max-width: 70%;
}

#area_top_movie,.area_wk_movie  {
	width:90%;
	margin:0 auto;
	padding-top: 56.25%;
	position:relative;
}

#area_top_movie iframe,.area_wk_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


}