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

/* メイン画像 ※残りはvegas.css
--------------------------------------*/
.main-img-box {
  width: 100%;
  height: 630px;
  overflow: hidden;
  position: fixed;
  top:0;
  z-index: -1;
  margin-top: 88px;
  }
.main-img {
  width: 100%;
  height: 630px;
  position: relative;
  }

.main-img-txt {
  background:url("../img/index/main/txt-1.png") no-repeat;
  width: 607px;
  height: 126px;
/*  height: 350px;*/
  display: block;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: -63px;
/*  margin-left: -300px;*/
  }

/* ナビゲーションのアクティブ
--------------------------------------*/
.header-nav > li:first-child a {
  border-bottom: 4px solid #0075c1;
  }
  
/* コンテンツの共通部分
--------------------------------------*/
.col {
  vertical-align: middle;
  text-align: center;
  }
  
.cont {
  padding: 100px 0 100px;
	background-color: #FFF;
  }
.cont h1 {
  margin-bottom: 60px;
  }
.cont h1,
.cont p {
  text-align: center;
  }

/* サービス - コンテンツ
--------------------------------------*/
.cont.service-cont {
  padding: 100px 0px 0px 0px;
  margin-top: 718px; /*メイン画像の高さ調整*/
  }
.service-cont h2 {
  padding: 20px 0;
  margin-bottom: 0 !important;
  }
.service-cont a:hover {
  color: #a9a9a9;
  }
.service-cont .col p {
  margin-bottom: 20px;
  line-height: 1.6em;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #717171;
  }
.service-cont .message {
  padding: 80px;
  }
.service-cont .img-box {
  height: 240px;
  overflow: hidden;
  }
.service-cont .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
	transition: 0.4s;
  }
.service-cont a:hover .img {
  width: 102%;
  height: 102%;
  }
.service-cont .img-1 {
  background:url(../img/index/service-img-1.jpg) center top no-repeat;
  background-size: cover;
  }
.service-cont .img-2 {
  background:url(../img/index/service-img-2.jpg) center top no-repeat;
  background-size: cover;
  }
.service-cont .img-3 {
  background:url(../img/index/service-img-3.jpg) center top no-repeat;
  background-size: cover;
  }
.service-cont .img img {
  /* width: 100%; */
  }
.service-cont .col {
  width: 33.3333%;
  border: 1px solid #b5b4b4;
  }
  .service-cont .col:last-child {
  border-left: none;
  }
  
  /*トップのみ*/
  .col-layout {
    width: 1000px;
    margin: 0 auto;
  }

/* トピックス - コンテンツ
--------------------------------------*/
.topics-list {
  background-color: #FFF;
  padding: 48px 60px 48px 60px;
  position: relative;
  }

.topics-list li {
  margin-bottom: 12px;
  }
.topics-list li:last-child {
  margin-bottom: 0px;
  }
.topics-cont li a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #717171;
  text-decoration: none;
  width: 100%;
/*
	21.08.27 修正
  border-bottom: 1px solid #b5b4b4 ;
*/
  display: block;
  padding: 14px 0;
  position: relative;
  }
.topics-cont a:hover {
  text-decoration: underline;
  opacity: 0.6;
  }
  
.topics-list-bt {
  position: absolute;
  top: 30px;
  right:58px ;
  }

.icon {
  width: 106px;
  height: 23px;
  display: inline-block;
  margin-right: 20px;
  }
.topics-cont .icon {
  position: relative;
  top: 0.4em;
  display: inline-block;
  }
.icon.info {
  background:url(../img/index/topics-icon-info.png) no-repeat;
  }
.icon.product {
  background:url(../img/index/topics-icon-product.png) no-repeat;
  }
  
/* 会社概要 - コンテンツ
--------------------------------------*/
.cont.company-cont h1 {
  margin-bottom: 40px;
  }
.company-list-box {
  background:url(../img/index/comany-bg.jpg) center center no-repeat;
  }
.company-list .col {
  width: 33.33333%;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: relative;
  }
/* リンク */  
.company-list .col a {
  display: block;
  padding: 100px 0;
  height: 220px;
  vertical-align: middle;
  position: relative;
  }
.company-list a:hover {
  background-color: rgba(255,255,255,0.2);
  }
/* 三角 */
.company-list .col:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  right: 5px;
  bottom: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
	transition: 0.4s;
  }
  .company-list .col:hover:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #0075c1 transparent;
    position: absolute;
    right: 5px;
    bottom: 5px;
    }
p.address {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-bottom: 70px;
  letter-spacing: 1px;
  }