/* =======================================================
common
======================================================= */
.c-intro__link-wrapper {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-intro__link-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-introduction__bnr::before {
  background-image: url(../images/job-type/introduction-bnr-bg.webp);
}

.c-job-type {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .c-job-type {
    padding-bottom: 5rem;
  }
}
.c-job-type__imgwrapper {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-job-type__imgwrapper {
    margin-bottom: 1.25rem;
  }
}
.c-job-type__txt {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-job-type__txt {
    padding-bottom: 2.5rem;
  }
}
.c-job-type__column {
  display: grid;
  grid-template: "ttl imgwrapper" "txt imgwrapper";
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 21.25rem;
  gap: 1.875rem 3.125rem;
}
.c-job-type__column-wrapper .c-job-type__column + .c-job-type__column {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-job-type__column-wrapper .c-job-type__column + .c-job-type__column {
    margin-top: 1.875rem;
  }
}
.c-job-type__column-wrapper + .c-job-type__column {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-job-type__column-wrapper + .c-job-type__column {
    margin-top: 2.5rem;
  }
}
.c-job-type__column + .c-job-type__column-wrapper, .c-job-type__column + .c-job-type__column {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-job-type__column + .c-job-type__column-wrapper, .c-job-type__column + .c-job-type__column {
    margin-top: 2.5rem;
  }
}
.c-job-type__column.--not-ttl {
  grid-template: "txt imgwrapper";
  grid-template-columns: 1fr 21.25rem;
  gap: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-job-type__column.--not-ttl {
    grid-template: "imgwrapper" "txt";
    grid-template-columns: auto;
    gap: 1.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-job-type__column {
    grid-template: "ttl" "imgwrapper" "txt";
    grid-template-columns: auto;
    gap: 1.25rem 0;
  }
}
.c-job-type__column-ttl {
  display: grid;
  grid-area: ttl;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: center;
  align-self: start;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-job-type__column-ttl {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .c-job-type__column-ttl {
    gap: 0.3125rem;
    font-size: 0.9375rem;
  }
}
.c-job-type__column-ttl::before {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: var(--color-black02);
  transform: translateY(0.125rem);
}
@media screen and (max-width: 767px) {
  .c-job-type__column-ttl::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.c-job-type__column-txt {
  grid-area: txt;
  align-self: start;
}
.c-job-type__column-txt-inner {
  display: block;
}
.c-job-type__column-txt-inner + .c-job-type__column-txt-inner {
  margin-top: 2em;
}
.c-job-type__column-imgwrapper {
  grid-area: imgwrapper;
  align-self: start;
}

/* =======================================================
lower-mv
======================================================= */
.l-lower-mv {
  background-image: url("../images/job-type/mv-bg.webp");
}
@media screen and (max-width: 767px) {
  .l-lower-mv {
    background-image: url("../images/job-type/mv-bg-sp.webp");
  }
}

/* =======================================================
sales
======================================================= */
.l-sales {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-sales {
    padding-bottom: 2.5rem;
  }
}