.tt-home-kv {
  height: calc(100vh - 72px);
  padding: calc((100vh - 72px) / 2 - 120px) 24px 0 24px !important;
}
.tt-home-kv-copy {
  text-align: center;
}
.tt-home-kv-copy img {
  width: 80vw;
}
.tt-home-kv-mv {
  position: fixed;
  z-index: -10;
  top: 72px;
  left: 0;
  width: 100%;
  height: calc(100vh - 72px);
  overflow: hidden;
}
.tt-home-kv-mv video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.tt-home-kv-mv::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: calc(100vh - 72px);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .tt-home-kv {
    max-width: 1160px;
    margin: 0 auto;
    padding: calc((100vh - 98px) / 2 - 100px) 40px 0 40px;
  }
  .tt-home-kv-copy {
    text-align: center;
  }
  .tt-home-kv-copy img {
    width: 60%;
  }
  .tt-home-kv-mv {
    top: 96px;
    width: 100%;
    height: calc(100vh - 72px);
  }
  .tt-home-kv-mv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.tt-home-menu {
  margin: -23vh auto 0 auto;
  padding: 0 24px;
}
.tt-home-menu ul {
  list-style: none;
  padding: 0 0 24px 0;
  margin: 0;
}
.tt-home-menu ul li {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.tt-home-menu ul li:after {
  position: absolute;
  top: 26px;
  right: 22px;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/common/tt-arrow.png) no-repeat;
  background-size: 100%;
  z-index: 5;
}
.tt-home-menu ul li a {
  display: block;
  width: 100%;
  height: 254px;
  border-radius: 8px;
  padding: 22px;
  font-size: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  color: #333;
}
.tt-home-menu ul li a span {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: #999;
}
.tt-home-menu ul .tt-home-menu-about a {
  background: url(../img/top/page1.jpg) #fff no-repeat 0 108px/100%;
}
.tt-home-menu ul .tt-home-menu-recruit a {
  background: url(../img/top/page2.jpg) #fff no-repeat 0 108px/100%;
}
.tt-home-menu ul .tt-home-menu-career a {
  background: url(../img/top/page3.jpg) #fff no-repeat 0 108px/100%;
}
@media screen and (min-width: 768px) {
  .tt-home-menu {
    max-width: 1240px;
    margin-top: -132px;
    padding: 0 40px;
  }
  .tt-home-menu ul {
    display: flex;
    gap: 3.4%;
    margin: 0 auto;
    padding: 0;
  }
  .tt-home-menu ul li {
    margin-bottom: 0;
  }
  .tt-home-menu ul li a {
    height: 278px;
  }
}

@media screen and (min-width: 768px) {
  .tt-content {
    margin-top: 80px;
  }
}

.tt-home-news {
  border-bottom: 1px solid #ccc;
}
.tt-home-news-item {
  border-top: 1px solid #ccc;
  padding: 24px 0 8px 0;
  font-size: 1rem;
}
.tt-home-news-item time {
  display: inline-block;
  margin-right: 0.5rem;
}
.tt-home-news-item-label {
  display: inline-block;
}
.tt-home-news-item-label label {
  background: #333;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 8px 2px 8px;
}
.tt-home-news-item-body h3 {
  font-size: 1rem;
  margin: 16px 0;
}
.tt-home-news-item-body p {
  line-height: 1.5;
  margin-bottom: 16px;
}
.tt-home-news-item-body a {
  color: #333;
}
.tt-home-news-item-body a:visited {
  color: 666;
}
.tt-home-news-item-body a:hover {
  color: #0068B6;
}
@media screen and (min-width: 992px) {
  .tt-home-news-item {
    display: flex;
    gap: 2%;
  }
  .tt-home-news-item time {
    width: 8%;
  }
  .tt-home-news-item-label {
    width: 6%;
    text-align: center;
  }
  .tt-home-news-item-body {
    width: 82%;
  }
  .tt-home-news-item-body h3 {
    margin-top: 0;
  }
}

.link-news {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .tt-content-inner {
    padding: 64px;
  }
}

/*# sourceMappingURL=top.css.map */
