@charset "UTF-8";
/* フォント関連
------------------------------ */
/* 配色
------------------------------ */
/* コンテンツ関連
------------------------------ */
/* 便利
------------------------------ */
/* --------------------------------------------------
  変数
-------------------------------------------------- */
/* --------------------------------------------------
  mixin,extend
-------------------------------------------------- */
/* --------------------------------------------------
  共通
-------------------------------------------------- */
/* --------------------------------------------------
  contents
-------------------------------------------------- */
/*  visual
------------------------------ */
#visual {
  background-image: url(../img/company-visual.jpg);
}

/*  company
------------------------------ */
#company {
  padding: 120px 0 150px;
}
#company table {
  width: 600px;
  margin: 0 auto 50px;
  text-align: left;
}
#company table tr th,
#company table tr td {
  padding: 30px 0;
  vertical-align: top;
  line-height: 2;
}
#company table tr th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
#company table tr th i {
  flex: 1;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 10px;
  background: #e8edef;
}
#company table tr td {
  width: 65%;
  font-size: 15px;
}
#company table tr td a.map-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  background: #011e2b;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0;
}
#company .access {
  position: relative;
  width: 80%;
  max-width: 1060px;
  margin: 0 auto;
}
#company .access .anchor {
  position: absolute;
  top: -25px;
}
#company .access .map {
  overflow: hidden;
  position: relative;
  height: 600px;
}
#company .access .map #map-data {
  height: 100%;
}
#company .access .map #map-data div[title="株式会社クリプテック"] img {
  width: 70px !important;
  height: 90px !important;
}
#company .access .detail {
  overflow: hidden;
  position: relative;
  z-index: 5;
  width: 600px;
  height: 300px;
  margin: -150px auto 0;
  color: #fff;
}
#company .access .detail .bg {
  background: #011e2b;
}
#company .access .detail > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #011e2b;
  transition-delay: 0.25s !important;
}
#company .access .detail > .inner h3 {
  margin-bottom: 20px;
  font-size: 30px;
}
#company .access .detail > .inner h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 4px;
  height: 80px;
  background: #fff;
  margin: auto;
}
#company .access .detail > .inner p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  #company {
    padding: 90px 30px 100px;
  }
  #company table {
    width: 100%;
    margin: 0 auto 80px;
  }
  #company table tr th,
  #company table tr td {
    width: 100%;
    line-height: 2;
  }
  #company table tr th {
    padding: 0;
    font-size: 16px;
  }
  #company table tr td {
    display: block;
    padding: 10px 0 30px;
    font-size: 12px;
  }
  #company .access {
    width: 100%;
    max-width: auto;
  }
  #company .access .anchor {
    top: -40px;
  }
  #company .access .map #map-date {
    height: 500px;
  }
  #company .access .map #map-date div[title="株式会社クリプテック"] img {
    width: 50px !important;
    height: 65px !important;
  }
  #company .access .detail {
    width: 90%;
    height: 150px;
    margin: -75px auto 0;
  }
  #company .access .detail > .inner h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  #company .access .detail > .inner h3::before {
    height: 25px;
  }
  #company .access .detail > .inner p {
    font-size: 12px;
  }
}
