@charset "utf-8";
@media screen and (min-width:1600px) { 
  .inner{
    width: 1600px;
  }
  p { font-size: 18px;}
}
@media screen and (max-width:1599px) {
  .inner{
    width: 90%;
  }
}
.content {
  position: relative;
  z-index: 10;
  background: #fff;
}
/*[ ファーストビュー ]-------------*/
#FV-Movie {
  text-align: center;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
#FV-Movie::before {
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
#FV-Movie .inner {
  text-align: center;
  position: relative;
  width: 100%;
  overflow:hidden;
}
#FV-Movie h2 {
  display: block;
  text-indent:100%;
  white-space:nowrap;
  position: absolute;
  top:0;
  z-index: 0;
}
#FV-Movie img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
}
.companyname {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.capt_anime p {
  display: none;
}
.bx-viewport .capt_anime p {
  display: block ;
}

@media screen and ( min-width:981px) {
  #FV-Movie {
    margin-top: 115px;
/*    height: 600px; */
    position: relative;
  }
  #bg-movie {
  /*
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    margin-top: 115px;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%); */
    width: 100%;
    height: auto;
  }
}
@media screen and ( max-width:980px) {
  #FV-Movie {
    margin-top: 90px;
  }
  #bg-movie,
  #FV-Movie img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
  }
}
/*[ NEWS ]-------------*/
#newsTopic {
  background: #10998b;
  color: #fff;
  padding: 15px 0;
}
#newsTopic h2 {
  background: #fff;
  color: #10998b;
  font-size: 18px;
  font-style: oblique;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 40px;
  text-align: center;
  width: 100px;
}
#newsTopic p{
  margin: 0 auto 0 0;
  font-size: 18px;
}
#newsTopic span{
  margin-right:40px;
}
@media screen and ( max-width:780px) {
  #newsTopic p {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto 0;
    font-size: 14px;
  }
}
/*[ ニュース下コピー ]-------------*/
#ReadTxt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 80px;
}
/*[ サービス ]-------------*/
#service {
  font-size: 30px;
  text-align: center;
  margin: 40px auto 80px;
}
#service h2 {
  text-align: center;
}
#service ul {
  margin-top: 20px;
}
#service li {
  background: #f2f2f2;
  width: 30%;
  text-align: left;
}
#service li a{
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
#service li img { 
  order: 1;
  width: 100%;
  height: auto;
}
#service h3 {
  order: 2;
  font-size: 22px;
  padding: 10px 20px 2px;
  width: 100%;
}
#service p {
  order: 3;
  padding: 0 20px 10px;
}
@media screen and ( min-width:981px) {
  #service li:nth-child(2){
    margin: 0 5%;
  }
}
@media screen and ( min-width:768px) and ( max-width:980px) {
  #service li:nth-child(2){
    margin:0 2%;
  }
}
@media screen and ( max-width:767px) {
  #service li:nth-child(2){
    margin:30px auto;
  }
}
/*[ インフォメーション ]-------------*/
#info {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 80px;
  background: #595959;
}
#info h2 {
  text-align: center;
  color: #fff;
}
#info ul {
  margin: 50px auto 10%;
}
#info li {
  max-width: 500px;
  width: 30%;
  height: auto;
  height: 100%;
  position: relative;
}
#info li p {
  position: absolute;
  width: auto;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
#info li p span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #fff;
}
#info li img {
  width: 100%;
}
#info li .img{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 5;
}
#info li .img::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
#info li.contact .img::after{
  background: url(../img/bt_info_01_on.png) no-repeat center top/ 100% auto;
}
#info li.recruit .img::after{
  background: url(../img/bt_info_02_on.png) no-repeat center top/ 100% auto;
}
#info li.group .img::after{
  background: url(../img/bt_info_03_on.png) no-repeat center top/ 100% auto;
}
#info li a:hover,
#info li a:hover .img::after  {
  opacity: 1;
}
@media screen and ( min-width:981px) {
  #info li:nth-child(2){
    margin:0 5%;
  }
}
@media screen and ( min-width:768px) and ( max-width:980px) {
  #info li:nth-child(2){
    margin:0 2%;
  }
}
@media screen and ( max-width:767px) {
  #info li:nth-child(2){
    margin:30px auto;
  }
}