@charset "UTF-8";
/***********************/
/*　　　mv    
/***********************/
#mv {
  margin-bottom: 50px;
}
#mv .img-wrap {
  position: relative;
}
#mv .img-wrap img {
  width: 100%;
}
#mv .img-wrap .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mv .img-wrap .text-wrap .deco {
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
#mv .img-wrap .text-wrap .mv-ttl {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 5px;
}
#mv .img-wrap .text-wrap .mv-text {
  font-size: 1.5em;
  background: linear-gradient(transparent 70%, #dfdf54 0%);
  padding: 0 0.1em;
}

@media screen and (max-width: 480px) {
  #mv {
    margin-bottom: 20px;
  }
  #mv .img-wrap .text-wrap {
    width: 350px;
  }
}
/***********************/
/*　　　about    
/***********************/
#about {
  margin-bottom: 50px;
}
#about article {
  display: inline-block;
  position: relative;
}
#about article p {
  font-size: 1.2em;
}

/***********************/
/*　　　recruit    
/***********************/
#recruit {
  margin-bottom: 50px;
}
#recruit article {
  display: inline-block;
  position: relative;
}
#recruit article p {
  font-size: 1.2em;
}

/***********************/
/*　　　business    
/***********************/
#business {
  margin-bottom: 50px;
}
#business article .item {
  margin-bottom: 50px;
}
#business article h2 {
  padding-left: 2rem;
  margin-bottom: 10px;
  border-left: 6px double #000;
}

/* スマホ */