body {
  background: #F9D3FA;
}

.l-wrapper {
  color: var(--color-white);
}

.p-job {
  --color-finishing: #663626;
  --color-yellow: #ffe88a;
  --color-green: #caf5de;
  --color-purple: #d1aeff;
  --color-orange: #ffc6ac;
  --color-yellow2: #f5faba;
  --color-blue: #bdf6f9;
  --color-pink: #fdaac6;
  --color-pink2: #f5e4ea;
  --color-bg: #f3f3f3;
  position: relative;
  color: var(--color-finishing);
  font-weight: 500;
  background: var(--color-bg);
}
@media not all and (max-width: 900px) {
  .p-job {
    overflow: hidden;
  }
}
.p-job__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.is-load .p-job__bg img {
  transform: scale(1);
}
.p-job__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 2.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.1);
}
.p-job__wrapper {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-job__wrapper {
    width: 89%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-job__ttl {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-job__ttl {
    flex-grow: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-job__ttl {
    position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    max-width: 600px;
    transform: translate(-61%, -110%);
  }
}
.p-job__ttl-inner {
  display: block;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.37, 1.43, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-job__ttl-inner {
  transform: translateY(0);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-job__ttl-inner {
    max-width: 530px;
    margin-top: 1.5%;
    margin-right: 10.3%;
  }
}
.p-job__container {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-job__container {
    width: 54.1471048513%;
    min-width: 553.6px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
}
.p-job__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-job__content {
    max-width: 692px;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  }
  .is-load .p-job__content {
    transform: translateY(0);
    opacity: 1;
  }
}
.p-job__content-base {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-job__content-base {
    width: 100%;
    padding-top: min(114.8843930636%, 795px);
  }
}
@media screen and (max-width: 900px) {
  .p-job__content-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-job__content-base .p-in-base {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-bg);
  }
}
@media not all and (max-width: 900px) {
  .p-job__content-base img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 900px) {
  .p-job__content-base img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media not all and (max-width: 900px) {
  .p-job__content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media not all and (max-width: 900px) {
  .p-job__content-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .p-job__content-cover .p-in-cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/finishing/base_pc02.png) center center no-repeat;
    background-size: contain;
  }
}
@media not all and (max-width: 900px) {
  .p-job__inner {
    height: 91.5%;
    margin: 5.5% auto 3%;
    margin-left: 5.5%;
    margin-right: 8.6%;
  }
}
@media screen and (max-width: 900px) {
  .p-job__inner {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media not all and (max-width: 900px) {
  .p-job__inner-wrap {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.p-job_about {
  position: relative;
  margin-left: 12.9%;
  margin-right: 9.7%;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .p-job_about {
    width: 89%;
    margin: 0 auto 36px;
  }
}
.p-job_about::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -40px;
  width: 135px;
  height: 135px;
  background: url(../img/finishing/about_c.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-job_about::after {
    bottom: -44px;
    left: -18px;
    width: 110px;
    height: 110px;
  }
}
.p-job_about__wrap {
  position: relative;
}
.p-job_about__frame {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
.p-job_about__frame.--top {
  top: 0;
}
.p-job_about__frame.--btm {
  bottom: 0;
}
.p-job_about__inner {
  position: relative;
  padding-top: 11.2%;
  padding-bottom: 14.2%;
}
@media screen and (max-width: 900px) {
  .p-job_about__inner {
    padding-bottom: 17%;
  }
}
.p-job_about__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-top: 44.7222222222%;
  margin-bottom: 21.9444444444%;
  background: url(../img/finishing/about_frm_repeat.png) top center repeat-y;
  background-size: 100% auto;
}
.p-job_about__inner-wrap {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.74;
}
@media not all and (max-width: 900px) {
  .p-job_about__inner-wrap {
    font-size: clamp(15px * 0.8, 15 / 1440 * 100vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_about__inner-wrap {
    font-size: 13px;
  }
}
.p-job_about__inner-wrap .p-in-small {
  display: block;
  margin-top: 5px;
}
@media not all and (max-width: 900px) {
  .p-job_about__inner-wrap .p-in-small {
    font-size: clamp(13px * 0.8, 13 / 1440 * 100vw, 13px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_about__inner-wrap .p-in-small {
    font-size: 11px;
  }
}

.p-job_interview {
  position: relative;
  margin-bottom: 23px;
}
@media screen and (max-width: 900px) {
  .p-job_interview {
    width: 93%;
    margin: 0 auto;
  }
}
.p-job_interview__ttl {
  position: relative;
  margin-left: 10%;
  margin-right: 6%;
}
@media screen and (max-width: 900px) {
  .p-job_interview__ttl {
    margin: 0;
  }
}
.p-job_interview__ttl-txt {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  transform: translateY(-16%);
}
@media not all and (max-width: 900px) {
  .p-job_interview__ttl-txt {
    font-size: clamp(22px * 0.8, 22 / 1440 * 100vw, 22px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_interview__ttl-txt {
    font-size: 16px;
  }
}
.p-job_interview__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -4.3%;
}
.p-job_interview__list-item {
  width: 35.5%;
}
@media screen and (max-width: 900px) {
  .p-job_interview__list-item {
    width: 44%;
  }
}
.p-job_interview__list-item:nth-child(n+3) {
  margin-top: 15px;
}
.p-job_interview__list-item:nth-child(1) {
  transform: translateX(-16%);
}
.p-job_interview__list-item:nth-child(2) {
  transform: translateX(-10%);
}
.p-job_interview__list-item:nth-child(3) {
  transform: translateX(3.2%);
}
.p-job_interview__list-item:nth-child(4) {
  transform: translateX(9.2%);
}
.p-job_interview__link {
  display: block;
}
@media (hover: hover) {
  .p-job_interview__img {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-job_interview__link:hover .p-job_interview__img {
    transform: scale(1.1);
  }
}
.p-job_interview__name {
  position: relative;
  width: 75.5%;
  margin: 0 auto;
  margin-top: -34px;
  padding: 9px 0;
  transform: translateX(2px);
  box-shadow: 4px 1px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 900px) {
  .p-job_interview__name {
    margin-top: -21px;
    padding: 5px 0;
  }
}
.p-job_interview__list-item:nth-child(1) .p-job_interview__name {
  background: var(--color-yellow);
}
.p-job_interview__list-item:nth-child(2) .p-job_interview__name {
  background: var(--color-green);
}
.p-job_interview__list-item:nth-child(3) .p-job_interview__name {
  background: var(--color-purple);
}
.p-job_interview__list-item:nth-child(4) .p-job_interview__name {
  background: var(--color-orange);
}
.p-job_interview__name-txt {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
@media not all and (max-width: 900px) {
  .p-job_interview__name-txt {
    font-size: clamp(14px * 0.8, 14 / 1440 * 100vw, 14px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_interview__name-txt {
    font-size: 12px;
  }
}
.p-job_interview__name-txt .p-in-role {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .p-job_interview__name-txt .p-in-role {
    font-size: 10px;
  }
}
.p-job_interview__name-txt .p-in-name {
  display: block;
}

.p-job_qa {
  position: relative;
  margin-bottom: 80px;
  margin-top: -21.7%;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-job_qa {
    width: 93%;
    margin: 0 auto 40px;
    margin-top: -10%;
  }
}
.p-job_qa__ttl {
  position: relative;
  width: 83%;
  margin-left: 4.8%;
}
.p-job_qa__ttl-txt {
  position: absolute;
  bottom: 24%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  transform: translateX(3%);
}
@media not all and (max-width: 900px) {
  .p-job_qa__ttl-txt {
    font-size: clamp(22px * 0.8, 22 / 1440 * 100vw, 22px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_qa__ttl-txt {
    font-size: 16px;
  }
}
.p-job_qa__list {
  width: 77%;
  margin: 0 auto;
  margin-top: -18px;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .p-job_qa__list {
    width: 93%;
    margin-top: -9px;
  }
}
.p-job_qa__list-item {
  position: relative;
  padding-bottom: 18px;
}
.p-job_qa__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10.1545253863%;
  background: url(../img/finishing/qa_line01.png) bottom left no-repeat;
  background-size: contain;
}
.p-job_qa__list-item:nth-child(2)::after {
  background-image: url(../img/finishing/qa_line02.png);
}
.p-job_qa__list-item:nth-child(3)::after {
  background-image: url(../img/finishing/qa_line03.png);
}
.p-job_qa__list-item + .p-job_qa__list-item {
  margin-top: 25px;
}
.p-job_qa__frame {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
.p-job_qa__frame.--top {
  top: 0;
}
.p-job_qa__frame.--btm {
  bottom: 0;
}

.p-job_qa_data {
  position: relative;
}
.p-job_qa_data__wrap {
  position: relative;
}
.p-job_qa_data__txt {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-left: 5%;
}
.p-job_qa_data__txt + .p-job_qa_data__txt {
  margin-top: 10px;
}
.p-job_qa_data__txt-inner {
  position: relative;
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.665;
}
@media not all and (max-width: 900px) {
  .p-job_qa_data__txt-inner {
    font-size: clamp(15px * 0.8, 15 / 1440 * 100vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_qa_data__txt-inner {
    font-size: 13px;
  }
}
.p-job_qa_data__cap {
  padding-right: 9px;
  font-size: 20px;
  transform: translateY(-3px);
  font-weight: 700;
}
@media not all and (max-width: 900px) {
  .p-job_qa_data__cap {
    font-size: clamp(20px * 0.8, 20 / 1440 * 100vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_qa_data__cap {
    font-size: 16px;
    transform: translateY(-1px);
  }
}

.p-job_nav {
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 900px) {
  .p-job_nav {
    margin-bottom: 40px;
  }
}
.p-job_nav__bg {
  position: absolute;
  top: -6.5%;
  left: 6%;
  width: 89.8%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-job_nav__bg {
    display: none;
  }
}
.p-job_nav__cover {
  position: absolute;
  top: 5.5%;
  left: 5%;
  width: 89.8%;
  height: auto;
  pointer-events: none;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1200px) {
    .p-job_nav__cover {
      top: 8%;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-job_nav__cover {
    top: auto;
    bottom: -26%;
    left: 50%;
    width: 105%;
    transform: translateX(-50%);
  }
}
.p-job_nav__ttl {
  position: relative;
  width: 160px;
  margin: 0 auto;
  margin-bottom: 15px;
  transform: translateX(12px);
}
.p-job_nav__ttl-txt {
  position: absolute;
  bottom: 9px;
  left: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media not all and (max-width: 900px) {
  .p-job_nav__ttl-txt {
    font-size: clamp(18px * 0.8, 18 / 1440 * 100vw, 18px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_nav__ttl-txt {
    font-size: 16px;
  }
}
.p-job_nav__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-left: 17%;
  margin-right: 13.5%;
  padding: 18px 20px;
  background: #f3f3f3;
  box-shadow: 5px 5px 0 #b4b4b4;
  border-radius: 15px;
}
@media not all and (max-width: 900px) {
  .p-job_nav__list {
    min-width: 340px;
  }
}
@media screen and (max-width: 900px) {
  .p-job_nav__list {
    width: calc(96% - 3px);
    gap: 7px 2%;
    margin: 0 auto;
    padding: 8px;
    box-shadow: 3px 3px 0 #b4b4b4;
  }
}
.p-job_nav__link {
  display: block;
}
.p-job_nav__icon {
  position: relative;
  background: url(../img/finishing/nav_base.png) center center no-repeat;
  background-size: contain;
}
@media not all and (max-width: 900px) {
  .p-job_nav__link:hover .p-job_nav__icon::after {
    opacity: 0.35;
  }
  .p-job_nav__icon::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 7%;
    width: 91%;
    height: 92%;
    opacity: 0;
    border-radius: 13px 8px 13px 10px;
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-job_nav__list-item:nth-child(1) .p-job_nav__icon::after {
    background: #def5fb;
  }
  .p-job_nav__list-item:nth-child(2) .p-job_nav__icon::after {
    background: #e0cbec;
  }
  .p-job_nav__list-item:nth-child(3) .p-job_nav__icon::after {
    background: #a7b2c4;
  }
  .p-job_nav__list-item:nth-child(4) .p-job_nav__icon::after {
    background: #f4cbd9;
  }
  .p-job_nav__list-item:nth-child(5) .p-job_nav__icon::after {
    background: #d6f8c6;
  }
  .p-job_nav__list-item:nth-child(6) .p-job_nav__icon::after {
    background: #f2c9cd;
  }
  .p-job_nav__list-item:nth-child(7) .p-job_nav__icon::after {
    background: #f6e6cd;
  }
  .p-job_nav__list-item:nth-child(8) .p-job_nav__icon::after {
    background: #f7ecb6;
  }
}
.p-job_nav__icon-img {
  width: 100%;
}
.p-job_nav__txt {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
}
@media not all and (max-width: 900px) {
  .p-job_nav__txt {
    font-size: clamp(11px * 0.8, 11 / 1440 * 100vw, 11px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_nav__txt {
    font-size: 10px;
  }
}

.p-job_back {
  position: relative;
  width: 242px;
  margin: 0 auto;
  transform: translateX(18px);
}
@media screen and (max-width: 900px) {
  .p-job_back {
    width: 161px;
    transform: translateX(0);
  }
}
.p-job_back__inner {
  display: block;
}
@media (hover: hover) {
  .p-job_back__inner {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-job_back__inner:hover {
    transform: scale(0.96);
  }
}
.p-job_back__txt {
  position: absolute;
  top: 72%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
}
@media not all and (max-width: 900px) {
  .p-job_back__txt {
    font-size: clamp(14px * 0.8, 14 / 1440 * 100vw, 14px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_back__txt {
    font-size: 13px;
  }
}

.simplebar-track.simplebar-vertical {
  top: 58px;
  bottom: 58px;
  right: 15px;
  width: 8px;
  border-radius: 99px;
  background: var(--color-pink2);
}
@media screen and (max-width: 900px) {
  .simplebar-track.simplebar-vertical {
    display: none;
  }
}

.simplebar-scrollbar.simplebar-visible::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 99px;
  opacity: 1;
  background: var(--color-pink);
}