@charset "UTF-8";
header .career-btm {
  display: none;
}
@media screen and (max-width: 959px) {
  header .application-wrap {
    display: none;
  }
  header .application-wrap a:first-of-type {
    margin-right: auto;
  }
}

main #title-section h1 {
  background-image: url("/images/career/title-pc.jpg");
}
main #title-section .contents-wrap {
  padding-top: 3rem;
  padding-bottom: 0;
}
main #title-section .contents-wrap p {
  line-height: 1.8;
}
main #title-section .contents-wrap p em {
  font-weight: 700;
  color: #10069f;
}
@media screen and (max-width: 959px) {
  main #title-section h1 {
    background-image: url("/images/career/title-sp.jpg");
  }
}
main .contents-wrap {
  padding: 4rem;
}
main .contents-wrap h2 {
  margin-bottom: 1rem;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1;
}
main .contents-wrap h2 em {
  display: block;
  padding-bottom: 0.2rem;
  font-size: 1rem;
  line-height: 1;
}
main .contents-wrap h2 span {
  display: inline-block;
  margin: auto;
  line-height: 1;
  color: transparent;
  background-clip: text;
}
main .contents-wrap p.ex-text {
  display: block;
  margin-top: 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  main .contents-wrap {
    padding-top: 3rem;
  }
  main .contents-wrap h2 {
    font-size: 2.5rem;
  }
  main .contents-wrap h2 span {
    line-height: 1.2;
  }
  main .contents-wrap p.ex-text {
    margin-top: 2rem;
  }
}
main #entry-section .contents-wrap {
  padding-top: 3rem;
}
main #entry-section .navi-wrap {
  width: 100vw;
  margin-top: 3.75rem;
  margin-right: -8.3333vw;
  margin-left: -8.33333vw;
}
main #entry-section .navi-wrap > div {
  display: flex;
  align-items: center;
}
main #entry-section .navi-wrap > div * {
  line-height: 0;
}
main #entry-section .navi-wrap > div a,
main #entry-section .navi-wrap > div p {
  position: relative;
  overflow: hidden;
}
main #entry-section .navi-wrap > div a span,
main #entry-section .navi-wrap > div p span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.833325vw;
  max-width: 400px;
  height: 20.833325vw;
  max-height: 400px;
  padding: 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border-right: #fff 1px solid;
}
main #entry-section .navi-wrap > div a::before,
main #entry-section .navi-wrap > div p::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/entry01.jpg") no-repeat center/cover;
}
main #entry-section .navi-wrap > div a.new-icon::after,
main #entry-section .navi-wrap > div p.new-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 60px;
  height: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-align: center;
  content: "NEW";
  background: #10069f;
}
@media screen and (max-width: 959px) {
  main #entry-section .navi-wrap > div a.new-icon::after,
  main #entry-section .navi-wrap > div p.new-icon::after {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
    line-height: 40px;
  }
}
@media screen and (min-width: 960px) {
  main #entry-section .navi-wrap > div a::before,
  main #entry-section .navi-wrap > div p::before {
    transition: transform 0.3s ease;
  }
  main #entry-section .navi-wrap > div a:hover::before,
  main #entry-section .navi-wrap > div p:hover::before {
    transform: scale(1.05);
  }
}
main #entry-section .navi-wrap > div a.entry02::before,
main #entry-section .navi-wrap > div p.entry02::before {
  background-image: url("../images/entry02.jpg");
}
main #entry-section .navi-wrap > div a.entry03::before,
main #entry-section .navi-wrap > div p.entry03::before {
  background-image: url("../images/entry03.jpg");
}
main #entry-section .navi-wrap > div a.entry04::before,
main #entry-section .navi-wrap > div p.entry04::before {
  background-image: url("../images/entry04.jpg");
}
main #entry-section .navi-wrap > div a.entry05::before,
main #entry-section .navi-wrap > div p.entry05::before {
  background-image: url("../images/entry05.jpg");
}
main #entry-section .navi-wrap > div a.entry06::before,
main #entry-section .navi-wrap > div p.entry06::before {
  background-image: url("../images/entry06.jpg");
}
main #entry-section .navi-wrap > div a.entry07::before,
main #entry-section .navi-wrap > div p.entry07::before {
  background-image: url("../images/entry07.jpg");
}
main #entry-section .navi-wrap > div a.entry08::before,
main #entry-section .navi-wrap > div p.entry08::before {
  background-image: url("../images/entry08.jpg");
}
main #entry-section .navi-wrap > div a.entry09::before,
main #entry-section .navi-wrap > div p.entry09::before {
  background-image: url("../images/entry09.jpg");
}
main #entry-section .navi-wrap > div a.entry-dummy::before,
main #entry-section .navi-wrap > div p.entry-dummy::before {
  background: #ccc url("../images/entry_bg.png");
}
main #entry-section .navi-wrap .slick-track {
  left: 8.3333vw;
}
main #entry-section .navi-wrap .prevarrow,
main #entry-section .navi-wrap .nextarrow {
  position: absolute;
  z-index: 100;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4) url("../../images/icon-link-w.svg") no-repeat center/12px;
  border-radius: 70px;
}
main #entry-section .navi-wrap .prevarrow.slick-disabled,
main #entry-section .navi-wrap .nextarrow.slick-disabled {
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  main #entry-section .navi-wrap .prevarrow:hover,
  main #entry-section .navi-wrap .nextarrow:hover {
    opacity: 0.8;
  }
  main #entry-section .navi-wrap .prevarrow,
  main #entry-section .navi-wrap .nextarrow {
    transition: opacity 0.2s;
  }
}
main #entry-section .navi-wrap .prevarrow {
  left: 32px;
  transform: rotate(180deg);
}
main #entry-section .navi-wrap .nextarrow {
  right: 32px;
}
@media screen and (min-width: 1920px) {
  main #entry-section .navi-wrap {
    margin-right: calc(-1 * (50vw - 800px));
    margin-left: calc(-1 * (50vw - 800px));
  }
  main #entry-section .navi-wrap .slick-track {
    left: calc(50vw - 800px);
  }
}
@media screen and (max-width: 1559px) {
  main #entry-section .navi-wrap > div a span,
  main #entry-section .navi-wrap > div p span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  main #entry-section .navi-wrap {
    margin-top: 2rem;
    margin-right: -4.2vw;
    margin-left: -4.2vw;
  }
  main #entry-section .navi-wrap > div a span,
  main #entry-section .navi-wrap > div p span {
    width: 30.5333333333vw;
    height: 30.5333333333vw;
    font-size: 1.2rem;
  }
  main #entry-section .navi-wrap .slick-track {
    left: 4.2vw;
  }
  main #entry-section .navi-wrap .prevarrow,
  main #entry-section .navi-wrap .nextarrow {
    width: 32px;
    height: 32px;
    background-size: 8px;
  }
  main #entry-section .navi-wrap .prevarrow {
    left: 4px;
  }
  main #entry-section .navi-wrap .nextarrow {
    right: 4px;
  }
}
@media screen and (max-width: 479px) {
  main #entry-section .navi-wrap > div a span,
  main #entry-section .navi-wrap > div p span {
    width: 45.8vw;
    height: 45.8vw;
    font-size: 1rem;
    border-bottom: #fff 1px solid;
  }
}
main #entry-section .job-list {
  margin-top: 3rem;
}
main #entry-section .section__title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
main #registration-section::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 500px;
  content: "";
  background: url("../../images/section-bg01.png");
}
main #registration-section .big-text {
  margin: 2.5rem auto -1rem;
  font-size: 2rem;
  font-weight: 700;
}
main #registration-section .big-text em {
  font-weight: bold;
  color: #10069f;
}
main #registration-section .registration-wrap {
  position: relative;
  padding-top: 200px;
  margin-top: 5rem;
}
main #registration-section .registration-wrap h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-right: -8.3333vw;
  margin-left: -8.3333vw;
}
main #registration-section .registration-wrap h3 span {
  max-width: 1600px;
  height: 200px;
  margin: auto;
  margin: 0 auto 200px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 200px;
  color: #fff;
  text-align: center;
}
main #registration-section .registration-wrap ul {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
main #registration-section .registration-wrap ul li {
  position: relative;
  width: 20%;
  padding-top: 20%;
  margin: 0;
  background: #f2f2f2;
  border-right: #fff 4px solid;
  border-bottom: #fff 4px solid;
}
main #registration-section .registration-wrap ul li p {
  position: absolute;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
main #registration-section .registration-wrap ul li p:first-of-type {
  top: 0;
  height: 40%;
  font-size: 1.5rem;
  text-align: center;
}
main #registration-section .registration-wrap ul li p:first-of-type span {
  padding: 0 0 0.2em 0.2em;
  font-size: 1.5em;
}
main #registration-section .registration-wrap ul li p:nth-of-type(2) {
  top: 0;
  flex-direction: column;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
}
main #registration-section .registration-wrap ul li p:nth-of-type(2) span {
  font-size: 0.5em;
}
main #registration-section .registration-wrap ul li p:last-of-type {
  bottom: 0;
  height: 30%;
}
main #registration-section .registration-wrap ul li p:last-of-type span {
  padding: 0 1em;
  line-height: 2rem;
  border: #2c2a29 1px solid;
}
main #registration-section .registration-wrap ul li p:last-of-type span.blue {
  color: #fff;
  background: #10069f;
  border: none;
}
main #registration-section .registration-wrap ul li::before {
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
  z-index: 1;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 20px;
  border-right: 0;
  border-left-color: currentcolor;
}
main #registration-section .registration-wrap ul li::after {
  position: absolute;
  top: calc(50% - 16px);
  right: -16px;
  z-index: 2;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 1;
  vertical-align: middle;
  color: #f2f2f2;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 16px;
  border-right: 0;
  border-left-color: currentcolor;
}
main #registration-section .registration-wrap ul li:last-of-type {
  border-right: none;
}
main #registration-section .registration-wrap ul li:last-of-type::before {
  display: none;
}
main #registration-section .registration-wrap ul li:last-of-type::after {
  display: none;
}
main #registration-section .registration-wrap h4 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
main #registration-section .registration-wrap .note span {
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
main #registration-section .registration-wrap .note span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "・";
}
@media screen and (min-width: 1920px) {
  main #registration-section .registration-wrap h3 {
    margin-right: calc(-1 * (50vw - 800px));
    margin-left: calc(-1 * (50vw - 800px));
  }
}
@media screen and (max-width: 1559px) {
  main #registration-section .registration-wrap ul {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  main #registration-section .registration-wrap ul li {
    width: 33.3333333333%;
    height: 33.3333333333%;
    padding-top: 33.3333333333%;
  }
}
@media screen and (max-width: 959px) {
  main #registration-section .big-text {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  main #registration-section .registration-wrap {
    padding-top: 88px;
    margin-top: 2rem;
  }
  main #registration-section .registration-wrap h3 {
    margin-right: -4.2vw;
    margin-left: -4.2vw;
  }
  main #registration-section .registration-wrap h3 span {
    height: 88px;
    font-size: 1.8rem;
    line-height: 88px;
  }
  main #registration-section .registration-wrap ul {
    position: relative;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  main #registration-section .registration-wrap ul li {
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    height: 72px;
    padding-top: 0;
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-left: auto;
    border: none;
  }
  main #registration-section .registration-wrap ul li p:first-of-type {
    position: relative;
    width: 20%;
    min-width: 72px;
    margin: auto 0;
    font-size: 1rem;
  }
  main #registration-section .registration-wrap ul li p:nth-of-type(2) {
    position: relative;
    align-items: flex-start;
    width: auto;
    margin-left: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  main #registration-section .registration-wrap ul li p:nth-of-type(2) span {
    font-size: 1rem;
  }
  main #registration-section .registration-wrap ul li p:last-of-type {
    right: 8px;
    bottom: 8px;
    left: auto;
    z-index: 1;
    display: inline-block;
    width: auto;
    height: auto;
  }
  main #registration-section .registration-wrap ul li p:last-of-type span {
    display: inline-block;
    padding: 0.2em 0.4em;
    font-size: 0.8rem;
    line-height: 1.3;
  }
  main #registration-section .registration-wrap ul li::before {
    display: none;
  }
  main #registration-section .registration-wrap ul li::after {
    inset: auto auto -23px 50%;
    transform: rotate(90deg);
  }
  main #registration-section .registration-wrap ul::after {
    position: absolute;
    top: 0;
    left: -4.2vw;
    z-index: 0;
    display: block;
    width: 100vw;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #10069f, #2488ff);
  }
  main #registration-section .registration-wrap h4 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 479px) {
  main #registration-section .registration-wrap ul li p:nth-of-type(2) {
    font-size: 1.3rem;
  }
}
