#job #lower-title::before {
  background-image: url(../img/job/job_top.jpg);
}
@media screen and (max-width: 767px) {
  #job #lower-title::before {
    background-image: url(../img/job/job_top_sp.jpg);
  }
}
#job #anchor {
  padding: 7rem 0 0;
  position: relative;
}
#job #anchor::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: -1rem;
  width: 37rem;
  height: 25rem;
  background-image: url(../img/job/a_01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #job #anchor::before {
    top: -5rem;
    right: -0.5rem;
    width: 20rem;
    height: 25rem;
    background-image: url(../img/job/a_01_sp.svg);
  }
}
#job #anchor ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #job #anchor ul {
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #job #anchor ul li {
    width: 31%;
  }
}
#job #anchor ul li a {
  width: 22rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--color-border-gray);
  transition: all 0.3s ease;
  border-radius: 1rem;
  border: 1px solid var(--color-border-gray);
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  #job #anchor ul li a {
    width: 100%;
  }
}
#job #anchor ul li a:hover {
  transform: translate(1rem, 1rem);
}
@media screen and (max-width: 767px) {
  #job #anchor ul li a:hover {
    transform: translate(0.5rem, 0.5rem);
  }
}
#job #anchor ul li a.anchor-01 {
  box-shadow: 1rem 1rem 0 0 var(--color-light-purple), 1rem 1rem 0 0.1rem var(--color-border-gray);
}
@media screen and (max-width: 767px) {
  #job #anchor ul li a.anchor-01 {
    box-shadow: 0.5rem 0.5rem 0 0 var(--color-light-purple), 0.5rem 0.5rem 0 0.1rem var(--color-border-gray);
  }
}
#job #anchor ul li a.anchor-01:hover {
  transform: translate(1rem, 1rem);
  box-shadow: 0 0 0 0 #fff;
}
@media screen and (max-width: 767px) {
  #job #anchor ul li a.anchor-01:hover {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0 0 0 0 #fff;
  }
}
#job #anchor ul li a.anchor-02 {
  box-shadow: 1rem 1rem 0 0 var(--color-light-pink), 1rem 1rem 0 0.1rem var(--color-border-gray);
}
@media screen and (max-width: 767px) {
  #job #anchor ul li a.anchor-02 {
    box-shadow: 0.5rem 0.5rem 0 0 var(--color-light-pink), 0.5rem 0.5rem 0 0.1rem var(--color-border-gray);
  }
}
#job #anchor ul li a.anchor-02:hover {
  transform: translate(1rem, 1rem);
  box-shadow: 0 0 0 0 #fff;
}
#job #anchor ul li a.anchor-03 {
  box-shadow: 1rem 1rem 0 0 var(--color-news-green), 1rem 1rem 0 0.1rem var(--color-border-gray);
}
@media screen and (max-width: 767px) {
  #job #anchor ul li a.anchor-03 {
    box-shadow: 0.5rem 0.5rem 0 0 var(--color-news-green), 0.5rem 0.5rem 0 0.1rem var(--color-border-gray);
  }
}
#job #anchor ul li a.anchor-03:hover {
  transform: translate(1rem, 1rem);
  box-shadow: 0 0 0 0 #fff;
}
@media screen and (max-width: 767px) {
  #job #anchor ul li a.anchor-03:hover {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0 0 0 0 #fff;
  }
}
#job .table-section {
  margin: 13rem 0 0;
}
@media (max-width: 768px) {
  #job .table-section {
    margin: 7rem 0 0;
  }
}
#job .table-section#new h2 span {
  color: var(--color-light-purple);
}
#job .table-section#new td:first-child {
  background-color: var(--color-light-purple);
}
#job .table-section#new .how-to-apply {
  background-color: color-mix(in srgb, var(--color-light-purple) 20%, transparent);
}
#job .table-section#experienced h2 span {
  color: var(--color-light-pink);
}
#job .table-section#experienced td:first-child {
  background-color: var(--color-light-pink);
}
#job .table-section#experienced .how-to-apply {
  background-color: color-mix(in srgb, var(--color-light-pink) 20%, transparent);
}
#job .table-section#career h2 span {
  color: var(--color-news-green);
}
#job .table-section#career td:first-child {
  background-color: var(--color-news-green);
}
#job .table-section#career .how-to-apply {
  background-color: color-mix(in srgb, var(--color-news-green) 20%, transparent);
}
#job .table-section h2 {
  font-size: 1.8rem;
}
#job .table-section .no-recruit {
  margin: 4rem 0 0;
  padding: 5rem;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid var(--color-border-gray);
  border-radius: 2rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  #job .table-section .no-recruit {
    margin: 2rem 0 0;
    padding: 3rem 5%;
    font-size: 1.4rem;
  }
}
#job .table-section .table-wrapper {
  margin: 2rem 0 0;
}
#job .table-section .table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#job .table-section .table-wrapper table tr:first-child td {
  border-top: 1px solid var(--color-border-gray);
}
#job .table-section .table-wrapper table tr:first-child td:first-child {
  border-top-left-radius: 2rem;
}
#job .table-section .table-wrapper table tr:first-child td:last-child {
  border-top-right-radius: 2rem;
}
#job .table-section .table-wrapper table tr:last-child td:first-child {
  border-bottom-left-radius: 2rem;
}
#job .table-section .table-wrapper table tr:last-child td:last-child {
  border-bottom-right-radius: 2rem;
}
#job .table-section .table-wrapper table tr td {
  padding: 3rem;
  border-right: 1px solid var(--color-border-gray);
  border-bottom: 1px solid var(--color-border-gray);
  vertical-align: middle;
  background-color: var(--color-white);
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #job .table-section .table-wrapper table tr td {
    padding: 2rem;
  }
}
#job .table-section .table-wrapper table tr td:first-child {
  text-align: center;
  color: var(--color-white);
  border-left: 1px solid var(--color-border-gray);
  width: 30%;
}
#job .table-section .table-wrapper table tr td:first-child p {
  color: var(--color-white);
}
#job .table-section .how-to-apply {
  margin: 4rem 0 0;
  padding: 5rem 5rem 0;
  border-radius: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #job .table-section .how-to-apply {
    padding: 3rem 5% 0;
  }
}
#job .table-section .how-to-apply p {
  margin: 2rem 0 0;
}
#job .table-section .how-to-apply h3 {
  margin: 2rem 0 0;
  font-size: 2rem;
  font-weight: 500;
}
#job .table-section .how-to-apply h3 span {
  color: var(--color-orange);
  font-size: 3rem;
}
#job .table-section .how-to-apply .btn-wrapper {
  position: relative;
  bottom: -3rem;
}
#job .table-section .how-to-apply .btn-wrapper a {
  margin: 0 auto;
}
#job #new .table-wrapper {
  position: relative;
}
#job #new .table-wrapper::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: -10rem;
  width: 8rem;
  height: 7rem;
  background-image: url(../img/job/a_02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#job #new .how-to-apply {
  position: relative;
}
#job #new .how-to-apply::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80rem;
  height: 9rem;
  background-image: url(../img/job/a_03.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #job #new .how-to-apply::before {
    top: -3rem;
    width: 40rem;
    height: 4.5rem;
  }
}
#job #experienced .table-wrapper {
  position: relative;
}
#job #experienced .table-wrapper::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: -10rem;
  width: 8rem;
  height: 7rem;
  background-image: url(../img/job/a_02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#job #experienced .table-wrapper::after {
  content: "";
  position: absolute;
  top: 35rem;
  right: -10rem;
  width: 8rem;
  height: 6rem;
  background-image: url(../img/job/a_04.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#job #experienced .how-to-apply {
  position: relative;
}
#job #experienced .how-to-apply::before {
  content: "";
  position: absolute;
  top: -15rem;
  left: 50%;
  transform: translateX(-50%);
  width: 110rem;
  height: 50rem;
  background-image: url(../img/job/a_05.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #job #experienced .how-to-apply::before {
    background-image: url(../img/job/a_05_sp.svg);
    width: 50rem;
    height: 60rem;
    top: -16rem;
  }
}
#job #career .table-wrapper {
  position: relative;
}
#job #career .table-wrapper::after {
  content: "";
  position: absolute;
  top: 35rem;
  right: -10rem;
  width: 8rem;
  height: 6rem;
  background-image: url(../img/job/a_06.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#job #career .how-to-apply {
  position: relative;
}
#job #career .how-to-apply::before {
  content: "";
  position: absolute;
  top: -20rem;
  left: 50%;
  transform: translateX(-50%);
  width: 110rem;
  height: 50rem;
  background-image: url(../img/job/a_07.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #job #career .how-to-apply::before {
    background-image: url(../img/job/a_07_sp.svg);
    width: 15rem;
    height: 15rem;
    top: -10rem;
    left: initial;
    right: -10rem;
  }
}
#job #links {
  margin: 10rem 0 0;
  position: relative;
}
#job #links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30rem;
  height: 30rem;
  background-image: url(../img/job/a_07_sp.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #job #links::before {
    width: 25rem;
    height: 25rem;
    top: initial;
    bottom: -25rem;
    left: -5rem;
  }
}
#job #links .btn-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #job #links .btn-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
#job #links .btn-wrapper a {
  margin: 0 auto;
}
#job #job-link {
  margin: 10rem 0 0;
  padding: 7rem 0;
  text-align: center;
  background-color: #f8f8f8;
  background-image: url(../img/recruit/bg_job.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #job #job-link {
    background-image: url(../img/recruit/bg_job_sp.svg);
  }
}
#job #job-link h2 {
  font-size: 2.6rem;
}
#job #job-link .btn-wrapper {
  margin: 4rem 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #job #job-link .btn-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
#job #job-link .btn-wrapper a {
  margin: 0 auto;
}
#job #job-link .btn-wrapper a:nth-child(1) {
  background-color: var(--color-light-purple);
}
#job #job-link .btn-wrapper a:nth-child(1)::before {
  background-image: url(../img/recruit/arrow_purple.svg);
}
#job #job-link .btn-wrapper a:nth-child(2) {
  background-color: var(--color-light-pink);
}
#job #job-link .btn-wrapper a:nth-child(2)::before {
  background-image: url(../img/recruit/arrow_pink.svg);
}
#job #job-link .btn-wrapper a:nth-child(3) {
  background-color: var(--color-news-green);
}
#job #job-link .btn-wrapper a:nth-child(3)::before {
  background-image: url(../img/recruit/arrow_green.svg);
}

/*# sourceMappingURL=job.css.map */
