@charset "UTF-8";

/*---------- TOP背景 ----------*/
/*.bgimg{
  position: relative;
  background-image: url("../images/bgimg.jpg");
  background-position: center;
  background-size: cover;
  width: auto;
  height: 100vh;
}*/

.topimg{
  width: 100%;
  height: auto;
}


.navbar .nav-link {
  font-size: 14px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-link.active {
  border-bottom: #fff 2px solid;
}

/*---------- フッター1 ----------*/

/*#page-footer {
  position: relative;
  background-color: #FF6700;
}*/

#service-list img {
  height: 180px;
}

#service-list h2 {
  text-align: center;
}

#top-recruit h2 {
  text-align: center;
}

/*---------- 会社概要ページのテーブル幅 ----------*/

/*#about th {
  width: 150;
}

#about td {
   width: 250;
}

#history th {
  width: 150;
}

#history td {
   width: 250;
}*/

@media screen and (max-width: 576px) {
  .navbar .nav-link.active {
    border-left: #fff 2px solid;
    border-bottom: none;
  }
  
  #top-recruit h2 {
    font-size: 1.2rem;
  }
  
  #page-footer p {
    font-size: smaller;
  }  
    
}

/*.carousel-caption {
  bottom: 3rem;
}

.carousel-item {
  height: 32rem;
}

.carousel-item img {
  height: 32rem;
}

#corp-desc {
  background: url('https://source.unsplash.com/F-pSZO_jeE8/1600x800');
  background-attachment: fixed;
  text-align: center;
  color: #fff;
}*/

 /* 色の候補： #3292a6 #2c5743 */
/*代表取締役の写真位置調整*/
#top-message img {
  margin-top: -50px; }
  
/*#top-message .card:hover {
  background: #69c099;
  color: #fff; }

#table-info tr:hover {
  background-color: #69c099;
  color: #fff; 
}*/


