.p-tiles-l.p-tiles-l--05 .p-tiles-l__content {
  padding-left: 0%;
}

.fixed-bottom-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 20px 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

html[data-page='recruit'] footer {
  padding-bottom: 120px;
}

.fixed-bottom-overlay{
 padding:2rem;
}
  .l-pagetop.is-fix .l-pagetop__icon {
  position: absolute;
  top:17%;
}


.l-pagetop__icon {
  bottom: calc(9.5rem * (100vw / 1400));
}
.p-swiper [class].swiper-slide.p-feed-post{
 text-align: left;
}




@media screen and (max-width: 768px) {
  html[data-page='recruit'] footer {
    padding-bottom: 90px;
  }
  html[data-page='recruit'] .l-pagetop__icon{
  bottom:11rem;
}
   html[data-page='recruit'] .l-pagetop.is-fix .l-pagetop__icon {
  top:20%;
}

}

@media screen and (min-width: 1024px) {
.p-swiper__button.p-swiper__button-theme{
  color:#008ad5;
}


.p-swiper__button.p-swiper__button-theme:hover{
  color:white;
  border:#008ad5;
}
}
