.fv {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .fv {
    margin-bottom: 40px;
  }
}

.fv {
  background: url(../img/mv.jpg) no-repeat center/1920px;
  padding: 70px 0 0px;
  height: 700px;
}
@media (max-width: 768px) {
  .fv {
    background: url(../img/mv.jpg) no-repeat center/1300px;
    padding: 40px 0 70px;
    height: auto;
  }
}

.page__title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  display: table;
  margin: 0 auto 60px;
}
@media (max-width: 980px) {
  .page__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.fv__wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .fv__wrapper {
    padding: 20px 15px;
  }
}

.fv__title {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.fv__text {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fv__text {
    font-size: 14px;
    text-align: left;
  }
}
.fv__text:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .fv__text:not(:last-child) {
    margin-bottom: 10px;
  }
}

.recruit {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .recruit {
    margin-bottom: 40px;
  }
}
.recruit__title {
  max-width: 1920px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .recruit__title {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .recruit__title {
    margin-bottom: 12px;
    gap: 15px;
  }
}
.recruit__title--red {
  color: #ff0000;
}
.recruit__title--ja {
  font-size: 26px;
  color: #4d4d4d;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .recruit__title--ja {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .recruit__title--ja {
    font-size: 16px;
  }
}
.recruit__h2 {
  font-family: "Roboto", serif;
  font-size: 100px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0em;
  line-height: 100%;
}
@media (max-width: 980px) {
  .recruit__h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .recruit__h2 {
    font-size: 40px;
  }
}
.recruit__inner {
  width: 100%;
  margin: auto;
  margin-top: max(-1.04vw, -2rem);
}
.recruit__content {
  display: flex;
  align-items: center;
  background-color: #242e67;
}
@media (max-width: 768px) {
  .recruit__content {
    display: block;
  }
}
.recruit__content--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .recruit__content--reverse {
    flex-direction: column-reverse;
  }
}
.recruit__wrapper {
  color: #fff;
  width: 50%;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .recruit__wrapper {
    width: 100%;
    padding: 30px 0;
  }
}
.recruit__box {
  max-width: 600px;
  padding: 0px 20px;
  margin: 0 auto;
  display: table;
}
@media (max-width: 1200px) {
  .recruit__box {
    padding: 0px 15px;
  }
}
@media (max-width: 768px) {
  .recruit__box {
    width: 100%;
  }
}
.recruit__catch {
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .recruit__catch {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.recruit__text {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .recruit__text {
    font-size: 16px;
  }
}
.recruit__img {
  width: 50%;
}
@media (max-width: 768px) {
  .recruit__img {
    width: 100%;
  }
}

.recruitment-type {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .recruitment-type {
    margin-bottom: 50px;
  }
}
.recruitment-type__inner {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .recruitment-type__inner {
    width: calc(100% - 30px);
  }
}
.recruitment-type__title {
  margin-bottom: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .recruitment-type__title {
    margin-bottom: 20px;
    display: block;
  }
}
.recruitment-type__title--ja {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .recruitment-type__title--ja {
    font-size: 14px;
  }
}
.recruitment-type__title::before {
  content: "";
  width: 5px;
  height: 47px;
  background-color: #ff0000;
  display: table;
  position: absolute;
  top: -8px;
  left: 0;
}
@media (max-width: 768px) {
  .recruitment-type__title::before {
    width: 3px;
    height: 27px;
    top: -3px;
  }
}
.recruitment-type__h4 {
  font-size: 30px;
  color: #333333;
  letter-spacing: 0.2em;
  line-height: 100%;
  padding-left: 20px;
}
@media (max-width: 980px) {
  .recruitment-type__h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .recruitment-type__h4 {
    font-size: 20px;
    padding-left: 12px;
    margin-bottom: 10px;
  }
}
.recruitment-type__link {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .recruitment-type__link {
    flex-direction: column;
    align-items: center;
  }
}
.recruitment-type__btn {
  width: 32%;
  max-width: 308px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  border: 2px solid #000;
}
@media (max-width: 768px) {
  .recruitment-type__btn {
    font-size: 14px;
    width: 100%;
  }
  .recruitment-type__btn:not(:last-child) {
    margin-bottom: 15px;
  }
}
.recruitment-type__btn a {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  position: relative;
}
.recruitment-type__btn a:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 3px solid #4b4b4b;
  border-right: 3px solid #4b4b4b;
  position: absolute;
  right: 20px;
  top: 38%;
  transform: rotate(45deg);
}/*# sourceMappingURL=style.css.map */