.on-link-head {
  position: relative;
}
.on-link-head a.link {
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 640px) {
  .on-link-head h2 {
    padding-bottom: 50px;
    margin-bottom: 12px;
  }
  .on-link-head a.link {
    position: relative;
    top: -55px;
    font-size: 14px;
  }
}

.sec-first {
  margin-top: -105px;
  aspect-ratio: 140/62;
}
.sec-first video {
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-works h2 {
  font-size: 40px;
  color: #000;
  text-align: center;
  border: 0;
  padding-bottom: 0;
  margin-top: 64px;
}
.sec-works h2 span {
  font-family: "Noto Serif";
  font-size: 70px;
  color: #EE7500;
}
@media screen and (max-width: 640px) {
  .sec-works h2 {
    font-size: 24px;
  }
  .sec-works h2 span {
    font-size: 40px;
  }
}
.sec-works .works {
  text-align: center;
  gap: 0;
}
@media screen and (min-width: 1080px) {
  .sec-works .works .box-img {
    transform-origin: top right;
    transform: scale(1.1);
    margin-bottom: 12px;
  }
}
.sec-works .works a {
  color: #EE7500;
  font-size: 24px;
  transition: 0.3s;
}
.sec-works .works a::after {
  content: url(../img/arrow_orange.svg);
  display: inline-block;
  width: 10px;
  height: 15px;
  margin-left: 8px;
}
.sec-works .works a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1080px) {
  .sec-works .works {
    flex-direction: column;
    gap: 48px;
  }
  .sec-works .works .security, .sec-works .works .outsourcing, .sec-works .works .franchisee {
    display: flex;
  }
  .sec-works .works .security > div, .sec-works .works .outsourcing > div, .sec-works .works .franchisee > div {
    width: 50%;
  }
  .sec-works .works .security .text, .sec-works .works .outsourcing .text, .sec-works .works .franchisee .text {
    text-align: left;
    padding-inline: 4%;
  }
  .sec-works .works .security .text a, .sec-works .works .outsourcing .text a, .sec-works .works .franchisee .text a {
    font-size: 20px;
  }
  .sec-works .works .outsourcing {
    flex-direction: row-reverse;
  }
  .sec-works .works .for-pc {
    display: none !important;
  }
  .sec-works .works .for-sp {
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  .sec-works .works .security {
    position: relative;
  }
  .sec-works .works .security .box-img {
    transform: scale(1.07);
  }
  .sec-works .works .security .text {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    position: relative;
    bottom: 150px;
    padding: 12px;
    margin: auto;
    max-width: 380px;
  }
  .sec-works .works .outsourcing .text {
    margin-top: 3vw;
    margin-right: 60px;
  }
  .sec-works .works .franchisee .text {
    margin-top: 3vw;
  }
}

.sec-news {
  background: rgba(51, 122, 81, 0.1);
  background: linear-gradient(0deg, rgba(51, 122, 81, 0.1) 0%, rgba(143, 143, 141, 0.1) 100%);
  padding-top: 48px;
  padding-bottom: 48px;
}

.sec-movie .swiper {
  width: 100%;
  height: 270px;
}
@media screen and (max-width: 1344px) {
  .sec-movie .swiper {
    height: 21vw;
  }
}
@media screen and (max-width: 980px) {
  .sec-movie .swiper {
    height: 31vw;
  }
}
@media screen and (max-width: 640px) {
  .sec-movie .swiper {
    height: 54vw;
  }
}
.sec-movie .swiper-slide {
  color: #ffffff;
  width: 100%;
  max-height: 230px;
  text-align: center;
  line-height: 230px;
  text-align: center;
}
.sec-movie .swiper-slide .box-img {
  transition: 0.3s;
  position: relative;
}
.sec-movie .swiper-slide .box-img::before {
  content: url(/common/img/icon_YT_gr.svg);
  display: block;
  width: 50px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sec-movie .swiper-slide .box-img:hover {
  opacity: 0.6;
}
.sec-movie .swiper-slide .box-img:hover::before {
  content: url(/common/img/icon_YT.svg);
}
.sec-movie .swiper-button-next:after, .sec-movie .swiper-button-prev:after {
  content: url(/asset/common/img/arrow_w.svg);
  background: #EE7500;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  display: grid;
  place-content: center;
  transform: rotate(-90deg);
  position: absolute;
  top: -55%;
  right: 0;
  border: 1px solid #fff;
  transition: 0.3s;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .sec-movie .swiper-button-next:after, .sec-movie .swiper-button-prev:after {
    width: 40px;
    height: 40px;
  }
}
.sec-movie .swiper-button-next:after:hover, .sec-movie .swiper-button-prev:after:hover {
  opacity: 0.6;
}
.sec-movie .swiper-button-prev:after {
  transform: rotate(90deg);
  left: 0;
}
.sec-movie .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #EE7500 !important;
}/*# sourceMappingURL=style.css.map */