.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 170%;
  }
}

a {
  display: inline-block;
  transition: 0.3s all;
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.l-wrapper {
  padding: 120px 80px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 80px 24px;
  }
}

.c-h2Ttl {
  text-align: center;
  padding-bottom: 80px;
}
.c-h2Ttl .en {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  line-height: 100%;
  letter-spacing: 5.6px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-h2Ttl .en {
    font-size: 3.6rem;
  }
}
.c-h2Ttl .en.black {
  color: #323232;
}
.c-h2Ttl h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.92px;
  padding-top: 24px;
}
.c-h2Ttl h2.white {
  color: #fff;
}

.c-btn {
  font-weight: 700;
  line-height: normal;
  background-color: #7AC3FF;
  padding: 16px 40px;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 13px 16px;
  }
}
.c-btn:hover {
  background-color: #4891CD;
  color: #fff;
}

.c-table {
  width: 100%;
}
.c-table tr {
  display: block;
  border-bottom: 1px solid #E0E0E0;
  padding: 32px 0;
}
.c-table tr th {
  font-weight: 400;
  width: 160px;
  text-align: left;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .c-table tr th {
    width: 80px;
  }
}
.c-table tr td a:hover {
  color: #7AC3FF;
}
.c-table tr td .window {
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
  text-underline-offset: 2px;
}
.c-table tr td .window:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("/assets/image/ic-window.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-table tr td ul {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

/* compornents */
/* layout */
.mv {
  position: fixed;
  top: 87px;
  left: 0;
  width: 100%;
  height: calc(100vh - 87px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv {
    top: 78px;
    height: calc(100vh - 78px);
  }
}
.mv picture img {
  height: 100vh;
  object-fit: cover;
}
.mv__textArea {
  position: absolute;
  bottom: 40px;
  left: 80px;
}
@media screen and (max-width: 767px) {
  .mv__textArea {
    bottom: initial;
    top: 0;
    left: 16px;
  }
}
.mv__textArea .ribbon {
  display: inline-block;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 0.978px;
  padding: 12px 12px 12px 80px;
  background-color: #FFE749;
  font-weight: 600;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .mv__textArea .ribbon {
    font-size: 1.4rem;
    letter-spacing: 0.55px;
    padding: 6px 6px 6px 16px;
    margin-left: -16px;
  }
}
.mv__textArea .ribbon span {
  display: inline-block;
  padding-left: 7px;
  transform: rotate(9deg);
}
@media screen and (max-width: 767px) {
  .mv__textArea .ribbon span {
    padding-left: 4px;
  }
}
.mv__textArea .ribbon:after {
  content: "";
  position: absolute;
  background: url("/assets/image/ribbon.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 48px;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv__textArea .ribbon:after {
    width: 9px;
    height: 28px;
    right: -9px;
  }
}
.mv__textArea .ttl {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3.4px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .mv__textArea .ttl {
    color: #323232;
    font-size: 2rem;
    letter-spacing: 2px;
    padding-top: 8px;
  }
}

.about {
  margin-top: calc(100vh - 87px);
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: calc(100vh - 78px);
  }
}
.about__main {
  max-width: 600px;
  margin: 0 auto;
}
.about__main .ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .about__main .ttl {
    font-size: 2.2rem;
    line-height: 200%;
    letter-spacing: 1.1px;
  }
}
.about__main .txt {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
  .about__main .txt {
    padding-top: 24px;
  }
}
.about__main .txt p {
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .about__main .txt p {
    line-height: 250%;
  }
}
.about__service {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  gap: 16px 24px;
}
@media screen and (max-width: 767px) {
  .about__service {
    flex-direction: column;
  }
}
.about__service .mainTtl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #696969;
  writing-mode: vertical-rl;
  padding-top: 88px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .about__service .mainTtl {
    writing-mode: initial;
    padding-top: 0;
    font-size: 2.8rem;
    letter-spacing: -0.64px;
    line-height: 100%;
  }
}
.about__service .mainTtl span {
  color: #77BA44;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .about__service .mainTtl span {
    font-size: 3.2rem;
  }
}
.about__service .serviceBox {
  max-width: 900px;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 24px;
  background-color: #FBF6EA;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__service .serviceBox {
    border-radius: 16px;
    padding: 24px;
  }
}
.about__service .serviceBox:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/image/texture.png");
  background-repeat: repeat;
  background-size: auto;
  mix-blend-mode: color-burn;
  pointer-events: none;
}
.about__service .serviceBox .lead {
  font-weight: 700;
  line-height: 250%;
  max-width: 600px;
  margin: 0 auto;
}
.about__service .serviceBox .box {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about__service .serviceBox .box {
    padding-top: 24px;
    gap: 24px;
  }
}
.about__service .serviceBox .box li {
  width: calc(50% - 20px);
  background-color: #fff;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .about__service .serviceBox .box li {
    width: 100%;
  }
}
.about__service .serviceBox .box li .num {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #77BA44;
  font-size: 4rem;
  line-height: 100%;
}
.about__service .serviceBox .box li .ttl {
  padding-top: 8px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .about__service .serviceBox .box li .ttl {
    font-size: 2.2rem;
  }
}
.about__service .serviceBox .box li .txt {
  padding-top: 16px;
}
.about__service .serviceBox .box li img {
  padding-top: 24px;
}

.gallely {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .gallely {
    margin-top: -35px;
  }
}
.gallely__contents {
  background-color: #D7E3C2;
  position: relative;
}
.gallely__contents:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/image/texture.png");
  background-repeat: repeat;
  background-size: auto;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.gallely__main {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
.gallely__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px 40px;
}
@media screen and (max-width: 767px) {
  .gallely__inner {
    flex-direction: column-reverse;
  }
}
.gallely__inner figure {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .gallely__inner figure {
    width: 100%;
  }
}
.gallely__inner .txtArea {
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallely__inner .txtArea:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #fff transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
    transform: skew(-25deg);
  }
}
@media screen and (max-width: 767px) {
  .gallely__inner .txtArea:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
  }
}
.gallely__inner .txtArea .ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .gallely__inner .txtArea .ttl {
    font-size: 2rem;
  }
}
.gallely__inner .txtArea .ttl span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  padding: 9px 24px;
  border-radius: 999px;
  background-color: #FFE749;
}
@media screen and (max-width: 767px) {
  .gallely__inner .txtArea .ttl span {
    padding: 3px 24px;
  }
}
.gallely__inner .txtArea .txt {
  font-size: 1.8rem;
  line-height: 200%;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .gallely__inner .txtArea .txt {
    font-size: 1.6rem;
    min-height: 160px;
  }
}
.gallely__button {
  display: flex;
  align-items: center;
  gap: 0 34px;
  padding-top: 30px;
  position: absolute;
  left: 120px;
}
@media screen and (max-width: 767px) {
  .gallely__button {
    padding-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.gallely__button .swiper-button-next, .gallely__button .swiper-button-prev {
  margin-top: 0;
  top: initial;
  color: #323232;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #C3C3C3;
  position: relative;
}
.gallely__button .swiper-button-next svg, .gallely__button .swiper-button-prev svg {
  width: 7px;
  height: 12px;
}
.gallely__button .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: initial;
  width: auto;
}
.gallely__button .swiper-pagination {
  position: relative;
}
.gallely__button .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  opacity: 1;
}
.gallely__button .swiper-pagination-bullet-active {
  background-color: #323232;
}

.photo {
  position: sticky;
  top: 0;
  z-index: -1;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .photo {
    margin-top: -35px;
  }
}
.photo figure {
  display: flex;
}
@media screen and (max-width: 767px) {
  .photo figure img {
    height: 480px;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .message {
    margin-top: -35px;
  }
}
.message__contents {
  background-color: #FFD6E8;
  padding: 64px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message__contents {
    padding: 80px 24px;
  }
}
.message__contents:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/image/texture.png");
  background-repeat: repeat;
  background-size: auto;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.message__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 80px;
}
@media screen and (max-width: 767px) {
  .message__inner {
    flex-direction: column;
    margin-top: -40px;
  }
}
.message__inner .profile {
  flex: 0 0 22%;
}
.message__inner .profile figure {
  display: flex;
  justify-content: center;
}
.message__inner .profile figure img {
  width: 215px;
}
@media screen and (max-width: 767px) {
  .message__inner .profile figure img {
    width: 180px;
  }
}
.message__inner .profile .name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 20px;
  padding-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message__inner .profile .name {
    font-size: 2rem;
  }
}
.message__inner .profile .name span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .message__inner .profile .name span {
    font-size: 1.6rem;
  }
}
.message__inner .profile .career {
  padding-top: 40px;
  display: flex;
}
.message__inner .profile .career .ttl {
  padding-right: 24px;
}
.message__inner .profile .career .txt {
  padding-left: 24px;
  border-left: 1px solid #323232;
}
.message__inner .comment {
  flex: 0 0 38%;
  font-size: 1.8rem;
  line-height: 250%;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 14px;
}
@media screen and (max-width: 767px) {
  .message__inner .comment {
    font-size: 1.6rem;
  }
}

.overview {
  background-color: #fff;
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .overview {
    padding-top: 35px;
    margin-top: -35px;
  }
}
.overview__inner {
  max-width: 800px;
  margin: 0 auto;
}
.overview__mission {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
.overview__mission .mission {
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 767px) {
  .overview__mission .mission {
    flex-direction: column;
  }
}
.overview__mission .mission:first-child {
  align-items: center;
  text-align: center;
}
.overview__mission .enTtl {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 3.2px;
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  color: #696969;
}
@media screen and (max-width: 767px) {
  .overview__mission .enTtl {
    font-size: 3.6rem;
  }
}
.overview__mission .enTtl span {
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 1.92px;
}
.overview__mission .ttl {
  color: #696969;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.56px;
  flex: 0 0 168px;
}
@media screen and (max-width: 767px) {
  .overview__mission .ttl {
    flex: initial;
    text-align: center;
  }
}
.overview__mission .txt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 46px;
}
@media screen and (max-width: 767px) {
  .overview__mission .txt {
    font-size: 2.4rem;
    line-height: 42px;
  }
}
.overview__mission .num {
  counter-reset: my-counter;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.overview__mission .num li {
  font-size: 1.8rem;
  line-height: 200%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .overview__mission .num li {
    font-size: 1.6rem;
  }
}
.overview__mission .num li:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 32px;
  position: absolute;
  top: 2px;
  left: -28px;
}

.careers {
  background-color: #FAFAFA;
}

.entry {
  background-color: #7AC3FF;
  position: relative;
}
.entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 40px solid #FAFAFA;
}
.entry__inner {
  text-align: center;
  margin: 0 -18px;
}
@media screen and (max-width: 767px) {
  .entry__inner iframe {
    width: 100%;
    height: 2620px;
  }
}

.wave {
  display: flex;
  position: relative;
}
.wave:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/image/texture.png");
  background-repeat: repeat;
  background-size: auto;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.wave img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wave img {
    height: 35px;
  }
}
.wave--01 img, .wave--02 img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(7%) saturate(775%) hue-rotate(23deg) brightness(91%) contrast(96%);
}
.wave--03 img, .wave--04 img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(21%) saturate(412%) hue-rotate(296deg) brightness(101%) contrast(103%);
}
.wave--01 img {
  top: 1px;
}
@media screen and (max-width: 767px) {
  .wave--03 img {
    top: 1px;
  }
}

.header {
  position: sticky;
  top: 0;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px 0 rgba(211, 211, 211, 0.5);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 16px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
}
.header__inner .logo {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__inner .logo img {
    height: 34px;
  }
}
.header__link {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.header__link ul {
  display: flex;
  gap: 0 32px;
}
.header__link ul a {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.header__link ul a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7AC3FF;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.header__link ul a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .header__sp {
    display: flex;
    align-items: center;
    gap: 0 16px;
  }
  .header__navBtn {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .header__navBtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 20px;
    border-radius: 4px;
    background-color: #323232;
    transition: all 0.3s;
  }
  .header__navBtn span:nth-of-type(1) {
    top: 2px;
  }
  .header__navBtn span:nth-of-type(2) {
    top: 10px;
  }
  .header__navBtn span:nth-of-type(3) {
    top: 18px;
  }
  .header__navBtn.active span:nth-of-type(1) {
    top: 3px;
    left: 1px;
    transform: translateY(6px) rotate(-45deg);
  }
  .header__navBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__navBtn.active span:nth-of-type(3) {
    top: 15px;
    left: 1px;
    transform: translateY(-6px) rotate(45deg);
  }
  .header__navInner {
    position: absolute;
    top: 78px;
    right: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
  }
  .header__navInner.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .header__navInner ul li {
    border-top: 1px solid #E0E0E0;
  }
  .header__navInner ul li a {
    display: block;
    line-height: normal;
    font-weight: 500;
    padding: 32px 24px;
  }
  .header__navInner ul li a:hover {
    background-color: #DCEFFF;
  }
  .header__navDrwOverlay {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100vh;
    z-index: 8;
  }
  .header__navDrwOverlay.active {
    opacity: 0.5;
    visibility: visible;
  }
}

.footer__inner {
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 40px 24px;
  }
}
.footer__inner .logo {
  display: flex;
  gap: 0 40px;
}
.footer__inner .logo a {
  display: flex;
}
.footer__inner .logo a img {
  height: 34px;
}
.footer__inner .link {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__inner .link {
    flex-direction: column;
  }
}
.footer__inner .link li {
  min-width: 165px;
  line-height: normal;
}
.footer__inner .link a {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.footer__inner .link a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7AC3FF;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.footer__inner .link a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.footer__copy {
  background-color: #FAFAFA;
  text-align: center;
  font-size: 1.4rem;
  line-height: 18px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}

/* ui */
.recruitSwiper .swiper-container {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.recruitSwiper .swiper-started {
  opacity: 1;
}
.recruitSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.recruitSwiper .swiper-slide {
  height: 100vh;
}
.recruitSwiper .slide-img img {
  height: 100vh;
  object-fit: cover;
}
.recruitSwiper .swiper-slide-active .slide-img,
.recruitSwiper .swiper-slide-duplicate-active .slide-img,
.recruitSwiper .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}/*# sourceMappingURL=style.css.map */