/* Sass Document */
#main_title_area {
  background: url(../img/jobs/bg_main_title_area.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 840px) {
  #main_title_area {
    background: url(../img/jobs/bg_main_title_area_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

#introduction {
  padding: 13rem 0;
}
@media screen and (max-width: 1400px) {
  #introduction {
    padding: 9.2857142857vw 0;
  }
}
@media screen and (max-width: 840px) {
  #introduction {
    padding: 11.5384615385vw 0 15.3846153846vw;
  }
}
#introduction .center {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1400px) {
  #introduction .center {
    margin-bottom: 3.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #introduction .center {
    margin-bottom: 7.1794871795vw;
  }
}
#introduction .center p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.1875;
}
@media screen and (max-width: 1400px) {
  #introduction .center p {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #introduction .center p {
    font-size: 4.1025641026vw;
    line-height: 1.875;
  }
}
#introduction .page_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 1400px) {
  #introduction .page_nav ul {
    gap: 0.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #introduction .page_nav ul {
    gap: 1.5384615385vw;
  }
}
#introduction .page_nav ul li {
  width: 34rem;
}
@media screen and (max-width: 1400px) {
  #introduction .page_nav ul li {
    width: 24.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #introduction .page_nav ul li {
    width: calc((100% - 1.5384615385vw) / 2);
  }
}
#introduction .page_nav ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  font-size: 1.7rem;
  color: #09417E;
  font-weight: 700;
  text-align: center;
  line-height: 1.29411;
  background: #fff;
  border: 0.1rem solid #09417E;
  border-radius: 10rem;
}
@media screen and (max-width: 1400px) {
  #introduction .page_nav ul li a {
    height: 4.6428571429vw;
    font-size: 1.2142857143vw;
    border-radius: 7.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #introduction .page_nav ul li a {
    height: 12.8205128205vw;
    padding: 0 5.641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 15.3846153846vw;
  }
}
#introduction .page_nav ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  display: inline-block;
  width: 1.2rem;
  height: 0.6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  #introduction .page_nav ul li a .arrow {
    right: 1.7857142857vw;
    width: 0.8571428571vw;
    height: 0.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #introduction .page_nav ul li a .arrow {
    right: 3.0769230769vw;
    width: 2.0512820513vw;
    height: 1.0256410256vw;
  }
}
#introduction .page_nav ul li a .arrow::before,
#introduction .page_nav ul li a .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.075rem);
  width: 0.15rem;
  height: 0.84rem;
  border-radius: 9999px;
  background-color: #09417e;
  transform-origin: 50% calc(100% - 0.075rem);
}
@media screen and (max-width: 1400px) {
  #introduction .page_nav ul li a .arrow::before,
  #introduction .page_nav ul li a .arrow::after {
    left: calc(50% - 0.0535714286vw);
    width: 0.1071428571vw;
    height: 0.6vw;
    transform-origin: 50% calc(100% - 0.0535714286vw);
  }
}
@media screen and (max-width: 840px) {
  #introduction .page_nav ul li a .arrow::before,
  #introduction .page_nav ul li a .arrow::after {
    left: calc(50% - 0.1923076923vw);
    width: 0.3846153846vw;
    height: 1.4358974359vw;
    transform-origin: 50% calc(100% - 0.1923076923vw);
  }
}
#introduction .page_nav ul li a .arrow::before {
  transform: rotate(45deg);
}
#introduction .page_nav ul li a .arrow::after {
  transform: rotate(-45deg);
}
#introduction .page_nav ul li a:hover {
  color: #fff;
  background: #09417e;
  opacity: 1;
}
#introduction .page_nav ul li a:hover .arrow::before,
#introduction .page_nav ul li a:hover .arrow::after {
  background-color: #fff;
}

.jobs#job01 {
  padding: 0 0 12rem;
}
@media screen and (max-width: 1400px) {
  .jobs#job01 {
    padding: 0 0 8.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs#job01 {
    padding: 0 0 15.3846153846vw;
  }
}
.jobs#job01 .flex .txt .b_box {
  background: #F5F7FA;
}
.jobs#job01 .interview .splide__list {
  display: flex;
}
.jobs#job01 .interview .splide__list .in a {
  background: #F5F7FA;
}
.jobs#job02 {
  padding: 12rem 0 10rem;
  background: #E7EBF3;
}
@media screen and (max-width: 1400px) {
  .jobs#job02 {
    padding: 8.5714285714vw 0 7.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs#job02 {
    padding: 15.3846153846vw 0 12.8205128205vw;
  }
}
.jobs#job02 .flex .txt .b_box {
  background: #fff;
}
.jobs#job02 .interview .splide__list {
  display: flex;
}
.jobs#job02 .interview .splide__list .in a {
  background: #fff;
}
.jobs .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1400px) {
  .jobs .flex {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flex {
    flex-wrap: wrap;
    gap: 9.1717948718vw;
    margin-bottom: 15.3846153846vw;
  }
}
.jobs .flex figure {
  max-width: 75rem;
  width: 53.5714285714%;
}
@media screen and (max-width: 840px) {
  .jobs .flex figure {
    max-width: none;
    width: 100%;
  }
}
.jobs .flex .txt {
  max-width: 55.8rem;
  width: 39.8571428571%;
}
@media screen and (max-width: 840px) {
  .jobs .flex .txt {
    max-width: none;
    width: 100%;
  }
}
.jobs .flex .txt .en {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  color: #09417E;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .jobs .flex .txt .en {
    margin-bottom: 1.7857142857vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flex .txt .en {
    margin-bottom: 5.1282051282vw;
    font-size: 3.3333333333vw;
  }
}
.jobs .flex .txt .title03 {
  margin-bottom: 2.5rem;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.51515;
}
@media screen and (max-width: 1400px) {
  .jobs .flex .txt .title03 {
    margin-bottom: 1.7857142857vw;
    font-size: 2.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flex .txt .title03 {
    margin-bottom: 7.1794871795vw;
    font-size: 7.6923076923vw;
    line-height: 1;
  }
}
.jobs .flex .txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1875;
}
@media screen and (max-width: 1400px) {
  .jobs .flex .txt p {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flex .txt p {
    font-size: 3.8461538462vw;
    line-height: 1.86666;
  }
}
.jobs .flex .txt .b_box {
  padding: 2rem 3rem;
  margin-top: 3rem;
  background: #F5F7FA;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .jobs .flex .txt .b_box {
    padding: 1.4285714286vw 2.1428571429vw;
    margin-top: 2.1428571429vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flex .txt .b_box {
    padding: 4.358974359vw;
    margin-top: 7.6923076923vw;
    border-radius: 1.2820512821vw;
  }
}
.jobs .flex .txt .b_box .title04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.3rem;
  height: 3.7rem;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  color: #09417E;
  font-weight: 700;
  line-height: 1;
  background: #E7EBF3;
  border-radius: 6rem;
}
@media screen and (max-width: 1400px) {
  .jobs .flex .txt .b_box .title04 {
    width: 10.2142857143vw;
    height: 2.6428571429vw;
    margin: 0 0 0.8571428571vw;
    font-size: 1.2857142857vw;
    border-radius: 4.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flex .txt .b_box .title04 {
    width: 31.5384615385vw;
    height: 8.4615384615vw;
    margin: 0 0 2.3076923077vw;
    font-size: 3.8461538462vw;
    border-radius: 15.3846153846vw;
  }
}
.jobs .flex .txt .b_box ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .jobs .flex .txt .b_box ul {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flex .txt .b_box ul {
    font-size: 3.8461538462vw;
  }
}
.jobs .flex .txt .b_box ul li {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .jobs .flex .txt .b_box ul li {
    width: 100%;
  }
}
.jobs .flow {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1400px) {
  .jobs .flow {
    margin-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flow {
    margin-bottom: 12.8205128205vw;
  }
}
.jobs .flow .title03 {
  padding-bottom: 2.5rem;
  margin-bottom: 7rem;
  font-size: 3rem;
  color: #09417E;
  font-weight: 700;
  border-bottom: 0.3rem solid #09417E;
}
@media screen and (max-width: 1400px) {
  .jobs .flow .title03 {
    padding-bottom: 1.7857142857vw;
    margin-bottom: 5vw;
    font-size: 2.1428571429vw;
    border-bottom: 0.2142857143vw solid #09417E;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flow .title03 {
    width: calc(100% + 2.5641025641vw);
    padding-left: 1.2820512821vw;
    padding-bottom: 3.3333333333vw;
    margin-left: -1.2820512821vw;
    margin-bottom: 8.9743589744vw;
    font-size: 5.3846153846vw;
    border-bottom: 0.7692307692vw solid #09417E;
  }
}
.jobs .flow ul {
  max-width: 108rem;
  margin: auto;
  background-image: linear-gradient(0deg, #B1BDCA 0.2rem, transparent 0.3rem);
  background-size: 0.2rem 1.1rem;
  background-repeat: repeat-y;
}
@media screen and (max-width: 840px) {
  .jobs .flow ul {
    width: 79.4871794872vw;
  }
}
.jobs .flow ul li + li {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1400px) {
  .jobs .flow ul li + li {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flow ul li + li {
    margin-top: 8.4615384615vw;
  }
}
.jobs .flow ul li:last-of-type {
  position: relative;
}
.jobs .flow ul li:last-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 100%;
  background: #fff;
}
.jobs .flow ul li dl {
  display: flex;
  gap: 5.7rem;
}
@media screen and (max-width: 1400px) {
  .jobs .flow ul li dl {
    gap: 4.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flow ul li dl {
    flex-wrap: wrap;
    gap: 3.3333333333vw;
  }
}
.jobs .flow ul li dl dt {
  position: relative;
  width: 24.2rem;
  padding-left: 5.3rem;
}
@media screen and (max-width: 1400px) {
  .jobs .flow ul li dl dt {
    width: 17.2857142857vw;
    padding-left: 3.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flow ul li dl dt {
    width: 100%;
    padding-left: 6.9230769231vw;
  }
}
.jobs .flow ul li dl dt .en {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .jobs .flow ul li dl dt .en {
    margin-bottom: 1.0714285714vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flow ul li dl dt .en {
    margin-bottom: 2.8205128205vw;
    font-size: 5.641025641vw;
  }
}
.jobs .flow ul li dl dt .ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444;
}
@media screen and (max-width: 1400px) {
  .jobs .flow ul li dl dt .ja {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flow ul li dl dt .ja {
    font-size: 4.358974359vw;
    line-height: 1.52941;
  }
}
.jobs .flow ul li dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.5rem solid #0C62E7;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  .jobs .flow ul li dl dt:before {
    left: -0.5714285714vw;
    width: 0.5714285714vw;
    height: 0.5714285714vw;
    border: 0.3571428571vw solid #0C62E7;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flow ul li dl dt:before {
    left: -2.0512820513vw;
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border: 1.2820512821vw solid #0C62E7;
  }
}
.jobs .flow ul li dl dd {
  flex: 1;
  margin-top: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.01875;
}
@media screen and (max-width: 1400px) {
  .jobs .flow ul li dl dd {
    margin-top: 2.2857142857vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .flow ul li dl dd {
    margin-top: 3.3333333333vw;
    margin-left: 6.9230769231vw;
    font-size: 3.8461538462vw;
    line-height: 1.93333;
  }
}
.jobs .interview .title03 {
  padding-bottom: 2.5rem;
  margin-bottom: 7rem;
  font-size: 3rem;
  color: #09417E;
  font-weight: 700;
  border-bottom: 0.3rem solid #09417E;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .title03 {
    padding-bottom: 1.7857142857vw;
    margin-bottom: 5vw;
    font-size: 2.1428571429vw;
    border-bottom: 0.2142857143vw solid #09417E;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .title03 {
    width: calc(100% + 2.5641025641vw);
    padding-left: 1.2820512821vw;
    padding-bottom: 3.3333333333vw;
    margin-left: -1.2820512821vw;
    margin-bottom: 8.9743589744vw;
    font-size: 5.3846153846vw;
    border-bottom: 0.7692307692vw solid #09417E;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .splide__track {
    overflow: unset;
  }
}
.jobs .interview .splide__list {
  justify-content: center;
  gap: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .splide__list {
    gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .splide__list {
    justify-content: flex-start;
    gap: 0;
  }
}
.jobs .interview .splide__list .in {
  width: 38rem;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .splide__list .in {
    width: 27.1428571429vw;
  }
}
.jobs .interview .splide__list .in a {
  position: relative;
  display: block;
  padding: 2.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .splide__list .in a {
    padding: 1.7857142857vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .splide__list .in a {
    padding: 5.1282051282vw;
    border-radius: 1.2820512821vw;
  }
}
.jobs .interview .splide__list .in a figure {
  width: 100%;
  height: 22rem;
  margin-bottom: 2.7rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .splide__list .in a figure {
    height: 15.7142857143vw;
    margin-bottom: 1.9285714286vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .splide__list .in a figure {
    height: 42.7350440392vw;
    margin-bottom: 5.2128205128vw;
    border-radius: 1.2820512821vw;
  }
}
.jobs .interview .splide__list .in a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs .interview .splide__list .in a .txt {
  max-width: none;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .splide__list .in a .txt {
    padding: 0 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .splide__list .in a .txt {
    padding: 0 2.5641025641vw;
  }
}
.jobs .interview .splide__list .in a .txt .title04 {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.54545;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .splide__list .in a .txt .title04 {
    margin-bottom: 2.1428571429vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .splide__list .in a .txt .title04 {
    margin-bottom: 5.3846153846vw;
    font-size: 4.6153846154vw;
    line-height: 1.61111;
  }
}
.jobs .interview .splide__list .in a .txt .position {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  color: #09417E;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .splide__list .in a .txt .position {
    margin-bottom: 0.8571428571vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .splide__list .in a .txt .position {
    margin-bottom: 2.5641025641vw;
    font-size: 3.8461538462vw;
  }
}
.jobs .interview .splide__list .in a .txt .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .splide__list .in a .txt .name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .splide__list .in a .txt .name {
    font-size: 4.358974359vw;
  }
}
.jobs .interview .splide__list .in a .txt .arrow {
  position: absolute;
  bottom: 3.2rem;
  right: 2.5rem;
  width: 4rem;
}
@media screen and (max-width: 1400px) {
  .jobs .interview .splide__list .in a .txt .arrow {
    bottom: 2.2857142857vw;
    right: 1.7857142857vw;
    width: 2.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  .jobs .interview .splide__list .in a .txt .arrow {
    bottom: 5.1282051282vw;
    right: 5.1282051282vw;
    width: 7.6923076923vw;
  }
}

.bottom_btn_area {
  padding: 0 0 10rem;
  background: #E7EBF3;
}
@media screen and (max-width: 1400px) {
  .bottom_btn_area {
    padding: 0 0 7.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  .bottom_btn_area {
    padding: 0 0 15.3846153846vw;
  }
}