.recruitCareer {
  padding-bottom: 10.4166666667vw;
}
.recruitCareer_btn02 a {
  display: block;
  background: #125ABC url(../images/recruit/recruit_btn_ico01.svg) right 1.0416666667vw center no-repeat;
  background-size: 2.0833333333vw auto;
  height: 4.1666666667vw;
  line-height: 4.0625vw;
  border-radius: 1.0416666667vw;
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: bold;
  text-align: center;
  border: 1px solid #125ABC;
}
@media screen and (min-width: 1024px) {
  .recruitCareer_btn02 a {
    transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .recruitCareer_btn02 a:hover {
    background: #fff url(../images/recruit/recruit_btn_ico01_blue.svg) right 1.0416666667vw center no-repeat;
    background-size: 2.0833333333vw auto;
    color: #125ABC;
  }
}
@media screen and (max-width: 1023px) {
  .recruitCareer_btn02 a {
    background: #125ABC url(../images/recruit/recruit_btn_ico01.svg) right 2.5641025641vw center no-repeat;
    background-size: 7.6923076923vw auto;
    height: 15.3846153846vw;
    line-height: 15.3846153846vw;
    border-radius: 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
}
.recruitCareer .low_mainTitle {
  color: #121212;
  mix-blend-mode: inherit;
}
.recruitCareer section + section {
  margin-top: 5.78125vw;
}
.recruitCareer_mainVisual {
  height: 41.1458333333vw;
  margin: 0vw 0 -6.5625vw;
  padding: 4.1666666667vw 0 0;
  display: block !important;
  background-color: #1385D8;
}
.recruitCareer_mainVisual_bg {
  height: 143.5897435897vw;
  background: url(../images/recruit/career_mv.png) 0 center repeat-x;
  background-size: auto 29.1666666667vw;
}
.recruitCareer_mainVisual_txt {
  position: absolute;
  left: 23.6458333333vw;
  top: 12.7083333333vw;
  width: 51.875vw;
}
.recruitCareer_mainVisual_txt .pc .cls-1 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 15px;
}
.recruitCareer_mainVisual_txt .pc .cls-1, .recruitCareer_mainVisual_txt .pc .cls-2 {
  fill: none;
}
.recruitCareer_anchorLink {
  width: 85.4166666667%;
  margin: 0.625vw auto 0;
  padding-bottom: 1.25vw;
  display: flex;
}
.recruitCareer_anchorLink li {
  border-bottom: 1px solid #D0D0D0;
}
.recruitCareer_anchorLink li + li {
  margin-left: 0.859375vw;
}
.recruitCareer_anchorLink a {
  display: inline-block;
  width: 13.515625vw;
  font-size: 0.8333333333vw;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.78125vw;
}
.recruitCareer_anchorLink a::after {
  content: "";
  background: url(../images/common/ico_arrow02_blue.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 0.3125vw;
  height: 0.5208333333vw;
  position: absolute;
  top: 0.625vw;
  right: 0.1041666667vw;
  transform: rotate(90deg);
}
.recruitCareer_secTitle {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 4.1666666667vw !important;
  letter-spacing: -0.04em;
  margin: 2.5vw 0 -5.8854166667vw;
  line-height: 1 !important;
  color: #121212;
  text-orientation: mixed;
  position: relative;
  z-index: 2;
  padding: 0 7.2916666667%;
}
.recruitCareer_secImage {
  position: sticky;
  top: 0;
  width: 100%;
}
.recruitCareer_secImage img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .recruitCareer_secImage img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.recruitCareer_secInner {
  width: 85.4166666667%;
  margin: 0 auto;
}
.recruitCareer_sec {
  width: 66.3414634146%;
  margin-left: auto;
  background-color: #fff;
  border-radius: 1.0416666667vw;
  box-shadow: 1.0416666667vw 1.0416666667vw 2.0833333333vw 0 rgba(0, 0, 0, 0.16);
  padding: 2.0833333333vw 3.125vw 4.1666666667vw;
  position: relative;
  z-index: 2;
}
.recruitCareer_sec + .recruitCareer_sec {
  margin-top: 3.125vw;
}
.recruitCareer_sec:first-child {
  margin-top: -10.2083333333vw;
}
.recruitCareer_sec h3 {
  font-size: 2.0833333333vw;
  padding-bottom: 0.8854166667vw;
  border-bottom: 1px solid #D0D0D0;
}
.recruitCareer_sec > p {
  margin: 1.8229166667vw 0 -0.46875vw;
}
.recruitCareer_box {
  display: flex;
  border-bottom: 1px solid #D0D0D0;
  padding: 1.8229166667vw 0 1.7708333333vw;
}
.recruitCareer_box p:nth-child(1) {
  width: 14.375vw;
  font-weight: bold;
}
.recruitCareer_box p:nth-child(2) {
  flex: 1;
}
.recruitCareer_btn {
  margin-top: 2.0833333333vw;
}
.recruitCareer_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.9166666667vw;
  height: 4.1666666667vw;
  margin: 0 auto;
  border-radius: 1.0416666667vw;
  border: 1px solid #125ABC;
  font-size: 1.25vw;
  font-weight: bold;
  position: relative;
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.recruitCareer_btn a::before {
  content: "";
  background: url(../images/recruit/career_btn_ico.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 0.5208333333vw;
  height: 0.3125vw;
  position: absolute;
  top: calc(50% - 0.15625vw);
  right: 0.9895833333vw;
}
.recruitCareer_btn a::after {
  content: "";
  background: url(../images/recruit/career_btn_ico_white.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 0.5208333333vw;
  height: 0.3125vw;
  position: absolute;
  top: calc(50% - 0.15625vw);
  right: 0.9895833333vw;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .recruitCareer_btn a:hover {
    background-color: #125ABC;
    color: #fff;
  }
  .recruitCareer_btn a:hover::before {
    opacity: 0;
  }
  .recruitCareer_btn a:hover::after {
    opacity: 1;
  }
}
.recruitCareer_howTo {
  display: flex;
  justify-content: space-between;
  width: 95.8333333333%;
  background-color: #F7F7F7;
  border-radius: 1.5625vw;
  margin: 6.25vw auto 0;
  padding: 3.6979166667vw 5.2083333333vw 3.8541666667vw;
}
.recruitCareer_howTo > h2 {
  flex: 1;
}
.recruitCareer_howTo > div {
  width: 63.8541666667vw;
}
.recruitCareer_howTo h3 {
  font-size: 1.1458333333vw;
}
.recruitCareer_howTo ul {
  display: flex;
  justify-content: space-between;
  margin: 1.40625vw 0 2.7604166667vw;
}
.recruitCareer_howTo ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.0416666667vw;
  background-color: #fff;
  width: 100%;
  height: 5.2083333333vw;
  line-height: 1.3333333333;
  text-align: center;
  font-weight: bold;
  position: relative;
  border: 1px solid #E4E4E4;
}
.recruitCareer_howTo ul li:nth-child(n+2)::before {
  content: "";
  background: url(../images/recruit/career_how-to_ico01.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  position: absolute;
  left: -1.4583333333vw;
  top: calc(50% - 0.4166666667vw);
}
.recruitCareer_howTo ul li + li {
  margin-left: 2.0833333333vw;
}
.recruitCareer_howTo_box {
  display: flex;
  justify-content: space-between;
}
.recruitCareer_howTo_box > div {
  width: 27.9166666667vw;
}
.recruitCareer_howTo_box > div:nth-child(1) {
  width: 31.9270833333vw;
}
.recruitCareer_howTo_box > div:nth-child(1) p + p {
  margin-top: 1.0416666667vw;
}
.recruitCareer_howTo_box > div:nth-child(1) div {
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 1.5104166667vw;
  margin-bottom: 1.7708333333vw;
}
.recruitCareer_howTo_box > div:nth-child(2) p + p {
  margin-top: 1.7708333333vw;
}

@media screen and (max-width: 1023px) {
  .recruitCareer {
    padding-bottom: 30.7692307692vw;
  }
  .recruitCareer section + section {
    margin-top: 20vw;
  }
  .recruitCareer_mainVisual {
    height: 146.1538461538vw;
    margin: 7.1794871795vw 0 -23.8461538462vw;
    padding: 15.3846153846vw 0 0;
    overflow: hidden;
  }
  .recruitCareer_mainVisual_bg {
    height: 112.8205128205vw;
    background: url(../images/recruit/career_mv.png) 0 center repeat-x;
    background-size: auto 112.8205128205vw;
  }
  .recruitCareer_mainVisual_txt {
    left: -3.5897435897vw;
    top: 83.0769230769vw;
    width: 106.1538461538vw;
  }
  .recruitCareer_mainVisual_txt .sp .cls-1 {
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 5px;
  }
  .recruitCareer_mainVisual_txt .sp .cls-1, .recruitCareer_mainVisual_txt .sp .cls-2 {
    fill: none;
  }
  .recruitCareer_anchorLink {
    width: 84.1025641026vw;
    margin: 0vw auto 12.8205128205vw;
    padding-top: 10.5128205128vw;
    padding-bottom: 6.1538461538vw;
    display: block;
    border-top: 1px solid #262626;
  }
  .recruitCareer_anchorLink li + li {
    margin-left: 0vw;
  }
  .recruitCareer_anchorLink a {
    display: block;
    width: 100%;
    font-size: 3.5897435897vw;
    padding: 3.3333333333vw 0 3.0769230769vw;
  }
  .recruitCareer_anchorLink a::after {
    width: 1.5384615385vw;
    height: 2.5641025641vw;
    top: calc(50% - 1.2820512821vw);
    right: 0.5128205128vw;
  }
  .recruitCareer_secTitle {
    font-size: 10.2564102564vw !important;
    margin: 0vw 0 -3.8461538462vw;
    padding: 0 8.4615384615vw;
  }
  .recruitCareer_secInner {
    width: 91.7948717949vw;
  }
  .recruitCareer_sec {
    width: 100%;
    margin-right: auto;
    border-radius: 5.1282051282vw;
    box-shadow: 2.5641025641vw 2.5641025641vw 7.6923076923vw 0 rgba(0, 0, 0, 0.16);
    padding: 11.2820512821vw 6.4102564103vw 15.3846153846vw;
  }
  .recruitCareer_sec + .recruitCareer_sec {
    margin-top: 10.2564102564vw;
  }
  .recruitCareer_sec:first-child {
    margin-top: -15.3846153846vw;
  }
  .recruitCareer_sec h3 {
    font-size: 8.2051282051vw;
    padding-bottom: 5.3846153846vw;
  }
  .recruitCareer_sec > p {
    margin: 7.9487179487vw 0 -1.2820512821vw;
  }
  .recruitCareer_box {
    display: block;
    padding: 7.9487179487vw 0 7.6923076923vw;
  }
  .recruitCareer_box p:nth-child(1) {
    width: auto;
    margin-bottom: 1.5384615385vw;
  }
  .recruitCareer_btn {
    margin-top: 10.2564102564vw;
  }
  .recruitCareer_btn a {
    width: 79.4871794872vw;
    height: 15.3846153846vw;
    border-radius: 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
  .recruitCareer_btn a::before {
    width: 2.5641025641vw;
    height: 1.5384615385vw;
    top: calc(50% - 0.7692307692vw);
    right: 4.8717948718vw;
  }
  .recruitCareer_howTo {
    display: block;
    width: 91.7948717949vw;
    border-radius: 2.5641025641vw;
    margin: 30.7692307692vw auto 0;
    padding: 12.8205128205vw 3.8461538462vw 15.3846153846vw;
  }
  .recruitCareer_howTo > h2 {
    margin-bottom: 5.641025641vw;
  }
  .recruitCareer_howTo > div {
    width: 100%;
  }
  .recruitCareer_howTo h3 {
    font-size: 4.6153846154vw;
    text-align: center;
    margin-bottom: 2.5641025641vw;
  }
  .recruitCareer_howTo ul {
    display: block;
    margin: 0vw 0 8.2051282051vw;
  }
  .recruitCareer_howTo ul li {
    border-radius: 2.5641025641vw;
    width: 100%;
    height: 15.3846153846vw;
    font-size: 3.5897435897vw;
  }
  .recruitCareer_howTo ul li br {
    display: none;
  }
  .recruitCareer_howTo ul li:nth-child(n+2)::before {
    content: "";
    background: url(../images/recruit/career_how-to_ico01_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    left: calc(50% - 1.2820512821vw);
    top: -3.8461538462vw;
  }
  .recruitCareer_howTo ul li + li {
    margin-left: 0vw;
    margin-top: 5.1282051282vw;
  }
  .recruitCareer_howTo_box {
    display: block;
  }
  .recruitCareer_howTo_box > div {
    width: 100%;
  }
  .recruitCareer_howTo_box > div:nth-child(1) {
    width: auto;
    padding: 0 2.3076923077vw;
  }
  .recruitCareer_howTo_box > div:nth-child(1) strong {
    display: inline-block;
    margin-bottom: 1.7948717949vw;
  }
  .recruitCareer_howTo_box > div:nth-child(1) p + p {
    margin-top: 4.358974359vw;
  }
  .recruitCareer_howTo_box > div:nth-child(1) div {
    padding-bottom: 7.4358974359vw;
    margin-bottom: 7.9487179487vw;
  }
  .recruitCareer_howTo_box > div:nth-child(2) {
    margin-top: 12.0512820513vw;
  }
  .recruitCareer_howTo_box > div:nth-child(2) p:nth-child(1) {
    padding: 0 2.3076923077vw;
    margin-bottom: 2.8205128205vw;
  }
  .recruitCareer_howTo_box > div:nth-child(2) p + p {
    margin-top: 0vw;
  }
}