.justin {
  background: url(../../img/recruit/bg_justin.jpg) no-repeat center/cover;
  padding-top: 80px;
  padding-bottom: 104px;
}
.justin .content_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}
.justin .ttl_lead {
  margin-top: 30px;
  text-align: center;
}
.justin .content_wrap {
  margin-top: 134px;
  position: relative;
}
.justin .content_wrap::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: linear-gradient(90deg, #3973C2 0%, #00439D 100%);
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
}
.justin .content_wrap ul {
  display: flex;
  justify-content: center;
  gap: 34px;
}
.justin .content_wrap ul li {
  width: 311px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 30px;
}
.justin .content_wrap ul li .label {
  font-size: 14px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  border: 1px solid #fff;
  text-align: center;
  background-color: #113366;
  position: absolute;
  top: -14px;
  left: -15px;
}
.justin .content_wrap ul li .ph {
  height: 225px;
}
.justin .content_wrap ul li .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.justin .content_wrap ul li .heading {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.justin .content_wrap ul li .heading::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background-color: #3973C2;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.justin .content_wrap ul li .desc {
  margin-top: 36px;
  padding-left: 43px;
  padding-right: 43px;
  min-height: 245px;
}
.justin .content_wrap ul li .btn_wrap {
  margin-top: 20px;
}
.justin .content_wrap ul li .btn_wrap .box_btn a {
  margin-left: auto;
  margin-right: auto;
  width: 224px;
  height: 48px;
}
.justin .content_wrap ul li .btn_wrap .box_btn + .box_btn {
  margin-top: 12px;
}

.about {
  padding-top: 80px;
  background-color: #F3F6FA;
}
.about .content_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.about .content_wrap .txt_box {
  width: 440px;
}
.about .content_wrap .txt_box .content_ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.about .content_wrap .txt_box .content_ttl span {
  font-weight: 900;
  color: #113366;
}
.about .content_wrap .txt_box ul {
  margin-top: 30px;
}
.about .content_wrap .txt_box ul li {
  position: relative;
  padding-left: 30px;
}
.about .content_wrap .txt_box ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../img/recruit/ico_check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about .content_wrap .txt_box ul li + li {
  margin-top: 2px;
}
.about .content_wrap .txt_box .btn_wrap {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.other_content {
  padding-top: 182px;
  background-color: #F3F6FA;
}

@media screen and (max-width: 767px) {
  .under_mv .bg {
    height: 345px;
  }
  .under_mv .item_wrap {
    margin-top: 15px;
  }
  .under_mv .item_wrap .desc {
    margin-top: 20px;
  }
  .justin {
    background-image: url(../../img/recruit/bg_justin_sp.jpg);
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .justin .content_ttl {
    font-size: 36px;
  }
  .justin .ttl_lead {
    margin-top: 25px;
  }
  .justin .content_wrap {
    margin-top: 95px;
  }
  .justin .content_wrap::before {
    height: 40px;
    top: -70px;
  }
  .justin .content_wrap ul {
    flex-direction: column;
    gap: 34px;
  }
  .justin .content_wrap ul li {
    width: 338px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
  }
  .justin .content_wrap ul li .desc {
    padding-left: 22px;
    padding-right: 22px;
    min-height: auto;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .about .content_wrap {
    flex-direction: column-reverse;
    gap: 0;
  }
  .about .content_wrap .img_box {
    width: 289px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .about .content_wrap .txt_box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: contents;
  }
  .about .content_wrap .txt_box .content_ttl {
    font-size: 24px;
    padding: 0 20px;
    order: 1;
  }
  .about .content_wrap .txt_box ul {
    padding: 0 20px;
  }
  .about .content_wrap .txt_box .btn_wrap {
    justify-content: center;
    gap: 13px;
    order: -1;
  }
  .other_content {
    background: url(../../img/recruit/bg_other_sp.jpg) no-repeat center/cover;
    padding-top: 55px;
  }
}