@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 floating-y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2%);
  }
}
@keyframes floating-y_s {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1%);
  }
}
@keyframes floating-y_l {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6%);
  }
}
.job-intro {
  padding-bottom: 214px;
}
@media (max-width: 440px) {
  .job-intro {
    padding-bottom: 120px;
  }
}

.job-summary {
  background-color: #E7F3F9;
  padding-top: 120px;
  padding-bottom: 694px;
}
@media (max-width: 440px) {
  .job-summary {
    padding-top: 57px;
    padding-bottom: 182px;
  }
}
.job-summary--lead {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  background: linear-gradient(90deg, #00A0E9 0%, #58DBCA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
@media (max-width: 440px) {
  .job-summary--lead {
    font-size: 18px;
  }
}

.job-summary_visualize {
  position: absolute;
  top: 0;
  right: 0;
  width: 664px;
  aspect-ratio: 664/738;
  padding-top: 84px;
  box-sizing: border-box;
}
@media (max-width: 440px) {
  .job-summary_visualize {
    display: block;
    width: 100%;
    aspect-ratio: 322/452;
    padding-top: 0;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 59px;
  }
}
.job-summary_visualize:before {
  content: "";
  display: block;
  width: 360px;
  aspect-ratio: 360/299;
  background-image: url(../../images/job/job-summary--inner.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -478px;
  bottom: 90px;
}
@media (max-width: 440px) {
  .job-summary_visualize:before {
    width: 57.1865443425%;
    bottom: -27.6548672566%;
    left: 0;
  }
}
.job-summary_visualize--desc {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 80px);
  opacity: 0;
  transition: 0.8s;
}
.is_show .job-summary_visualize--desc {
  transform: translate(-50%, 0);
  opacity: 1;
}
@media (max-width: 440px) {
  .job-summary_visualize--desc {
    font-size: 3.7333333333vw;
    width: fit-content;
    transform: none;
    left: 0;
  }
}
.job-summary_visualize--desc:first-of-type {
  top: 0;
}
@media (max-width: 440px) {
  .job-summary_visualize--desc:first-of-type {
    top: 2.4336283186%;
  }
  .is_show .job-summary_visualize--desc:first-of-type {
    transform: translate(10%, 0);
  }
}
.job-summary_visualize--desc:last-of-type {
  bottom: 0;
}
@media (max-width: 440px) {
  .job-summary_visualize--desc:last-of-type {
    left: 5.8103975535%;
    bottom: 12.1681415929%;
  }
  .is_show .job-summary_visualize--desc:last-of-type {
    transform: translate(10%, 0);
  }
}
.job-summary_visualize--img {
  display: block;
  width: 100%;
  transform: translateY(80px);
  opacity: 0;
  transition: 0.8s;
}
.is_show .job-summary_visualize--img {
  transform: none;
  opacity: 1;
}

.job-detail {
  padding-top: 119px;
  padding-bottom: 200px;
}
@media (max-width: 440px) {
  .job-detail {
    padding-top: 120px;
    padding-bottom: 240px;
  }
}
.job-detail--ttl {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 440px) {
  .job-detail--ttl {
    font-size: 32px;
  }
}

.job-detail_list {
  margin-top: 80px;
}
@media (max-width: 440px) {
  .job-detail_list {
    margin-top: 58px;
  }
}
.job-detail_list--item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 95px;
}
@media (max-width: 440px) {
  .job-detail_list--item {
    display: block;
    margin-top: 64px;
  }
}
.job-detail_list--item:first-of-type .job-detail_list--img {
  background-image: url(../../images/job/job-detail_list--img01.png);
}
.job-detail_list--item:first-of-type .job-detail_list--img:before {
  background-image: url(../../images/job/job-detail_list--img-deco01.svg);
  width: 94px;
  aspect-ratio: 94/105;
  right: 50px;
  bottom: -80px;
}
@media (max-width: 440px) {
  .job-detail_list--item:first-of-type .job-detail_list--img:before {
    width: 63px;
    right: 26px;
    bottom: -50px;
  }
}
.job-detail_list--item:nth-of-type(2) .job-detail_list--img {
  background-image: url(../../images/job/job-detail_list--img02.png);
}
.job-detail_list--item:nth-of-type(2) .job-detail_list--img:before {
  background-image: url(../../images/job/job-detail_list--img-deco02.svg);
  width: 139px;
  aspect-ratio: 139/157;
  right: 34px;
  bottom: -93px;
}
@media (max-width: 440px) {
  .job-detail_list--item:nth-of-type(2) .job-detail_list--img:before {
    width: 100px;
    right: 16px;
    bottom: -50px;
  }
}
.job-detail_list--item:last-of-type .job-detail_list--img {
  background-image: url(../../images/job/job-detail_list--img03.png);
}
.job-detail_list--item:last-of-type .job-detail_list--img:before {
  background-image: url(../../images/job/job-detail_list--img-deco03.svg);
  width: 135px;
  aspect-ratio: 135/132;
  right: 40px;
  bottom: -75px;
}
@media (max-width: 440px) {
  .job-detail_list--item:last-of-type .job-detail_list--img:before {
    width: 97px;
    right: 16px;
    bottom: -50px;
  }
}
.job-detail_list--img {
  width: 520px;
  aspect-ratio: 520/325;
  border-radius: 24px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 440px) {
  .job-detail_list--img {
    width: 100%;
    border-radius: 16px;
  }
}
.job-detail_list--img:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
}
.job-detail_list--txt {
  width: 552px;
}
@media (max-width: 440px) {
  .job-detail_list--txt {
    width: 100%;
    margin-top: 24px;
  }
}
.job-detail_list--ttl {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
}
@media (max-width: 440px) {
  .job-detail_list--ttl {
    font-size: 24px;
  }
}
.job-detail_list--sub_ttl {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  color: #1B95D4;
}
@media (max-width: 440px) {
  .job-detail_list--sub_ttl {
    font-size: 14px;
  }
}
.job-detail_list--desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 440px) {
  .job-detail_list--desc {
    margin-top: 8px;
    font-size: 14px;
  }
}

.job-detail_persona {
  background-color: #E7F3F9;
  margin-top: 41px;
  border-radius: 16px;
  padding: 24px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 440px) {
  .job-detail_persona {
    margin-top: 24px;
    display: block;
    padding: 16px 20px;
  }
}
.job-detail_persona--term {
  width: 176px;
  color: #1B95D4;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  position: relative;
}
@media (max-width: 440px) {
  .job-detail_persona--term {
    padding-bottom: 16px;
    width: 100%;
    font-size: 14px;
  }
}
.job-detail_persona--term:after {
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 440px) {
  .job-detail_persona--term:after {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.job-detail_persona--desc {
  width: calc(100% - 176px);
  padding-left: 32px;
  box-sizing: border-box;
}
@media (max-width: 440px) {
  .job-detail_persona--desc {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
}
.job-detail_persona--desc_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 440px) {
  .job-detail_persona--desc_txt {
    font-size: 14px;
  }
}
.job-detail_persona--desc_txt:before {
  content: "● ";
  color: #00A0E9;
}

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