@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.carrer
------------------------------ */
.carrer {
  position: relative;
  padding: 68px 0 30px;
}
@media screen and (max-width: 768px) {
  .carrer {
    padding: 30px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .carrer .txt {
    font-size: 1.7rem;
  }
}
.carrer .carrer_flow {
  padding: 75px 0 0;
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow {
    padding: 0;
  }
}
.carrer .carrer_flow .top_txt {
  width: 50%;
  max-width: 450px;
  margin-bottom: -120px;
}
@media screen and (max-width: 1000px) {
  .carrer .carrer_flow .top_txt {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .top_txt {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.carrer .carrer_flow .img_wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .img_wrap {
    overflow: hidden;
  }
}
.carrer .carrer_flow .img_wrap .flow_img {
  text-align: center;
}
.carrer .carrer_flow .img_wrap .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.carrer .carrer_flow .img_wrap .img:nth-child(1).fade-in {
  transition-delay: 0.4s;
}
.carrer .carrer_flow .img_wrap .img:nth-child(2).fade-in {
  transition-delay: 0.8s;
}
.carrer .carrer_flow .img_wrap .img:nth-child(3).fade-in {
  transition-delay: 1.2s;
}
.carrer .carrer_flow .img_wrap .img:nth-child(4).fade-in {
  transition-delay: 1.6s;
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .img_wrap img {
    width: 110%;
    max-width: 110%;
    margin-right: -10%;
  }
}
.carrer .carrer_flow .flow_wrap {
  background: #F4F7FB;
  max-width: 1280px;
  padding: 0 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .flow_wrap {
    padding: 30px 0 60px;
  }
}
.carrer .carrer_flow .flow_list {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .flow_list {
    flex-direction: column;
    gap: 60px;
  }
}
.carrer .carrer_flow .flow_list .flow_box {
  position: relative;
  flex: 1;
}
.carrer .carrer_flow .flow_list .flow_box::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1px dashed #97A4AF;
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .flow_list .flow_box::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .flow_list .flow_box::after {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 20px;
    height: 42px;
    transform: rotate(90deg);
  }
}
.carrer .carrer_flow .flow_list .flow_box .ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 95px;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .flow_list .flow_box .ttl {
    height: auto;
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.carrer .carrer_flow .flow_list .flow_box .ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
  content: "";
  display: block;
  width: 20px;
  height: 42px;
}
@media screen and (max-width: 1000px) {
  .carrer .carrer_flow .flow_list .flow_box .ttl::before {
    right: -15px;
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .flow_list .flow_box .ttl::before {
    display: none;
  }
}
.carrer .carrer_flow .flow_list .flow_box .txt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .flow_list .flow_box .txt {
    font-size: 1.4rem;
  }
}
.carrer .carrer_flow .flow_list .flow_box .txt::before {
  content: "・";
}
.carrer .carrer_flow .flow_list .flow_box .txt + .txt {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .carrer .carrer_flow .flow_list .flow_box .txt + .txt {
    margin-top: 10px;
  }
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(1)::after {
  background: url(../img/job/carrer/flow_ico01.svg) no-repeat center center;
  background-size: 100%;
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(1) .ttl::before {
  background: url(../img/job/carrer/flow_ico01.svg) no-repeat center center;
  background-size: 100%;
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(2)::after {
  background: url(../img/job/carrer/flow_ico02.svg) no-repeat center center;
  background-size: 100%;
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(2)::before {
  top: -54px;
  height: 74px;
}
@media screen and (max-width: 1200px) {
  .carrer .carrer_flow .flow_list .flow_box:nth-child(2)::before {
    top: calc(-6vw + 20px);
    height: 6vw;
  }
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(2) .ttl::before {
  background: url(../img/job/carrer/flow_ico02.svg) no-repeat center center;
  background-size: 100%;
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(3)::after {
  background: url(../img/job/carrer/flow_ico03.svg) no-repeat center center;
  background-size: 100%;
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(3)::before {
  top: -128px;
  height: 148px;
}
@media screen and (max-width: 1200px) {
  .carrer .carrer_flow .flow_list .flow_box:nth-child(3)::before {
    top: calc(-12vw + 20px);
    height: 12vw;
  }
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(3) .ttl::before {
  background: url(../img/job/carrer/flow_ico03.svg) no-repeat center center;
  background-size: 100%;
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(4)::before {
  top: -214px;
  height: 234px;
}
@media screen and (max-width: 1200px) {
  .carrer .carrer_flow .flow_list .flow_box:nth-child(4)::before {
    top: calc(-18vw + 20px);
    height: 18vw;
  }
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(1).fade-in {
  transition-delay: 0.4s;
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(2).fade-in {
  transition-delay: 0.8s;
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(3).fade-in {
  transition-delay: 1.2s;
}
.carrer .carrer_flow .flow_list .flow_box:nth-child(4).fade-in {
  transition-delay: 1.6s;
}
.carrer .case {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .carrer .case {
    padding: 60px 0 0;
  }
}
.carrer .case .case_ttl {
  margin-bottom: 60px;
  font-weight: 900;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .carrer .case .case_ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.carrer .case .case_box {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .carrer .case .case_box {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .carrer .case .case_box {
    flex-direction: column;
  }
}
.carrer .case .case_box + .case_box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .carrer .case .case_box + .case_box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .carrer .case .case_box:nth-child(odd) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .carrer .case .case_box:nth-child(even) .img_box {
    order: 2;
  }
}
.carrer .case .case_box:nth-child(even) .fukidashi {
  background: url(../img/job/carrer/ico_fukidashi02.svg) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .carrer .case .case_box:nth-child(even) .history_wrap {
    order: 1;
  }
}
.carrer .case .case_box .fukidashi {
  width: 233px;
  margin: 0 auto 30px;
  padding-bottom: 50px;
  background: url(../img/job/carrer/ico_fukidashi01.svg) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .carrer .case .case_box .fukidashi {
    width: 210px;
    padding-bottom: 40px;
    margin-bottom: 5px;
  }
}
.carrer .case .case_box .fukidashi .ttl {
  margin-bottom: 5px;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .carrer .case .case_box .fukidashi .ttl {
    font-size: 1.6rem;
  }
}
.carrer .case .case_box .fukidashi .txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .carrer .case .case_box .fukidashi .txt {
    font-size: 1.2rem;
  }
}
.carrer .case .case_box .img_box .img {
  width: 264px;
}
@media screen and (max-width: 768px) {
  .carrer .case .case_box .img_box .img {
    width: 158px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .carrer .case .case_box .img_box.img03 .fukidashi {
    margin-right: 30px;
    margin-bottom: -10px;
  }
}
.carrer .case .case_box .img_box.img03 .img {
  width: 346px;
}
@media screen and (max-width: 768px) {
  .carrer .case .case_box .img_box.img03 .img {
    width: 207px;
  }
}
.carrer .case .history_wrap {
  max-width: 480px;
}
.carrer .case .history_list {
  position: relative;
}
.carrer .case .history_list .history_item {
  display: flex;
}
.carrer .case .history_list .history_item .history_data {
  position: relative;
  flex-shrink: 0;
  width: 105px;
  padding-right: 25px;
  text-align: right;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0077C3;
}
@media screen and (max-width: 768px) {
  .carrer .case .history_list .history_item .history_data {
    width: 85px;
    padding-right: 20px;
    margin-left: -2vw;
    font-size: 1.8rem;
  }
}
.carrer .case .history_list .history_item .history_data::before {
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  background: url(../img/person/history_ico01.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .carrer .case .history_list .history_item .history_data::before {
    right: -7px;
    width: 12px;
    height: 18px;
    background-size: 11px;
  }
}
.carrer .case .history_list .history_item:nth-child(1) .history_data::before {
  top: 0;
  background: #fff url(../img/person/history_ico02.svg) no-repeat center bottom;
}
@media screen and (max-width: 768px) {
  .carrer .case .history_list .history_item:nth-child(1) .history_data::before {
    background-size: 11px;
  }
}
.carrer .case .history_list .history_item:last-child .history_box {
  padding-bottom: 0;
  border-left: 3px dashed #15B9D4;
}
@media screen and (max-width: 768px) {
  .carrer .case .history_list .history_item:last-child .history_box {
    border-width: 2px;
  }
}
.carrer .case .history_list .history_item .history_box {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 3px solid #15B9D4;
}
@media screen and (max-width: 768px) {
  .carrer .case .history_list .history_item .history_box {
    border-width: 2px;
    padding-left: 20px;
  }
}
.carrer .case .history_list .history_item .history_box .ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .carrer .case .history_list .history_item .history_box .ttl {
    font-size: 1.4rem;
  }
}
.carrer .case .history_list .history_item .history_box .txt {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .carrer .case .history_list .history_item .history_box .txt {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}