/* -------------------------------------------- */
/* TOP */
/* -------------------------------------------- */
.front {
  background-color: #fff;
}

.front-mv {
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .front-mv {
    height: 300px;
  }
}

.front-mv video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.front-movie {
  padding-top: 60px;
  padding-bottom: 160px;
  background: -webkit-gradient(linear, left bottom, left top, from(#C4CED9), color-stop(20%, rgba(242, 242, 242, 0.7)), color-stop(50%, #F2F2F2));
  background: linear-gradient(0deg, #C4CED9 0%, rgba(242, 242, 242, 0.7) 20%, #F2F2F2 50%);
  position: relative;
}

.front-movie::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/front/movie-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .front-movie {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.front-movie .inner {
  max-width: 1030px;
}

.front-movie-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .front-movie-top {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.front-movie-top .title {
  margin-right: 63px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .front-movie-top .title {
    margin-right: 0;
  }
}

.front-movie-top p {
  width: 700px;
}

@media only screen and (max-width: 767px) {
  .front-movie-top p {
    width: 100%;
  }
}

.front-movie-iframe {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.front-movie-iframe iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: unset;
}

.front-movie .btn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .front-movie .btn {
    margin-top: 40px;
  }
}

.front-main {
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .front-main {
    padding-top: 50px;
  }
}

.front-main::before {
  content: "";
  width: calc(100% - 30px);
  max-width: 1200px;
  height: 82px;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .front-main::before {
    content: none;
  }
}

.front-main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  max-width: 1030px;
}

@media only screen and (max-width: 767px) {
  .front-main .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.front-main .title {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .front-main .title {
    padding-bottom: 15px;
  }
}

.front-main .btn {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .front-main .btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.front-company {
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .front-company {
    padding-bottom: 80px;
  }
}

.front-company-box {
  max-width: 367px;
}

@media only screen and (min-width: 768px) {
  .front-company-box {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .front-company-box {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .front-company-img img {
    width: 100%;
  }
}

.front-business {
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .front-business {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .front-business .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.front-business-box {
  max-width: 367px;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .front-business-box {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .front-business-img img {
    width: 100%;
  }
}

.front-activity {
  padding-bottom: 160px;
}

@media only screen and (max-width: 767px) {
  .front-activity {
    padding-bottom: 302px;
  }
}

.front-activity-box {
  max-width: 367px;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .front-activity-box {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .front-activity-img img {
    width: 100%;
  }
}

.front-recruit {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url(../img/front/recruit-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .front-recruit {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

.front-recruit .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  max-width: 1030px;
}

@media only screen and (max-width: 767px) {
  .front-recruit .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.front-recruit .title {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .front-recruit .title {
    padding-bottom: 15px;
  }
}

.front-recruit-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  margin-top: -130px;
}

@media only screen and (max-width: 767px) {
  .front-recruit-img {
    width: 100%;
    gap: 13px;
    margin-top: -222px;
  }
}

@media only screen and (max-width: 767px) {
  .front-recruit-img-item {
    width: 100%;
  }
}

.front-recruit-img-item:nth-of-type(2) {
  margin-top: 50px;
}

.front-recruit-img img {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .front-recruit-img img {
    width: 100%;
  }
}

.front-recruit-img img:nth-child(2) {
  margin-top: 20px;
}

.front-recruit-box {
  max-width: 367px;
}

.front-recruit-text {
  color: #fff;
}

.front-recruit .btn {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .front-recruit .btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.front-recruit-en {
  position: absolute;
  right: 30px;
  bottom: -36px;
  color: #FFF;
  font-family: Roboto;
  font-size: 14.0rem;
  font-weight: 500;
  line-height: 1.2em;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .front-recruit-en {
    font-size: 9.0rem;
    right: 0;
    bottom: -23px;
  }
}

.front-news {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .front-news {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.front-news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 60px;
  background-color: #fff;
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  .front-news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 30px 15px 50px;
  }
}

.front-news .title {
  padding-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .front-news .title {
    padding-bottom: 10px;
  }
}

.front-news-box {
  max-width: 250px;
  width: 100%;
}

.front-news-list {
  width: 100%;
  max-width: 578px;
}

@media only screen and (max-width: 767px) {
  .front-news-list {
    max-width: 100%;
  }
}

.front-news-item {
  border-bottom: 1px solid #CCCCCC;
}

.front-news-item > a,
.front-news-item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 20px;
  padding-right: 52px;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .front-news-item > a,
  .front-news-item > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-right: 0;
  }
}

.front-news-item > a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.front-news-item > a p {
  color: #036EB8;
}

.front-news-item > a::after {
  content: "";
  width: 33px;
  height: 29px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/front/news-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .front-news-item > a::after {
    display: none;
  }
}

.front-news-item > a:hover {
  opacity: 0.75;
}

.front-news-item time {
  min-width: 110px;
  font-size: 1.4rem;
  color: #666666;
}

.front-news-item p {
  line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
  .front-news .btn--sm {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=front.css.map */