@charset "UTF-8";
/*!
recruit > main
------------------------------
*/
/* mv */
.recruit .mv {
  background-image: url(../img/recruit/mv-bg.jpg);
}
.recruit .mv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.recruit .mv h1 {
  color: var(--color-gray-02);
  text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 3px;
}

/* flow */
.flow__text {
  margin-bottom: clamp(40px, 8.88vw, 80px);
}
.flow__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 80px;
}
.flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.flow__header {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.flow__header span:nth-of-type(1) {
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
}
.flow__header span:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 76px;
  background-image: url(../img/recruit/flow-bg-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--color-blue-01);
  font-size: clamp(26px, 3.55vw, 32px);
  line-height: 1;
}
.flow-04 .flow__header span:nth-of-type(2) {
  background-image: url(../img/recruit/flow-bg-02.png);
  color: var(--color-white-01);
}
.flow__icon {
  margin-top: 24px;
  margin-left: 40px;
  width: 140px;
}

/* lg */
@media (max-width: 1279px) {}

/* md */
@media (max-width: 959px) {}

/* sm */
@media (max-width: 767px) {
  .flow__header {
    column-gap: 16px;
  }
}

/* xs */
@media (max-width: 567px) {
  .flow__list {
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
  }
}

/* xxs */
@media (max-width: 427px) {}


/* recruitment */
.recruitment__wrap {
  margin-bottom: clamp(40px, 8.88vw, 80px);
}
.recruitment-table {
  margin-bottom: clamp(24px, 4.44vw, 40px);
}
.recruitment-table__item {
  display: flex;
}
.recruitment-table__item div:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 12px 0;
  border: 1px solid var(--color-gray-01);
  background-color: var(--color-sand−01);
}
.recruitment-table__item div:nth-of-type(2) {
  width: calc(100% - 160px);
  padding: 12px 24px;
  border-top: 1px solid var(--color-gray-01);
  border-bottom: 1px solid var(--color-gray-01);
  border-right: 1px solid var(--color-gray-01);
}
.recruitment-table__item + .recruitment-table__item div:nth-of-type(1),
.recruitment-table__item + .recruitment-table__item div:nth-of-type(2) {
  border-top: none;
}
.recruitment-table__item ul {
  padding: 0 24px;
  list-style: inherit;
}
.recruitment-table__item li + li {
  margin-top: 8px;
}
.recruitment-table__item a {
  text-decoration: underline;
}
.button-blue + .button-border-l {
  margin-top: clamp(24px, 4.44vw, 40px);
}

/* lg */
@media (max-width: 1279px) {}

/* md */
@media (max-width: 959px) {}

/* sm */
@media (max-width: 767px) {
  .recruitment-table__item {
    flex-direction: column;
  }
  .recruitment-table__item div:nth-of-type(1) {
    width: 100%;
  }
  .recruitment-table__item div:nth-of-type(2) {
    width: 100%;
    border-top: none;
    border-left: 1px solid var(--color-gray-01);
  }
}

/* xs */
@media (max-width: 567px) {}

/* xxs */
@media (max-width: 427px) {}