/* =========================================================
   p_top - ホームページ専用
   ========================================================= */

/* 上部ナビ(LINE / 気になる / 応募履歴) */
.p_top .home_top_nav_w {
  padding: 15px 20px;
}
.p_top .home_top_nav_w .home_top_nav_i {
  width: 33%;
  text-align: center;
  border-left: 1px solid var(--color-border);
}
.p_top .home_top_nav_w .home_top_nav_i:nth-last-of-type(1) {
  border-right: 1px solid var(--color-border);
}
.p_top .home_top_nav_w .home_top_nav_i .icon {
  display: block;
  margin-bottom: 5px;
}
.p_top .home_top_nav_w .home_top_nav_i .icon img {
  height: 22px;
  width: auto;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {}
@media screen and (max-width: 750px) {
  .p_top .home_top_nav_w {
    padding: 15px 3%;
  }
}

/* キャッチコピー */
.p_top .home_ttl {
  padding: 15px;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.6rem;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {}
@media screen and (max-width: 750px) {}

/* メインビジュアルスライダー */
.p_top .home_mv {
  overflow: hidden;
  margin-bottom: 10px;
}
.p_top .home_mv_swiper {
  width: 100%;
  overflow: visible;
}
.p_top .home_mv_swiper .swiper-slide {
  width: 86%;
}
.p_top .home_mv_swiper .swiper-slide a {
  display: block;
}
.p_top .home_mv_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.p_top .home_mv_swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 10px;
  text-align: center;
}
.p_top .home_mv_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-main);
  background: none;
  opacity: 1;
  margin: 0 4px;
}
.p_top .home_mv_swiper .swiper-pagination-bullet-active {
  background: var(--color-main);
}
@media screen and (min-width: 751px) and (max-width: 1024px) {}
@media screen and (max-width: 750px) {}



/* 求人リスト */
.p_top .job_list_w {
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {}
@media screen and (max-width: 750px) {}

/* コラム */
.p_top #column {
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {}
@media screen and (max-width: 750px) {}

/* 匠キャリ.naviとは */
.p_top #about {}
.p_top #about .imgarea {
  margin-bottom: 20px;
}
.p_top #about .txtarea {
  margin-bottom: 25px;
}
.p_top #about .txtarea .txt {
  margin-bottom: 10px;
}
.p_top #about .txtarea .txt:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {}
@media screen and (max-width: 750px) {}
