@charset "UTF-8";
.bvs-bgImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}

/* check */
.bvs-check {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 999;
}
.bvs-check.open {
  opacity: 1;
  pointer-events: auto;
}
.bvs-check__close {
  cursor: pointer;
  max-width: 30rem;
  position: relative;
  width: 30%;

  & > div {
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2rem;
  }

  & > img {
    display: block;
    height: auto;
    width: 100%;
  }
}
.bvs-check__closeBtn {
  height: 100%;
  position: relative;
  width: 100%;

  & > span {
    background-color: rgb(255, 255, 255);
    display: block;
    height: 0.2rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;

    &:nth-child(1) {
      transform: translateY(-50%) rotate(45deg);
    }

    &:nth-child(2) {
      transform: translateY(-50%) rotate(-45deg);
    }
  }
}
@media only screen and (max-width: 767px) {
  .bvs-check__close {
    width: 80%;
  }
}

/* company */
.bvs-company {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 999;
}
.bvs-company.open {
  opacity: 1;
  pointer-events: auto;
}
.bvs-company__main {
  background-color: #ffffff;
  color: #4a4a4a;
  max-height: calc(100vh - 6.2rem);
  padding: 2.5rem;
  text-align: center;
  width: 85%;
}
.bvs-company__main > button {
  background-color: #0258c1;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 0.6rem;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 35%;
}
.bvs-company__main > button:hover {
  opacity: 0.7;
}
.bvs-company__main > h4 {
  border-bottom: 3px solid #0258c1;
  color: #2f4f4f;
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 0.6rem;
}
.bvs-company__mainList {
  list-style: none;
  padding: 1.8rem 0 3.6rem;
}
.bvs-company__mainList > li:nth-child(n + 2) {
  margin-top: 2.5rem;
}
.bvs-company__mainList > li > h3 {
  color: #2f4f4f;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.bvs-company__mainList > li > p {
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.2rem;
}

/* formNav */
.bvs-formNav {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2.4rem;
  position: relative;
}
.bvs-formNav.next {
  justify-content: flex-end;
}
.bvs-formNav.prev {
  justify-content: flex-start;
}
.bvs-formNav > p {
  cursor: pointer;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.bvs-formNav > p:hover {
  opacity: 0.7;
}
.bvs-formNav > p.next {
  background: linear-gradient(#13b37d, #0d835c);
  border-radius: 10px;
  box-shadow: 0px 3px 0px #13b37d;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: left;
  width: 11.5rem;
}
.bvs-formNav > p.next::after {
  content: "≫";
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-55%);
}
.bvs-formNav > p.prev {
  color: #333333;
  font-size: 0.9rem;
}

/* formRadio */
.bvs-formRadio {
  overflow: hidden;
  padding: 1.8rem;
  position: relative;
  width: 37.1rem;
}
.bvs-formRadio > p {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  text-align: center;

  & > span {
    color: #e6712a;
    font-weight: 700;
  }
}
.bvs-formRadio__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.2rem 0;
}
.bvs-formRadio__cont.column {
  align-items: center;
  flex-direction: column;
}
.bvs-formRadio__cont.column > div:nth-child(n + 2) {
  margin-top: 1.2rem;
}
.bvs-formRadio__cont.row > div:nth-child(n + 3) {
  margin-top: 1.2rem;
}
.bvs-formRadio__cont.row > div:not(:nth-child(2n + 1)) {
  margin-left: 1.2rem;
}
.bvs-formRadio__cont > div > input {
  display: none;
}
.bvs-formRadio__cont > div > input:checked + label {
  background-color: #549df7;
  color: #ffffff;
}
.bvs-formRadio__cont > div > label {
  border: 2px solid #0258c1;
  border-radius: 10px;
  color: #0258c1;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1.5rem 0.6rem;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 14.6rem;
}

.bvs-formRadio__cont > div > label:hover {
  background-color: #549df7;
  color: #ffffff;
}
.bvs-formRadio__tit {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bvs-formRadio__tit > h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.bvs-formRadio__tit > span {
  background-color: #1279ff;
  display: block;
  height: 0.6rem;
  margin-right: 0.6rem;
  width: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .bvs-formRadio {
    width: 100%;

    &:nth-of-type(1) {
      padding-top: 0;

      & > p {
        color: #ffffff;
        padding: 0.5rem;
        position: relative;
        z-index: 1;

        &::before {
          background-color: #549df7;
          bottom: 0;
          content: "";
          left: -100%;
          position: absolute;
          right: -100%;
          top: 0;
          z-index: -1;
        }
      }
    }
  }
  .bvs-formRadio__cont > div {
    width: calc((100% - 1.2rem) / 2);
  }
  .bvs-formRadio__cont > div > label {
    width: 100%;
  }
}
/* formVarious */
.bvs-formVarious {
  padding: 1.8rem;
  position: relative;
  width: 37.1rem;
}
.bvs-formVarious > p {
  color: #e6712a;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  text-align: center;
}
.bvs-formVarious > p.target-jobs {
  border: 2px solid #bbbbbb;
  border-radius: 15px;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.8rem;
  text-align: center;

  & > strong {
    animation: change-scale-text 2s infinite linear 0.1s both;
    color: #e60012;
    display: inline-block;
    padding: 0 0.6rem;
  }
}
@keyframes change-scale-text {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.2;
  }

  100% {
    scale: 1;
  }
}
.bvs-formVarious__cont {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  width: 18.7rem;
}
.bvs-formVarious__cont:nth-child(n + 2) {
  margin-top: 1.2rem;
}
.bvs-formVarious__cont > input {
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  color: #444444;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.7rem 1rem;
  width: 100%;
}
.bvs-formVarious__cont > label {
  display: flex;
  font-size: 1rem;
  margin-bottom: 0.6rem;
  white-space: nowrap;
}
.bvs-formVarious__cont > label > span.example {
  align-self: flex-end;
  color: #6a7377;
  font-size: 0.8rem;
  margin-left: 0.6rem;
}
.bvs-formVarious__cont > label > span.square {
  align-self: center;
  background-color: #549df7;
  display: block;
  flex-shrink: 0;
  height: 0.6rem;
  margin-right: 0.6rem;
  width: 0.6rem;
}
.bvs-formVarious__cont > p.length {
  background-color: #0258c1;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  left: calc(100% + 0.6rem);
  padding: 0.6rem 1rem;
  position: absolute;
  top: 35%;
  white-space: nowrap;
}
.bvs-formVarious__cont > p.length-age {
  top: 28%;
}
@media only screen and (max-width: 767px) {
  .bvs-formVarious__cont > p.length {
    left: auto;
    right: calc(0% + 0.3rem);
  }
}
.bvs-formVarious__cont > p.privacy {
  color: #e60012;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.bvs-formVarious__cont > p.speech-bubble {
  align-items: center;
  border: 0.1rem solid #333333;
  border-radius: 0.3rem;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  margin: 0.5rem auto 0;
  position: relative;
  width: 90%;

  &::after,
  &::before {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    content: "";
    height: 0.4rem;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 1rem;
  }

  &::after {
    background-color: #ffffff;
    bottom: calc(100% - 0.1rem);
  }

  &::before {
    background-color: #333333;
    bottom: 100%;
  }
}
.bvs-formVarious__cont > p.supplement {
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.bvs-formVarious__cont > p.supplement-small {
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 0.5rem;

  & > span {
    color: #e60012;
    font-size: 1rem;
  }
}
.bvs-formVarious__cont > p.term {
  color: #6a7377;
  font-size: 0.8rem;
  text-align: center;
}
.bvs-formVarious__cont > p.term > a {
  color: #6a7377;
  text-decoration: underline;
}
.bvs-formVarious__cont > select {
  background: linear-gradient(
    to bottom,
    #ffffff,
    rgba(252, 252, 252, 0.3),
    rgba(204, 223, 230, 0.6),
    #ebebeb
  );
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  color: #444444;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.7rem 2.2rem 0.7rem 1rem;
  width: 100%;
}
.bvs-formVarious__numberJobs {
  align-items: center;
  display: none;
  justify-content: center;
  margin-top: 1.6rem;

  &.display {
    display: flex;
  }

  & > img {
    display: block;
    height: auto;
    width: 3rem;
  }

  & > p {
    border: 0.1rem solid #333333;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-right: 0.6rem;
    padding: 0.6rem 1rem;
    position: relative;

    &::after,
    &::before {
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      content: "";
      height: 1rem;
      top: 50%;
      position: absolute;
      translate: 0 -50%;
      width: 0.6rem;
    }

    &::after {
      background-color: #ffffff;
      left: calc(100% - 0.1rem);
    }

    &::before {
      background-color: #333333;
      left: 100%;
    }

    & > span {
      color: #e6712a;
    }
  }
}
.bvs-formVarious__submit {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 2.4rem auto 0;
  width: 18.7rem;
}
.bvs-formVarious__submit > button {
  animation: change-scale 2s infinite linear 0.1s both;
  background: linear-gradient(#00b46d, #00813a);
  border-radius: 35px;
  box-shadow: 0px 3px 0px #00b46d;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin-top: 0.6rem;
  padding: 0.9rem 0.6rem;
  position: relative;
  width: 100%;
}
@keyframes change-scale {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}
.bvs-formVarious__submit > button::after,
.bvs-formVarious__submit > button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bvs-formVarious__submit > button::after {
  content: "\f138";
  right: 1.2rem;
}
.bvs-formVarious__submit > button::before {
  content: "\f002";
  left: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .bvs-formVarious {
    width: 100%;
  }
  .bvs-formVarious__cont {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
  .bvs-formVarious__submit {
    width: 100%;
  }
}
/* form-modal */
.form-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 999;
}
.form-modal.close {
  opacity: 0;
  pointer-events: none;
}
.form-modal__main {
  background-color: #ffffff;
  border: 3px solid #0258c1;
  border-radius: 6px;
  padding: 1.8rem;
}
.form-modal__main > div {
  margin-top: 1.2rem;
}
.form-modal__main > div > input {
  display: none;
}
.form-modal__main > div > input:checked + label {
  background-color: #549df7;
  color: #ffffff;
}
.form-modal__main > div > label {
  border: 2px solid #0258c1;
  border-radius: 10px;
  color: #0258c1;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1.5rem 0.6rem;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 18.7rem;
}
.form-modal__main > div > label:hover {
  background-color: #549df7;
  color: #ffffff;
}
.form-modal__main > h2 {
  color: #333333;
  font-size: 1.1rem;
  text-align: center;
}

/* sensation */
.bvs-sensation {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 999;
  transition: opacity .3s ease, visibility .3s ease;
}

.bvs-sensation.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


.bvs-sensation.close {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bvs-sensation__main {
  background-color: #ffffff;
  border: 3px solid #0258c1;
  border-radius: 6px;
  padding: 1.8rem;
}
.bvs-sensation__main > div {
  margin-top: 1.2rem;
}
.bvs-sensation__main > div > input {
  display: none;
}
.bvs-sensation__main > div > input:checked + label {
  background-color: #549df7;
  color: #ffffff;
}
.bvs-sensation__main > div > label {
  border: 2px solid #0258c1;
  border-radius: 10px;
  color: #0258c1;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1.5rem 0.6rem;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 18.7rem;
}
.bvs-sensation__main > div > label:hover {
  background-color: #549df7;
  color: #ffffff;
}
.bvs-sensation__main > h2 {
  color: #333333;
  font-size: 1.1rem;
  text-align: center;
}

/* header */
.bvs-header {
  align-items: center;
  display: flex;
  padding: 0.4rem 1.2rem;
}
.bvs-header__left {
  margin-right: 1rem;
}
.bvs-header__left > img {
  display: block;
  height: auto;
  width: 6.5rem;
}
.bvs-header__right > h1 {
  display: none;
}
.bvs-header__right > p {
  font-size: 0.6rem;
  font-weight: 400;
}

/* footer */
.bvs-footer__bottom {
  background-color: #007d9c;
  padding: 1.7rem 0;
}
.bvs-footer__bottomList {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
}
.bvs-footer__bottomList > li {
  font-size: 0.7rem;
}
.bvs-footer__bottomList > li:nth-child(n + 2) {
  margin-left: 3.1rem;
}
.bvs-footer__bottomList > li > a,
.bvs-footer__bottomList > li > button {
  color: #ffffff;
  text-decoration: underline;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.bvs-footer__bottomList > li > a:hover,
.bvs-footer__bottomList > li > button:hover {
  opacity: 0.7;
}
.bvs-footer__bottomList > li > button {
  cursor: pointer;
}
.bvs-footer__top {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1.2rem 0;
}
.bvs-footer__topLink {
  align-items: center;
  display: flex;
  text-decoration: none;
}
.bvs-footer__topLink:hover {
  text-decoration: none;
}
.bvs-footer__topLink > img {
  display: block;
  height: auto;
}
.bvs-footer__topLink > img:nth-child(1) {
  margin-right: 0.5rem;
  width: 1.4rem;
}
.bvs-footer__topLink > img:nth-child(2) {
  width: 2.1rem;
}
.bvs-footer__topTxt {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-left: 0.3rem;
}

/* recruit */
.bvs-recruit > h2 {
  background-color: #fdf5eb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.9rem 1.2rem;
  text-align: center;
}
.bvs-recruit > h2 > span {
  color: #b1650c;
}
.bvs-recruit > p {
  background-color: #fdf5eb;
  color: #b1650c;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.6rem 3.1rem;
  text-align: center;
}
.bvs-recruit__mvSp {
  background-image: url(../img/home_mv-sp_bg.jpg);
  display: none;
  height: 0;
  padding-bottom: 42.5%;
  position: relative;
  &.none {
    display: none;
  }
  & > p {
    font-size: 4vw;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 1rem;
    font-weight: bold;

    & span {
      &.line {
        position: relative;
        z-index: 1;

        &::before {
          background-color: #e37c32;
          bottom: 5%;
          content: "";
          height: 0.2rem;
          left: 0;
          position: absolute;
          right: 0;
          z-index: -1;
        }
      }
    }
  }
  & > img {
    bottom: 0;
    display: block;
    height: auto;
    left: 28%;
    position: absolute;
    width: 33%;
    z-index: 1;
  }
}
.bvs-recruit__mvSpLeft {
  left: 2.5%;
  position: absolute;
  top: 22.5%;

  & > p {
    font-weight: 700;

    &:nth-of-type(1) {
      font-size: 4vw;
      letter-spacing: 0.1em;
      line-height: 1.5;

      & span {
        &.line {
          position: relative;
          z-index: 1;

          &::before {
            background-color: #e37c32;
            bottom: 5%;
            content: "";
            height: 0.2rem;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
          }
        }

        &.small {
          font-size: 3.2vw;
        }
      }
    }

    &:nth-of-type(2) {
      font-size: 2.4vw;
      letter-spacing: 0.1em;
      margin: 1% 0 10%;
      white-space: nowrap;

      & > span {
        display: inline-block;
        padding: 6% 12% 6% 0;
        position: relative;
        z-index: 1;

        &:nth-child(n + 2) {
          margin-top: 6%;
        }

        &::before {
          background-color: #e37c32;
          bottom: 0;
          content: "";
          left: -100%;
          position: absolute;
          right: 0;
          top: 0;
          z-index: -1;
        }
      }
    }

    &:nth-of-type(3) {
      font-size: 1.8vw;
      letter-spacing: 0.05em;
    }
  }
}
.bvs-recruit__mvSpRight {
  position: absolute;
  right: 2.5%;
  top: 18.5%;
  width: 42.5%;

  & > p {
    font-size: 2vw;
    letter-spacing: 0.05em;

    & span {
      &.line {
        position: relative;
        z-index: 1;

        &::before {
          background-color: #e37c32;
          bottom: 5%;
          content: "";
          height: 0.2rem;
          left: 0;
          position: absolute;
          right: 0;
          z-index: -1;
        }
      }
    }

    &:nth-of-type(1) {
      font-weight: bold;
      text-align: center;
      font-size: 1.8vw;
      line-height: 1.8;
    }

    &:nth-of-type(2) {
      font-weight: 700;
      line-height: 1.6;
      text-align: right;

      & > span {
        background: linear-gradient(transparent 60%, #e09552 60%);
      }
    }
  }

  & > ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 6% 0 4%;

    & > li {
      background-color: #ffffff;
      border: 3px solid #000000;
      padding: 2% 0;
      position: relative;
      width: 40%;

      &:not(:nth-child(3n)) {
        margin-right: 3%;
      }

      & > p {
        font-weight: 700;

        &:nth-child(1) {
          color: #e98c3a;
          font-size: 4vw;
          left: 0;
          position: absolute;
          text-shadow: 2px 2px 0px #000000;
          top: 0;
          transform: translate(-50%, -50%);
        }

        &:nth-child(2) {
          align-items: center;
          display: flex;
          font-size: 1.8vw;
          height: 100%;
          justify-content: center;
          letter-spacing: 0.1em;
          line-height: 1.2;
          text-align: center;
        }
      }
    }
  }
}
@media only screen and (max-width: 767px) {
  .bvs-recruit__mvSp {
    display: block;
  }
}
.bvs-recruit__main {
  background-image: url(../img/home_mv_bg.jpg);
  border-top: 3px solid #007d9c;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bvs-recruit__main {
    border-top: 2px solid #0258c1;
  }
}
.bvs-recruit__main > p {
  background-color: #ffffff;
  font-weight: 700;
  text-align: center;

  &:nth-of-type(1) {
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    gap: 1rem;
    justify-content: center;
    padding: 1rem 0 0.5rem;

    & > span {
      color: #0258c1;
      display: block;
      font-size: 1rem;
      margin-top: -0.2rem;
    }
  }

  &:nth-of-type(2) {
    padding: 0.5rem 0 1rem;

    & > span {
      &.orange {
        color: #b1650c;
      }

      &.red {
        color: #e60012;
      }
    }
  }
}
.bvs-recruit__mainLeft {
  overflow: hidden;
  padding: 10.6rem 6.8rem 4.8rem;
  position: absolute;
  right: 102.5%;
  top: 3rem;
  width: 56.7rem;

  & > img {
    bottom: 0;
    display: block;
    height: auto;
    position: absolute;
    right: 0;
    width: 24.4rem;
    z-index: 1;
  }

  & > p {
    font-weight: 700;

    &:nth-of-type(1) {
      font-size: 1rem;
      letter-spacing: 0.05em;
      line-height: 1.5;

      & strong {
        font-size: 1.3rem;
      }

      & > span {
        position: relative;
        z-index: 1;

        &::before {
          background-color: #e37c32;
          bottom: 5%;
          content: "";
          height: 0.1rem;
          left: 0;
          position: absolute;
          right: 0;
          z-index: -1;
        }
      }
    }

    &:nth-of-type(2) {
      font-size: 0.9rem;
      margin: 0.2rem 0 0.8rem;

      & > span {
        display: inline-block;
        padding: 0.5rem 0.8rem 0.5rem 0;
        position: relative;
        z-index: 1;

        &:nth-child(n + 2) {
          margin-top: 0.4rem;
        }

        &::before {
          background-color: #e37c32;
          bottom: 0;
          content: "";
          left: -100%;
          position: absolute;
          right: 0;
          top: 0;
          z-index: -1;
        }
      }
    }

    &:nth-of-type(3) {
      font-size: 0.6rem;
    }
  }
}
@media only screen and (max-width: 767px) {
  .bvs-recruit__mainLeft {
    display: none;
  }
}


.bvs-recruit__mainRight {
  left: 102.5%;
  padding: 10.6rem 6.8rem 4.8rem;
  position: absolute;
  top: 2rem;
  width: 24.7rem;
  overflow: hidden;


  & > img {
    bottom: 0;
    display: block;
    height: auto;
    position: absolute;
    right: 0;
    width: 24.4rem;
    z-index: 1;
  }

  & > p {
    letter-spacing: 0.05em;

    &:nth-of-type(1) {
      font-size: 0.8rem;
      font-weight: bold;
      text-align: center;
    }

    &:nth-of-type(2) {
      font-size: 0.6rem;
      font-weight: 700;
      line-height: 1.5;
      text-align: right;

      & > span {
        background: linear-gradient(transparent 60%, #e09552 60%);
      }
    }
  }

  & > ul {
    display: flex;
    list-style: none;
    margin: 1rem 0 0.8rem;

    & > li {
      border: 3px solid #000000;
      padding: 0.5rem 0;
      position: relative;
      width: calc((100% - 1rem * 2) / 3);

      &:not(:nth-child(3n)) {
        margin-right: 1rem;
      }

      & > p {
        font-weight: 700;

        &:nth-child(1) {
          color: #e98c3a;
          font-size: 1.2rem;
          left: 0;
          position: absolute;
          text-shadow: 2px 2px 0px #000000;
          top: 0;
          transform: translate(-50%, -50%);
        }

        &:nth-child(2) {
          align-items: center;
          display: flex;
          font-size: 0.7rem;
          height: 100%;
          justify-content: center;
          letter-spacing: 0.1em;
          text-align: center;
        }
      }
    }
  }
}
@media only screen and (max-width: 767px) {
  .bvs-recruit__mainRight {
    display: none;
  }
}
.bvs-recruit__mainForm {
  margin: 0 auto;
  overflow: hidden;
  padding: 2.4rem 0;
  position: relative;
  width: 37.1rem;
}
.bvs-recruit__mainForm > h2 {
  filter: drop-shadow(0px 0px 3px #ffffff) drop-shadow(0px 0px 3px #ffffff);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.9rem;
  text-align: center;
}
.bvs-recruit__mainForm > h2 > span {
  color: #b1650c;
}
.bvs-recruit__mainFormCont {
  align-items: flex-start;
  background-color: #ffffff;
  display: flex;
  margin: 0 auto;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 296.8rem;
}
.bvs-recruit__mainFormCont#step-1 {
  transform: translateX(0);
}
.bvs-recruit__mainFormCont#step-2 {
  transform: translateX(calc(0px - 37.1rem));
}
.bvs-recruit__mainFormCont#step-3 {
  transform: translateX(calc(0px - 74.2rem));
}
.bvs-recruit__mainFormCont#step-4 {
  transform: translateX(calc(0px - 111.3rem));
}
.bvs-recruit__mainImg {
  margin: 0 auto;
  position: relative;
  width: 37.1rem;
}
.bvs-recruit__mainStep {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 0.6rem 0;
}
.bvs-recruit__mainStep > p {
  font-size: 1.2rem;
  font-weight: 700;
}
.bvs-recruit__mainStepList {
  align-items: center;
  display: flex;
  list-style: none;
  margin-left: 2rem;
  position: relative;
}
.bvs-recruit__mainStepList#step-1 .beaver-kun > img {
  position: absolute;
  left: -22px;
  top: -3px;
  width: 80px;
  height: auto;
  transition: all 0.5s;
}
.bvs-recruit__mainStepList#step-2 .beaver-kun > img {
  position: absolute;
  left: -22px;
  top: -3px;
  width: 80px;
  height: auto;
  transform: translateX(72px);
  transition: all 0.5s;
}
.bvs-recruit__mainStepList#step-3 .beaver-kun > img {
  position: absolute;
  left: -22px;
  top: -3px;
  width: 80px;
  height: auto;
  transform: translateX(144px);
  transition: all 0.5s;
}
.bvs-recruit__mainStepList#step-4 .beaver-kun > img {
  position: absolute;
  left: -22px;
  top: -3px;
  width: 80px;
  height: auto;
  transform: translateX(216px);
  transition: all 0.5s;
}
.bvs-recruit__mainStepList#step-5 .beaver-kun > img {
  position: absolute;
  left: -22px;
  top: -3px;
  width: 80px;
  height: auto;
  transform: translateX(288px);
  transition: all 0.5s;
}
.bvs-recruit__mainStepList#step-6 .beaver-kun > img {
  position: absolute;
  left: -22px;
  top: -3px;
  width: 80px;
  height: auto;
  transform: translateX(360px);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .bvs-recruit__mainStepList#step-1 .beaver-kun > img {
    position: absolute;
    left: -18px;
    top: -2px;
    width: 55px;
    height: auto;
    transition: all 0.5s;
  }
  .bvs-recruit__mainStepList#step-2 .beaver-kun > img {
    position: absolute;
    left: -18px;
    top: -2px;
    width: 55px;
    height: auto;
    transform: translateX(46px);
    transition: all 0.5s;
  }
  .bvs-recruit__mainStepList#step-3 .beaver-kun > img {
    position: absolute;
    left: -18px;
    top: -2px;
    width: 55px;
    height: auto;
    transform: translateX(88px);
    transition: all 0.5s;
  }
  .bvs-recruit__mainStepList#step-4 .beaver-kun > img {
    position: absolute;
    left: -18px;
    top: -2px;
    width: 55px;
    height: auto;
    transform: translateX(132px);
    transition: all 0.5s;
  }
  .bvs-recruit__mainStepList#step-5 .beaver-kun > img {
    position: absolute;
    left: -18px;
    top: -2px;
    width: 55px;
    height: auto;
    transform: translateX(173px);
    transition: all 0.5s;
  }
  .bvs-recruit__mainStepList#step-6 .beaver-kun > img {
    position: absolute;
    left: -18px;
    top: -2px;
    width: 55px;
    height: auto;
    transform: translateX(214px);
    transition: all 0.5s;
  }
}
.bvs-recruit__mainStepList#step-1 > li:not(:nth-child(n + 2)) {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-2 > li:not(:nth-child(n + 3)) {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-3 > li:not(:nth-child(n + 4)) {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-4 > li:not(:nth-child(n + 5)) {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-5 > li:not(:nth-child(n + 6)) {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-6 > li:not(:nth-child(n + 7)) {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-2 > li:not(:nth-child(n + 3)):after {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-3 > li:not(:nth-child(n + 4)):after {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-4 > li:not(:nth-child(n + 5)):after {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-5 > li:not(:nth-child(n + 6)):after {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList#step-6 > li:not(:nth-child(n + 7)):after {
  background-color: #13b37d;
}
.bvs-recruit__mainStepList > li {
  align-items: center;
  background-color: #dddddd;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  height: 2.5rem;
  justify-content: center;
  position: relative;
  width: 2.5rem;
}
.bvs-recruit__mainStepList > li:nth-child(n + 2) {
  margin-left: 2rem;
}
.bvs-recruit__mainStepList > li:nth-child(n + 2):after {
  background-color: #dddddd;
  content: "";
  height: 0.2rem;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media only screen and (min-width: 768px) {
  .fv-sp_img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .bvs-recruit > img {
    display: block;
  }
  .bvs-recruit__mainForm {
    padding: 0 0 2.4rem;
    width: 100%;
  }
  .bvs-recruit__mainForm > h2 {
    font-size: 0.8rem;
  }
  .bvs-recruit__mainFormCont {
    width: 400%;
  }
  .bvs-recruit__mainFormCont#step-2 {
    transform: translateX(calc(0px - (100% / 4 * 1)));
  }
  .bvs-recruit__mainFormCont#step-3 {
    transform: translateX(calc(0px - (100% / 4 * 2)));
  }
  .bvs-recruit__mainFormCont#step-4 {
    transform: translateX(calc(0px - (100% / 4 * 3)));
  }
  .bvs-recruit__mainImg {
    display: none;
  }
  .bvs-recruit__mainStep > p {
    font-size: 1rem;
  }
  .bvs-recruit__mainStepList {
    margin-left: 1rem;
  }
  .bvs-recruit__mainStepList > li {
    font-size: 0.9rem;
    height: 2rem;
    width: 2rem;
  }

  .bvs-recruit__mainStepList > li:nth-child(n + 2) {
    margin-left: 1rem;
  }
  .bvs-recruit__mainStepList > li:nth-child(n + 2):after {
    height: 0.1rem;
    width: 1rem;
  }

  .fv-sp_img {
    width: 100%;
  }

  .fv-sp_img img {
    width: 100%;
  }

}
.bvs-formVarious__privacyPolicyContent {
  border: 1px solid #666666;
  border-radius: 0.3rem;
  height: 10rem;
  margin: 0.3rem 0;
  padding: 0.5rem;
  overflow-y: scroll;

  & > p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.bvs-formVarious__privacyPolicyAgreement {
  align-items: center;
  border: 1px solid #666666;
  border-radius: 0.3rem;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 1rem;

  & > label {
    flex: 1;
  }

  &.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
  }
}
body,
html {
  color: #000000;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
}
