/* main-visual */
#main-visual {
  position: relative;
  margin-right: 20px;
}
#main-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5vw 12.7vw 0 0;
  border-color: #ffffff transparent transparent transparent;
}
#main-visual .message {
  background: url(/assets/img/top/main_message_bg.png) center 50%/95% no-repeat;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
#main-visual .message__inner {
  position: absolute;
  bottom: 5vw;
  left: 6vw;
  font-size: 4.2vw;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  #main-visual .message__inner {
    font-size: 2.8rem;
    bottom: 45px;
    left: 25px;
  }
}
#main-visual .message__small {
  font-size: 2.1vw;
}
@media screen and (max-width: 1000px) {
  #main-visual .message__small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  #main-visual .message {
    background: url(/assets/img/top/main_message_bg.png) center 60%/100% no-repeat;
    height: 25%;
  }
}
@media screen and (max-width: 1000px) {
  #main-visual {
    margin-right: 0;
  }
}

#main-visual-slider {
  width: 100%;
}
#main-visual-slider .slide_img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 1000px) {
  #main-visual-slider .slide_img {
    max-height: 100%;
    height: calc(100vh - 205px);
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #main-visual-slider .slide_img1 {
    margin: 0 auto 0 -60%;
  }
}
@media screen and (max-width: 767px) {
  #main-visual-slider .slide_img2 {
    margin: 0 auto 0 -30%;
  }
}
@media screen and (max-width: 767px) {
  #main-visual-slider .slide_img3 {
    margin: 0 auto 0 -100%;
  }
}
@media screen and (max-width: 767px) {
  #main-visual-slider .slide_img4 {
    margin: 0 auto 0 -70%;
  }
}

.slick-prev {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
}

.slick-next {
  line-height: 0;
  position: absolute;
  top: 27px;
  right: 43px;
  display: block;
  width: 33px;
  height: 33px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 24px;
  height: 24px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(45deg);
}

.content {
  padding-top: 40px;
}

.ourValue {
  width: 95%;
  display: flex;
  justify-content: space-between;
  padding: 6vw 0;
  margin: 0 auto;
  background: url(/assets/img/top/bg_OurValue.png) 0 0/56% no-repeat;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .ourValue {
    padding: 20px 0 150px;
    display: block;
    background: url(/assets/img/top/bg_OurValue.png) 80px 17%/85% no-repeat;
    width: 100%;
  }
  .ourValue__btn {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
  }
}
.ourValue__left {
  min-width: 340px;
}
@media screen and (max-width: 1000px) {
  .ourValue__left {
    width: 90%;
    margin: 0 auto 50px;
  }
}
.ourValue__text01 {
  font-size: 3rem;
  color: #22559D;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 65px;
}
@media screen and (max-width: 1000px) {
  .ourValue__text01 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
.ourValue__text02 {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .ourValue__text02 {
    margin-bottom: 0;
  }
}
.ourValue__img {
  width: 69%;
}
.ourValue__img img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .ourValue__img {
    width: 100%;
  }
}

.servise {
  padding: 15vw 0 70px 5vw;
  background: url(/assets/img/top/bg_OurService.jpg) 0 0/100% no-repeat #F2F8F9;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .servise {
    padding: 60px 0 150px;
  }
  .servise__btn {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
  }
}
.servise__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .servise__inner {
    flex-wrap: wrap;
  }
}
.servise__description {
  min-width: 310px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .servise__description {
    min-width: auto;
    width: 90%;
    margin: 0 auto;
  }
}
.servise__descriptionText {
  line-height: 2;
  margin: 60px 0 100px;
}
@media screen and (max-width: 1000px) {
  .servise__descriptionText {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .servise__descriptionText {
    margin: 30px 0 0;
  }
}
.servise__andmore {
  text-align: right;
  width: 100%;
  display: inline-block;
  transition: 0.3s all;
}
.servise__andmore:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .servise__andmoreImg {
    width: 30%;
  }
}

.pickupItems {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .pickupItems {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pickupItems {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pickupItems {
    display: block;
  }
}
.pickupItems__item {
  width: 32%;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickupItems__item {
    width: 100%;
  }
  .pickupItems__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.pickupItems__img {
  width: 100%;
}
.pickupItems__text {
  padding: 30px 30px 45px;
}
@media screen and (max-width: 767px) {
  .pickupItems__text {
    padding: 15px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    width: 94%;
  }
  .pickupItems__text--right {
    left: auto;
    right: 0;
  }
}
.pickupItems__dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #22559D;
}
@media screen and (max-width: 767px) {
  .pickupItems__dt {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.pickupItems__dd {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pickupItems__dd {
    line-height: 1.7;
  }
}

.rapidset {
  background: url(/assets/img/top/bg_rapidSet.jpg) 0 0/cover no-repeat;
  color: #FFFFFF;
  padding: 3.5vw 7.5vw 4vw 5.5vw;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .rapidset__logo {
    width: 164px;
  }
}
.rapidset__text1 {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 25px;
  max-width: 75%;
}
.rapidset__text1--small {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 25px;
  max-width: 60%;
}
@media screen and (max-width: 1000px) {
  .rapidset__text1 {
    font-size: 1.8rem;
    max-width: 100%;
    margin-top: 10px;
  }
  .rapidset__text1--small {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 25px;
    max-width: 100%;
  }
}
.rapidset__text2 {
  position: absolute;
  top: 60px;
  right: 8%;
  font-size: 2.4rem;
  text-align: right;
  line-height: 2;
  font-weight: bold;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 1000px) {
  .rapidset__text2 {
    position: relative;
    font-size: 1.4rem;
    top: auto;
    right: auto;
    text-align: left;
    margin-top: 15px;
  }
}
.rapidset__btn {
  position: absolute;
  bottom: 60px;
  right: 8%;
  padding: 0 10px 30px 0;
}
@media screen and (max-width: 1000px) {
  .rapidset__btn {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .rapidset {
    padding: 40px 35px 60px;
  }
}

.btnMorenews {
  max-width: 1130px;
  margin: 0 auto;
  text-align: right;
}
.btnMorenews__link {
  display: inline-block;
  margin-top: 30px;
  transition: 0.3s all;
}
@media screen and (max-width: 1000px) {
  .btnMorenews__link {
    margin-top: 15px;
    margin-right: 15px;
  }
}
.btnMorenews__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .btnMorenews__img {
    width: 50%;
  }
}

.recruit {
  background: url(/assets/img/top/bg_recruit.png) 0 0/cover no-repeat;
  padding: 90px 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .recruit {
    padding: 50px 0 60px;
    margin-bottom: 70px;
  }
}
.recruit__hedding {
  color: #FFFFFF;
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .recruit__hedding {
    font-size: 2.4rem;
  }
}
.recruit__subTitle {
  margin-bottom: 75px;
}
@media screen and (max-width: 1000px) {
  .recruit__subTitle {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit__subTitleimg {
    width: 54px;
  }
}
.recruit__btn {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=top.css.map */