@charset "UTF-8";
/* =========================================================================
   Projectレイヤー
========================================================================= */
/*$path: "../images_xxx/";
$path02: "../images_xxx02/";*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
body {
  margin: 0;
}

/* recruitment
=================================== */
.recruitment {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "NotoSans JP","Noto Sans Japanese", "メイリオ", sans-serif;
}
@media only screen and (max-width: 575px) {
  .recruitment {
    /*padding-bottom: 100px;*/
  }
}
@media only screen and (max-width: 769px) {
  .recruitment .pc_view {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .recruitment .sp_view {
    display: none;
  }
}
@media only screen and (min-width: 491px) {
  .recruitment .sp_view490 {
    display: none;
  }
}
.recruitment img {
  width: 100%;
  height: auto;
}
.recruitment * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruitment p, .recruitment h2, .recruitment h3, .recruitment h4 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media only screen and (min-width: 575px) {
  .recruitment .reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
.recruitment .pt0 {
  padding-top: 0 !important;
}
.recruitment .center {
  text-align: center;
}
.recruitment .top-hero {
  position: relative;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  .recruitment .top-hero {
    height: 500px;
  }
}
.recruitment .hero-slider {
  height: 100%;
}
.recruitment .hero-slider::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.recruitment .slider-top,
.recruitment .slider-bottom {
  height: 50%;
}
.recruitment .slider-top .slide_1, .recruitment .slider-bottom .slide_1 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_1.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_2, .recruitment .slider-bottom .slide_2 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_2.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_3, .recruitment .slider-bottom .slide_3 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_3.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_4, .recruitment .slider-bottom .slide_4 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_4.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_5, .recruitment .slider-bottom .slide_5 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_5.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_6, .recruitment .slider-bottom .slide_6 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_6.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_7, .recruitment .slider-bottom .slide_7 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_7.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_8, .recruitment .slider-bottom .slide_8 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_8.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_9, .recruitment .slider-bottom .slide_9 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_9.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_10, .recruitment .slider-bottom .slide_10 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_10.png);
  background-position: center center;
  background-size: cover;
}
.recruitment .slider-top .slide_11, .recruitment .slider-bottom .slide_11 {
  background-image: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/TOP_MV_11.png);
  background-position: center center;
  background-size: cover;
}


.recruitment .page-title {
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 0;
  padding: 0.1em 0.8em;
  color: rgba(203, 0, 52, 0.8784313725);
  font-size: 24px;
  font-weight: 800;
}
@media only screen and (max-width: 575px) {
  .recruitment .page-title{
    top: 0px;
  }
}

.recruitment .hero-title {
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
  width: 61.6%;
}
@media only screen and (min-width: 768px) {
  .recruitment .hero-title {
    width: 29.428571em;
  }
}
.recruitment .hero-title2 {
  margin: 0 0 1em;
  padding: 0;
  line-height: 1.4;
  position: absolute;
  left: 0.6em;
  bottom: 0;
  color: #FFF;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.28);
  font-family: "Noto Sans JP", "Noto SansJP","Noto Sans Japanese", "メイリオ", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 76px; /* 135.714% */
  letter-spacing: 5.6px;
}
@media only screen and (max-width: 768px) {
  .recruitment .hero-title2 {
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 55px; /* 144.737% */
    letter-spacing: 3.8px;
  }
  .recruitment .hero-title2 span {
    display: block;
  }
}
.recruitment .hero-title2 small {
  display: block;
  margin: 0;
  padding: 0;
  color: #FFF;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.28);
  font-family: "Noto Sans JP", "Noto SansJP", "Noto Sans Japanese", "メイリオ", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4em;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 768px) {
  .recruitment .hero-title2 small {
    font-size: 18px;
  }
}
.recruitment .slick-initialized .slick-slide, .recruitment .slick-slider .slick-list, .recruitment .slick-slider .slick-track {
  height: 100%;
}
.recruitment .Breadcrumb {
  padding: 10px;
  margin: 0;
}
.recruitment .Breadcrumb ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.recruitment .Breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.5rem;
  font-size: 0.8rem;
}
.recruitment .Breadcrumb ul li + li:before {
  content: ">";
  display: block;
  margin: 0 10px;
  padding-right: 0.5rem;
}
.recruitment .Breadcrumb ul li a {
  text-decoration: none;
  color: #333;
}
.recruitment .entry {
  position: fixed;
  display: block;
  width: 180px;
  height: 180px;
  bottom: 30px;
  right: 76px;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
filter: drop-shadow(0px 4px 7px rgba(153,153,153,0.6));

}
@media only screen and (max-width: 575px) {
  .recruitment .entry {
    width: 78%;
    height: auto;
    bottom: 0px;
    right: auto;
    left: 2%;
    /* -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); */
    border-radius: 10px;
  }
}
.recruitment .entry.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .recruitment .entry.is-hidden {
    -webkit-transform: translate(0%, 100px);
            transform: translate(0%, 100px);
  }
}
.recruitment .lead {
  background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/PC_introduction_bg_full.jpg) no-repeat top center/cover;
  padding: 130px 16px 120px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .recruitment .lead {
    background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/SP_introduction_bg.jpg) no-repeat top center/cover;
    padding: 100px 16px 70px;
  }
}
.recruitment .lead__Inn {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.recruitment .lead__Inn .deco {
  position: absolute;
  display: block;
}
.recruitment .lead__Inn [data-deco=deco01] {
  width: 91px;
  height: 91px;
  top: -200px;
  left: -132px;
}
@media only screen and (max-width: 575px) {
  .recruitment .lead__Inn [data-deco=deco01] {
    width: 60px;
    height: 60px;
    top: -170px;
    left: 40px;
  }
}
.recruitment .lead__Inn [data-deco=deco02] {
  width: 103px;
  height: 103px;
  top: -74px;
  left: -290px;
}
@media only screen and (max-width: 575px) {
  .recruitment .lead__Inn [data-deco=deco02] {
    width: 84px;
    height: 84px;
    top: -104px;
    left: -54px;
  }
}
.recruitment .lead__Inn [data-deco=deco03] {
  width: 160px;
  height: 160px;
  top: 10px;
  left: -210px;
}
@media only screen and (max-width: 575px) {
  .recruitment .lead__Inn [data-deco=deco03] {
    width: 105px;
    height: 105px;
    top: 104px;
    left: 88%;
  }
}
.recruitment .lead h2 {
  margin-bottom: 60px;
  font-family: "Noto Sans JP", "NotoSans JP","Noto Sans Japanese", "メイリオ", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .recruitment .lead h2 {
    margin-bottom: 48px;
    font-size: 32px;
  }
}
.recruitment .lead .animate-target {
  opacity: 0;
  visibility: hidden;
}
.recruitment .lead .animate-target.is-initialized {
  opacity: 1;
  visibility: visible;
}
.recruitment .lead .char-span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: pre;
}
.recruitment .lead .char-span.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.recruitment .lead__txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .recruitment .lead__txt {
    font-size: 17px;
    line-height: 40px;
  }
}
.recruitment .lead__txt + .lead__txt {
  margin-top: 2em;
}
.recruitment .lead02 {
  background: rgba(203, 0, 52, 0.8784313725);
  padding: 80px 16px;
}
.recruitment .lead02__Inn {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruitment .lead02__Inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruitment .lead02__txtBox {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .recruitment .lead02__txtBox {
    width: 100%;
  }
}
.recruitment .lead02__txtBox p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.recruitment .lead02__txtBox p + p {
  margin-top: 2em;
}
.recruitment .lead02 .f16 {
  font-size: 20px;
  line-height: 42px;
}
@media screen and (max-width: 575px) {
  .recruitment .lead02 .f16 {
    font-size: 16px;
    line-height: 32px;
  }
}
.recruitment .lead02__imgBox {
  position: relative;
  display: block;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .recruitment .lead02__imgBox {
    width: 100%;
  }
}
.recruitment .lead02__imgBox img {
  position: absolute;
  width: 150%;
  right: -5rem;
  top: 0;
}
@media screen and (max-width: 1196px) {
  .recruitment .lead02__imgBox img {
    width: 120%;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruitment .lead02__imgBox img {
    width: 100%;
    position: relative;
    right: 0;
    margin-top: 30px;
  }
}
.recruitment [data-img=fadeIn] {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
.recruitment [data-img=fadeIn].is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.recruitment .member {
  position: relative;
  background: #fff;
  padding: 120px 16px;
}
@media only screen and (max-width: 768px) {
  .recruitment .member {
    padding: 90px 16px 120px;
  }
}
.recruitment .member:before {
  content: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/member_deco.png);
  position: absolute;
  top: 56px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .recruitment .member:before {
      top: 10px;
      right: -60px;
      -webkit-transform: scale(.8);
      transform: scale(.8);
  }
}
.ver02 .member:before {
  top: -56px;
  z-index: 1;
}

.recruitment .member__Inn {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.recruitment .member__lead {
  color: #CB0034;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 16px;
}
.recruitment .member__title {
  color: #151515;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 575px) {
  .recruitment .member__title {
    font-size: 28px;
  }
}
.recruitment .member__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .recruitment .member__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruitment .member__col {
  width: calc(33.3333% - 34px);
}
@media only screen and (max-width: 768px) {
  .recruitment .member__col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .recruitment .member__col:nth-child(2) {
    margin-top: 20px;
  }
  .recruitment .member__col:nth-child(3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .recruitment .member__col + .member__col {
    border-top: solid #FFDEDE 1px;
  }
}
.recruitment .member__tip {
  display: inline-block;
  position: relative;
  top: -38px;
  border-radius: 5px;
  background: #CB0034;
  padding: 8px 20px;
  color: #fff;
  font-size: 20px;
}
.recruitment .member__txt {
  margin-top: -1em;
  margin-bottom: 1em;
  color: #CB0034;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}
.recruitment .member__name {
  position: relative;
  color: #151515;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.recruitment .member__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 78px;
}
@media only screen and (max-width: 880px) {
  .recruitment .member__arrow {
    position: relative;
    display: block;
    top: 1em;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.recruitment .member .arrowBtn {
  text-align: center;
  width: 78px;
  height: 40px;
  background: #FFF;
  border: 2px solid #CB0034;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}
.recruitment .member .arrowBtn:hover .arrow {
  -webkit-transform: translateY(-50%) translateX(6px);
          transform: translateY(-50%) translateX(6px);
}
.recruitment .member .arrow {
  position: absolute;
  top: 37%;
  right: 24px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 5.3px 0;
  border-radius: 9999px;
  background-color: #CB0034;
}
.recruitment .member .arrow::before,
.recruitment .member .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #CB0034;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.recruitment .member .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recruitment .member .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.recruitment .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 16px 0;
}
.recruitment .modal-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.recruitment .modal-content {
  background: #fff;
  padding: 30px;
  width: 80%;
  max-width: 1000px;
  position: relative;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  height: 84vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 575px) {
  .recruitment .modal-content {
    width: 90%;
    height: 90vh;
  }
}
.recruitment .modal-close {
  position: relative;
  cursor: pointer;
  width: 160px;
  margin: 3em auto;
  border: none;
  background: none;
  text-align: center;
}
.recruitment .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 575px) {
  .recruitment .prof {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    gap: 30px;
  }
}
.recruitment .prof__img {
  max-width: 400px;
  width: 40%;
}
@media only screen and (max-width: 575px) {
  .recruitment .prof__img {
    max-width: 100%;
    width: 100%;
  }
}
.recruitment .prof__txtArea {
  width: calc(60% - 50px);
}
@media only screen and (max-width: 575px) {
  .recruitment .prof__txtArea {
    max-width: 100%;
    width: 100%;
  }
}
.recruitment .prof h3, .recruitment .prof h4 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.recruitment .prof__chachWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruitment .prof__chach {
  color: rgba(203, 0, 52, 0.8784313725);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 2rem;
}

.recruitment .prof__tip {
  border-radius: 3.75px;
  background: #CB0034;
  padding: 4px 10px;
  color: #fff;
  font-size: 20px;
}
.recruitment .prof__rec {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.recruitment .prof__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.recruitment .prof__ttl {
  position: relative;
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: solid #9e9e9e 2px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.recruitment .prof__ttl:after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid rgba(203, 0, 52, 0.8784313725) 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.recruitment .prof__txt {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
}
.recruitment .prof__txt + .prof__txt {
  margin-top: 1em;
}
.recruitment .prof__txtBoxL {
  margin-bottom: 50px;
}
.recruitment .prof__scheduleImg {
  width: 48%;
}
@media only screen and (max-width: 575px) {
  .recruitment .prof__chach {
    font-size: 24px;
    line-height: 1.4em;
  }
  .recruitment .prof__nameBox .prof__rec,
  .recruitment .prof__nameBox .prof__name {
    font-size: 16px;
    line-height: 1.4em;
  }
  .recruitment .prof__tip {
    font-size: 15px;
  }

  .recruitment .prof__scheduleImg {
    width: 100%;
  }
}
.recruitment .prof__scheduleTxt {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .recruitment .prof__scheduleTxt {
    width: 100%;
  }
}
.prof__scheduleTxt p:nth-child(1) {
  margin-bottom: 2rem;
}
.recruitment .prof__scheduleTip {
  display: inline-block;
  background: #CB0034;
  padding: 8px 1em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.recruitment .prof__schedule {
  list-style: none;
  padding: 0;
  position: relative;
}
.recruitment .prof__schedule li {
  position: relative;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
}
.recruitment .prof__schedule li:before {
  content: "";
  position: absolute;
  left: 0.95em;
  top: 0.5em;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #8F8F8F;
}
.recruitment .prof__schedule li:nth-last-child(1) {
  height: 0;
  padding-bottom: 0;
}
.recruitment .prof__schedule li:after {
  content: "●";
  color: #CB0034;
  position: absolute;
  top: 0;
  left: 0.5em;
}
.recruitment .prof__schedule li .time {
  width: 60px;
  padding-left: 1em;
  padding-right: 1em;
  color: #CB0034;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.recruitment .prof__schedule li .detail {
  width: calc(100% - 130px);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
}
.recruitment .know {
  background: #CB0034;
  padding: 120px 16px;
  color: #fff;
}
@media only screen and (max-width: 1032px) {
  .recruitment .know {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .recruitment .know {
    padding: 60px 0 60px 16px;
  }
}
.recruitment .know__Inn {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  scrollbar-color: #6b001b;
}
.recruitment .know__Inn::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.recruitment .know__Inn::-webkit-scrollbar-track {
  background-color: #CB0034;
  border-radius: 5px;
}
.recruitment .know__Inn::-webkit-scrollbar-thumb {
  background-color: #6b001b;
  border-radius: 8px;
}
.recruitment .know__Inn::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.recruitment .know__lead {
  margin-bottom: 16px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.recruitment .know__ttl {
  margin-bottom: 60px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media only screen and (max-width: 575px) {
  .recruitment .know__ttl {
    margin-bottom: 28px;
    font-size: 32px;
  }
}
.recruitment .know__txt {
  margin-bottom: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.recruitment .know__img {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1032px) {
  .recruitment .know__img {
    /*width: 1000px;*/
    display: block;
    /*margin-right: -16px;*/
    padding-right: 16px;
    overflow-x: scroll;
  }
}
.recruitment .know__img img {
    display: block;
    width: 1000px;
    max-width: none;  /* ← 追加 */
    white-space: nowrap;
    height: auto;
}
.recruitment .support {
  background: #F4F2EE;
  padding: 160px 16px 120px;
  /* more */
}
@media only screen and (max-width: 575px) {
  .recruitment .support {
    padding: 80px 16px 60px;
  }
}
.recruitment .support__titleWrap {
  position: absolute;
  left: 0;
  top: -220px;
}
@media only screen and (max-width: 575px) {
  .recruitment .support__titleWrap {
    top: -132px;
  }
}
.recruitment .support__lead {
  color: #CB0034;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 16px;
}
.recruitment .support__title {
  color: #151515;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 575px) {
  .recruitment .support__title {
    font-size: 28px;
  }
}
.recruitment .support__Inn {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.recruitment .support__ttl {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
  color: #151515;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 575px) {
  .recruitment .support__ttl {
    font-size: 20px;
  }
}
.recruitment .support__ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CB0034;
}
@media only screen and (max-width: 575px) {
  .recruitment .support__ttl:before {
    width: 8px;
    height: 8px;
  }
}
.recruitment .support__cardWrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .recruitment .support__cardWrap01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .recruitment .support__cardWrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.recruitment .support__card01 {
  width: 33.3333333333%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  color: #151515;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .recruitment .support__card01 {
    width: calc(50% - 11px);
    max-width: 50%;
    padding: 32px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .recruitment .support__card01 {
    width: auto;
    max-width: 100%;
    padding: 24px;
  }
}
.recruitment .support__cardWrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  /*margin-bottom: 80px;*/
}
@media only screen and (max-width: 575px) {
  .recruitment .support__cardWrap02 {
    /*flex-direction: column;*/
    /*gap: 16px;*/
  }
}
.recruitment .support__card02 {
  width: calc(33.3333333333% - 7px);
  background: #fff;
  border-radius: 5px;
  padding: 28px 24px;
  color: #151515;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*align-content: center;*/
}
@media only screen and (max-width: 768px) {
  .recruitment .support__card02 {
    width: calc(50% - 5px);
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .recruitment .support__card02 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) {
  .recruitment .support [data-padding=S] {
    padding: 10px 24px;
  }
}
@media only screen and (max-width: 575px) {
  .recruitment .support .readMoreContainer {
    position: relative;
    height: auto;
    max-height: 300px;
    overflow: hidden;
    -webkit-transition: max-height 0.6s;
    transition: max-height 0.6s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recruitment .support .readMoreContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(244, 242, 238, 0.8)));
    background: linear-gradient(to bottom, transparent 40%, rgba(244, 242, 238, 0.8) 100%);
    pointer-events: none;
  }
  .recruitment .support .readMoreContainer.show {
    overflow: visible;
  }
  .recruitment .support .readMoreContainer.show:after {
    z-index: -1;
    opacity: 0;
  }
  .recruitment .support .readMoreBtn {
    position: relative;
    display: block;
    background-color: #CB0034;
    border: 2px solid #CB0034;
    border-radius: 30px;
    max-width: 200px;
    margin: 20px auto 0;
    padding: 8px 40px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
    z-index: 3;
  }
  .recruitment .support .plus {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .recruitment .support .plus:after {
    content: "+";
    font-size: 160%;
    font-weight: lighter;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
  }
  .recruitment .support .minus {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .recruitment .support .minus:after {
    content: "-";
    font-size: 160%;
    font-weight: lighter;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
  }
}
@media only screen and (min-width: 576px) {
  .recruitment .support .readMoreBtn {
    display: none;
  }
}
.recruitment .support__subttl {
  margin-bottom: 20px;
  color: #CB0034;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
@media only screen and (max-width: 575px) {
  .recruitment .support__subttl {
    font-size: 18px;
  }
}
.recruitment .about {
  background: #fff;
  padding: 80px 16px;
}
@media only screen and (max-width: 575px) {
  .recruitment .about {
    padding: 60px 16px 30px;
  }
}
.recruitment .about__Inn {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.recruitment .about__mv {
  background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/company_bg.png) no-repeat top center/cover;
  padding: 50px 40px;
  border-radius: 20px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .recruitment .about__mv {
    background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/new/SP_company_bg.png) no-repeat top center/cover;
    padding: 42px 22px;
  }
}
.recruitment .about__lead {
  margin-bottom: 16px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.recruitment .about__ttl {
  margin-bottom: 54px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media only screen and (max-width: 575px) {
  .recruitment .about__ttl {
    margin-bottom: 38px;
    font-size: 32px;
  }
}
.recruitment .about__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .recruitment .about__txtBox {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.recruitment .about__txt {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media only screen and (max-width: 575px) {
  .recruitment .about__txt {
    font-size: 17px;
    padding-bottom: 32px;
  }
}
.recruitment .about__btn {
  width: 232px;
}
.recruitment .about__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #CB0034;
  border-radius: 30px;
  padding: 9px 12px 9px 26px;
  color: #CB0034;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: background-color 0.35s ease, color 0.35s ease;
  transition: background-color 0.35s ease, color 0.35s ease;
}
.recruitment .about__btn a, .recruitment .about__btn a:hover, .recruitment .about__btn a:visited {
  text-decoration: none;
}
.recruitment .about__btn a:hover .btnCircle {
  background: #CB0034;
}
.recruitment .about__btn a:hover .arrow {
  background-color: #fff;
}
.recruitment .about__btn a:hover .arrow:before, .recruitment .about__btn a:hover .arrow:after {
  background-color: #fff;
}
.recruitment .about__btn .btnCircle {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid #CB0034 2px;
  -webkit-transition: background-color 0.35s ease, border-color 0.35s ease;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.recruitment .about__btn .btnCircle .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 7.1px 0;
  border-radius: 9999px;
  background-color: #cb0034;
  top: 6px;
  left: 4px;
  -webkit-transition: background-color 0.35s ease, border-color 0.35s ease;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.recruitment .about__btn .btnCircle .arrow::before,
.recruitment .about__btn .btnCircle .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #cb0034;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transition: background-color 0.35s ease, border-color 0.35s ease;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.recruitment .about__btn .btnCircle .arrow::before:hover,
.recruitment .about__btn .btnCircle .arrow::after:hover {
  background-color: #fff;
}
.recruitment .about__btn .btnCircle .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recruitment .about__btn .btnCircle .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.recruitment .about .flow {
  padding: 120px 16px 100px;
  text-align: center;
  color: #151515;
}
.recruitment .about .flow__lead {
  margin-bottom: 16px;
  color: #CB0034;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.recruitment .about .flow__ttl {
  margin-bottom: 80px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media only screen and (max-width: 575px) {
  .recruitment .about .flow {
    padding: 120px 16px 20px;
  }
  .recruitment .about .flow__ttl {
    margin-bottom: 36px;
    font-size: 32px;
  }
}
.recruitment .about .flow__cardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 46px;
}
.recruitment .about .flow__cardWrap.w4 {
  /*width: calc(100% - 120px);*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 686px) {
  .recruitment .about .flow__cardWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
}
.recruitment .about .flow__card {
  position: relative;
}
@media only screen and (max-width: 686px) {
  .recruitment .about .flow__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    gap: 16px;
    padding: 0 24px;
  }
}
.recruitment .about .flow__card + .flow__card {
  position: relative;
}
.recruitment .about .flow__card + .flow__card:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 25%;
  /*bottom: 0;*/
  left: -24%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 8px solid transparent;
  border-left: 12px solid #CB0034;
  z-index: 2;
}
@media only screen and (max-width: 686px) {
  .recruitment .about .flow__card + .flow__card:after {
    top: -26px;
    left: 60px;
    border: 8px solid transparent;
    border-top: 12px solid #CB0034;
  }
}
.recruitment .about .flow__ico {
  width: 120px;
}
@media only screen and (max-width: 840px) {
  .recruitment .about .flow__ico {
    width: 90px;
  }
}
.recruitment .about .flow__txt {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
@media only screen and (max-width: 840px) {
  .recruitment .about .flow__txt {
    font-size: 18px;
  }
}
.recruitment .about .flow__txt span {
  color: #CB0034;
}
.ver02 .imp {
  background: #fff !important;
}

.ver02 .imp__ttl {
  margin-bottom: 68px;
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media only screen and (max-width: 575px) {
  .ver02 .imp__ttl {
  }
}

.recruitment .imp {
  background: #F4F2EE;
  padding: 110px 16px;
  /* more 02 */
}
@media only screen and (max-width: 575px) {
  .recruitment .imp {
    padding: 80px 16px;
  }
}
.recruitment .imp__ttl {
  margin-bottom: 76px;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
}
@media only screen and (max-width: 575px) {
  .recruitment .imp__ttl {
    margin-bottom: 54px;
    font-size: 32px;
  }
}
.recruitment .imp__Inn {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.recruitment .imp table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 100px;
}
.recruitment .imp table p {
  line-height: 30px;
}
@media only screen and (max-width: 575px) {
  .recruitment .imp table {
    font-size: 14px;
    line-height: 20px;
  }

  .recruitment .imp table p {
    line-height: 30px;
  }
}
.ver02 table {
  border: solid #FFDEDE 1px !important;
}

.recruitment .imp tr {
  border-bottom: solid #FFDEDE 1px;
}
.recruitment .imp tr:last-child {
  border-bottom: none;
}
.recruitment .imp th {
  background: #CB0034;
  padding: 16px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: top;
  border: none;
  width: 25%;
}
.recruitment .imp td {
  background: #fff;
  padding: 16px;
  border: none;
}
.recruitment .imp p + p {
  margin-top: 1em;
}
.recruitment .imp span {
  display: inline-block;
}
.recruitment .imp .readMoreContainer {
  position: relative;
  height: auto;
  max-height: 500px;
  overflow: hidden;
  -webkit-transition: max-height 0.6s;
  transition: max-height 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruitment .imp .readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgb(244, 242, 238)));
  background: linear-gradient(to bottom, transparent 40%, rgb(244, 242, 238) 100%);
  pointer-events: none;
}
.ver02.recruitment .imp .readMoreContainer::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, transparent 40%, rgb(255, 255, 255) 100%);
}

.recruitment .imp .readMoreContainer.show {
  overflow: visible;
}
.recruitment .imp .readMoreContainer.show:after {
  z-index: -1;
  opacity: 0;
}
.recruitment .imp .readMoreBtn {
  position: relative;
  display: block;
  background-color: #fff;
  border: 2px solid #CB0034;
  border-radius: 30px;
  max-width: 200px;
  top: -80px;
  margin: 20px auto 0;
  padding: 12px 40px;
  text-align: center;
  color: #CB0034;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
  z-index: 3;
}
.recruitment .imp .plus {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.recruitment .imp .plus:after {
  content: "+";
  font-size: 160%;
  font-weight: lighter;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.recruitment .imp .minus {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.recruitment .imp .minus:after {
  content: "-";
  font-size: 160%;
  font-weight: lighter;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.recruitment .faq {
  background: #CB0034;
  padding: 120px 16px;
}
@media only screen and (max-width: 575px) {
  .recruitment .faq {
    padding: 30px 16px 60px;
  }
}
.recruitment .faq__lead {
  padding-bottom: 16px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.recruitment .faq__ttl {
  padding-bottom: 70px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media only screen and (max-width: 575px) {
  .recruitment .faq__ttl {
    padding-bottom: 58px;
    font-size: 32px;
  }
}
.recruitment .faq__Inn {
  max-width: 1000px;
  margin: 0 auto;
}
.recruitment .faq dl + dl {
  margin-top: 30px;
}
.recruitment .faq .accordion-header {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 45px 20px 74px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  font-size: 17px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .recruitment .faq .accordion-header {
    padding: 20px 45px 20px 62px;
    font-size: 16px;
  }
}
.recruitment .faq .accordion-header::before,
.recruitment .faq .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #CB0034;
}
.recruitment .faq .accordion-header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.recruitment .faq .accordion-header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.recruitment .faq .accordion-header span::before {
  display: block;
  position: absolute;
  content: "Q";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  width: 38px;
  height: 38px;
  background: #CB0034;
  border-radius: 50%;
  padding: 5px 2px 0 2px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: Inter, "メイリオ", sans-serif;
}
.recruitment .faq p {
  position: relative;
  padding: 20px 45px 20px 45px;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  overflow-wrap: break-word;
}
.recruitment .faq .accordion-content p {
  padding: 20px 45px 20px 74px;
}
.recruitment .faq .accordion-content p::before {
  display: block;
  position: absolute;
  content: "A";
  /*top: 50%;
  transform: translateY(-50%);*/
  top: 0.8em;
  left: 10px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  padding: 5px 2px 0 2px;
  text-align: center;
  color: #CB0034;
  font-size: 24px;
}
.recruitment .faq .accordion-content {
  display: none;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  padding: 8px 0;
}
.recruitment .entryWrap {
  padding: 50px 0 0;
  font-family: "Noto Sans JP", "NotoSans JP","Noto Sans Japanese", "メイリオ", sans-serif;
}
@media only screen and (max-width: 575px) {
  .recruitment .entryWrap {
    padding: 30px 0 0;
  }
}
.recruitment .entryWrap__ttl {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #F4F2EE), to(#F4F2EE));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F4F2EE 50%, #F4F2EE 100%);

  padding: 90px 0;
  color: #CB0034;
  text-align: center;
  font-family: Inter;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 8px;
}
.recruitment .entryWrap__ttl.mid {
  background: #F4F2EE;
  padding: 100px 0 0;
  margin-top: -50px;
}
@media only screen and (max-width: 575px) {
  .recruitment .entryWrap__ttl {
    padding: 50px 0;
    font-size: 52px;
  }
}
.tipWrap {
  text-align: center;
  background: #F4F2EE;
}
.tipWrap__txt {
  margin-bottom: 32px !important;
  color: #151515;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
.tipWrap__tips {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 575px) {
  .tipWrap__tips {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tipWrap__tips .tip {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 6px 12px;
  margin: 0 6px 12px;
  color: #CB0034;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}
.tipWrap__note {
  padding-bottom: 60px !important;
  color: #151515;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}
.recruitment .entryWrap__Inn {
  background: #F4F2EE url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/entry_wrap_bg.png?20260714) repeat-x;
  background: #F4F2EE url(../images_xxx/entry_wrap_bg.png?20260714) repeat-x;
  background-position-x: 0;
  background-position-y: calc(100% + 3rem);
  position: relative;
  padding: 0 16px 128px;
  -webkit-animation: bgroop 20s linear infinite;
          animation: bgroop 20s linear infinite;
}
@media only screen and (max-width: 575px) {
  .recruitment .entryWrap__Inn {
    background-size: auto 80px;
    background-position-y: calc(100% + 1.5rem);
    padding: 0 16px 60px;
  }
}
@-webkit-keyframes bgroop {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1036px;
  }
}
@keyframes bgroop {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1036px;
  }
}
.recruitment .entryWrap__row {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 650px) {
  .recruitment .entryWrap__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.recruitment .entryWrap__card01, .recruitment .entryWrap__card02 {
  display: block;
  width: 48%;
  border: 2px solid #CB0034;
  border-radius: 20px;
  padding: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
@media only screen and (max-width: 880px) {
  .recruitment .entryWrap__card01, .recruitment .entryWrap__card02 {
    padding: 44px 16px;
  }
}
@media only screen and (max-width: 650px) {
  .recruitment .entryWrap__card01, .recruitment .entryWrap__card02 {
    width: 100%;
    border-radius: 14px;
  }
}
.recruitment .entryWrap__card01 {
  background: #CB0034;
  color: #fff;
}
.recruitment .entryWrap__card01 .circle {
  border: solid #fff 2px;
}
.recruitment .entryWrap__card01 .circle:before, .recruitment .entryWrap__card01 .circle:after {
  background-color: #fff;
}
.recruitment .entryWrap__card01:hover .circle {
  background: #fff;
}
.recruitment .entryWrap__card01:hover .circle:before, .recruitment .entryWrap__card01:hover .circle:after {
  background: #CB0034;
}
.recruitment .entryWrap__card02 {
  background: #fff;
  color: #CB0034;
}
.recruitment .entryWrap__card02 .circle {
  border: solid #CB0034 2px;
}
.recruitment .entryWrap__card02 .circle:before, .recruitment .entryWrap__card02 .circle:after {
  background-color: #CB0034;
}
.recruitment .entryWrap__card02:hover .circle {
  background: #CB0034;
}
.recruitment .entryWrap__card02:hover .circle:before, .recruitment .entryWrap__card02:hover .circle:after {
  background: #fff;
}
.recruitment .entryWrap .mid_tip__lead {
  margin-bottom: 32px;
  color: #151515;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
@media only screen and (max-width: 575px) {
  .recruitment .entryWrap .mid_tip__lead {
    margin-bottom: 20px;
  }
}
.recruitment .entryWrap .mid_tip__baloom {
  display: inline-block;
  padding: 4px 8px;
  margin: 4px;
  background: #fff;
  border-radius: 4px;
  color: #CB0034;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}
.recruitment .entryWrap .mid_tip__note {
  margin: 20px auto 60px;
  color: #151515;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}
@media only screen and (max-width: 575px) {
  .recruitment .entryWrap .mid_tip__note {
    margin: 16px auto 40px;
  }
}
.recruitment .entryWrap .circle {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: background-color 0.35s ease, border-color 0.35s ease;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
@media only screen and (max-width: 940px) {
  .recruitment .entryWrap .circle {
    width: 62px;
    height: 62px;
  }
}
.recruitment .entryWrap .circle:before, .recruitment .entryWrap .circle:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 37%;
  width: 24px;
  height: 2px;
  border-radius: 9999px;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transition: background-color 0.35s ease, border-color 0.35s ease;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
@media only screen and (max-width: 940px) {
  .recruitment .entryWrap .circle:before, .recruitment .entryWrap .circle:after {
    width: 18px;
  }
}
.recruitment .entryWrap .circle:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recruitment .entryWrap .circle:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.recruitment .entryWrap__lead {
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 880px) {
  .recruitment .entryWrap__lead {
    font-size: 12px;
  }
}
.recruitment .entryWrap__subttl {
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 4.8px;
}
@media only screen and (max-width: 880px) {
  .recruitment .entryWrap__subttl {
    font-size: 36px;
  }
}
.recruitment .kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.recruitment .kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.recruitment .kiran:hover::before {
  -webkit-animation: kiran 0.5s linear;
          animation: kiran 0.5s linear;
}
@-webkit-keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.recruitment .top-hero02 {
  position: relative;
  height: 700px;
}
@media only screen and (min-width: 768px) {
  .recruitment .top-hero02 {
    height: 500px;
  }
}
.recruitment .hero02-slider {
  height: 100%;
}
.recruitment .hero02-slider::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.recruitment .slider02-top {
  width: 100%;
  height: 100%;
}
.recruitment .slider02-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
}
.recruitment .slider02-img.slide_1 {
  background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/mid/PC_MV_01.png) no-repeat center/cover;
}
@media only screen and (max-width: 575px) {
  .recruitment .slider02-img.slide_1 {
    background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/mid/SP_MV_01.jpg) no-repeat center/cover;
    /* backgrou
    nd-position: 70% center; */
    .recruitment .slider02-img.slide_2 {
      background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/mid/SP_MV_02.jpg) no-repeat center/cover;
      /* background-position: 70% center; */
    }
    .recruitment .slider02-img.slide_3 {
      background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/mid/SP_MV_03.jpg) no-repeat center/cover;
      /* background-position: 70% center; */
    }
  }
}
.recruitment .slider02-img.slide_2 {
  background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/mid/PC_MV_02.png) no-repeat center/cover;
}
.recruitment .slider02-img.slide_3 {
  background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/mid/PC_MV_03.png) no-repeat center/cover;
}
.recruitment .slick-current.slider02-img {
  -webkit-animation: zoomOut 3s ease forwards;
          animation: zoomOut 3s ease forwards;
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .recruitment .page-title02 {
    left: 2rem;
  }
}
.recruitment .entry02 {
  position: fixed;
  display: block;
  width: 312px;
  bottom: 45px;
  right: 80px;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .recruitment .entry02 {
    width: 77%;
    height: auto;
    bottom: 12px;
    right: auto;
    left: 2%;
    /* -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); */
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border-radius: 3rem;
  }
}
.recruitment .entry02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem 1rem 3rem;
}
.recruitment .entry02__btn {
  display: block;
  width: 100%;
  background: #fff;
  border: solid rgba(203, 0, 52, 0.8784313725) 2px;
  border-radius: 4rem;
  padding: 10px 1.4rem;
  color: rgba(203, 0, 52, 0.8784313725);
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .recruitment .entry02__btn {
    font-size: 18px;
  }
}
.recruitment .entry02__btn:hover .entry02__arrow {
  background: rgba(203, 0, 52, 0.8784313725);
}
.recruitment .entry02__btn:hover .entry02__arrow:after {
  border-top: solid #fff 2px;
  border-right: solid #fff 2px;
}
.recruitment .entry02__arrow {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border: solid rgba(203, 0, 52, 0.8784313725) 2px;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .recruitment .entry02__arrow {
    width: 35px;
    height: 35px;
  }
}
.recruitment .entry02__arrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid rgba(203, 0, 52, 0.8784313725) 2px;
  border-right: solid rgba(203, 0, 52, 0.8784313725) 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: 8px;
}
@media only screen and (max-width: 575px) {
  .recruitment .entry02__arrow:after {
    top: 9px;
    left: 6px;
  }
}
.recruitment .entry02.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media only screen and (max-width: 575px) {
  .recruitment .entry02.is-hidden {
    -webkit-transform: translate(0%, 100px);
            transform: translate(0%, 100px);
  }
}
.recruitment .loop {
  padding: 80px 0 128px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .recruitment .loop {
    padding: 60px 0 104px;
  }
}
.recruitment .loop .loop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loop 20s linear infinite;
          animation: loop 20s linear infinite;
}
.recruitment .loop .loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.recruitment .loop img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 250px;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .recruitment .loop img {
    height: 178px;
  }
}
.recruitment .loop img:nth-child(2n) {
  margin: 26px 20px 0;
}
@media only screen and (max-width: 575px) {
  .recruitment .loop img:nth-child(2n) {
    margin: 18px 18px 0;
  }
}
@-webkit-keyframes loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.recruitment .feel {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 94px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .recruitment .feel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.recruitment .feel__left {
  width: 42%;
  max-width: 410px;
}
@media only screen and (max-width: 768px) {
  .recruitment .feel__left {
    width: 100%;
    max-width: 280px;
    margin-right: auto;
  }
}
.recruitment .feel__tip {
  color: #CB0034;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
@media only screen and (max-width: 575px) {
  .recruitment .feel__tip {
    font-size: 15px;
  }
}
.recruitment .feel__ttl {
  margin-bottom: 18px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
}
@media only screen and (max-width: 575px) {
  .recruitment .feel__ttl {
    font-size: 28px;
  }
}
.recruitment .feel__menu {
  position: relative;
  display: block;
  border-bottom: solid rgba(203, 0, 52, 0.8784313725) 1px;
  padding: 28px 0;
  color: #CB0034;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .recruitment .feel__menu {
    font-size: 17px;
    padding: 20px 0;
  }
}
.recruitment .feel__menu:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/feel_arrow.svg) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 575px) {
  .recruitment .feel__menu:after {
    width: 34px;
    height: 34px;
  }
}
.recruitment .feel__menu:hover:after {
  background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/feel_arrow_hover.svg) no-repeat top center/cover;
}
.recruitment .feel__right {
  width: calc(58% - 94px);
  max-width: 508px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .recruitment .feel__right {
    width: 100%;
    max-width: 100%;
  }
}
.recruitment .title02 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
  color: #151515;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 575px) {
  .recruitment .title02 {
    font-size: 20px;
  }
}
.recruitment .title02:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CB0034;
}
@media only screen and (max-width: 575px) {
  .recruitment .title02:before {
    width: 8px;
    height: 8px;
  }
}
.recruitment .career {
  padding: 140px 0;
  position: relative;
  /*max-width: 1000px;*/
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .recruitment .career {
    padding: 0 0 120px;
  }
}
.recruitment .career .title02 {
  margin: 0 auto 40px;
  padding: 0 16px 0 32px;
  max-width: 1000px;
  position: relative;
}
.recruitment .caseWrap_out {
  background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/mid/PC_career_bg_full.jpg) no-repeat top center/cover;
  padding: 60px 16px;
}
@media only screen and (max-width: 575px) {
  .recruitment .caseWrap_out {
    background: url(https://www.spark-net.co.jp/cont/wp-content/themes/spark_theme/img/recruit/mid/SP_career_bg_full.jpg) no-repeat top center/cover;
    padding: 40px 16px;
  }
}
.recruitment .caseWrap_out__ttl {
  margin-bottom: 40px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.recruitment .caseWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1049px) {
  .recruitment .caseWrap {
    gap: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .recruitment .caseWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruitment .caseNum {
  position: relative;
  top: -7.5rem;
  left: -2.25rem;
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  opacity: 0.7;
}
@media only screen and (max-width: 575px) {
  .recruitment .caseNum {
    top: -5rem;
  }
}
.recruitment .case {
  background: #fff;
  width: 320px;
  max-width: 33.33%;
  padding: 40px 5px 40px 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 1049px) {
  .recruitment .case {
    width: 47%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .recruitment .case {
    width: 100%;
    /* padding-bottom: 40px; */

    /* width: 320px; */
    /* max-width: 100%; */
    padding: 10px 40px 70px;
    margin-top: 70px;
  }
}
.recruitment .case_subttl {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.156px;
}
.recruitment .case_subttl small {
  display: block;
  margin-bottom: 0;
  font-size: 18px;
  color: rgba(203, 0, 52, 0.8784313725);
}
.recruitment .case_detail {
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
}
.recruitment .case_detail li {
  position: relative;
  padding-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 28px;
  color: #151515;
}
.recruitment .case_detail li:before {
  content: "";
  position: absolute;
  left: 0.95em;
  top: 0.5em;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #F4CACA;
}
.recruitment .case_detail li:nth-last-child(1) {
  height: 0;
  padding-bottom: 0;
}
.recruitment .case_detail li:after {
  content: "●";
  color: #F4CACA;
  position: absolute;
  top: 0;
  left: 0.5em;
}
.recruitment .case_detail li .time {
  width: 60px;
  color: #676767;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  white-space: nowrap;
}
.recruitment .case_detail li .detail {
  width: calc(100% - 90px);
  color: #676767;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.recruitment .last {
  height: auto !important;
}
.recruitment .last:before {
  content: "";
  display: none;
}



/* 上書き */
.subpage__breadcrumbs{
  padding: 15px 0 20px;
}
