body {
  --color-bg: #1e085d;
  background: var(--color-bg);
}

.l-wrapper {
  font-family: "M PLUS 1p", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: var(--color-white);
}

.p-job {
  --color-cg: #2f2c6f;
  position: relative;
}
@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: 83.5%;
    margin: 0 auto;
    display: flex;
  }
}
@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: 571px;
    transform: translate(-50%, -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 {
    width: 89%;
    max-width: 571px;
    margin: 0 auto;
    margin-top: 5%;
  }
}
@media not all and (max-width: 900px) {
  .p-job__container {
    width: 49.1%;
    min-width: 476px;
    min-height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
    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: 600px;
    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;
  }
}
@media not all and (max-width: 900px) {
  .p-job__content-base {
    width: 100%;
    padding-top: min(121%, 726px);
  }
}
@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-color: 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__inner {
    width: 92%;
    height: calc(100% - 80px);
    margin: 42px auto;
  }
}
@media screen and (max-width: 900px) {
  .p-job__inner {
    width: 93%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media not all and (max-width: 900px) {
  .p-job__inner-wrap {
    padding-top: 7px;
    padding-bottom: 20px;
  }
}
.p-job__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-job_about {
  position: relative;
  margin-bottom: 45px;
  margin-left: 9.1%;
  margin-right: 4.8%;
}
@media screen and (max-width: 900px) {
  .p-job_about {
    margin-bottom: 52px;
  }
}
.p-job_about::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8.5%;
  width: 7.2%;
  height: 100%;
  background: url(../img/cg/about_deco01.png) top left no-repeat;
  background-size: contain;
}
.p-job_about::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: -49px;
  width: 135px;
  height: 135px;
  background: url(../img/pm/about_c.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-job_about::after {
    bottom: -64px;
    left: -32px;
    width: 110px;
    height: 110px;
  }
}
.p-job_about__wrap {
  position: relative;
}
.p-job_about__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #4f2b86, #7b4286);
  transform: translate(13px, 13px);
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .p-job_about__wrap::before {
    transform: translate(8px, 8px);
    border-radius: 3px;
  }
}
.p-job_about__container {
  position: relative;
  background: linear-gradient(0deg, #8349d8, #f986d8);
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .p-job_about__container {
    border-radius: 3px;
  }
}
.p-job_about__inner {
  position: relative;
  padding: 22px 0 32px;
}
.p-job_about__inner-wrap {
  width: 89.5%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.75;
  transform: rotate(0.03deg);
}
@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_interview {
  position: relative;
  margin-bottom: 23px;
}
@media screen and (max-width: 900px) {
  .p-job_interview {
    margin-bottom: 30px;
  }
}
.p-job_interview__ttl {
  position: relative;
  width: 96%;
  margin-bottom: 10px;
}
.p-job_interview__ttl-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  transform: translateY(-1%);
  color: var(--color-cg);
}
@media not all and (max-width: 900px) {
  .p-job_interview__ttl-txt {
    font-size: clamp(20px * 0.8, 20 / 1440 * 100vw, 20px);
    font-size: 24px;
  }
}
@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;
  width: 86%;
  margin: 0 auto;
  gap: 7px 6%;
}
@media screen and (max-width: 900px) {
  .p-job_interview__list {
    width: 100%;
    gap: 10px 5%;
  }
}
.p-job_interview__list-item {
  width: 29.3%;
}
@media screen and (max-width: 900px) {
  .p-job_interview__list-item {
    width: 30%;
  }
}
.p-job_interview__link {
  display: block;
}
.p-job_interview__img {
  position: relative;
  width: 92.5%;
  margin: 0 auto 3px;
}
@media (hover: hover) {
  .p-job_interview__img {
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-job_interview__link:hover .p-job_interview__img {
    transform: scale(1.08);
  }
}
.p-job_interview__role {
  font-size: 10px;
  text-align: center;
}
@media not all and (max-width: 900px) {
  .p-job_interview__role {
    font-size: clamp(10px * 0.8, 10 / 1440 * 100vw, 10px);
  }
}
.p-job_interview__name {
  position: relative;
  margin-top: 2px;
}
.p-job_interview__name-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: var(--color-cg);
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-36%);
}
@media not all and (max-width: 900px) {
  .p-job_interview__name-txt {
    font-size: clamp(13px * 0.8, 13 / 1440 * 100vw, 13px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_interview__name-txt {
    font-size: 12px;
    transform: translate(0%, -38%);
  }
}
.p-job_interview__name-txt .p-in-role {
  display: block;
  font-size: 11px;
  transform: rotate(0.03deg);
}
.p-job_interview__name-txt .p-in-name {
  display: block;
  transform: rotate(0.03deg);
}

.p-job_qa {
  position: relative;
  margin-bottom: 45px;
}
.p-job_qa__ttl {
  position: relative;
  width: 49.5%;
  margin: 0 auto;
  margin-bottom: 27px;
  transform: translateX(4%);
}
@media screen and (max-width: 900px) {
  .p-job_qa__ttl {
    width: 56%;
    margin-bottom: 20px;
  }
}
.p-job_qa__ttl-txt {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  transform: translate(-4%, -45%);
}
@media not all and (max-width: 900px) {
  .p-job_qa__ttl-txt {
    font-size: clamp(23px * 0.8, 23 / 1440 * 100vw, 23px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_qa__ttl-txt {
    bottom: 3px;
    font-size: 16px;
    transform: translate(-4%, -55%);
  }
}
.p-job_qa__list {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-job_qa__list {
    width: 100%;
  }
}
.p-job_qa__list-item {
  position: relative;
}
.p-job_qa__list-item + .p-job_qa__list-item {
  margin-top: 14px;
}
.p-job_qa__frame.--btm {
  margin-top: -17px;
}
@media screen and (max-width: 900px) {
  .p-job_qa__frame.--btm {
    margin-top: -8px;
  }
}

.p-job_qa_data {
  position: relative;
  margin-top: -7px;
  color: var(--color-cg);
}
@media screen and (max-width: 900px) {
  .p-job_qa_data {
    margin-top: -3px;
  }
}
.p-job_qa_data__wrap {
  position: relative;
}
.p-job_qa_data__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/cg/qa_frm01_repeat.png) center center repeat-y;
  background-size: 100% auto;
}
.p-job_qa__list-item:nth-child(2n) .p-job_qa_data__wrap::before {
  background-image: url(../img/cg/qa_frm02_repeat.png);
}
.p-job_qa_data__txt {
  position: relative;
  width: 81.2%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.p-job_qa_data__txt + .p-job_qa_data__txt {
  margin-top: 8px;
}
.p-job_qa_data__txt-inner {
  position: relative;
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.47;
  transform: rotate(0.03deg);
}
@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: 900;
}
@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: 11px;
}
.p-job_nav__ttl {
  position: relative;
  width: 94.5%;
  margin: 0 auto;
  margin-bottom: 25px;
  transform: translateX(-1.5%);
}
.p-job_nav__ttl-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  transform: translate(-3%, -49%);
  color: var(--color-cg);
  letter-spacing: 0.04rem;
}
@media not all and (max-width: 900px) {
  .p-job_nav__ttl-txt {
    font-size: clamp(24px * 0.8, 24 / 1440 * 100vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_nav__ttl-txt {
    font-size: 16px;
  }
}
.p-job_nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 16px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-job_nav__list {
    width: 100%;
    gap: 10px 4px;
  }
}
.p-job_nav__link {
  display: block;
}
@media (hover: hover) {
  .p-job_nav__link {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-job_nav__link:hover {
    opacity: 0.8;
  }
}
.p-job_nav__icon {
  background: url(../img/cg/nav_base02.png) center center no-repeat;
  background-size: contain;
}
.p-job_nav__list-item:nth-child(2) .p-job_nav__icon, .p-job_nav__list-item:nth-child(4) .p-job_nav__icon, .p-job_nav__list-item:nth-child(5) .p-job_nav__icon, .p-job_nav__list-item:nth-child(7) .p-job_nav__icon {
  background-image: url(../img/cg/nav_base01.png);
}
@media (hover: hover) {
  .p-job_nav__icon {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-job_nav__link:hover .p-job_nav__icon {
    transform: scale(1.1);
  }
}
.p-job_nav__icon-img {
  width: 100%;
}
.p-job_nav__txt {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
}
@media not all and (max-width: 900px) {
  .p-job_nav__txt {
    font-size: clamp(13px * 0.8, 13 / 1440 * 100vw, 13px);
  }
}
@media screen and (max-width: 900px) {
  .p-job_nav__txt {
    font-size: 10px;
  }
}

.p-job_back {
  position: relative;
  width: 57%;
  margin: 0 auto;
}
.p-job_back__base {
  margin-right: 13.5%;
}
@media screen and (max-width: 900px) {
  .p-job_back__base {
    margin-right: 7.5%;
  }
}
.p-job_back__inner {
  display: block;
}
@media (hover: hover) {
  .p-job_back__inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-job_back__inner:hover {
    transform: scale(1.05);
  }
}
.p-job_back__txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02rem;
  transform: translate(-7%, 8%);
}
@media not all and (max-width: 900px) {
  .p-job_back__txt {
    font-size: clamp(15px * 0.8, 15 / 1440 * 100vw, 15px);
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .p-job_back__txt {
    font-size: 13px;
    transform: translate(-4%, 8%);
  }
}

.simplebar-track.simplebar-vertical {
  top: 15px;
  bottom: 20px;
  right: -3px;
  background: #d3aee1;
  width: 8px;
  border-radius: 99px;
}

.simplebar-scrollbar.simplebar-visible::before {
  border-radius: 0;
  background: #8351ce;
  opacity: 1;
  border-radius: 99px;
}