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

  .alert-danger {
	  width: 740px;
	  margin:0 auto 1rem;
  }
  #slider {
	  width:100%;
  /*  background: linear-gradient(#E3E3E3, #A7A7A7 ) fixed; */
  }
  .bg-light {
	  background-color:#FFFFFF !important;
  }
  .bg-gray-100 { background-color: #f8f9fa;}
  .bg-gray-200 { background-color: #e9ecef;}
  .bg-gray-300 { background-color: #dee2e6;}
  .bg-gray-400 { background-color: #ced4da;}
  .bg-gray-500 { background-color: #adb5bd;}
  .bg-gray-600 { background-color: #6c757d;}
  .bg-gray-700 { background-color: #495057;}
  .bg-gray-800 { background-color: #343a40;}
  .bg-gray-900 { background-color: #212529;}
  
  a {
	text-decoration: none;
	color: #212529;
  }
 
  #carouselExampleIndicators {
	  margin:0 auto;
  }
  .carousel-indicators li  {
	  background:#F00;
  }
  .carousel-indicators li.active  {
	  background:#000;
  }
  div.col-md-11-subnav li{
	  font-size:0.7rem;
  }
  
  div.col-md-11-subnav li a:link {
	  color:#292929;
	  text-decoration:underline;
	  background: url(../recruit/hs/common/images/parts-arrow01-red.gif) no-repeat left center;
	  padding-left: 10px;
  }
  div.col-md-11-subnav li a:link {
	  color:#292929;
	  text-decoration:underline;
	  background: url(../recruit/hs/common/images/parts-arrow01-red.gif) no-repeat left center;
	  padding-left: 10px;
  }
  
  div.col-md-11-subnav li a:hover{
	  color:#D50104;
	  text-decoration: none;
	  background: url(../recruit/hs/common/images/parts-arrow01-red.gif) no-repeat left center;
	  padding-left: 10px;
  }
  div.col-md-11-subnav li a:visited{
	  color:#292929;
	  text-decoration: none;
	  background: url(../recruit/hs/common/images/parts-arrow01-red.gif) no-repeat left center;
	  padding-left: 10px;
  }
  div.col-md-11-subnav2 li a:link + div.col-md-11-subnav2 li a:link {
	  background-image:none;
	  text-decoration:none;
	  border-left: 0;
	  border-right: 1px solid #333;
  }
  
  div.col-md-11-subnav li.nomark  a:hover{
	  color:#292929;
	  text-decoration:underline;
	  background: none;
	  padding-left: 0px;
  }
  div.col-md-11-subnav li.nomark  a:link {
	  color:#292929;
	  text-decoration:underline;
	  background: none;
	  padding-left: 0px;
  }
  div.col-md-11-subnav li.nomark  a:hover{
	  color:#292929;
	  text-decoration:underline;
	  background: none;
	  padding-left: 0px;
  }
  ul#gnavi {
	  font-size:0.8rem;
	  color:#292929;
  }
  
  ul#gnavi.navbar-nav li{
	  width:150px;
	  text-align:center;
  }
  ul#gnavi.navbar-nav li a {
	  text-decoration: none;
	  padding-bottom: 3px;
	  color: #000;
	  display: block;
	  padding-bottom:1rem;
	  position: relative;
  }
  ul#gnavi.navbar-nav li a:before{
	  content: '';
	  width: 0;
	  left: 50%;
	  bottom: 0;
	  transition: all 0.3s ease;
	  border-bottom: 3px solid #A0A0A0;
	  position: absolute;
	  display: block;
  }
  ul#gnavi.navbar-nav li a:hover:before {
	  width: 50%;
	  border-bottom: 3px solid #E40013;
  }
  ul#gnavi.navbar-nav li a:after {
	  content: '';
	  width: 0;
	  right: 50%;
	  bottom: 0;
	  transition: all 0.3s ease;
	  border-bottom: 3px solid #E40013;
	  position: absolute;
	  display: block;
  }
  ul#gnavi.navbar-nav li a:hover:after {
	  width: 50%;
	  border-bottom: 3px solid #E40013;
  }
  div#mainlogo {
	  margin-bottom: 0;
	  margin-left:0;
	  margin-top: 0;
	  padding:0px 0px 10px 0px;
	  background-image:url(../recruit/hs/common/images/logobar_bg.png);
	  background-repeat:repeat-x;
	  margin-top:15px;
  }
  .col-md-1-mainlogo {
	  padding-left:0px !important;
	  background-color:#FFFFFF;
  }
#titleArea > h1{
	font-size: 16px;
	margin-top: 20px;
}
.col-md-11-subnav {
	padding-top:24px;
	padding-left:0px;
}
.d-md-none-spcatch {
	text-align:right;
	padding:0;
}
.col-6-sp-logo {
	padding-left:0;
}
.future-img {
	display:block;
	width:100%;
	height:310px;
	background: url("../recruit/hs/top/images/main_image01.jpg") repeat;
	animation: fall 50s infinite linear;/* fallアニメーションの設定 */
}
/* fallアニメーションの定義 */
@keyframes fall {
  0%   { background-position: 0 0; }/* 背景画像の位置を左上に設定 */
  100% { background-position: -1581px 0; }
}
.future-inner {
	display:block;
	height:310px;
	text-shadow: 2px 3px #FFF;
}

.content__header-wrap {
    position: relative;
	height:100px;
    display: flex;
}
.content__header-wrap:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: block;
    width: 18rem;
    height: 0.1rem;
    content: "";
    background-color: #E40013;
}
.pan {
	font-size: 0.8rem;
	color: #A0A0A0;
}
.pan a:visited{
	color: #A0A0A0;
}
.pan a:hover {
	text-decoration: underline;
}
#cnt-01{
	margin-top:2rem;
}
#cnt-01 a {
	text-decoration:none;
	color:#333;
}
#cnt-01 a:hover {
	color:#F30;
}

.block01 {
	background: url(../recruit/hs/top/images/block01.jpg) no-repeat;
	background-size:contain;
	background-position:50%;
	display:block;
	width:100%;
	height:235px;
}
.block01 p{
	font-size:3rem;
	font-weight:bold;
	margin:2rem;
	line-height:120%;
}
.block02 {
	background: url(../recruit/hs/top/images/block02.jpg) no-repeat;
	background-size:contain;
	background-position:50%;	
	display:block;
	width:100%;
	height:235px;
}
.block02 p{
	font-size:3rem;
	font-weight:bold;
	margin:2rem;
	line-height:120%;
}
.block03 {
	background: url(../recruit/hs/top/images/block03.jpg) no-repeat;
	background-size:contain;
	background-position:50%;	
	display:block;
	width:100%;
	height:235px;
}
.block03 p{
	font-size:3rem;
	font-weight:bold;
	margin:2rem;
	line-height:120%;
}
.block04 {
	background: url(../recruit/hs/top/images/block04.jpg) no-repeat bottom;
	background-size:contain;	
	display:block;
	width:100%;	
	height:235px;
}
p.block04{
	font-size:3rem;
	font-weight:bold;
	line-height:120%;
	padding:1rem;
}
.block05 {
	background: url(../recruit/hs/top/images/block05.jpg) no-repeat;
	background-size:contain;
	background-position:50%;	
	display:block;
	width:100%;	
	height:235px;
}
p.block05{
	font-size:3rem;
	font-weight:bold;
	line-height:120%;
	padding:2rem;
}
.no-gutters15 {
	margin-left:-1.5rem;
}
.no-gutters10 {
	margin-left:-1rem;
}

#footer {
    background: url(../img/footer-bg01.gif) repeat-x center top;
    padding: 30px 0 50px;
}
#footer ul li a:visited {
	color: #212529;
}
#footer ul li a:link {
    color: #292929;
    text-decoration: none;
    background: url(../img/parts-arrow01-red.gif) no-repeat left center;
    padding-left: 10px;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer-nav ul li a:visited {
	color:#292929;
}
#footer-nav ul li a:hover {
	text-decoration: underline;
}

#footer-nav ul li {
	border: none;
}
@media screen and (max-width: 1400px) {
  ul#gnavi.navbar-nav li{
	  width:130px;
	  text-align:center;
	  border-bottom:#A0A0A0 solid 3px;
  }
}
@media screen and (max-width: 1200px) {
  ul#gnavi.navbar-nav li{
	  width:110px;
	  text-align:center;
	  border-bottom:#A0A0A0 solid 3px;
  }
}
@media screen and (max-width: 990px) {
  ul#gnavi.navbar-nav li{
	  width:80px;
	  text-align:center;
	  font-size:0.8rem;
	  border-bottom:#A0A0A0 solid 3px;
  }
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.no-gutters15 {
	margin-left:-0.5rem;
}
.no-gutters10 {
	margin-left:-0.3rem;
}
	ul#gnavi,ul#gnavi2,ul#gnavi3 {
		padding:0;
		margin:0;
	}
    ul#gnavi li.list-inline-item,ul#gnavi2 li.list-inline-item,ul#gnavi3 li.list-inline-item {
		display: block;
		font-size:0.8rem;
		width:100%;
		padding:1.0rem 0rem 1.0rem 0.8rem ;
		border-bottom:solid 1px #FFFFFF;
	}

	ul#gnavi li.list-inline-item a:link ,ul#gnavi2 li.list-inline-item a:link,ul#gnavi3 li.list-inline-item a:link {
		color:#4079A2;
	}

	ul#gnavi li.list-inline-item a:visited ,ul#gnavi2 li.list-inline-item a:visited,ul#gnavi3 li.list-inline-item a:visited {
		color:#5B5B5B;
	}

	ul#gnavi li.list-inline-item a:hover ,ul#gnavi2 li.list-inline-item a:hover,ul#gnavi3 li.list-inline-item a:hover {
		color:#D50104;
	}
	ul#gnavi.navbar-nav li a {
	padding-bottom: 2px;
	}
ul#gnavi.navbar-nav li a:before{
 content: none;
}
ul#gnavi.navbar-nav li a:hover:before {
 content: none;
}
ul#gnavi.navbar-nav li a:after {
 content: none;
}
ul#gnavi.navbar-nav li a:hover:after {
 width: 50%;
 border-bottom: 3px solid #E40013;
}
}


/* 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
.col-sm-15 {
	width: 19%;
	flex: 0 0 19%;
}
}
@media (min-width: 992px) {
.col-md-15 {
	width: 19%;
	flex: 0 0 19%;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
	width: 19%;
	flex: 0 0 19%;
}
}


/* ボーダーの太さ */
.border-2{
    border-width:2px !important;
}

.border-3{
    border-width:3px !important;
}

.border-4{
    border-width:4px !important;
}

.border-5{
    border-width:5px !important;
}

/* アンダーライン */
.u{
    text-decoration: underline;
}

/* アンダーライン */
.b{
    font-weight: bold;
}

a[target=_blank][rel=nofollow] {
 padding-right: 20px;
 background: url(../recruit/hs/common/images/blank_link_icon.png) right center/11px auto no-repeat;
}

.copyright {
	font-size: x-small;
	text-align: center;
}