@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes arrow-link-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
.careerpath-intro .job {
  border-radius: 20px;
  padding: 60px 50px 70px;
}
@media (max-width: 768px) {
  .careerpath-intro .job {
    border-radius: 2.6666666667vw;
    padding: 8vw 4vw;
  }
}
.careerpath-intro .job.associate {
  margin-top: 88px;
  background-color: #D3E6E9;
  position: relative;
}
@media (max-width: 768px) {
  .careerpath-intro .job.associate {
    margin-top: 10.6666666667vw;
  }
}
.careerpath-intro .job.associate:after {
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #71B3BE;
  width: 70px;
  aspect-ratio: 40/16;
  position: absolute;
  bottom: -62px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .careerpath-intro .job.associate:after {
    width: 16vw;
    bottom: -12.2666666667vw;
  }
}
.careerpath-intro .job.professional {
  margin-top: 90px;
  background-color: #0D3249;
}
@media (max-width: 768px) {
  .careerpath-intro .job.professional {
    margin-top: 16vw;
  }
}
.careerpath-intro .job.professional .jobTtl,
.careerpath-intro .job.professional .jobDesc {
  color: #fff;
}
.careerpath-intro .jobTtl {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .careerpath-intro .jobTtl {
    font-size: 4.8vw;
  }
}
.careerpath-intro .jobDesc {
  font-weight: 500;
  font-size: 18px;
  margin-top: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .careerpath-intro .jobDesc {
    font-size: 3.2vw;
  }
}
.careerpath-intro .associateList {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .careerpath-intro .associateList {
    margin-top: 4.2666666667vw;
  }
}
.careerpath-intro .associateList > .group {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .careerpath-intro .associateList > .group {
    flex-direction: column;
    padding: 4.2666666667vw;
    margin-top: 8vw;
    gap: 3.2vw;
  }
}
.careerpath-intro .associateList > .group:after {
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #71B3BE;
  width: 40px;
  aspect-ratio: 40/16;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .careerpath-intro .associateList > .group:after {
    width: 8.5333333333vw;
    bottom: -5.8666666667vw;
  }
}
.careerpath-intro .associateList > .group:first-of-type {
  margin-top: 0;
}
.careerpath-intro .associateList > .group:last-of-type:after {
  content: none;
}
.careerpath-intro .associateList > .group dt {
  box-sizing: border-box;
  border-right: 1px solid #C9C9C9;
  padding-left: 30px;
  width: 216px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .careerpath-intro .associateList > .group dt {
    width: 100%;
    padding-left: 0;
    font-size: 4.2666666667vw;
    border-right: none;
  }
}
.careerpath-intro .associateList > .group dt.wide {
  width: 266px;
}
@media (max-width: 768px) {
  .careerpath-intro .associateList > .group dt.wide {
    width: 100%;
  }
}
.careerpath-intro .associateList > .group dd {
  width: calc(100% - 216px);
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .careerpath-intro .associateList > .group dd {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.careerpath-intro .associateList > .group dd.narrow {
  width: calc(100% - 266px);
}
@media (max-width: 768px) {
  .careerpath-intro .associateList > .group dd.narrow {
    width: 100%;
  }
}
.careerpath-intro .associateList > .group dd .point {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.023em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .careerpath-intro .associateList > .group dd .point {
    font-size: 2.9333333333vw;
  }
}
.careerpath-intro .associateList > .group dd .point:before {
  content: "・";
}
.careerpath-intro .professionalList {
  margin-top: 28px;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .careerpath-intro .professionalList {
    margin-top: 4.2666666667vw;
    gap: 4.2666666667vw;
    flex-direction: column;
  }
}
.careerpath-intro .professionalList > .group {
  background-color: #fff;
  padding: 20px 30px;
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .careerpath-intro .professionalList > .group {
    padding: 4.2666666667vw;
    width: 100%;
  }
}
.careerpath-intro .professionalList > .group dt {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .careerpath-intro .professionalList > .group dt {
    font-size: 4.2666666667vw;
  }
}
.careerpath-intro .professionalList > .group dd {
  font-size: 15px;
  letter-spacing: 0.023em;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .careerpath-intro .professionalList > .group dd {
    font-size: 2.9333333333vw;
    margin-top: 1.0666666667vw;
  }
}

.careerpath-step {
  margin-top: 93px;
}
.careerpath-step .desc {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.0625;
  margin-top: 2.0625em;
}
@media (max-width: 768px) {
  .careerpath-step .desc {
    font-size: 2.9333333333vw;
  }
}
.careerpath-step .desc.first {
  margin-top: 27px;
}
@media (max-width: 768px) {
  .careerpath-step .desc.first {
    margin-top: 5.3333333333vw;
  }
}
.careerpath-step .stepTtl {
  margin-top: 50px;
  border-top: 1px solid #DBDAD9;
  padding-top: 44px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .careerpath-step .stepTtl {
    margin-top: 6.4vw;
    padding-top: 6.4vw;
    gap: 2.6666666667vw;
  }
}
.careerpath-step .stepTtl .num {
  color: #CA2B3E;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1923076923;
}
@media (max-width: 768px) {
  .careerpath-step .stepTtl .num {
    font-size: 4.8vw;
  }
}
.careerpath-step .stepTtl .main {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .careerpath-step .stepTtl .main {
    font-size: 4.8vw;
  }
}
.careerpath-step .descWrap {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .careerpath-step .descWrap {
    margin-top: 4.2666666667vw;
  }
}
.careerpath-step .descWrap .desc:first-of-type {
  margin-top: 0;
}

/*# sourceMappingURL=careerpath.css.map */
