@charset "utf-8";
/* ==================================
top
===================================== */
.arrow-btn a {
  position: relative;
  transition: all .3s ease 0s;
}
.arrow-btn a:hover {
  transition: all .3s ease 0s;
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, .2) !important;
}
.arrow-btn a::before {
  content: "▶";
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: 20px;
  color: #fff;
  transform: translateY(-50%);
}
.border {
  border-color: #707070 !important;
}
.rounded-20 {
  border-radius: 20px;
}
.arrow-title {
  position: relative;
  padding-left: 25px;
}
.arrow-title::before {
  content: "▶";
  position: absolute;
  font-size: 12px;
  top: 50%;
  left: 0;
  color: #011278;
  transform: translateY(-50%);
}
.top-sub-title {
  position: relative;
  padding-left: 90px;
}
.top-sub-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #011278;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.top-about .top-sub-title::before {
  background-color: #fff;
}
.top-mv .dlb_title-h1 {
  font-size: 70px;
  position: absolute;
  top: 25%;
  right: 5%;
}
.top-mv .dlb_title-h1 p {
  line-height: 1.3 !important;
}
.top-mv .mv-sub-title {
  font-size: 40px;
  position: absolute;
  bottom: 20%;
  left: 15%;
}
.top-news .dlb_blog-image,
.top-news .dlb_blog-data p,
.top-news .dlb_blog-badge {
  display: none !important;
}
.top-news .dlb_blog-item {
  padding: 0 !important;
}
.top-news .dlb_blog-item::before {
  content: "▶";
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: 50px;
  color: #011278;
  transform: translateY(-50%);
}
.top-news .dlb_blog-data a {
  display: flex;
  align-items: center;
}
.top-news .dlb_blog-data a:hover {
  opacity: 0.6;
}
.top-news .dlb_blog-data h3 {
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 20px;
}
.top-company .col .img-fluid {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
.top-company .col .img-fluid img {
  height: auto;
  transition: transform .6s ease;
  /* ゆっくり変化させる */
}
.top-company .col .img-fluid:hover img {
  transform: scale(1.1);
  /* 拡大 */
}
.top-about .h1 {
  font-size: 40px;
  line-height: 1.5;
}
.top-about p {
  line-height: 3 !important;
}
.top-reason .img-fluid {
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.top-reason .img-fluid.is-img-active {
  opacity: 1;
  z-index: 10;
}
.top-reason .reason-link h3 {
  line-height: 2;
}
.top-recruit .h1 {
  font-size: 40px;
}
.top-reason .reason-link .reason01::before,
.top-reason .reason-link .reason02::before,
.top-reason .reason-link .reason03::before,
.top-recruit-link .col::before {
  content: "▶";
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: 20px;
  color: #011278;
  transform: translateY(-50%);
}
.top-recruit-link .col {
  position: relative;
}
.top-recruit-link .col::before {
  right: 30px;
}
.top-reason .border,
.top-recruit-link .border {
  transition: all .3s ease 0s;
}
.top-reason .border:hover,
.top-recruit-link .border:hover {
  transition: all .3s ease 0s;
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, .2) !important;
}
@media only screen and (min-width: 1500px) {
  .top-mv .dlb_title-h1 {
    left: 15%;
  }
}
@media only screen and (max-width: 991px) {
  .top-mv .dlb_title-h1 {
    font-size: 50px;
  }
  .top-mv .mv-sub-title {
    font-size: 30px;
  }
  .top-recruit .h1 {
    font-size: 26px;
  }
  .top-about .h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .tmpl_01_kv_slide {
    min-height: 50vh;
  }
  .top-mv .dlb_title-h1 {
    font-size: 40px;
    left: 10%;
  }
  .top-mv .mv-sub-title {
    font-size: 20px;
    left: 10%;
    bottom: 30%;
  }
  .top-news .dlb_blog-data a {
    display: block;
  }
  .top-news .dlb_blog-data span {
    font-size: 12px;
  }
  .top-news .dlb_blog-data h3 {
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 任意の行数を指定 */
  }
  .top-about .h1 {
    font-size: 24px;
  }
  .top-about p {
    line-height: 2 !important;
  }
  .reason-img {
    height: 250px;
  }
}