@charset "UTF-8";
/** -----------------------------------
空撮編集
-------------------------------------**/
#lower-page.outsourcing .achievements{
  overflow: hidden;
}
#lower-page.outsourcing .achievements .flex-container{
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#lower-page.outsourcing .achievements .flex-container .section-title-wrap{
  margin-right: 8rem;
  min-width: 30rem;
}
#lower-page.outsourcing .achievements .flex-container .movie-area{
  background: #fff;
  border-radius: 5rem;
  padding: 8rem 8rem 5rem;
  min-width: 110%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
/*
#lower-page.outsourcing .achievements .flex-container .movie-area::before{
  position: absolute;
  content: "";
  width: 8rem;
  height: 100%;
  border-radius: 5rem;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 2;
}
*/
#lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial{
  width: 100%;
}
#lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial .swiper-slide iframe{
  width: 100%;
}
#lower-page.outsourcing .achievements .flex-container .movie-area .swiper-pagination-aerial{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
#lower-page.outsourcing .achievements .flex-container .movie-area .swiper-pagination-bullet-active{
  background: orange;
  width: 1.2rem;
  height: 1.2rem;
}
#lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial .swiper-button-wrap{
  width: 46.5%;
  display: flex;
  justify-content: center;
  margin-top: 2em;
  gap: 2em;
}
#lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial .swiper-button-wrap .swiper-button-prev,
#lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial .swiper-button-wrap .swiper-button-next{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #172da9;
  border-radius: 50%;
  z-index: 2;
}
#lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial .swiper-button-wrap .swiper-button-prev::after,
#lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial .swiper-button-wrap .swiper-button-next::after{
  font-size: 20px;
  color: #fff;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  #lower-page.outsourcing .achievements .flex-container{
    flex-direction: column;
  }
  #lower-page.outsourcing .achievements .flex-container .section-title-wrap{
    margin: 0;
    min-width: auto;
  }
  #lower-page.outsourcing .achievements .flex-container .movie-area{
    min-width: 100%;
  }
  #lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial{
    overflow: hidden;
  }
  #lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial .swiper-button-wrap{
    width: 100%;
  }
  #lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial .swiper-slide iframe{
    height: 47vw;
  }
}
@media screen and (max-width: 768px){
  #lower-page.outsourcing .achievements .flex-container .movie-area{
    padding: 5rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 570px){
  #lower-page.outsourcing .achievements .flex-container .movie-area{
    padding: 2rem 2rem 1rem;
    border-radius: 1rem;
  }
  #lower-page.outsourcing .achievements .flex-container .movie-area .swiper-aerial .swiper-button-wrap{
    margin-top: 1rem;
  }
}


#lower-page.outsourcing .flow .flex-container{
  max-width: 100rem;
  margin: 0 auto;
}
#lower-page.outsourcing .flow .flex-container .flex-item{
  display: flex;
  padding: 4rem;
  align-items: center;
  position: relative;
}
#lower-page.outsourcing .flow .flex-container .flex-item:nth-of-type(2n+1){
  background: #f5f7ff;
}
#lower-page.outsourcing .flow .flex-container .flex-item::after{
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
  background: #f5f7ff;
  z-index: 2;
}
#lower-page.outsourcing .flow .flex-container .flex-item:nth-of-type(2n)::after{
  background: #fff;
}
#lower-page.outsourcing .flow .flex-container .flex-item:last-of-type::after{
  display: none;
}
#lower-page.outsourcing .flow .flex-container .flex-item .step{
  width: 15%;
  text-align: center;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 216, 241));
  background: -webkit-linear-gradient(0deg, rgb(23, 45, 169), rgb(155, 216, 241));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#lower-page.outsourcing .flow .flex-container .flex-item .step span{
  display: inline-block;
  font-size: 2.0em;
}
#lower-page.outsourcing .flow .flex-container .flex-item .text{
  width: 85%;
}
#lower-page.outsourcing .flow .flex-container .flex-item .text h4.title{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#lower-page.outsourcing .flow .flex-container .flex-item .text p{
  line-height: 1.75;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  #lower-page.outsourcing .flow .flex-container .flex-item{
    flex-direction: column;
  }
  #lower-page.outsourcing .flow .flex-container .flex-item .text h4.title{
    text-align: center;
  }
  #lower-page.outsourcing .flow .flex-container .flex-item .step{
    width: auto;
    margin-bottom: 0.5em;
  }
  #lower-page.outsourcing .flow .flex-container .flex-item .text{
    width: 100%;
  }
  #lower-page.outsourcing .flow .flex-container .flex-item::after{
    width: 4rem;
    height: 4rem;
    bottom: -1.5rem;
  }
}
@media screen and (max-width: 570px){
  #lower-page.outsourcing .flow .flex-container .flex-item .step{
    font-size: 2rem;
  }
}
