@charset "UTF-8";
.backBg {
  position: fixed;
  inset: 0;
  z-index: -1;
  height: 100vh;
}

.backBg img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.introduction {
  position: relative;
  z-index: 3;
}

.introduction__item--01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit/bg.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 2;
  mix-blend-mode: multiply;
}

.introduction__item {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40vw;
  color: #f5f5f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .introduction__item {
    margin-top: 500px;
  }
}

.introduction__item:nth-child(1) {
  z-index: 1;
  background-color: black;
  overflow: hidden;
  margin-top: 0;
}

.introduction__item:nth-child(2) {
  z-index: 2;
  background-image: url(../img/recruit/introduction_bg_01.jpg);
  background-position: 0 50%;
}
@media screen and (min-width: 1025px) {
  .introduction__item:nth-child(2) {
    background-position: center;
  }
}

.introduction__item:nth-child(3) {
  z-index: 3;
  background-image: url(../img/recruit/introduction_bg_02.jpg);
}

.introduction__item:nth-child(4) {
  z-index: 4;
  background-image: url(../img/recruit/introduction_bg_03.jpg);
}

.introduction__itemInner {
  margin-inline: auto;
  width: 90%;
  max-width: 1536px;
}

.introduction__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  color: #f5f5f5;
  letter-spacing: 0.05em;
  max-width: 144.6666666667vw;
  width: 100%;
  margin-inline: auto;
  font-weight: 700;
  z-index: 5;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .introduction__catch {
    font-size: clamp(4.375rem, 3.659rem + 1.12vw, 5rem);
    max-width: 1085px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.introduction__subtitle {
  position: absolute;
  bottom: -5.3333333333vw;
  left: auto;
  font-size: 3.2vw;
  color: #437FEE;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .introduction__subtitle {
    top: 40px;
    left: auto;
    right: 90px;
    font-size: 18px;
  }
}

.introduction__imgs {
  position: absolute;
  top: -8%;
  left: -25%;
  transform: rotate(-25deg);
  max-width: 208.8vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1333333333vw;
  margin-inline: auto;
  width: 150%;
}
@media screen and (min-width: 1025px) {
  .introduction__imgs {
    top: -40%;
    left: 13%;
    max-width: 1566px;
    gap: 16px;
    width: 100%;
  }
}

.introduction__img--02 {
  margin-top: 24vw;
}
@media screen and (min-width: 1025px) {
  .introduction__img--02 {
    margin-top: 180px;
  }
}

.introduction__img--03 {
  margin-top: 48vw;
}
@media screen and (min-width: 1025px) {
  .introduction__img--03 {
    margin-top: 360px;
  }
}

.introduction__item--02 .introduction__info {
  max-width: 81.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .introduction__item--02 .introduction__info {
    max-width: 610px;
  }
}

.introduction__item--03 .introduction__info {
  max-width: 73.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .introduction__item--03 .introduction__info {
    max-width: 550px;
    margin-left: auto;
  }
}

.introduction__item--04 .introduction__info {
  max-width: 87.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .introduction__item--04 .introduction__info {
    max-width: 655px;
  }
}

.introduction__number {
  color: #437FEE;
  font-size: 5.3333333333vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .introduction__number {
    font-size: 40px;
  }
}

.introduction__title {
  font-size: clamp(1.688rem, 0.712rem + 4.16vw, 3.375rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .introduction__title {
    font-size: 54px;
    margin-top: 16px;
  }
}

.introduction__left {
  text-align: left;
}

.introduction__center {
  text-align: center;
}

.introduction__right {
  text-align: right;
}

.introduction__en {
  font-size: clamp(0.75rem, 0.317rem + 1.85vw, 1.5rem);
  letter-spacing: 0.05em;
  color: #898989;
  margin-top: 2.1333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .introduction__en {
    font-size: 20px;
    margin-top: 16px;
  }
}

.introduction__text {
  font-size: clamp(0.938rem, 0.396rem + 2.31vw, 1.875rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #f5f5f5;
  margin-top: 16vw;
  max-width: 101.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .introduction__text {
    font-size: 16px;
    margin-top: 100px;
    max-width: 760px;
    line-height: 2.625;
  }
}

@media screen and (min-width: 1025px) {
  .introduction__item--02 .introduction__text {
    margin-left: auto;
  }
}

@media screen and (min-width: 1025px) {
  .introduction__item--04 .introduction__text {
    margin-left: auto;
  }
}

.interview {
  background-color: #f5f5f5;
  padding-top: 32vw;
  padding-bottom: 32vw;
}
@media screen and (min-width: 1025px) {
  .interview {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}

.interview__wrapper {
  position: relative;
}

.interview__inner {
  position: relative;
  z-index: 3;
  max-width: 256vw;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .interview__inner {
    max-width: 1920px;
    width: 100%;
  }
}

.interview__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #898989;
  opacity: 0.3;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .interview__section-title {
    position: sticky;
    top: 240px;
    margin-left: clamp(0px, 0px + 192 * (100vw - 1025px) / 895, 192px);
  }
}

.interview__list {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .interview__list {
    margin-top: 32px;
  }
}

.interview__item {
  max-width: 178.9333333333vw;
  width: 100%;
  margin-left: auto;
  margin-top: 13.3333333333vw;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .interview__item {
    padding: 80px;
    max-width: 1342px;
    width: 70%;
    margin-top: 40px;
    background-image: url(../img/recruit/interview_bg_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.interview__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .interview__item:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .interview__item:nth-child(2) {
    background-image: url(../img/recruit/interview_bg_02.jpg);
  }
}

.interview__item::before {
  content: "";
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: brightness(0.6);
  z-index: -1;
}

.interview__number {
  font-size: 10.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .interview__number {
    font-size: 80px;
    color: #f5f5f5;
  }
}

.interview__title {
  font-size: 7.2vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-top: 8vw;
}
@media screen and (min-width: 1025px) {
  .interview__title {
    font-size: 54px;
    margin-top: 440px;
    color: #f5f5f5;
  }
}
.interview__title--accent {
  color: #0b3074;
}

.interview__name {
  display: flex;
  align-items: center;
  gap: 4.2666666667vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
  margin-top: 5.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .interview__name {
    gap: 32px;
    font-size: 32px;
    margin-top: 40px;
    color: #f5f5f5;
  }
}
.interview__name span {
  font-size: 4vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .interview__name span {
    font-size: 16px;
  }
}

.interview__info {
  display: inline-block;
  background-color: #191919;
  padding: 1.0666666667vw 1.8666666667vw 0.5333333333vw;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f5f5f5;
  margin-top: 1.8666666667vw;
}
@media screen and (min-width: 1025px) {
  .interview__info {
    padding: 7px 14px 4px;
    font-size: 18px;
    margin-top: 14px;
  }
}

.interview__text {
  font-size: 4vw;
  letter-spacing: 0.05em;
  margin-top: 10.6666666667vw;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .interview__text {
    font-size: 16px;
    margin-top: 40px;
    line-height: 2.625;
    color: #f5f5f5;
  }
}

.data {
  overflow: hidden;
  background-color: #191919;
  padding-top: 32vw;
  padding-bottom: 32vw;
}
@media screen and (min-width: 1025px) {
  .data {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}

.data__inner {
  position: relative;
  max-width: 1536px;
  width: 90%;
  margin-inline: auto;
}

.data__inner::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  z-index: 1;
  background-color: #898989;
  opacity: 0.3;
}

.data__inner::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  z-index: 1;
  background-color: #898989;
  opacity: 0.3;
}

.data__body {
  position: relative;
  z-index: 3;
  max-width: 160vw;
  width: 100%;
  margin-inline: auto;
  margin-top: 16vw;
}
@media screen and (min-width: 1025px) {
  .data__body {
    max-width: 1200px;
    margin-top: 120px;
  }
}

.data__top {
  display: block;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data__top {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
  }
}

.data__topLeft {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .data__topLeft {
    width: 59.33333333%;
  }
}

.data__topRight {
  width: 100%;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data__topRight {
    width: 39.33333333%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.data__bottom {
  display: block;
  gap: 2.1333333333vw;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data__bottom {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
  }
}

.data__bottomLeft {
  width: 100%;
  gap: 2.0666666667vw;
}
@media screen and (min-width: 1025px) {
  .data__bottomLeft {
    width: 39.33333333%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 15.5px;
  }
}

.data__bottomRight {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .data__bottomRight {
    width: 59.33333333%;
  }
}

.data-card {
  position: relative;
  background-color: #f5f5f5;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card {
    padding: clamp(1.563rem, 0.489rem + 1.68vw, 2.5rem);
  }
}

.data-card--01 {
  padding-bottom: 10.6666666667vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--01 {
    padding-bottom: 80px;
    height: 100%;
  }
}

.data-card--02 {
  padding-bottom: 6.6666666667vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--02 {
    padding-bottom: 50px;
    margin-bottom: 0;
    height: 100%;
  }
}

.data-card--03 {
  padding-bottom: 6.6666666667vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--03 {
    padding-bottom: 50px;
    margin-bottom: 0;
    height: 100%;
  }
}

.data-card--04 {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--04 {
    padding-bottom: 15px;
    margin-bottom: 0;
    height: 100%;
  }
}

.data-card--05 {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--05 {
    padding-bottom: 15px;
    margin-bottom: 0;
    height: 100%;
  }
}

.data-card--06 {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--06 {
    padding-bottom: 15px;
    margin-bottom: 0;
    height: 100%;
  }
}

.data-card--07 {
  padding-bottom: 13.3333333333vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--07 {
    padding-bottom: 78px;
    height: 100%;
  }
}

.data-card__title {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 4vw;
}
@media screen and (min-width: 1025px) {
  .data-card__title {
    font-size: clamp(1.625rem, 1.196rem + 0.67vw, 2rem);
    padding-left: 30px;
  }
}
.data-card__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: #437FEE;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .data-card__title::before {
    width: 16px;
    height: 16px;
  }
}

.data-card--06 .data-card__title {
  font-size: 3.2vw;
}
@media screen and (min-width: 1025px) {
  .data-card--06 .data-card__title {
    font-size: 24px;
  }
}

.data-card__number {
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .data-card__number {
    font-size: 32px;
  }
}
.data-card__number span {
  font-size: 14.6666666667vw;
  letter-spacing: 0.05em;
  color: #0b3074;
}
@media screen and (min-width: 1025px) {
  .data-card__number span {
    font-size: clamp(4.688rem, 2.182rem + 3.91vw, 6.875rem);
  }
}

.data-card--01 .data-card__number {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--01 .data-card__number {
    margin-top: 16px;
  }
}

.data-card--02 .data-card__number {
  line-height: 1;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  .data-card--02 .data-card__number {
    margin-top: 65px;
  }
}

.data-card--03 .data-card__number {
  line-height: 1;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  .data-card--03 .data-card__number {
    margin-top: 70px;
  }
}

.data-card--04 .data-card__number {
  line-height: 1;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  .data-card--04 .data-card__number {
    margin-top: 20px;
  }
}
.data-card--04 .data-card__number span {
  font-size: 13.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--04 .data-card__number span {
    font-size: clamp(4.375rem, 2.228rem + 3.35vw, 6.25rem);
  }
}

.data-card--05 .data-card__number {
  line-height: 1;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  .data-card--05 .data-card__number {
    margin-top: 20px;
  }
}
.data-card--05 .data-card__number span {
  font-size: 13.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--05 .data-card__number span {
    font-size: clamp(4.375rem, 2.228rem + 3.35vw, 6.25rem);
  }
}

.data-card--06 .data-card__number {
  line-height: 1;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  .data-card--06 .data-card__number {
    margin-top: 20px;
  }
}
.data-card--06 .data-card__number span {
  font-size: 13.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--06 .data-card__number span {
    font-size: clamp(4.375rem, 2.228rem + 3.35vw, 6.25rem);
  }
}

.data-card--01 .data-card__icon {
  max-width: 33.8666666667vw;
  width: 100%;
  margin-inline: auto;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card--01 .data-card__icon {
    max-width: 254px;
    margin-top: 80px;
  }
}

.data-card--02 .data-card__icon {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  max-width: 20vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .data-card--02 .data-card__icon {
    max-width: 150px;
    top: 40px;
    right: 40px;
  }
}

.data-card--03 .data-card__icon {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  max-width: 13.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .data-card--03 .data-card__icon {
    max-width: 100px;
    top: 40px;
    right: clamp(1.25rem, -0.182rem + 2.23vw, 2.5rem);
  }
}

.data-card--04 .data-card__attention {
  position: absolute;
  bottom: 6.6666666667vw;
  right: 5.3333333333vw;
  font-size: 2.1333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .data-card--04 .data-card__attention {
    bottom: 40px;
    right: 44px;
    font-size: 16px;
  }
}

.data-card--04 .data-card__icon {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  max-width: 10vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .data-card--04 .data-card__icon {
    max-width: clamp(3.75rem, 2.676rem + 1.68vw, 4.688rem);
    top: clamp(1.25rem, -0.182rem + 2.23vw, 2.5rem);
    right: 40px;
  }
}

.data-card--05 .data-card__icon {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  max-width: 10vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .data-card--05 .data-card__icon {
    max-width: clamp(3.75rem, 2.676rem + 1.68vw, 4.688rem);
    top: clamp(1.25rem, -0.182rem + 2.23vw, 2.5rem);
    right: 40px;
  }
}

.data-card--06 .data-card__icon {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  max-width: 11.2vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .data-card--06 .data-card__icon {
    max-width: clamp(4.5rem, 3.641rem + 1.34vw, 5.25rem);
    top: clamp(1.25rem, -0.182rem + 2.23vw, 2.5rem);
    right: clamp(1.25rem, -0.182rem + 2.23vw, 2.5rem);
  }
}

.data-card--07 .data-card__icon {
  position: absolute;
  max-width: 18.6666666667vw;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  .data-card--07 .data-card__icon {
    max-width: 140px;
  }
}
.data-card--07 .data-card__icon::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32vw;
  height: 32vw;
  background-color: #f5f5f5;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .data-card--07 .data-card__icon::before {
    width: clamp(12.5rem, 9.637rem + 4.47vw, 15rem);
    height: clamp(12.5rem, 9.637rem + 4.47vw, 15rem);
  }
}

.data-card__chart {
  position: relative;
  margin-top: 21.3333333333vw;
  margin-inline: auto;
  width: 51.4666666667vw;
  height: 51.4666666667vw;
}
@media screen and (min-width: 1025px) {
  .data-card__chart {
    margin-top: 160px;
    width: clamp(20rem, 15.276rem + 7.37vw, 24.125rem);
    height: clamp(20rem, 15.276rem + 7.37vw, 24.125rem);
  }
}

.data-card__segment {
  position: absolute;
  text-align: center;
}

.data-card__segment--01 {
  top: 0vw;
  right: -15.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card__segment--01 {
    top: 0px;
    right: clamp(-135px, -100px + -35 * (100vw - 1025px) / 895, -100px);
  }
}

.data-card__segment--02 {
  bottom: -6.6666666667vw;
  left: -9.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .data-card__segment--02 {
    bottom: -50px;
    left: -70px;
  }
}

.data-card__segment--03 {
  top: 6.6666666667vw;
  left: -16vw;
}
@media screen and (min-width: 1025px) {
  .data-card__segment--03 {
    top: 50px;
    left: clamp(-120px, -100px + -20 * (100vw - 1025px) / 895, -100px);
  }
}

.data-card__segment--04 {
  top: -12vw;
  left: 0vw;
}
@media screen and (min-width: 1025px) {
  .data-card__segment--04 {
    top: -90px;
    left: 0px;
  }
}

.data-card__segmentTitle {
  font-size: 2.4vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .data-card__segmentTitle {
    font-size: 18px;
  }
}

.data-card__segment .data-card__number {
  font-size: 5.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .data-card__segment .data-card__number {
    font-size: 40px;
  }
}
.data-card__segment .data-card__number span {
  font-size: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .data-card__segment .data-card__number span {
    font-size: clamp(3.75rem, 2.318rem + 2.23vw, 5rem);
  }
}

.jobDescription {
  position: relative;
  overflow: hidden;
  padding-top: 32vw;
  padding-bottom: 32vw;
}
@media screen and (min-width: 1025px) {
  .jobDescription {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}

.jobDescription::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0b3074;
  z-index: -1;
  opacity: 0.9;
}

.jobDescription__inner {
  position: relative;
  z-index: 3;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .jobDescription__inner {
    max-width: 1200px;
  }
}

.jobDescription__inner::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  z-index: 1;
  background-color: #898989;
  opacity: 0.3;
}

.jobDescription__inner::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  z-index: 1;
  background-color: #898989;
  opacity: 0.3;
}

.jobDescription__accordion {
  margin-top: 16vw;
}
@media screen and (min-width: 1025px) {
  .jobDescription__accordion {
    margin-top: 120px;
  }
}

.accordion__table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.accordion__item {
  margin-top: 5.3333333333vw;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1025px) {
  .accordion__item {
    margin-top: 40px;
  }
}

.accordion__title {
  position: relative;
  font-size: 4.5333333333vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  padding: 2.6666666667vw 5.3333333333vw;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .accordion__title {
    font-size: 32px;
    padding: 20px 40px;
  }
}

/* 横線 */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 5.3333333333vw;
  top: 50%;
  width: 5.3333333333vw;
  height: 0.8vw;
  background: #437FEE;
  transform-origin: center;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .accordion__title::before,
  .accordion__title::after {
    width: 24px;
    height: 3px;
    right: 40px;
  }
}

/* 横線 */
.accordion__title::before {
  transform: translateY(-50%) rotate(0deg);
}

/* 縦線 */
.accordion__title::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 開いたとき */
.accordion__item.is-open .accordion__title::before {
  transform: translateY(-50%) rotate(0deg); /* 横線はそのまま */
}

.accordion__item.is-open .accordion__title::after {
  transform: translateY(-50%) rotate(0deg); /* 縦線を縮めて消す */
}

.accordion__panel {
  padding: 5.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .accordion__panel {
    padding: 80px 90px;
  }
}
.accordion__panel tr {
  display: flex;
  align-items: flex-start;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .accordion__panel tr {
    margin-top: 40px;
  }
}
.accordion__panel th {
  font-size: 4vw;
  font-weight: 700;
  color: #437FEE;
  max-width: 34.6666666667vw;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .accordion__panel th {
    font-size: 18px;
    max-width: 260px;
  }
}
.accordion__panel td {
  font-size: 4vw;
  max-width: 58.6666666667vw;
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .accordion__panel td {
    font-size: 16px;
    max-width: 440px;
  }
}/*# sourceMappingURL=recruit.css.map */