.requirement_header {
  height: 210px;
  width: 100%;
}
.requirement_header--fresh {
  background-image: linear-gradient(45deg, #00BFFF, #0486D0);
}
.requirement_header--career {
  background-image: linear-gradient(45deg, #00BFFF, #0486D0);
}
.requirement_header .wrapper {
  height: 100%;
}
.requirement_header .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.requirement_header .content .title {
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.15em;
}

.requirement_info {
  padding-top: 99.8px;
  padding-bottom: 150px;
}
.requirement_info--fresh .content table tbody tr th {
  background-color: rgba(0, 191, 255, 0.08);
}
.requirement_info--career .content table tbody tr th {
  background-color: rgba(4, 134, 208, 0.08);
}
.requirement_info .content table {
  width: 100%;
  border: #707070 solid 1px;
}
.requirement_info .content table tbody tr th {
  border: #707070 solid 1px;
  border-right: none;
  padding: 34px 18px;
  width: 200px;
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  vertical-align: middle;
}
.requirement_info .content table tbody tr td {
  border: #707070 solid 1px;
  border-left: none;
  padding: 22px;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 2;
  width: calc(100% - 200px);
}

.requirement_flow--fresh .pageheader {
  background-image: linear-gradient(45deg, #00BFFF, #0486D0);
}
.requirement_flow--fresh .content .container .flow {
  width: 65%;
}
.requirement_flow--fresh .content .image-outer::after {
  background-image: linear-gradient(270deg, #00BFFF, #00BFFF, #5ACDF4);
}
.requirement_flow--career .pageheader {
  background-image: linear-gradient(45deg, #00BFFF, #0486D0);
}
.requirement_flow--career .content .container .flow {
  width: 90%;
}
.requirement_flow--career .content .image-outer::after {
  background-image: linear-gradient(270deg, #0486D0, #00BFFF);
}
.requirement_flow .pageheader {
  height: 210px;
  width: 100%;
}
.requirement_flow .pageheader .wrapper {
  height: 100%;
}
.requirement_flow .pageheader .content {
  margin-top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.requirement_flow .pageheader .content .title {
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.15em;
}
.requirement_flow .content {
  margin-top: 120px;
  position: relative;
}
.requirement_flow .content .container .flow {
  opacity: 0;
  transform: translateY(100px);
}
.requirement_flow .content .container .flow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.requirement_flow .content .wrapper {
  position: relative;
  height: 100%;
}
.requirement_flow .content .image-outer {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  right: -40px;
  top: 96px;
  width: 45%;
}
.requirement_flow .content .image-outer::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 24px;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  aspect-ratio: 1/0.575757576;
  z-index: -1;
}
.requirement_flow .content .image-outer .image {
  aspect-ratio: 1/0.575757576;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  width: 100%;
  transform: translateX(-24px);
}
.requirement_flow .content .image-outer .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.requirement_flow .content.is-animated .image-outer {
  opacity: 1;
  transform: translateX(0px);
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.requirement_flow .content.is-animated .container .flow {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
}

.requirement_cta {
  margin-top: 161px;
  padding: 64px 0 65px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.requirement_cta::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
}
.requirement_cta--fresh {
  background-image: url(../img/fresh-top/cta/back.jpg);
}
.requirement_cta--fresh::after {
  background-color: #00BFFF;
}
.requirement_cta--fresh .container .btn a:hover .txt {
  color: #00BFFF;
}
.requirement_cta--career {
  background-image: url(../img/fresh-top/cta/back.jpg);
}
.requirement_cta--career::after {
  background-color: #0488D2;
}
.requirement_cta--career .container .btn a:hover .txt {
  color: #0488D2;
}
.requirement_cta .container {
  position: relative;
  z-index: 2;
}
.requirement_cta .container h2 {
  margin-bottom: 32px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
}
.requirement_cta .container .desc {
  margin-bottom: 64px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
}
.requirement_cta .container .btn {
  text-align: center;
  opacity: 0;
}
.requirement_cta .container .btn a {
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 346px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  border: solid 4px #fff;
}
.requirement_cta .container .btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition-duration: 0.2s;
}
.requirement_cta .container .btn a .txt {
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.15em;
}
.requirement_cta .container .btn a:hover {
  opacity: 1;
}
.requirement_cta .container .btn a:hover::after {
  width: 100%;
  transition-duration: 0.2s;
}
.requirement_cta.is-animated .container h2 {
  transform: translateY(0px);
  opacity: 1;
  transition-duration: 1s;
}
.requirement_cta.is-animated .container .desc {
  transform: translateY(0px);
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.75s;
}
.requirement_cta.is-animated .container .btn {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.5s;
}

@media screen and (max-width: 768px) {
  .requirement_header {
    margin-top: 64px;
    height: auto;
    padding: 40px 0;
  }
  .requirement_header .content .title {
    font-size: 2.4rem;
  }
  .requirement_info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .requirement_info .content table {
    border: none;
    display: block;
  }
  .requirement_info .content table tbody {
    display: block;
  }
  .requirement_info .content table tbody tr {
    display: block;
  }
  .requirement_info .content table tbody tr th {
    display: block;
    border: none;
    padding: 8px 12px;
    width: 100%;
    font-size: 1.7rem;
  }
  .requirement_info .content table tbody tr td {
    border: none;
    border-left: none;
    padding: 16px 12px;
    font-size: 1.4em;
    line-height: 2;
    width: 100%;
  }
  .requirement_flow {
    overflow: hidden;
  }
  .requirement_flow .pageheader {
    height: 100px;
  }
  .requirement_flow .pageheader .content {
    margin-top: 0;
  }
  .requirement_flow .pageheader .content .title {
    font-size: 2rem;
  }
  .requirement_flow .content {
    margin-top: 40px;
    position: relative;
  }
  .requirement_flow .content .container {
    margin-top: 40px;
  }
  .requirement_flow .content .container .flow {
    width: 100%;
    transform: translateY(50px);
  }
  .requirement_flow .content .wrapper {
    position: relative;
    height: 100%;
  }
  .requirement_flow .content .image-outer {
    padding-left: 0;
    padding-right: 0;
    top: 0;
    left: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .requirement_flow .content .image-outer::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 6px;
    width: 100%;
    height: 100%;
  }
  .requirement_flow .content .image-outer .image {
    aspect-ratio: 1/0.575757576;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    width: 100%;
    transform: translateX(0px);
  }
  .requirement_flow .content.is-animated .image-outer {
    transition-delay: 0s;
  }
  .requirement_flow .content.is-animated .container .flow {
    transition-delay: 0.5s;
  }
  .requirement_cta {
    margin-top: 161px;
    padding: 64px 0 65px;
    position: relative;
  }
  .requirement_cta::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.88;
  }
  .requirement_cta--fresh {
    background-image: url(../img/fresh-top/cta/back.jpg);
  }
  .requirement_cta--fresh::after {
    background-color: #00BFFF;
  }
  .requirement_cta--career {
    background-image: url(../img/fresh-top/cta/back.jpg);
  }
  .requirement_cta--career::after {
    background-color: #0488D2;
  }
  .requirement_cta .container {
    position: relative;
    z-index: 2;
  }
  .requirement_cta .container h2 {
    margin-bottom: 32px;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #fff;
    text-align: center;
  }
  .requirement_cta .container .desc {
    margin-bottom: 64px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #fff;
    text-align: center;
  }
  .requirement_cta .container .btn {
    text-align: center;
  }
  .requirement_cta .container .btn a {
    margin-left: auto;
    margin-right: auto;
    width: 346px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-align: center;
    border: solid 4px #fff;
  }
  .requirement_cta .container .btn a .txt {
    font-size: 3.2rem;
    color: #fff;
    letter-spacing: 0.15em;
  }
  .requirement_cta {
    margin-top: 70px;
    padding: 40px 0 40px;
  }
  .requirement_cta .container h2 {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
  .requirement_cta .container .desc {
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .requirement_cta .container .btn a {
    width: 250px;
    height: 50px;
    border: solid 2.4px #fff;
  }
  .requirement_cta .container .btn a .txt {
    font-size: 2rem;
  }
}/*# sourceMappingURL=requirement.css.map */