@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
.l-index-jobs-detail {
  padding: 70px 20px;
  background-image: url(../img/jobs_bg_img01.png);
  background-size: contain;
  background-position: bottom -100px right;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-detail {
    padding: 100px 40px;
    background-position: bottom -250px right;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-jobs-detail {
    padding: 130px 40px;
    background-position: bottom -550px right;
  }
}
.l-index-jobs-detail-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-index-jobs-detail-inner .m-recruit-section-ttl {
  margin-bottom: 50px;
}

.l-index-jobs-detail-items {
  margin-bottom: 80px;
}

.l-index-jobs-detail-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 30px 0;
  border-bottom: 1px solid #a2a2a2;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-detail-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding: 50px 20px;
  }
}
.l-index-jobs-detail-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-detail-item-txt-box {
    width: 50%;
  }
}
.l-index-jobs-detail-item-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-detail-item-ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.l-index-jobs-detail-item-ttl span {
  font-size: 1rem;
  color: #f4552a;
  vertical-align: 3px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-detail-item-ttl span {
    font-size: 1.2rem;
  }
}
.l-index-jobs-detail-item-desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-detail-item-desc {
    font-size: 1.6rem;
  }
}
.l-index-jobs-detail-item-img-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-detail-item-img-box {
    width: 50%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-jobs-detail-item-img-box {
    padding-left: 8%;
  }
}
.l-index-jobs-schedule-pc {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(214, 94, 53, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(214, 94, 53, 0.15);
}

.l-index-jobs-schedule-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  color: #f4552a;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-schedule-ttl {
    font-size: 2.8rem;
  }
}
.l-index-jobs-schedule-items-pc {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-schedule-items-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-index-jobs-schedule-items-pc::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #a2a2a2;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-schedule-items-pc::after {
    width: 100%;
    height: 3px;
    top: 50px;
    left: 0;
  }
}
.l-index-jobs-schedule-items-pc li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-schedule-items-pc li {
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.l-index-jobs-schedule-items-pc li::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background-color: #f4552a;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  top: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-schedule-items-pc li::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 43px;
  }
}
.l-index-jobs-schedule-items-pc li .schedule-time {
  width: 80px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-schedule-items-pc li .schedule-time {
    margin-bottom: 25px;
    width: auto;
    font-size: 2rem;
  }
}
.l-index-jobs-schedule-items-pc li .schedule-name {
  width: calc(100% - 80px);
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-schedule-items-pc li .schedule-name {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: auto;
    font-size: 1.8rem;
  }
}
.l-index-jobs-schedule-items-pc li .schedule-name span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  line-height: 1.2;
}
.l-index-jobs-style {
  padding: 70px 0;
  background-color: #fcf9f3;
  background-image: url(../img/jobs_bg_img02.png);
  background-size: 40%;
  background-position: top left;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-style {
    padding: 100px 0;
    background-size: 30%;
  }
}
.l-index-jobs-style .m-recruit-section-ttl {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-style .m-recruit-section-ttl {
    margin-bottom: 100px;
  }
}
.l-index-jobs-style-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-style-item {
    gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-jobs-style-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-index-jobs-style-item:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 50px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-style-item:nth-of-type(2) {
    gap: 40px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-jobs-style-item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}
.l-index-jobs-style-item-txt-box {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-style-item-txt-box {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-jobs-style-item-txt-box {
    width: 50%;
    padding: 0 3% 0 6%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-jobs-style-item-txt-box {
    padding: 0 3% 0 13%;
  }
}

.l-index-jobs-style-item:nth-of-type(2) .l-index-jobs-style-item-txt-box {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-style-item:nth-of-type(2) .l-index-jobs-style-item-txt-box {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-jobs-style-item:nth-of-type(2) .l-index-jobs-style-item-txt-box {
    width: 50%;
    padding: 0 6% 0 3%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-jobs-style-item:nth-of-type(2) .l-index-jobs-style-item-txt-box {
    padding: 0 13% 0 3%;
  }
}

.l-index-jobs-style-item-img-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-jobs-style-item-img-box {
    width: 50%;
    padding-left: 3%;
  }
}
.l-index-jobs-style-item:nth-of-type(2) .l-index-jobs-style-item-img-box {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-jobs-style-item:nth-of-type(2) .l-index-jobs-style-item-img-box {
    width: 50%;
    padding-right: 3%;
  }
}
.l-index-jobs-style-item-ttl {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-style-item-ttl {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-jobs-style-item-ttl {
    font-size: 3.2rem;
  }
}

.l-index-jobs-style-item-desc {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-style-item-desc {
    font-size: 1.6rem;
  }
}
.l-index-jobs-style-item-desc span {
  color: #f4552a;
}

.l-index-jobs-slider {
  background-color: #fcf9f3;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-slider {
    padding-bottom: 140px;
  }
}
.l-index-jobs-slider-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.6;
  max-width: 1180px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-index-jobs-slider-ttl {
    padding: 0 40px;
    font-size: 2.8rem;
    margin: 0 auto 40px;
  }
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .slider {
    gap: 20px;
  }
}
.slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-animation: loop-list 50s linear infinite;
          animation: loop-list 50s linear infinite;
}

.slide {
  width: calc(25vw - 15px);
  display: block;
}

.slide img {
  width: 100%;
}

.slide p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
  .slide p {
    font-size: 2.4rem;
  }
}
@-webkit-keyframes loop-list {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-list {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .slide-box {
    gap: 10px;
    /* 隙間を10pxに */
    -webkit-animation: loop-list-sp 50s linear infinite;
            animation: loop-list-sp 50s linear infinite;
  }
  .slide {
    width: calc(66.6666666667vw - 10px);
    /* 約1.5枚分 */
  }
  @-webkit-keyframes loop-list-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes loop-list-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
}