html:not(.no-js) [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

.interview-sub {
  background: url(../img/mv_bg.png) top left/64% no-repeat;
  color: #172852;
  padding-bottom: 0;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .interview-sub {
    background: url(../img/mv_bg_sp.png) top right/120% no-repeat;
  }
}
.interview-sub p {
  line-height: 1.8;
  margin-bottom: 0 !important;
}
.interview-sub .mv {
  margin-top: 72px;
  margin-bottom: 96px !important;
}
@media only screen and (max-width: 768px) {
  .interview-sub .mv {
    margin-top: 32px;
    margin-bottom: 56px !important;
  }
}
.interview-sub .mv h1 {
  color: var(--main-color);
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .mv h1 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.interview-sub .mv h1.small {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .mv h1.small {
    font-size: 20px;
  }
}
.interview-sub .mv-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media only screen and (max-width: 540px) {
  .interview-sub .mv-img {
    margin: 0 -20px 16px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 540px) {
  .interview-sub .mv-img.-right img {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media only screen and (max-width: 540px) {
  .interview-sub .mv-img img {
    width: 100%;
    min-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.interview-sub .mv-txt {
  font-size: 20px;
  text-align: right;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .interview-sub .mv-txt {
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.interview-sub .article {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 768px) {
  .interview-sub .article {
    margin-bottom: 80px !important;
  }
}
.interview-sub .article-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
}
.interview-sub .article-block:not(:last-child) {
  margin-bottom: 96px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .article-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .interview-sub .article-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .interview-sub .article-block.-reverse .article-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview-sub .article-block.-reverse .article-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.interview-sub .article-img {
  width: 46.5%;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .interview-sub .article-img {
    width: 100%;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 540px) {
  .interview-sub .article-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
.interview-sub .article-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interview-sub .article-ttl {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
.interview-sub .article-ttl:not(:first-child) {
  margin-top: 56px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .article-ttl:not(:first-child) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .interview-sub .article-ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .interview-sub .article p {
    font-size: 14px;
  }
}
.interview-sub .article p .font-en {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.interview-sub .article p .small {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .article p .small {
    font-size: 12px;
  }
}
.interview-sub .timeline {
  background-color: var(--main-color);
  padding: 96px 0;
  margin-bottom: 88px !important;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline {
    padding: 56px 0;
    margin-bottom: 56px !important;
  }
}
.interview-sub .timeline__ttl {
  font-size: 40px;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline__ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.interview-sub .timeline__ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14px;
  background-color: #2D84EB;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline__ttl:before {
    height: 10px;
    border-radius: 2px;
  }
}
.interview-sub .timeline__ttl span {
  position: relative;
}
.interview-sub .timeline__ttl .clock {
  position: absolute;
  margin-left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline__ttl .clock {
    width: 30px;
    margin-left: 10px;
  }
}
.interview-sub .timeline .whitebox {
  background-color: #fff;
  border-radius: 10px;
  padding: 56px 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 58px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline .whitebox {
    gap: 2px;
    padding: 32px 20px;
  }
}
.interview-sub .timeline-list {
  width: calc(50% - 29px);
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline-list {
    width: 100%;
  }
}
.interview-sub .timeline-list:first-child .timeline-item:last-child {
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .interview-sub .timeline-list:last-of-type .timeline-item:first-child {
    padding-top: 20px;
  }
  .interview-sub .timeline-list:last-of-type .timeline-item:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 23px;
    height: 17px;
    width: 2px;
    background: url(/ja/kose/info/bases/kose-sales/recruit/interview/img/dot_short_02.png) bottom center/2px no-repeat, url(/ja/kose/info/bases/kose-sales/recruit/interview/img/dot_short.png) top center/2px no-repeat, url(/ja/kose/info/bases/kose-sales/recruit/interview/img/dot_long.png) top center/2px repeat-y;
  }
}
.interview-sub .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
}
.interview-sub .timeline-item:not(:last-child) {
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline-item:not(:last-child) {
    padding-bottom: 21px;
    margin-bottom: 3px;
  }
}
.interview-sub .timeline-item:after {
  content: "";
  position: absolute;
  top: 51px;
  left: 23px;
  bottom: 0;
  width: 2px;
  background: url(/ja/kose/info/bases/kose-sales/recruit/interview/img/dot_short_02.png) bottom center/2px no-repeat, url(/ja/kose/info/bases/kose-sales/recruit/interview/img/dot_short.png) top center/2px no-repeat, url(/ja/kose/info/bases/kose-sales/recruit/interview/img/dot_long.png) top center/2px repeat-y;
}
.interview-sub .timeline-item .time {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid #2272D2;
  position: relative;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #fff;
}
.interview-sub .timeline-item .time:before {
  content: "";
  position: absolute;
  inset: 2px;
  background-color: #2272D2;
  border-radius: 50%;
  z-index: -1;
}
.interview-sub .timeline-item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline-item .txt {
    font-size: 14px;
  }
}
.interview-sub .timeline .bluebox {
  width: calc(100% + 32px);
  background-color: #E5F0FD;
  border-radius: 6px;
  margin-top: 60px;
  padding: 20px 40px 28px;
  position: relative;
  margin-right: -32px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline .bluebox {
    margin-top: 32px;
    width: 100%;
    margin-right: 0;
    border-radius: 8px;
    padding: 16px 22px;
  }
}
.interview-sub .timeline .bluebox__ttl {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 12px;
  border-bottom: 1px solid #B7C3D3;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline .bluebox__ttl {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline .bluebox p {
    font-size: 14px;
  }
}
.interview-sub .timeline .bluebox__info {
  width: 74%;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline .bluebox__info {
    width: 100% !important;
  }
}
.interview-sub .timeline .bluebox__info.-size2 {
  width: 68%;
}
.interview-sub .timeline .bluebox__info.-size3 {
  width: 71%;
}
.interview-sub .timeline .bluebox__img {
  position: absolute;
  right: 20px;
  bottom: 28px;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline .bluebox__img {
    width: 50%;
    position: static;
    margin: 12px auto 0;
  }
}
.interview-sub .timeline .bluebox__img.-size2 {
  width: 35%;
  right: -21px;
  bottom: -16px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline .bluebox__img.-size2 {
    width: 80%;
  }
}
.interview-sub .timeline .bluebox__img.-size3 {
  width: 29%;
  right: -10px;
  bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .timeline .bluebox__img.-size3 {
    width: 70%;
  }
}
.interview-sub .timeline .bluebox__img img {
  width: 100%;
}
.interview-sub .message {
  padding: 40px;
  border-radius: 10px;
  background: url(../img/message_bg.svg) top -13px left -20px/51.6% no-repeat, var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
  margin-bottom: 120px !important;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .interview-sub .message {
    background: url(../img/message_bg_sp.svg) top -8px left -8px/96.4% no-repeat, var(--main-color);
    padding: 32px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 64px !important;
  }
}
.interview-sub .message-img {
  width: 390px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .interview-sub .message-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.interview-sub .message-img img {
  border-radius: 8px;
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .interview-sub .message-img img {
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
.interview-sub .message-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interview-sub .message-ttl {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .message-ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .interview-sub .message-txt {
    font-size: 14px;
  }
}
.interview-sub .img-list {
  margin-bottom: 120px !important;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .interview-sub .img-list {
    margin-bottom: 64px !important;
  }
}
.interview-sub .img-list .c-block-2 .block-742 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 12px));
            transform: translateX(calc(-50% - 12px));
    @media only screen and (max-width: 768px) {
      .interview-sub .img-list .c-block-2 .block-742 {
        -webkit-transform: translateX(calc(-50% - 8px));
                transform: translateX(calc(-50% - 8px));
      }
    }
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 12px));
            transform: translateX(calc(-50% - 12px));
    @media only screen and (max-width: 768px) {
      .interview-sub .img-list .c-block-2 .block-742 {
        -webkit-transform: translateX(calc(-50% - 8px));
                transform: translateX(calc(-50% - 8px));
      }
    }
  }
}
.interview-sub .img-list .c-block-2 .block-742 ul {
  display: -webkit-box;
  gap: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .interview-sub .img-list .c-block-2 .block-742 ul {
    gap: 16px;
  }
}
.interview-sub .img-list .c-block-2 .block-742 ul li {
  width: 226px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .img-list .c-block-2 .block-742 ul li {
    width: 218px;
  }
}
.interview-sub .img-list .c-block-2 .block-742 ul li span {
  color: #fff;
}
.interview-sub .img-list .c-block-2 .block-742 ul li span.color1 {
  background-color: #2272D2;
}
.interview-sub .img-list .c-block-2 .block-742 ul li span.color2 {
  background-color: #11B3D9;
}
.interview-sub .img-list .c-block-2 .block-742 ul li span.color3 {
  background-color: #1294E3;
}
.interview-sub .img-list .c-block-2 .block-742 ul li img {
  height: 288px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .img-list .c-block-2 .block-742 ul li img {
    height: 278px;
  }
}
.interview-sub .img-list .c-block-2 .block-742 ul li figcaption {
  color: #172852;
}
.interview-sub .img-list .btn-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .interview-sub .img-list .btn-list {
    margin-top: 16px;
  }
}
.interview-sub .img-list .viewmore {
  color: #2272D2;
}
.interview-sub .img-list .viewmore:hover {
  color: #fff;
}
.interview-sub .img-list .viewmore span {
  color: #2272D2;
}
.interview-sub .img-list .viewmore .circle {
  border-color: #2272D2;
}
@media only screen and (max-width: 768px) {
  .interview-sub .img-list .viewmore .circle svg {
    width: 12px;
  }
}
.interview-sub .img-list__btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #2272D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  cursor: pointer;
  color: #2272D2;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .interview-sub .img-list__btn {
    width: 56px;
    height: 56px;
  }
}
.interview-sub .img-list__btn:hover {
  background-color: #2272D2;
  color: #fff;
}
.interview-sub .img-list__btn.-pause .play {
  display: block;
}
.interview-sub .img-list__btn.-pause .pause {
  display: none;
}
.interview-sub .img-list__btn .play {
  display: none;
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  .interview-sub .img-list__btn .play {
    width: 12px;
    margin-left: 4.5px;
  }
}
@media only screen and (max-width: 768px) {
  .interview-sub .img-list__btn .pause {
    width: 7px;
  }
}