:root {
  --color-white: #ffffff;
  --color-black: #4c4c47;
  --color-sub-black: #353535;
  --color-sub-black-2: #9b9b9b;
  --color-main: #ff91c2;
  --color-sub: #4c4c47;
  --color-text: #4c4c47;
  --color-button: #4c4c47;
  --color-label: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-label-text: #ffffff;
  --color-button: linear-gradient(180deg, #353535 0%, , #1e1e1e 100%);
  --color-button-text: #ffffff;
  --gradient-main: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-line: #06c755;
  --color-bg-emph: rgba(252, 3, 135, 0.04);
  --color-background: #fff8f1;
  --color-mask: rgba(0, 0, 0, 0.5);
  --gradient-main: linear-gradient(
    233deg,
    #fff2b7 0%,
    #b9f3ff 10%,
    #ff96e5 56%,
    #fff2b7 100%
  );
  --shadow-white: 0 0 4px #ffffff;
  --shadow-black: 0 0 5px #e4e4e4;
  --shadow-main: 1px 1px 3px #cecece;
  --shadow-box: 0 1px 8px rgb(0 0 0 / 9%);
}

/* recruit__section */
.recruit__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .recruit__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .recruit__section {
    margin-top: 15.6453715776vw;
  }
}
.recruit__section .recruitment__list {
  width: 59.7222222222vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1920px) {
  .recruit__section .recruitment__list {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .recruit__section .recruitment__list {
    width: 96.479791395vw;
  }
}
@media not screen and (min-width: 768px) {
  .recruit__section .recruitment__list {
    flex-direction: column;
  }
}
.recruit__section .recruitment__list li {
  padding: 10px 20px;
  margin-bottom: 1.3888888889vw;
}
@media not screen and (min-width: 768px) {
  .recruit__section .recruitment__list li {
    margin-bottom: 0;
  }
}
.recruit__section .recruitment__list li.recruitment__title {
  width: calc(35% - 80px);
  background: var(--color-sub);
  position: relative;
  display: flex;
  align-items: center;
}
@media not screen and (min-width: 768px) {
  .recruit__section .recruitment__list li.recruitment__title {
    width: calc(100% - 10.4302477184vw);
  }
}
.recruit__section .recruitment__list li.recruitment__title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  border: solid transparent;
  height: 0;
  width: 0;
  border-style: solid;
  pointer-events: none;
  border-left-color: var(--color-sub);
  border-width: 10px;
  margin-top: -10px;
}
@media not screen and (min-width: 768px) {
  .recruit__section .recruitment__list li.recruitment__title::after {
    border-width: 5px;
    margin-top: -5px;
    transform: translateX(-50%) rotate(90deg);
    top: unset;
    bottom: -10px;
    left: 50%;
  }
}
.recruit__section .recruitment__list li.recruitment__title span {
  color: var(--color-white);
  font-size: 1.1805555556vw;
}
@media (min-width: 1920px) {
  .recruit__section .recruitment__list li.recruitment__title span {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .recruit__section .recruitment__list li.recruitment__title span {
    font-size: 3.9113428944vw;
  }
}
.recruit__section .recruitment__list li.recruitment__content {
  width: 65%;
  background-color: var(--color-white);
}
@media not screen and (min-width: 768px) {
  .recruit__section .recruitment__list li.recruitment__content {
    width: calc(100% - 10.4302477184vw);
  }
}
.recruit__section .recruitment__list li.recruitment__content span {
  color: var(--color-text);
  font-size: 1.1805555556vw;
}
@media (min-width: 1920px) {
  .recruit__section .recruitment__list li.recruitment__content span {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .recruit__section .recruitment__list li.recruitment__content span {
    font-size: 3.9113428944vw;
  }
}
@media not screen and (min-width: 768px) {
  .recruit__section .recruitment__list li:nth-child(even) {
    margin-bottom: 5.2151238592vw;
  }
}
.recruit__section .page__container img {
  display: block;
  width: 80%;
  margin: 4.1666666667vw auto;
}
@media not screen and (min-width: 768px) {
  .recruit__section .page__container img {
    margin: 15.6453715776vw auto;
  }
}