@charset "utf-8";
.page_contents {
  overflow: hidden;
}
main {
  padding-top: 130px;
  overflow: hidden;
}
#toppage main {
  padding-top: 0;
}
.second_hdr {
  margin-bottom: 70px;
  padding-bottom: 30px;
  border-bottom: 1px solid #BCCCD5;
}
.companytop .second_hdr {
  border: none;
}
.second_hdr_title_en, .second_hdr_title_jp, .second_hdr_bread {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.second_hdr_title h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  color: #384C57;
}
.second_hdr_title h2.long {
  font-size: 54px;
  line-height: 1.2;
}
.second_hdr_title h2 span {
  color: #BCCCD5;
}
.second_hdr_title h2 span.slash {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.second_hdr_title h2 span.slash::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 30px;
  right: -25px;
  background: #BCCCD5;
  font-family: 'Poppins', sans-serif;
  width: 6px;
  height: 30px;
  transform: skewX(-20deg)
}
.second_hdr_title_line {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.second_hdr_title_line::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.second_hdr_title_jp {
  font-size: 50px;
  font-weight: 500;
}
.annotation_anbou {
  font-size: 15px;
  font-weight: 500;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
}
.second_hdr_bread, .second_hdr_bread ul {
  display: flex;
  justify-content: flex-end;
}
.second_hdr_bread li {
  list-style: none;
  font-size: 14px;
  margin-left: 15px;
  line-height: 1;
  color: #272727;
}
.second_hdr_bread a {
  display: inline-block;
  padding-right: 15px;
  color: #F69602;
  text-decoration: none;
  position: relative;
}
.second_hdr_bread a::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #272727;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(20deg);
}
.detaillink_wrap_center {
  display: flex;
  justify-content: center;
}
.detaillink_wrap_right {
  display: flex;
  justify-content: flex-end;
}
.detail_link {
  color: #F69602;
  padding: 0 110px 0 115px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
}
.detail_link.wht {
  color: #fff;
}
.detail_link::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 90px;
  background: #F69602;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: right center;
}
.detail_link.none::before {
  display: none;
}
.detail_link.wht::before {
  background: #fff;
}
.detail_link a {
  color: #F69602;
  text-decoration: none;
}
.detail_link.wht a {
  color: #fff;
}
.detail_link .detail_link_arrow {
  width: 70px;
  height: 70px;
  border: 1px solid #F69602;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 35px);
  box-sizing: border-box;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.detail_link.wht .detail_link_arrow {
  border: 1px solid #fff;
}
.detail_link_arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  width: 9px;
  height: 9px;
  border-top: 1px solid #F69602;
  border-right: 1px solid #F69602;
  transform: rotate(45deg);
}
.detail_link_arrow.wht::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (hover: hover) {
  .detail_link:hover::before {
    transform: translateX(-20px) scaleX(1.2);
  }
  .detail_link:hover .detail_link_arrow {
    transform: scale(1.3);
  }
}
.mtL {
  margin-top: 80px
}
.mtM {
  margin-top: 40px
}
.business_footer_tile_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 80px;
}
.business_footer_tile {
  width: calc(100% / 3);
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.business_footer_tile_flex .business_footer_tile:nth-child(4), .business_footer_tile_flex .business_footer_tile:nth-child(5), .business_footer_tile_flex .business_footer_tile:nth-child(6),
.business_footer_tile_flex .business_footer_tile:nth-child(7), .business_footer_tile_flex .business_footer_tile:nth-child(8), .business_footer_tile_flex .business_footer_tile:nth-child(9) {
  margin-top: 40px;
}
.business_footer_tile_thumb {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: background 0.3s;
  margin-bottom: 20px;
}
@media (hover: hover) {
  .business_footer_tile:hover .business_footer_tile_thumb {
    background-size: 110% auto;
  }
}
.business_footer_tile_thumb h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.business_footer_tile_thumb p {
  font-size: 20px;
  font-weight: 500;
}
@media(min-width: 1361px) {
  .business_footer_tile_thumb {
    height: 400px;
  }
}
@media(max-width: 1100px) {
  .business_footer_tile_thumb h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .business_footer_tile_thumb p {
    font-size: 18px;
  }
}
.footer_tile_integration {
  background-image: url("../images/business_footer_tile1_pc.jpg");
}
.footer_tile_outsourcing {
  background-image: url("../images/business_footer_tile2_pc.jpg");
}
.footer_tile_product {
  background-image: url("../images/business_footer_tile3_pc.jpg");
}
.line_link {
  width: 240px;
  position: relative;
}
.footer_tile_caption {
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.footer_tile_caption p {
  font-size: 14px;
  font-weight: 500;
}
.footer_tile_caption p.pamphlet {
  font-size: 90%;
}
.line_link a, .footer_tile_caption a {
  color: #384C57;
  text-decoration: none;
  display: block;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  transition: color 0.5s;
}
.line_link a {
  padding-bottom: 10px;
  position: relative;
}
.footer_tile_caption.nLink a::after, .footer_tile_caption.back a::after, .footer_tile_caption.nTab a::after, .line_link a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.footer_tile_caption.nLink a::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #F69602;
  border-right: 1px solid #F69602;
  transform: rotate(45deg);
  left: inherit;
  right: 0;
  top: 7px;
}
.footer_tile_caption.back a::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #F69602;
  border-left: 1px solid #F69602;
  transform: rotate(-45deg);
  left: 0;
  top: 10px;
}
.footer_tile_caption.nTab a::after, .line_link.nTab a::after {
  width: 16px;
  height: 16px;
  background: url("../images/icon_blank.png") no-repeat 0 0;
  background-size: 13px;
  right: 0;
  top: 5px;
}
.footer_tile_caption::before, .footer_tile_caption::after, .line_link::before, .line_link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B2C1C9;
}
.line_link::after, .footer_tile_caption::after {
  background: #F69602;
  width: 45px;
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
  .business_footer_tile:hover a, .footer_tile_caption a:hover, .line_link:hover a {
    color: #F69602;
  }
  .business_footer_tile:hover .footer_tile_caption::after, .line_link:hover::after, .footer_tile_caption:hover::after {
    width: 100%;
  }
}
/* ====== title border ===== */
.sectiontop_title, .companytop_title {
  text-align: center;
  margin-bottom: 150px;
}
.companytop_title.left {
  text-align: left;
}
.left .title_back {
  text-align: left;
}
.sectiontop_title h3, .companytop_title h3, .service_section_title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #384C57;
}
.sectiontop_title_left .sectiontop_title h3 {
  text-align: left;
}
.sectiontop_title h3 span, .companytop_title h3 span, .service_section_title h3 span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.service_section_title {
  margin-bottom: 90px;
}
.sectiontop_title_left {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.service_section_title_right {
  display: flex;
  justify-content: flex-end;
}
.service_section_title_center {
  display: flex;
  justify-content: center;
}
.service_section_title_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.title_back {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
  margin-bottom: -20px;
}
#toppage .title_back {
  text-align: left;
}
.title_back span.extra_plus {
  font-size: 70%;
  font-weight: 500;
}
.service_section_title .title_back {
  text-align: left;
}
.section_title_right {
  display: flex;
  justify-content: flex-end;
}
.title_back::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: -1;
}
.service_section_title .title_back::after, .sectiontop_title_left .title_back::after, #toppage .title_back::after {
  /* bottom: 30px; */
  left: -50vw;
  width: 150vw;
  z-index: 0;
}
.history_section .title_back::after {
  left: -50vw;
  width: 150vw;
  z-index: 0;
}
.sectiontop_title h3 span::after, .companytop_title h3 span::after, .service_section_title h3 span::after {
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  background: #F69602;
  margin: 0 auto;
  transform: translateY(20px);
}
.sectiontop_title.left h3 span::after, .companytop_title.left h3 span::after, .service_section_title.left h3 span::after {
  margin: 0;
}
.service_section_title h3 span::after {
  margin: 0;
}
.companytop_flex {
  max-width: 1360px;
  margin: 0 auto 80px;
  display: flex;
}
.companytop_flex_figure {
  width: 580px;
}
.companytop_flex_figure img {
  width: 100%;
  height: auto;
}
.companytop_flex_figure {
  margin-right: 95px;
  position: relative;
  z-index: 10;
}
.companytop_flex.reverse .companytop_flex_figure {
  margin-right: 0;
  margin-left: 95px;
}
.companytop_flex_caption {
  flex: 1;
  padding-right: 20px;
}
.companytop_flex.reverse .companytop_flex_caption {
  padding-right: 0;
  padding-left: 20px;
}
.companytop_flex_caption_en {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  padding-left: 125px;
  margin-bottom: 40px;
}
.companytop_flex_caption_en::before, .companytop_flex_caption_en::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.companytop_flex_caption_en::before {
  height: 2px;
  width: 100px;
  background: #fff;
  left: 0;
  top: 50%;
}
.companytop_flex_caption_en::after {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: -280px;
  left: 140px;
}
.companytop_flex.reverse .companytop_flex_caption_en::after {
  left: -350px;
}
.companytop_flex_caption_en span {
  /* background: #F5F5F5; */
  position: relative;
  z-index: 10;
  display: inline-block;
}
.companytop_flex_caption_en strong {
  font-size: 74px;
  margin-left: 30px;
  background: #F5F5F5;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.recruit_footer_title {
  margin-top: 150px;
}
.recruit_entry_tile_flex {
  max-width: 1160px;
  margin: 0 auto 100px;
  display: flex;
}
.recruit_entry_tile {
  width: 50%;
  min-height: 270px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit_entry_tile_inner {
  color: #fff;
}
.recruit_entry_tile_inner h5 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 40px;
}
.recruit_entry_tile.fresh {
  background-image: url("../images/recruit_entry_tile1_bg_pc.jpg")
}
.recruit_entry_tile.career {
  background-image: url("../images/recruit_entry_tile2_bg_pc.jpg")
}
.recruit_entry_tile_inner .link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B6BFC8;
  color: #fff;
  width: 260px;
  height: 54px;
  text-decoration: none;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 15px;
  border-radius: 40px;
  position: relative;
  transition: background 0.3s;
}
@media (hover: hover) {
  .recruit_entry_tile_inner .link_btn a:hover {
    background: #F69602;
    color: #fff;
  }
}
.recruit_entry_tile_inner .link_btn a span {
  display: inline-block;
  position: relative;
}
.recruit_entry_tile_inner .link_btn span::after {
  content: '';
  display: block;
  width: 15px;
  height: 14px;
  background: url(../images/contact_btn_icon.png) no-repeat 0 0;
  background-size: 15px;
  position: absolute;
  top: calc(50% - 7px);
  left: -40px;
}
.footer_group_bnr {
  background: url("../images/footer_group_bnr_pc.jpg") no-repeat center center;
  background-size: cover;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_group_bnr_inner {
  width: 880px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_group_bnr_inner_left .group_logo {
  width: 360px;
  margin-bottom: 10px;
}
.footer_group_bnr_inner_left .group_logo img {
  width: 100%;
  height: auto;
}
.footer_group_bnr_inner_left h4 {
  font-weight: 500;
  font-size: 26px;
}
.contact_section {
  margin-top: 100px;
}
.contact_section + .contact_wrap .contact_lead {
  margin-bottom: 80px;
}
.mgnb05 {
  margin-bottom: 5px !important;
}
.mgnb10 {
  margin-bottom: 10px !important;
}
.mgnb15 {
  margin-bottom: 15px !important;
}
.mgnb20 {
  margin-bottom: 20px !important;
}
.mgnb25 {
  margin-bottom: 25px !important;
}
.mgnb30 {
  margin-bottom: 25px !important;
}
.alignleft {
  text-align: left !important;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
/* ======  */
.slide_cover {
  position: relative;
  display: inline-block;
}
.slide_cover::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ededed;
  transform-origin: left center;
  transform: scaleX(0);
}
.fadeInSlideActive .slide_cover::after {
  animation: slideRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media(max-width: 767px) {
  .fadeInSlideActive .slide_cover::after {
    animation: slideRight 1s ease forwards;
  }
}
.slide_cover_in {
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 0.2s;
}
.fadeInSlideActive .slide_cover_in {
  opacity: 1;
}
@keyframes slideRight {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  51% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.hero_catch_wrap .slide_cover::after {
  background: #fff;
}
.topStart .hero_catch_wrap h1 .slide_cover::after {
  animation: slideRight 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 2s;
}
.topStart .hero_catch_wrap p .slide_cover::after {
  animation: slideRight 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 2.4s;
}
.hero_catch_wrap h1 .slide_cover_in {
  transition-delay: 2.07s;
}
.hero_catch_wrap p .slide_cover_in {
  transition-delay: 2.47s;
}
.topStart .hero_catch_wrap h1 .slide_cover_in, .topStart .hero_catch_wrap p .slide_cover_in {
  opacity: 1;
}
/* ===== motion =====  */
.fadeInObj {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.fadeInRight {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.fadeInUp {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s linear, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.fadeInNml {
  opacity: 0;
  transition: opacity 0.5s linear;
  will-change: opacity;
}
.fadeInActive {
  opacity: 1;
  transform: scale(1);
}
.fadeInNmlActive {
  opacity: 1;
}
.fadeInLeftActive, .fadeInRightActive, .fadeInUpActive {
  opacity: 1;
  transform: translateX(0);
}
@media(max-width: 1200px) {
  .companytop_flex_figure {
    width: 50%;
    margin-right: 40px;
  }
  .companytop_flex.reverse .companytop_flex_figure {
    margin-right: 0;
    margin-left: 40px;
  }
}
@media(max-width: 960px) {
  .business_footer_tile_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .business_footer_tile {
    width: calc(50% - 5px);
    margin: 0 0 10px!important;
  }
  .business_footer_tile_thumb {
    height: 29vw;
    margin-bottom: 10px;
  }
  .business_footer_tile_thumb h4 {
    font-size: 4.5vw;
    margin-bottom: 5px;
  }
  .business_footer_tile_thumb p {
    font-size: 12px;
  }
}
@media(max-width: 768px) {
  main {
    padding-top: 120px;
  }
  .second_hdr {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .second_hdr_title h2 {
    font-size: 40px;
    line-height: 1;
  }
  .second_hdr_title h2.long {
    font-size: 30px;
    line-height: 1.2;
  }
  .second_hdr_title h2.extra {
    line-height: 1.3;
  }
  .second_hdr_title_jp {
    font-size: 15px;
  }
  .second_hdr_bread {
    display: none;
  }
  .second_hdr_bread li {
    font-size: 12px;
  }
  .sectiontop_title, .companytop_title {
    margin-bottom: 80px;
  }
  .title_back {
    font-size: 50px;
    margin-bottom: -10px;
  }
  .sectiontop_title h3, .companytop_title h3, .service_section_title h3 {
    font-size: 20px;
  }
  .companytop_flex_caption_en {
    font-size: 14px;
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .companytop_flex_caption_en strong {
    font-size: 24px;
    margin-left: 10px;
  }
  .companytop_flex_caption_en::after {
    width: 160px;
    height: 160px;
    border: 1px solid #fff;
    top: -70px;
    left: 110px;
  }
  .companytop_flex.reverse .companytop_flex_caption_en::after {
    left: -60px;
  }
  .companytop_flex_caption_en::before {
    width: 50px;
    height: 1px
  }
  .second_hdr_title h2 span.slash::after {
    bottom: inherit;
    top: 7px;
    right: -20px;
    width: 4px;
    height: 28px;
  }
  .detail_link .detail_link_arrow {
    right: 20px;
  }
  .detail_link::before {
    left: 20px;
    width: 70px;
  }
  /*  ==== recruit ===== */
  .recruit_entry_tile_flex {
    display: block;
    margin: 0 20px;
  }
  .recruit_entry_tile {
    width: 100%;
    min-height: 66vw;
  }
  .recruit_entry_tile_inner .link_btn a {
    width: 240px;
    height: 46px;
    font-size: 14px;
  }
  .footer_group_bnr {
    background: url(../images/footer_group_bnr_sp.jpg) no-repeat center center;
    min-height: 62vw;
  }
  .footer_group_bnr_inner {
    width: 100%;
    display: block;
  }
  .footer_group_bnr_inner_left .group_logo {
    width: 70%;
    margin: 0 auto 15px;
  }
  .footer_group_bnr_inner_left h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .detail_link_extra_sp {
    display: flex;
    justify-content: center;
  }
  /*  ==== recruit ===== */
}
@media(max-width: 767px) {
  .detail_link .detail_link_arrow {
    width: 59px;
    height: 59px;
    top: calc(50% - 30px);
  }
  .detail_link_arrow::after {
    top: calc(50% - 4px);
    left: calc(50% - 7px);
    width: 9px;
    height: 9px;
  }
  .detail_link {
    padding: 0 95px 0 100px;
  }
  .business_footer_tile_flex .footer_tile_caption::before, .business_footer_tile_flex .footer_tile_caption::after, .business_footer_tile_flex .line_link::before, .business_footer_tile_flex .line_link::after, .business_footer_tile_flex .footer_tile_caption p {
    display: none;
  }
}
.outsourcing_tile_wrap .swiper-wrapper {
  padding-bottom: 30px;
}
.outsourcing_tile {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.outsourcing_item {
  width: 270px;
  margin: 0 12px 24px;
  background: #fff;
  box-sizing: border-box;
}
@media(max-width: 768px) {
  .outsourcing_item {
    width: 100%;
    margin: 0;
  }
}
.outsourcing_item_hdr {
  display: flex;
  align-items: center;
}
.outsourcing_item_inner {
  padding: 20px 20px 30px;
}
.outsourcing_item_inner p {
  font-size: 13px;
  line-height: 1.8;
}
.outsourcing_item_categoty {
  color: #fff;
  background: #BCCCD5;
  font-size: 12px;
  width: 80px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.outsourcing_item_hdr p {
  font-size: 13px;
}
.outsourcing_item_inner h6 {
  font-size: 14px;
  font-weight: 500;
  color: #384C57;
  margin-bottom: 15px;
}
.outsourcing_item_inner p {
  font-size: 12px;
}
.outsourcing_tile_wrap {
  max-width: 1180px;
  margin: 0 auto 180px;
  padding-top: 100px;
}
@media(min-width: 769px) {
  .outsourcing_tile_slider_SP {
    display: none;
  }
}
@media(max-width: 768px) {
  .outsourcing_tile_slider_PC {
    display: none;
  }
}