<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Poppins:wght@400;500;600&amp;family=Roboto&amp;display=swap');
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
table {
  border-collapse: collapse;
}
img {
  border: none;
  vertical-align: top;
}
.clear {
  clear: both;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #1D1D1D;
}
.contents_area.open {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header.desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 1000;
}
.header_inner {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 40px;
  position: relative;
}
.header_logo {
  width: 110px;
}
.header_logo img {
  width: 100%;
  height: auto;
}
.header_inner .header_trigger {
  height: 40px;
  position: absolute;
  top: 30px;
  right: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.header_trigger .header_trigger_hum_inner {
  position: absolute;
  top: 10px;
  left: 10px;
}
.header_trigger_hum_inner::after {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: -10px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(29, 29, 29, 0);
  transition: background 0.4s;
  z-index: 0;
}
.headerActive .header_trigger_hum_inner::after {
  background: rgba(29, 29, 29, 1);
}
.headerActive .header_trigger_hum_inner span {
  background: #fff !important;
}
.header_trigger p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-right: 20px;
}
.header_trigger_hum {
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 9999;
}
.open .header_trigger_hum {
  transform: rotate(180deg);
}
.header_trigger_hum span {
  width: 40px;
  height: 1px;
  background: #1D1D1D;
  position: absolute;
  left: 0;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10;
}
.header_trigger_hum span:first-child {
  top: 14px;
}
.header_trigger_hum span:nth-child(2) {
  top: 26px;
}
.open .header_trigger_hum span:first-child {
  transform: translateY(6px) rotate(25deg);
}
.open .header_trigger_hum span:nth-child(2) {
  transform: translateY(-6px) rotate(-25deg);
}
@media(max-width: 767px) {
  header.desktop {
    height: 82px;
  }
  .header_inner {
    padding: 15px;
  }
  .header_logo {
    width: 100px;
  }
  .header_inner .header_trigger {
    top: 15px;
    right: 10px;
  }
  .header_trigger p {
    display: none;
  }
}
.readmore_right {
  display: flex;
  justify-content: flex-end;
}
.readmore_center {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.readmore_btn, .readmore_btn a, .contact_btn, .contact_btn a {
  width: 260px;
  height: 70px;
  position: relative;
}
.readmore_btn, .contact_btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.contact_btn {
  font-size: 16px;
}
.drawer .contact_btn {
  margin-top: 70px;
}
.readmore_btn::after, .contact_btn::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #1D1D1D;
}
.footer_join_caption .readmore_btn {
  margin-top: 45px;
}
.footer_join_caption .readmore_btn::after {
  border: 1px solid #fff;
}
.readmore_btn a, .contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #1b1b1b;
}
.readmore_btn a::before, .readmore_btn a::after, .contact_btn a::before, .contact_btn a::after {
  content: '';
  display: block;
  position: absolute;
}
.read_arw_inner {
  position: relative;
}
.readmore_btn::before, .read_arw_inner::before {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  right: 15px;
  top: calc(50% - 16px);
  transform: translateX(-50px);
  transition: background 0.2s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10;
}
.readmore_btn::before {
  transition-delay: 0.12s;
}
.read_arw_inner::before {
  top: -5px;
  transform: translateX(-20px);
}
.readmore_btn a::after, .contact_btn a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform-origin: left center;
  transform: scaleX(0);
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.readmore_btn span {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.readmore_btn span::before, .readmore_btn span::after {
  display: block !important;
}
.contact_btn span {
  display: inline-block;
  z-index: 10;
  position: relative;
}
.readmore_btn span::before, .readmore_btn span::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 100;
}
.readmore_btn span::before, .read_arw::before {
  content: '';
  display: block;
  height: 1px;
  width: 8px;
  position: absolute;
  right: 26.5px;
  top: 50%;
  background: #fff;
}
.read_arw::before {
  background: #1d1d1d;
  z-index: 50;
}
.readmore_btn span::after, .read_arw::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: calc(50% - 3px);
  z-index: 10;
}
.read_arw::after {
  border-top: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
  z-index: 10;
}
.contact_btn span::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_airplane.png") no-repeat 0 0;
  background-size: 20px;
  position: absolute;
  left: -30px;
  top: 5px;
}
.footer_join_wrap {
  padding-bottom: 120px;
  background: url("../images/footer_join_wrap_bg_pc.png") repeat-y center top;
}
.footer_join {
  height: 56vw;
  box-sizing: border-box;
  padding-top: 6vw;
  /* background: url("../images/footer_bg_pc.jpg") no-repeat center center; */
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.cmn_recruit_footer {
  height: 500px;
  box-sizing: border-box;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 768px) {
  .cmn_recruit_footer {
    height: 400px;
  }
}
.cmn_recruit_footer video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.footer_join video, .cmn_recruit_footer video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.footer_join_inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 40vw;
  display: flex;
  align-items: center;
}
.footer_join_inner h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 80px;
  color: #fff;
  line-height: 1;
  padding-left: 180px;
}
.footer_join .footer_join_caption {
  background: #1b1b1b;
  color: #fff;
  height: 40vw;
  width: 42vw;
  min-width: 600px;
  position: absolute;
  top: 16vw;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.footer_join_caption h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 25px;
}
.footer_join_caption p {
  line-height: 2.2;
  font-size: 16px;
}
.footer_join_caption_inner {
  padding-left: 5vw;
  padding-right: 40px;
}
@media(min-width: 1201px) {
  .footer_join {
    height: 500px;
    padding-top: 80px;
  }
  .footer_join_inner {
    height: 400px;
  }
  .footer_join .footer_join_caption {
    height: 400px;
    top: 100px;
  }
}
@media(max-width: 1200px) {
  .footer_join, .footer_join_inner, .footer_join .footer_join_caption {
    height: inherit;
  }
  .footer_join_inner {
    display: block;
  }
  .footer_join_inner h3 {
    padding-left: 10vw;
    margin: 0 0 20px;
  }
  .footer_join .footer_join_caption {
    width: 90vw;
    position: static;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    z-index: 50;
    margin-left: 10vw;
    padding: 40px;
  }
}
footer {
  height: 400px;
  display: flex;
  justify-content: space-between;
}
.footer_left {
  width: 40vw;
  background: #1b1b1b;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding: 80px 80px 80px 40px;
}
.footer_left_inner {
  text-align: center;
}
.footer_left_inner h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 60px;
}
.footer_logo {
  width: 110px;
  margin: 0 auto 60px;
}
.copyright {
  font-size: 10px;
  font-weight: 400;
}
.footer_right {
  width: 60vw;
  background: #FCFCFC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_right_inner {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.footer_right_inner a {
  color: #1b1b1b;
  text-decoration: none;
}
.footer_right_inner ul {
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_right_inner ul li {
  list-style: none;
  width: 33.3%;
  font-size: 16px;
  margin-bottom: 25px;
}
.footer_right_inner ul li.link_policy {
  margin: 10px 0 0;
}
.link_fb {
  font-size: 16px;
  margin-bottom: 40px;
  margin-left: 40px;
  line-height: 1;
}
.link_fb a {
  display: inline-block;
  position: relative;
}
.link_fb a::after {
  display: block;
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: url("../images/icon_fb.png") no-repeat 0 0;
  background-size: 26px;
  left: -40px;
  top: calc(50% - 13px);
}
.footer_right li span, .link_fb span {
  display: inline-block;
  position: relative;
}
.footer_right li span::after, .link_fb span::after, .drawer_inner li li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #1D1D1D;
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.drawer_inner li li a::after {
  background: #C92B2B;
  left: 1em;
  width: calc(100% - 1em);
}
.link_fb span::after {
  bottom: -4px;
}
@media(min-width: 961px) {
  .footer_right_inner ul li.link_fb, .footer_right_inner ul li.link_policy {
    width: 100%;
  }
  .footer_right_inner ul li.link_fb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .footer_right_inner ul.footer_right_upper {
    margin-bottom: 25px;
  }
}
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #F5F5F5;
  box-sizing: border-box;
  display: none;
}
.drawer_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.shortDisp .drawer_inner {
  display: flex;
  align-items: flex-start;
}
.drawer_inner li {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 25px;
}
.drawer_inner li ul {
  display: flex;
  padding-top: 10px;
  margin-left: 30px;
  margin-bottom: 0;
}
.drawer_inner li ul li {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 25px 0 0;
}
.drawer_inner li a {
  color: #1d1d1d;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.shortDisp .drawer_inner li {
  font-size: 22px;
  margin-bottom: 15px;
}
.shortDisp .drawer_inner li ul {
  padding-top: 5px;
}
.shortDisp .drawer_inner li li {
  margin-bottom: 5px;
  font-size: 16px;
}
.shortDisp .drawer .contact_btn {
  margin-top: 40px;
}
.shortDisp .drawer .drawer_footer {
  bottom: 50px;
}
.drawer_inner li a:before, .drawer_inner li a::after {
  content: '';
  display: block;
}
.drawer_inner ul li a:before {
  width: 7px;
  height: 7px;
  background: rgba(201, 43, 43, 0);
  position: absolute;
  left: -20px;
  top: calc(50% - 3px);
  transition: background 0.2s;
}
.drawer_inner ul li li a:before {
  display: none;
}
.drawer_inner ul li li span {
  display: inline-block;
  padding-left: 1em;
}
.drawer_inner ul li li span::before {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #1d1d1d;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 1000;
}
.drawer .drawer_footer {
  position: absolute;
  right: 100px;
  bottom: 100px;
}
.drawer_footer ul {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.drawer_footer li {
  list-style: none;
  margin: 0 0 0 40px
}
.drawer_footer li {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.drawer_footer li.link_fb {
  font-size: 20px;
}
.drawer_footer li.link_policy {
  font-size: 16px;
}
.drawer_footer li.link_fb a {
  color: #1D1D1D;
}
.drawer_footer li.link_policy a {
  color: #BFBFBF;
  text-decoration: none;
}
@media(min-width: 960px) {
  br.spbr {
    display: none;
  }
}
/* =====  HOVER ===== */
@media (hover: hover) {
  .readmore_btn:hover a::after, .contact_btn:hover a::after, .drawer_inner li li:hover a::after {
    transform: scaleX(1);
  }
  .readmore_btn:hover::before, .contact_btn:hover::before, .service_tile:hover .read_arw_inner::before {
    background: #1D1D1D;
    transform: translateX(0px);
  }
  .readmore_btn:hover a, .contact_btn:hover a {
    color: #1D1D1D;
  }
  .service_tile:hover .read_arw::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .service_tile:hover .read_arw::before {
    background: #fff;
  }
  .footer_right li:hover span::after, .link_fb:hover span::after {
    transform: scaleX(1);
  }
  .drawer_inner li a:hover, .drawer_inner ul li li:hover span::before {
    color: #C92B2B;
  }
  .drawer_inner ul li a:hover:before {
    background: rgba(201, 43, 43, 1);
  }
}
.pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 17px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
.pagetop img {
  width: 100%;
  height: auto;
}
.pagetop::before {
  content: '';
  display: block;
  position: absolute;
  top: -110px;
  left: 10px;
  width: 1px;
  height: 100px;
  background: #1D1D1D;
  transform-origin: center bottom;
  animation: pagetopBar 1.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  z-index: 10;
}
.pagetop::after {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 6px;
  width: 9px;
  height: 9px;
  background: #C92B2B;
  transform-origin: center bottom;
  z-index: 11;
  animation: pagetopIcon 1.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
@keyframes pagetopBar {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  80% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}
@keyframes pagetopIcon {
  0% {
    top: -18px;
    opacity: 0;
  }
  80% {
    top: -110px;
    opacity: 1;
  }
  100% {
    top: -110px;
    opacity: 0;
  }
}
@media(max-width: 960px) {
  footer {
    display: flex;
    flex-direction: column-reverse;
    height: inherit;
  }
  .footer_left, .footer_right {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .footer_left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
  }
  .footer_right_inner ul {
    max-width: inherit;
    width: 86vw;
    margin: 0 auto;
  }
  .footer_right_inner ul li {
    text-align: center;
  }
  .footer_right_inner ul li.link_fb, .footer_right_inner ul li.link_policy {
    width: 40%;
  }
  .footer_right_inner ul li.link_fb {
    margin-top: 1.5em;
  }
  .footer_right_inner ul li.link_policy {
    margin-top: 2.5em;
    font-size: 14px;
  }
}
@media(max-width: 768px) {
  .footer_join_wrap {
    padding-bottom: 50px;
    background: url("../images/footer_join_wrap_bg_sp.png") repeat-y center top;
    background-size: 100%;
  }
  .footer_join {
    padding-top: 20vw;
    height: auto;
    background: url(../images/footer_bg_sp.jpg) no-repeat center top;
    background-size: 100%;
    position: relative;
  }
  .footer_join_inner h3 {
    font-size: 42px;
    padding-left: 10%;
    margin-bottom: 20vw;
  }
  .footer_join .footer_join_caption {
    width: 90%;
    margin-left: 10%;
    min-width: inherit;
    padding: 35px 30px;
    box-sizing: border-box;
  }
  .footer_join_caption_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .footer_join_caption p {
    font-size: 14px;
  }
  .footer_join_caption h4 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .footer_join_caption .readmore_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width: 767px) {
  body {
    font-size: 14px;
  }
  .readmore_btn, .readmore_btn a, .contact_btn, .contact_btn a {
    width: 250px;
    height: 60px;
  }
  .footer_join_inner h3 {
    font-size: 42px;
  }
  .footer_left_inner h5 {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .footer_logo {
    margin-bottom: 40px;
  }
  .pagetop {
    right: 15px;
    bottom: 30px;
    width: 14px;
  }
  .pagetop::before {
    top: -80px;
    left: 8px;
    width: 1px;
    height: 70px;
    animation: pagetopBar 1.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
    z-index: 10;
  }
  .pagetop::after {
    top: -20px;
    left: 5px;
    width: 7px;
    height: 7px;
    animation: pagetopIconSP 1.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  }
  .header_trigger_hum {
    width: 50px;
    height: 50px;
  }
  .header_trigger_hum_inner::after {
    top: -9px;
    left: -10px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  .header_trigger .header_trigger_hum_inner {
    top: 10px;
    left: 10px;
  }
  .header_trigger_hum span {
    width: 32px;
  }
  .header_trigger_hum span:first-child {
    top: 10px;
  }
  .header_trigger_hum span:nth-child(2) {
    top: 22px;
  }
  .open .header_trigger_hum span:first-child {
    transform: translateY(6px) rotate(45deg);
  }
  .open .header_trigger_hum span:nth-child(2) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .drawer_inner, .shortDisp .drawer_inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    display: block;
    overflow: auto;
  }
  .drawer_inner_nav {
    padding-top: 0;
  }
  .drawer_inner li, .shortDisp .drawer_inner li {
    font-size: 18px;
    margin: 0 0 2.5vh;
  }
  .drawer_inner li ul, .shortDisp .drawer_inner li ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .drawer_inner li ul {
    margin-left: 20px;
  }
  .drawer_inner li ul li, .shortDisp .drawer_inner li ul li {
    font-size: 14px;
    width: 50%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .drawer_inner li ul li:last-child, .shortDisp .drawer_inner li ul li:last-child {
    width: 60%;
  }
  .drawer_inner_nav .link_fb {
    margin-left: 40px !important;
  }
  .footer_right_bottom .link_fb {
    display: none;
  }
  .drawer_footer ul {
    display: flex;
    justify-content: flex-end;
  }
  .drawer .drawer_footer {
    right: 50px;
  }
  .drawer .contact_btn {
    margin-top: 5vh;
  }
  .drawer_footer {
    display: none;
  }
  .drawer_contact_btn_bottom {
    display: flex;
    margin-top: 5vh;
    justify-content: flex-end;
  }
}
@media(min-width: 768px) {
  .drawer_inner_nav {
    transform: translateY(-120px);
  }
  .shortDisp .drawer_inner_nav {
    transform: translateY(40px);
  }
  .drawer_inner_nav .link_fb {
    display: none;
  }
  .drawer_contact_btn_bottom {
    display: none;
  }
}
@keyframes pagetopIconSP {
  0% {
    top: -20px;
    opacity: 0;
  }
  80% {
    top: -80px;
    opacity: 1;
  }
  100% {
    top: -80px;
    opacity: 0;
  }
}
/* ##############################  */
/* ##############################  */
@media(min-width: 769px) {
  .sp_obj {
    display: none;
  }
}
@media(max-width: 768px) {
  .pc_obj {
    display: none;
  }
}
::selection {
  color: #fff;
  background: #C92B2B;
}
::-moz-selection {
  color: #fff;
  background: #C92B2B;
}
/* ===== motion =====  */
.fadeInObj {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.fadeInNml {
  opacity: 0;
  transition: opacity 0.3s linear;
  will-change: opacity;
}
.fadeInActive {
  opacity: 1;
  transform: scale(1);
}
.fadeInNmlActive {
  opacity: 1;
}
/* ===== slide =====  */
.slide_cover {
  position: relative;
  display: inline-block;
}
.slide_cover::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1D1D1D;
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scaleX(0);
}
.fadeInSlideActive .slide_cover::after {
  animation: slideRight 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.slide_cover_in {
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 0.2s;
}
.fadeInSlideActive .slide_cover_in {
  opacity: 1;
}
@keyframes slideRight {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}</pre></body></html>