.person_kv {
  position: relative;
  width: 100%;
  height: 51.09375vw;
}
.person_kv--fresh .copy .outer span::after {
  background-color: #00BFFF;
}
.person_kv--fresh .copy .outer span i {
  background-color: #00BFFF;
}
.person_kv--fresh .recruit-tag {
  color: #00BFFF;
}
.person_kv--career .copy .outer span::after {
  background-color: #0486D0;
}
.person_kv--career .copy .outer span i {
  background-color: #0486D0;
}
.person_kv--career .recruit-tag {
  color: #0486D0;
}
.person_kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.person_kv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.person_kv .wrapper {
  height: 100%;
}
.person_kv .content {
  position: relative;
  height: 100%;
}
.person_kv .copy {
  position: absolute;
  bottom: 7.4447vw;
  left: 0;
  z-index: 2;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.person_kv .copy .outer {
  overflow: hidden;
  display: block;
  padding: 0;
}
.person_kv .copy .outer span {
  position: relative;
  font-size: 3.36rem;
  margin-top: 8px;
  padding: 2px 12px;
  display: inline-block;
  color: #fff;
  position: relative;
  animation-name: clip-text;
  cursor: default;
}
.person_kv .copy .outer span::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
.person_kv .copy .outer span i {
  font-style: normal;
  padding: 4px 16px;
}
.person_kv .copy .outer span, .person_kv .copy .outer span::after {
  animation-delay: var(--animation-delay, 1s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 600ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.person_kv .recruit-tag {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  right: 0;
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: 0.075em;
  display: inline-block;
  display: inline-block;
  padding: 15px 25px;
  background-color: #fff;
}

.person_video {
  position: relative;
  z-index: 3;
  padding: 130px 0 0px;
  position: relative;
  width: 100%;
}
.person_video::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23.95vw;
  height: 100%;
  background-image: url(../img/person-fresh/video/back-ashirai-edge-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.person_video .content {
  margin-top: 0;
}
.person_video .content .video {
  aspect-ratio: 1/0.568;
  transform: translateY(50px);
  opacity: 0;
}
.person_video .content .video.is-animated {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
}
.person_video .content .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.person_qa {
  position: relative;
  z-index: 2;
}
.person_qa--fresh .block:nth-of-type(1) {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  padding: 297px 0;
}
.person_qa--fresh .block:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #00BFFF, #0486D0);
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 18%, 100% 0, 100% 82%, 0% 100%);
}
.person_qa--fresh .block:nth-of-type(1) .container .lr {
  align-items: center;
}
.person_qa--fresh .block:nth-of-type(1) .container .heading {
  color: #fff;
}
.person_qa--fresh .block:nth-of-type(1) .container .heading::before {
  background-color: #fff;
}
.person_qa--fresh .block:nth-of-type(1) .container .desc {
  color: #fff;
}
.person_qa--fresh .block:nth-of-type(1) .container .left {
  width: 46.25%;
}
.person_qa--fresh .block:nth-of-type(1) .container .right {
  width: 46.25%;
}
.person_qa--fresh .block:nth-of-type(2) {
  position: relative;
  z-index: 3;
  margin-top: -230px;
}
.person_qa--fresh .block:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13.08333336vw;
  height: 13.54166664vw;
  background-image: url(../img/person-fresh/qa/back-ashirai-edge-right.svg);
  transform: translateY(100%);
  background-repeat: no-repeat;
  background-size: contain;
}
.person_qa--fresh .block:nth-of-type(2) .container .lr {
  align-items: flex-end;
}
.person_qa--fresh .block:nth-of-type(2) .container .left {
  width: 37.0625%;
}
.person_qa--fresh .block:nth-of-type(2) .container .right {
  width: 55.625%;
}
.person_qa--fresh .block:nth-of-type(3) {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 130px 0 99.89px;
}
.person_qa--fresh .block:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #00BFFF, #0486D0);
  -webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
}
.person_qa--fresh .block:nth-of-type(3) .container .lr {
  align-items: center;
}
.person_qa--fresh .block:nth-of-type(3) .container .heading {
  color: #fff;
}
.person_qa--fresh .block:nth-of-type(3) .container .heading::before {
  background-color: #fff;
}
.person_qa--fresh .block:nth-of-type(3) .container .desc {
  color: #fff;
}
.person_qa--fresh .block:nth-of-type(3) .container .left {
  width: 46.25%;
}
.person_qa--fresh .block:nth-of-type(3) .container .right {
  width: 46.25%;
}
.person_qa--fresh .block .container .heading {
  color: #00BFFF;
}
.person_qa--fresh .block .container .heading::before {
  background-color: #00BFFF;
}
.person_qa--career .block:nth-of-type(1) {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  padding: 297px 0;
}
.person_qa--career .block:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(242deg, #00BFFF, #0486D0);
  -webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 82%);
}
.person_qa--career .block:nth-of-type(1) .container .lr {
  align-items: center;
}
.person_qa--career .block:nth-of-type(1) .container .heading {
  color: #fff;
}
.person_qa--career .block:nth-of-type(1) .container .heading::before {
  background-color: #fff;
}
.person_qa--career .block:nth-of-type(1) .container .desc {
  color: #fff;
}
.person_qa--career .block:nth-of-type(1) .container .left {
  width: 46.25%;
}
.person_qa--career .block:nth-of-type(1) .container .right {
  width: 46.25%;
}
.person_qa--career .block:nth-of-type(2) {
  position: relative;
  z-index: 3;
  margin-top: -230px;
}
.person_qa--career .block:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.08333336vw;
  height: 13.54166664vw;
  background-image: url(../img/person-career/qa/back-ashirai-edge-left.svg);
  transform: translateY(100%);
  background-repeat: no-repeat;
  background-size: contain;
}
.person_qa--career .block:nth-of-type(2) .container .lr {
  align-items: center;
}
.person_qa--career .block:nth-of-type(2) .container .left {
  width: 55.625%;
}
.person_qa--career .block:nth-of-type(2) .container .right {
  width: 37.0625%;
}
.person_qa--career .block:nth-of-type(3) {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 130px 0 99.89px;
}
.person_qa--career .block:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #00BFFF, #0486D0);
  -webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
}
.person_qa--career .block:nth-of-type(3) .container .lr {
  align-items: center;
}
.person_qa--career .block:nth-of-type(3) .container .heading {
  color: #fff;
}
.person_qa--career .block:nth-of-type(3) .container .heading::before {
  background-color: #fff;
}
.person_qa--career .block:nth-of-type(3) .container .desc {
  color: #fff;
}
.person_qa--career .block:nth-of-type(3) .container .left {
  width: 46.25%;
}
.person_qa--career .block:nth-of-type(3) .container .right {
  width: 46.25%;
}
.person_qa--career .block .container .heading {
  color: #0486D0;
}
.person_qa--career .block .container .heading::before {
  background-color: #056AB8;
}
.person_qa .block {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.person_qa .block.ashirai::after {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  right: 0;
  top: -80px;
  width: 23.95vw;
  height: 100%;
  background-position: top right;
  background-image: url(../img/interview/back-ashirai-edge-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: alic;
}
.person_qa .block .container {
  position: relative;
  z-index: 2;
}
.person_qa .block .container .lr {
  display: flex;
  justify-content: space-between;
}
.person_qa .block .container .image {
  opacity: 0;
  width: 100%;
}
.person_qa .block .container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.person_qa .block .container .heading {
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.07em;
  opacity: 0;
  transform: translateY(50px);
}
.person_qa .block .container .heading::before {
  content: "";
  -webkit-clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
  width: 34.13px;
  height: 22.2px;
  position: absolute;
  top: 10px;
  left: 0;
}
.person_qa .block .container .desc {
  padding-left: 40px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: justify;
  opacity: 0;
  transform: translateY(50px);
}
.person_qa .block:nth-of-type(1) .container .image {
  transform: translateX(-50px);
}
.person_qa .block:nth-of-type(2) .container .image {
  transform: translateX(50px);
}
.person_qa .block.is-animated .container .image {
  opacity: 1;
  transition-duration: 1s;
  transform: translateX(0px);
  transition-delay: 0.5s;
}
.person_qa .block.is-animated .container .heading {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
}
.person_qa .block.is-animated .container .desc {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.5s;
  transform: translateY(0px);
}

@media screen and (max-width: 1630px) {
  .person_video::before {
    width: 11.975vw;
  }
  .person_qa .block--fresh:nth-of-type(1) {
    margin-top: 40px;
    padding: 207px 0;
  }
  .person_qa .block--fresh:nth-of-type(2) {
    margin-top: -161px;
  }
  .person_qa .block--fresh:nth-of-type(2) .container .lr {
    align-items: fl;
  }
  .person_qa .block--fresh:nth-of-type(2)::after {
    width: 13.08333336vw;
    height: 13.54166664vw;
    background-image: url(../img/person-fresh/qa/back-ashirai-edge-right.svg);
  }
  .person_qa .block--fresh:nth-of-type(3) {
    margin-top: 40px;
    padding: 130px 0 99.89px;
  }
  .person_qa .block--fresh:nth-of-type(3)::after {
    -webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
  }
  .person_qa .block--career:nth-of-type(1) {
    margin-top: 40px;
    padding: 207px 0;
  }
  .person_qa .block--career:nth-of-type(2) {
    margin-top: -161px;
  }
  .person_qa .block--career:nth-of-type(2) .container .lr {
    align-items: fl;
  }
  .person_qa .block--career:nth-of-type(2)::after {
    width: 13.08333336vw;
    height: 13.54166664vw;
    background-image: url(../img/person-career/qa/back-ashirai-edge-left.svg);
  }
  .person_qa .block--career:nth-of-type(3) {
    margin-top: 40px;
    padding: 130px 0 99.89px;
  }
  .person_qa .block--career:nth-of-type(3)::after {
    -webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
  }
  .person_qa .block.ashirai::after {
    top: -80px;
    width: 11.975vw;
  }
  .person_qa .block::before {
    bottom: initial;
    top: 24px;
    width: calc(46.3% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .person_kv {
    margin-top: 64px;
    height: 75vw;
  }
  .person_kv .wrapper {
    padding-left: 0;
  }
  .person_kv--career .recruit-tag {
    bottom: 71px !important;
  }
  .person_kv .copy {
    bottom: 0;
    left: 0;
    margin-top: 4px;
    transform: translateY(50%);
    gap: 4px;
  }
  .person_kv .copy .outer span {
    font-size: 2rem;
    margin-top: 0px;
    padding: 2px 0;
  }
  .person_kv .copy .outer span i {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
  }
  .person_kv .recruit-tag {
    position: absolute;
    z-index: 2;
    bottom: 48px;
    right: initial;
    left: 0px;
    font-size: 1.6rem;
    padding: 4px 16px;
  }
  .person_video {
    padding: 80px 0 0px;
  }
  .person_video::before {
    display: none;
  }
  .person_video .wrapper {
    padding-left: 26px;
    padding-right: 26px;
  }
  .person_qa--fresh .block:nth-of-type(1) {
    margin-top: 40px;
    padding: 72px 0 140px;
  }
  .person_qa--fresh .block:nth-of-type(1) .container .lr {
    flex-direction: column-reverse;
  }
  .person_qa--fresh .block:nth-of-type(1) .container .lr .left {
    margin-top: 24px;
  }
  .person_qa--fresh .block:nth-of-type(1) .container .lr .image {
    width: 100%;
    text-align: right;
  }
  .person_qa--fresh .block:nth-of-type(1) .container .lr .image img {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 26px);
  }
  .person_qa--fresh .block:nth-of-type(1)::after {
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
            clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
  }
  .person_qa--fresh .block:nth-of-type(2) {
    margin-top: -140px;
  }
  .person_qa--fresh .block:nth-of-type(2)::after {
    width: 29.43750006vw;
    height: 30.46874994vw;
    background-image: url(../img/person-fresh/qa/back-ashirai-edge-right.svg);
  }
  .person_qa--fresh .block:nth-of-type(3) {
    margin-top: 40px;
    padding: 72px 0 40px;
  }
  .person_qa--fresh .block:nth-of-type(3)::after {
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
  }
  .person_qa--career .block:nth-of-type(1) {
    margin-top: 40px;
    padding: 72px 0 140px;
  }
  .person_qa--career .block:nth-of-type(1)::after {
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
            clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
  }
  .person_qa--career .block:nth-of-type(1) .image {
    width: 100%;
    text-align: right;
  }
  .person_qa--career .block:nth-of-type(1) .image img {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 26px);
  }
  .person_qa--career .block:nth-of-type(2) {
    margin-top: -140px;
  }
  .person_qa--career .block:nth-of-type(2)::after {
    left: initial;
    right: 0;
    width: 29.43750006vw;
    height: 30.46874994vw;
    background-image: url(../img/person-fresh/qa/back-ashirai-edge-right.svg);
  }
  .person_qa--career .block:nth-of-type(2) .container .lr {
    flex-direction: column-reverse;
  }
  .person_qa--career .block:nth-of-type(2) .container .lr .left {
    margin-top: 24px;
  }
  .person_qa--career .block:nth-of-type(3) {
    margin-top: 40px;
    padding: 72px 0 40px;
  }
  .person_qa--career .block:nth-of-type(3)::after {
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
  }
  .person_qa .block {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  .person_qa .block.ashirai {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
  .person_qa .block.ashirai::after {
    top: -65px;
    width: 17.95vw;
  }
  .person_qa .block .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .person_qa .block .container .lr {
    flex-direction: column;
  }
  .person_qa .block .container .lr .left {
    width: calc(100% - 0px);
    margin: 0 auto;
  }
  .person_qa .block .container .lr .right {
    margin-top: 24px;
    width: 100%;
  }
  .person_qa .block .container .heading {
    padding-top: 30px;
    margin-bottom: 16px;
    padding-left: 26px;
    font-size: 2rem;
  }
  .person_qa .block .container .heading::before {
    width: 34.13px;
    height: 22.2px;
    top: 0px;
    left: 26px;
  }
  .person_qa .block .container .desc {
    padding-left: 26px;
    padding-right: 26px;
    line-height: 2;
  }
  .person_qa .block:nth-of-type(1) .container .lr .image {
    width: 100%;
    text-align: right;
  }
  .person_qa .block:nth-of-type(1) .container .lr .image img {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 26px);
  }
  .person_qa .block:nth-of-type(2) .container .lr .image {
    position: relative;
    width: 100%;
    text-align: right;
  }
  .person_qa .block:nth-of-type(2) .container .lr .image img {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 52px);
  }
}/*# sourceMappingURL=person.css.map */