.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.recruit-mv {
  position: relative;
  height: 71.11vw;
}
@media screen and (max-width: 768px) {
  .recruit-mv {
    height: auto;
  }
}

.recruit-mv__img {
  display: block;
  height: 100%;
}

.recruit-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-mv__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9.22vw;
}
@media screen and (max-width: 768px) {
  .recruit-mv__title {
    width: 111px;
  }
}

.recruit-mv__btn {
  position: absolute;
  right: 1.11vw;
  bottom: -1.11vw;
  width: 11.88vw;
}
@media screen and (max-width: 768px) {
  .recruit-mv__btn {
    width: 21.33vw;
  }
}

.recruit-message {
  position: relative;
  margin-top: 4.44vw;
  padding-bottom: 7.5vw;
}

.recruit-message__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.38vw;
}
@media screen and (max-width: 768px) {
  .recruit-message__inner {
    padding: 0 3vw;
  }
}

.recruit-message__title {
  position: absolute;
  left: -2.5vw;
  top: 0;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit-message__title {
    position: initial;
    flex-direction: column-reverse;
  }
}

.c-title__ja {
  font-size: 1.88vw;
  font-family: "shinryu", sans-serif;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-title__ja {
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 4vw;
  }
}

.c-title__en {
  color: #5386ba;
  font-size: 10vw;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-title__en {
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 16vw;
  }
}

.recruit-message__text {
  font-family: "shinryu", sans-serif;
  text-orientation: upright;
  font-size: 1.22vw;
  line-height: 2.0909090909;
  letter-spacing: 0.04em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "palt";
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-message__text {
    font-size: 3.4vw;
    margin-top: 6.66vw;
    line-height: 1.3076923077;
  }
}

.recruit-about {
  position: relative;
  background-color: #f0f3f9;
  padding-top: 5.55vw;
  padding-bottom: 8.33vw;
  overflow: hidden;
}

.recruit-about__inner {
  width: 79.5vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .recruit-about__inner {
    width: 100%;
    padding: 0 3.33vw;
  }
}

.recruit-about__title {
  position: absolute;
  left: -1.33vw;
  top: 5.55vw;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit-about__title {
    position: initial;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .recruit-about__units {
    margin-top: 11vw;
  }
}

.recruit-about__unit {
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit-about__content {
    padding: 0 3.33vw;
  }
}

.recruit-about__head {
  color: #5386ba;
  font-family: "din-2014", sans-serif;
}

.recruit-about__head span {
  position: relative;
  font-size: 2.22vw;
  padding-left: 3.2vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__head span {
    font-size: 6.53vw;
    padding-left: 8.5vw;
    line-height: 1;
  }
}

.recruit-about__head span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 3vw;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #5386ba;
}
@media screen and (max-width: 768px) {
  .recruit-about__head span::before {
    top: 60%;
    width: 8.26vw;
  }
}

.recruit-about__head small {
  display: inline-block;
  font-size: 1.33vw;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .recruit-about__head small {
    font-size: 3.73vw;
  }
}

.recruit-about__subtitle {
  font-size: 3vw;
  color: #5386ba;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-family: "shinryu", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .recruit-about__subtitle {
    font-size: 8vw;
    letter-spacing: -0.1em;
  }
}

.recruit-about__text {
  font-size: 1.11vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__text {
    font-size: 3.2vw;
    margin-top: 4.53vw;
    line-height: 1.5;
  }
}

.recruit-about__img {
  position: absolute;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit-about__img {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.recruit-about__box {
  background-color: white;
  padding: 1.38vw 2.5vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__box {
    padding: 4vw;
    border-radius: 10px;
  }
}

.recruit-about__box-head {
  position: relative;
  width: fit-content;
  height: 42px;
  background-color: #5386ba;
  color: white;
  padding: 0.44vw 1.11vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__box-head {
    font-size: 3.2vw;
    height: auto;
    margin: 0 auto;
    padding: 1vw 2.93vw;
  }
}

.recruit-about__box-head::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 7px;
  bottom: -6px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #5386ba;
}

.recruit-about__box-text {
  font-size: 1.11vw;
  line-height: 1.9;
  margin-top: 0.66vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__box-text {
    font-size: 2.6vw;
    line-height: 1.25;
    margin: 0;
    margin-top: 3.46vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit-about__box-text + .recruit-about__box-head {
    margin-top: 2.22vw;
  }
}

.recruit-about__box-text--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .recruit-about__box-text--grid {
    display: block;
  }
}

.recruit-about__unit:nth-child(1) .recruit-about__content {
  width: 35vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(1) .recruit-about__content {
    width: 100%;
  }
}

.recruit-about__unit:nth-child(1) .recruit-about__img {
  width: 42.3333vw;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(1) .recruit-about__img {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.recruit-about__unit:nth-child(1) .recruit-about__box {
  position: relative;
  max-width: 55vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(1) .recruit-about__box {
    max-width: 330px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: -13.3vw;
  }
}

.recruit-about__unit:nth-child(2) {
  padding-left: 33vw;
  padding-right: 5vw;
  margin-top: 7.77vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(2) {
    padding: 0;
    margin-top: 19vw;
  }
}

.recruit-about__unit:nth-child(2) .recruit-about__img {
  width: 30.55vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(2) .recruit-about__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(2) .recruit-about__box {
    position: relative;
    max-width: 325px;
    margin: 0 auto;
    margin-top: -5.55vw;
    z-index: 1;
  }
}

.recruit-about__unit:nth-child(3) {
  margin-top: 8.33vw;
  padding-bottom: 27.5vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(3) {
    margin-top: 7.22vw;
    padding-bottom: 0;
  }
}

.recruit-about__unit:nth-child(3) .recruit-about__head {
  margin-left: 42vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(3) .recruit-about__head {
    margin: 0;
  }
}

.recruit-about__unit:nth-child(3) .recruit-about__box {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40.833vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(3) .recruit-about__box {
    position: relative;
    max-width: unset;
    margin-top: -5.88vw;
    z-index: 1;
  }
}

.recruit-about__unit:nth-child(3) .recruit-about__subtitle {
  width: fit-content;
  margin-left: 42vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(3) .recruit-about__subtitle {
    margin-left: 0;
  }
}

.recruit-about__unit:nth-child(3) .recruit-about__box-head {
  width: 100%;
  text-align: center;
}

.recruit-about__unit:nth-child(3) .recruit-about__img {
  width: 42.22vw;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .recruit-about__unit:nth-child(3) .recruit-about__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.recruit {
  position: relative;
  background-color: #5386ba;
  padding-top: 5.55vw;
  padding-bottom: 5.55vw;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding-top: 11.33vw;
    padding-bottom: 11.33vw;
  }
}

.recruit__inner {
  max-width: 58.33vw;
  padding: 0 1.38vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit__inner {
    padding: 0 6.66vw;
    max-width: 100%;
  }
}

.recruit__title {
  color: white;
  position: absolute;
  left: -1.33vw;
  top: 5.55vw;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit__title {
    position: relative;
    flex-direction: column-reverse;
  }
}

.recruit__title .c-title__en {
  color: white;
}

.recruit__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #f08300;
}
@media screen and (max-width: 768px) {
  .recruit__lists {
    margin-top: 12.66vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

.recruit__list:hover {
  opacity: 0.7;
}

.recruit__list.is-active {
  background-color: #f08300;
  color: white;
}

.recruit__list {
  position: relative;
  transition: all 0.3s;
  text-align: center;
  border-left: 1px solid #f08300;
  cursor: pointer;
  color: #f08300;
  font-size: 1.11vw;
  padding: 1.66vw;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .recruit__list {
    font-size: 4.26vw;
    padding: 7.6vw 1vw;
    border-top: 1px solid #f08300;
  }
}

.recruit__list::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 5px;
  background: url(../img/arrow.png) center center/contain no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.38vw;
}
@media screen and (max-width: 768px) {
  .recruit__list::before {
    bottom: 2.5vw;
  }
}

.recruit__list.is-active::before {
  filter: brightness(0) invert(1);
}

.recruit__main {
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .recruit__main {
    margin-top: 12vw;
  }
}

.recruit__units:nth-of-type(n+2) {
  display: none;
}

.recruit__unit + .recruit__unit {
  margin-top: 4.44vw;
}
@media screen and (max-width: 768px) {
  .recruit__unit + .recruit__unit {
    margin-top: 13vw;
  }
}

.recruit__unit-title {
  color: white;
  font-size: 2.22vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit__unit-title {
    text-align: center;
    font-size: 5.33vw;
  }
}

.recruit__table {
  margin-top: 1vw;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit__table {
    border-radius: 0;
  }
}

.recruit__table dl {
  display: grid;
  grid-template-columns: 28% 1fr;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit__table dl {
    display: block;
  }
}

.recruit__table dl:not(:last-child) {
  border-bottom: 1px solid #9fa0a0;
}

.recruit__table dt {
  font-size: 1.22vw;
  text-align: center;
  color: white;
  background-color: #8e949c;
  padding: 2vw 0;
}
@media screen and (max-width: 768px) {
  .recruit__table dt {
    font-size: 2.93vw;
  }
}

.recruit__table dd {
  font-size: 1vw;
  padding: 2vw;
  background-color: white;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit__table dd {
    font-size: 2.93vw;
    text-align: center;
  }
}

.recruit-contact {
  position: relative;
  background: url(../img/bg_recruit.jpg) center center/cover no-repeat;
  padding-top: 7.77vw;
  padding-bottom: 6.44vw;
}

.recruit-contact__inner {
  width: 49.44vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-contact__inner {
    width: 100%;
    padding: 0 6.66vw;
  }
}

.recruit-contact__title {
  color: white;
  position: absolute;
  left: -1.33vw;
  top: 5.55vw;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit-contact__title {
    position: relative;
    flex-direction: column-reverse;
  }
}

.recruit-contact__title .c-title__en {
  color: white;
}

@media screen and (max-width: 768px) {
  .form {
    margin-top: 13.33vw;
  }
}

.form dl {
  display: grid;
  grid-template-columns: 7.66vw 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form dl {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form dt {
  text-align: center;
  color: white;
  font-size: 1.33vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form dt {
    font-size: 4vw;
    text-align: left;
  }
}

.form dd {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .form dd {
    margin-top: 2.66vw;
  }
}

.form dd input,
.form dd textarea {
  display: inline-block;
  width: 100%;
  height: 3.33vw;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0.55vw;
  padding: 0 1em 0.25em;
  color: white;
}
@media screen and (max-width: 768px) {
  .form dd input,
  .form dd textarea {
    height: 13vw;
    border-radius: 1vw;
  }
}

.form dd input::placeholder,
.form dd textarea::placeholder {
  color: white;
  font-size: 0.88vw;
}

#form_submit {
  margin-top: 3.05vw;
}

#form_submit_button {
  width: 14.44vw;
  height: 2.778vw;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 1.05vw;
  letter-spacing: 0.08em;
  background-color: #5386ba;
  color: white;
  border: none;
  border-radius: 0.55vw;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #form_submit_button {
    width: 48.66vw;
    height: 10vw;
    font-size: 3.2vw;
  }
}

#form_submit_button:hover {
  opacity: 0.8;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=recruit.css.map */