@charset "UTF-8";
/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
#anc01,
#anc02,
#anc03,
#anc04 {
  padding-top: 14rem;
  margin-top: -14rem;
}
@media screen and (max-width: 767px) {
  #anc01,
#anc02,
#anc03,
#anc04 {
    padding-top: 9rem;
    margin-top: -9rem;
  }
}

/*------------------------------*/
.contentsMv .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.contentsMv .bg img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/*------------------------------*/
.job_figure {
  position: relative;
  width: 95rem;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .job_figure {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.job_figure_first {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.job_figure .dept {
  width: 24%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .job_figure .dept {
    width: 25%;
  }
}
.job_figure .dept_box {
  position: relative;
  height: 0;
  border-radius: 100vmax;
  border: solid 5px var(--main);
  padding-top: calc(100% - 10px);
  aspect-ratio: 1;
  margin-bottom: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .job_figure .dept_box {
    margin-bottom: 1rem;
    padding-top: calc(100% - 4px);
    border: solid 2px var(--main);
  }
}
.job_figure .dept_box a {
  display: block;
  width: 100%;
  padding-block: 5rem;
  border-radius: 100vmax;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 14em) / 2);
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .job_figure .dept_box a {
    padding-block: 1.8rem;
    top: calc((100% - 4.7em) / 2);
  }
}
.job_figure .dept_box a::after {
  content: "∨";
  color: var(--main);
  font-size: 4rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  scale: 1 0.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job_figure .dept_box a::after {
    font-size: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .job_figure .dept_box a:hover {
    scale: 1.07;
  }
}
.job_figure .dept_box_icon {
  width: 6rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .job_figure .dept_box_icon {
    display: none;
  }
}
.job_figure .dept_box p {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--main);
  margin-bottom: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job_figure .dept_box p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0;
    height: 2lh;
    display: grid;
    place-content: center;
  }
}
.job_figure .dept_box a:hover .arrow {
  transform: translateY(1rem);
}
.job_figure .dept .line {
  width: 1px;
  height: 7rem;
  border-left: solid 1px #b7b7b7;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .job_figure .dept .line {
    height: 3rem;
  }
}
.job_figure .dept .line.short {
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .job_figure .dept .line.short {
    height: 1.5rem;
  }
}
.job_figure .request {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13%;
  border-bottom: solid 1px #b7b7b7;
  box-sizing: border-box;
  padding-bottom: 1rem;
  margin-inline: 1.6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .job_figure .request {
    width: 12%;
    margin-inline: 0.2rem;
    margin-top: 3rem;
  }
}
.job_figure .request.right {
  flex-direction: row-reverse;
}
.job_figure .request img {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .job_figure .request img {
    width: 0.6rem;
  }
}
.job_figure .request p {
  font-size: 1.4rem;
  font-weight: 600;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .job_figure .request p {
    font-size: 0.6rem;
    padding-inline: 0.2rem;
  }
}
.job_figure_second {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -0.8rem;
}
.job_figure_second p {
  position: relative;
  width: 9rem;
  background-color: #fff;
  padding-inline: 1rem;
  font-weight: 600;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .job_figure_second p {
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.job_figure_second .line_yoko {
  width: 76%;
  height: 1px;
  border-bottom: solid 1px #b7b7b7;
  margin: -1rem auto 0;
}
@media screen and (max-width: 767px) {
  .job_figure_second .line_yoko {
    width: 75%;
    margin-top: -0.4rem;
  }
}
.job_figure_third {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .job_figure_third {
    margin-top: 1rem;
  }
}
.job_figure_third .dept_box {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .job_figure_third .dept_box {
    margin-top: 0.5rem;
  }
}
.job_wrap {
  position: relative;
}
.job_item {
  width: 100%;
}
.job_item:has(+ .job_item) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .job_item:has(+ .job_item) {
    margin-bottom: 6rem;
  }
}
.job_item_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .job_item_row {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
}
.job_item_row.even {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .job_item_row.even {
    flex-direction: column;
  }
}
.job_item_text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .job_item_text {
    width: 100%;
  }
}
.job_item_text_heading {
  width: 100%;
  border-bottom: solid 1px var(--main);
  padding-bottom: 1.4rem;
  margin-bottom: 2rem;
  color: var(--main);
}
.job_item_text_heading .number {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  margin-bottom: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.job_item_text_heading h2 {
  font-size: 3.6rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .job_item_text_heading h2 {
    font-size: 2.8rem;
  }
}
.job_item_photo {
  width: 50%;
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .job_item_photo {
    width: 100%;
    margin-top: 4rem;
  }
}
.job_item_photo img {
  width: 100%;
}
.job_item_btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .job_item_btn {
    flex-direction: column;
  }
}
.job_item_btn_box {
  position: relative;
  width: 47%;
  background-color: #002164;
  padding: 2rem 2rem 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .job_item_btn_box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .job_item_btn_box:last-of-type {
    margin-bottom: 0;
  }
}
.job_item_btn_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.job_item_btn_name .dept {
  font-size: 1.4rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .job_item_btn_name .dept {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
.job_item_btn_name .ini {
  font-size: 3.1rem;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .job_item_btn_name .ini {
    font-size: 2.8rem;
  }
}
.job_item_btn_interview {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.job_item_btn_interview .sub {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .job_item_btn_interview .sub {
    font-size: 1em;
  }
}
/*# sourceMappingURL=style.css.map */