@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes arrow-link-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
.top-mv {
  padding-top: 104px;
  width: 100%;
  min-height: 100vh;
  aspect-ratio: 1920/939;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .top-mv {
    padding-top: 16.5333333333vw;
    aspect-ratio: 750/1260;
    min-height: 0;
  }
}
.top-mv.is_show {
  opacity: 1;
}
.top-mv .imgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-mv .imgWrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 100;
  will-change: opacity;
}
.top-mv .imgWrap > div:first-of-type {
  opacity: 1;
}
.top-mv .imgWrap > div.is_active {
  opacity: 1;
  z-index: 101;
}
.top-mv .imgWrap > div:first-of-type {
  background-image: url(../../img/top/bg_mv01.webp);
}
@media (max-width: 768px) {
  .top-mv .imgWrap > div:first-of-type {
    background-position: 87.5% 50%;
  }
}
.top-mv .imgWrap > div:nth-of-type(2) {
  background-image: url(../../img/top/bg_mv02.webp);
}
@media (max-width: 768px) {
  .top-mv .imgWrap > div:nth-of-type(2) {
    background-image: url(../../img/top/bg_mv02-sp.webp);
    background-position: 50% 0%;
  }
}
.top-mv .imgWrap > div:last-of-type {
  background-image: url(../../img/top/bg_mv03.webp);
}
@media (max-width: 768px) {
  .top-mv .imgWrap > div:last-of-type {
    background-position: 40.5% 50%;
  }
}
.top-mv .imgWrap.is_ready > div {
  opacity: 0;
}
.top-mv .imgWrap.is_ready > div.is_active {
  opacity: 1;
}
.top-mv .ttl {
  width: 755px;
  height: 344px;
  background-color: rgba(255, 255, 255, 0.78);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 167px;
  box-sizing: border-box;
  margin-top: 2.4494142705vh;
  position: relative;
  z-index: 102;
}
@media (max-width: 820px) {
  .top-mv .ttl {
    width: 635px;
    padding-left: 120px;
    margin-top: 4.8412698413vh;
  }
}
@media (max-width: 768px) {
  .top-mv .ttl {
    width: 80vw;
    height: 64.5333333333vw;
    padding-left: 8.5333333333vw;
  }
}
.top-mv .ttl .en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1.2045454545;
}
@media (max-width: 768px) {
  .top-mv .ttl .en {
    font-size: 14.4vw;
    line-height: 1.0601851852;
  }
}
.top-mv .ttl .ja {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5535714286;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .top-mv .ttl .ja {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
    line-height: 1.5166666667;
  }
}

.top-intro {
  padding-top: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 100;
  position: relative;
}
@media (max-width: 820px) {
  .top-intro {
    display: block;
    position: relative;
  }
}
@media (max-width: 768px) {
  .top-intro {
    padding-top: 11.7333333333vw;
  }
}
.top-intro__txtWrap {
  width: 45.546875%;
}
@media (max-width: 1024px) {
  .top-intro__txtWrap {
    width: 46.875%;
  }
}
@media (max-width: 820px) {
  .top-intro__txtWrap {
    width: 100%;
  }
}
.top-intro__txtWrap .introTtl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6428571429;
}
@media (max-width: 768px) {
  .top-intro__txtWrap .introTtl {
    font-size: 4.5333333333vw;
    line-height: 1.5294117647;
  }
}
.top-intro__txtWrap .descWrap {
  margin-top: 42px;
}
@media (max-width: 820px) {
  .top-intro__txtWrap .descWrap {
    margin-top: calc(39px + 66.875vw + 45px);
  }
}
@media (max-width: 768px) {
  .top-intro__txtWrap .descWrap {
    margin-top: 78.3416666667vw;
  }
}
.top-intro__txtWrap .descWrap .desc {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.0625;
  margin-top: 2.0625em;
}
@media (max-width: 768px) {
  .top-intro__txtWrap .descWrap .desc {
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
  }
}
.top-intro__txtWrap .descWrap .desc:first-of-type {
  margin-top: 0;
}
.top-intro__txtWrap .m-btn {
  margin-top: 56px;
}
@media (max-width: 820px) {
  .top-intro__txtWrap .m-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .top-intro__txtWrap .m-btn {
    margin-top: 8vw;
  }
}
.top-intro img {
  display: block;
  width: 50%;
}
@media (max-width: 820px) {
  .top-intro img {
    width: 100vw;
    position: absolute;
    top: 331px;
    left: -5vw;
  }
}
@media (max-width: 768px) {
  .top-intro img {
    top: 30.9333333333vw;
    left: -3.6vw;
  }
}

.top-about {
  padding-top: max(265px, 13.8020833333%);
  margin-top: -56px;
  position: relative;
}
@media (max-width: 768px) {
  .top-about {
    padding-top: 25.0666666667vw;
    margin-top: 7.7333333333vw;
  }
}
.top-about .deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-about .deco.is_show > div:first-of-type {
  left: 0;
}
.top-about .deco.is_show > div:last-of-type {
  right: 0;
}
.top-about .deco > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.top-about .deco > div:first-of-type {
  left: -100%;
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.top-about .deco > div:first-of-type:before {
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 1923/507;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../img/top/bg_about-left.svg);
  background-position: 50% 0%;
  background-size: 100% auto;
}
.top-about .deco > div:first-of-type:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 26.3650546022vw);
  background-color: #ebf7f8;
  position: absolute;
  top: 26.3650546022vw;
  left: 0;
}
.top-about .deco > div:last-of-type {
  right: -100%;
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.top-about .deco > div:last-of-type:before {
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 1923/570;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../img/top/bg_about-right.svg);
  background-position: 50% 0%;
  background-size: 100% auto;
}
.top-about .deco > div:last-of-type:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 26.3650546022vw);
  background-color: #DBF1F3;
  position: absolute;
  top: 26.3650546022vw;
  left: 0;
}
.top-about__wrap {
  padding-bottom: 94px;
}
@media (max-width: 768px) {
  .top-about__wrap {
    padding-bottom: 12.2666666667vw;
  }
}
.top-about .m-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .top-about .m-inner {
    display: block;
    position: relative;
  }
}
.top-about__txtWrap {
  width: 50%;
  position: relative;
}
@media (max-width: 820px) {
  .top-about__txtWrap {
    width: 100%;
  }
}
.top-about__txtWrap .catch {
  width: 90.15625%;
  padding-left: 1.5625%;
}
@media (max-width: 820px) {
  .top-about__txtWrap .catch {
    padding-left: 0;
  }
}
.top-about__txtWrap .catch img {
  width: 100%;
  display: block;
}
.top-about__txtWrap .wrap {
  transition-delay: 0.2s;
}
.top-about__txtWrap .m-markTtl {
  margin-top: 60px;
}
@media (max-width: 820px) {
  .top-about__txtWrap .m-markTtl {
    margin-top: calc(18px + 93.1034482759vw + 57px);
  }
}
@media (max-width: 768px) {
  .top-about__txtWrap .m-markTtl {
    margin-top: 103.2367816092vw;
  }
}
.top-about__txtWrap .desc {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.0625;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .top-about__txtWrap .desc {
    font-size: 2.9333333333vw;
    margin-top: 4.5333333333vw;
  }
}
.top-about__txtWrap .btnWrap {
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 820px) {
  .top-about__txtWrap .btnWrap {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .top-about__txtWrap .btnWrap {
    margin-top: 7.4666666667vw;
    gap: 5.3333333333vw;
  }
}
.top-about__txtWrap .img03 {
  width: 42.03125%;
  position: absolute;
  bottom: -27px;
  left: -359px;
}
@media (max-width: 768px) {
  .top-about__txtWrap .img03 {
    display: none;
  }
}
.top-about__imgWrap {
  width: 50%;
  margin-top: -18px;
}
@media (max-width: 820px) {
  .top-about__imgWrap {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: calc(49.78125vw + 18px);
    left: 0;
  }
}
@media (max-width: 768px) {
  .top-about__imgWrap {
    top: 52.18125vw;
  }
}
.top-about__imgWrap .wrap {
  width: 102.34375%;
  aspect-ratio: 655/839;
  transform: translateX(19.53125%);
  position: relative;
}
@media (max-width: 1560px) {
  .top-about__imgWrap .wrap {
    transform: translateX(5vw);
    width: 100%;
  }
}
@media (max-width: 820px) {
  .top-about__imgWrap .wrap {
    transform: none;
    aspect-ratio: 696/720;
  }
}
.top-about__imgWrap .wrap .img01 {
  display: block;
  width: 71.7557251908%;
  position: absolute;
  top: 0;
  right: 0;
  transition-delay: 0.2s;
}
@media (max-width: 820px) {
  .top-about__imgWrap .wrap .img01 {
    width: 67.5287356322%;
  }
}
.top-about__imgWrap .wrap .img02 {
  display: block;
  width: 48.3969465649%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 820px) {
  .top-about__imgWrap .wrap .img02 {
    width: 45.5459770115%;
  }
}

.top-develop {
  padding-top: 124px;
  padding-bottom: 60px;
  position: relative;
  background-image: url(../../img/top/bg_develop.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .top-develop {
    padding-top: 14.6666666667vw;
    padding-bottom: 12.2666666667vw;
  }
}
.top-develop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #71B3BE;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.top-develop .m-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top-develop .m-inner {
    flex-direction: column;
    gap: 4.8vw;
  }
}
.top-develop__headWrap {
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .top-develop__headWrap {
    width: 56%;
  }
}
@media (max-width: 768px) {
  .top-develop__headWrap {
    width: 100%;
  }
}
.top-develop__headWrap .developTtl {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .top-develop__headWrap .developTtl {
    font-size: 5.6vw;
    line-height: 1.4523809524;
  }
}
.top-develop__headWrap .developCatch {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 54px;
  line-height: 1.6071428571;
  color: #fff;
}
@media (max-width: 768px) {
  .top-develop__headWrap .developCatch {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    line-height: 1.6875;
  }
}
.top-develop__txtWrap {
  width: 50%;
}
@media (max-width: 1024px) {
  .top-develop__txtWrap {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .top-develop__txtWrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 7.4666666667vw;
  }
}
.top-develop__txtWrap .m-circleLink {
  margin-left: auto;
}
.top-develop__txtWrap .developDesc {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.0625;
  margin-top: 71px;
}
@media (max-width: 768px) {
  .top-develop__txtWrap .developDesc {
    margin-top: 0;
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
}
.top-develop .list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 42px 3.828125%;
  margin-top: 59px;
}
@media (max-width: 768px) {
  .top-develop .list {
    gap: 4vw 4.8vw;
    margin-top: 11.2vw;
  }
}
.top-develop .list > li {
  background-color: #fff;
  color: #71B3BE;
  border-radius: 14px;
  width: 30.78125%;
  padding: 27px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: auto-phrase;
}
@media (max-width: 1024px) {
  .top-develop .list > li {
    width: 48.046875%;
  }
}
@media (max-width: 768px) {
  .top-develop .list > li {
    width: 43.2vw;
    padding: 3.2vw 0;
    font-size: 3.2vw;
    line-height: 1.4583333333;
    border-radius: 1.8666666667vw;
  }
}

.top-recruit {
  padding-top: 119px;
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  .top-recruit {
    padding-top: 13.8666666667vw;
    padding-bottom: 13.0666666667vw;
  }
}
.top-recruit picture {
  display: block;
}
.top-recruit .bg {
  width: 100%;
}
.top-recruit .m-inner {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .top-recruit .m-inner {
    margin-top: 7.4666666667vw;
  }
}
.top-recruit .desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.0625;
  margin-top: 31px;
}
@media (max-width: 768px) {
  .top-recruit .desc {
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
    margin-top: 4.5333333333vw;
    font-weight: 400;
  }
}
.top-recruit .list {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-recruit .list {
    margin-top: 7.4666666667vw;
  }
}
.top-recruit .list > li {
  width: 28.671875%;
}
@media (max-width: 768px) {
  .top-recruit .list > li {
    width: 28.7356321839%;
  }
}
.top-recruit .list > li img {
  display: block;
  width: 100%;
}
.top-recruit .m-btn {
  margin: 68px auto 0;
}
@media (max-width: 768px) {
  .top-recruit .m-btn {
    margin-top: 10.4vw;
  }
}

.top-news {
  background-color: #F5F4F3;
  padding-top: 73px;
  padding-bottom: 98px;
}
@media (max-width: 768px) {
  .top-news {
    padding-top: 7.2vw;
    padding-bottom: 11.7333333333vw;
  }
}
.top-news .m-inner {
  position: relative;
}
.top-news .m-newsList {
  margin-top: 44px;
}
@media (max-width: 768px) {
  .top-news .m-newsList {
    margin-top: 7.7333333333vw;
  }
}
.top-news .m-circleLink {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .top-news .m-circleLink {
    position: static;
    margin-top: 8vw;
    margin-left: auto;
  }
}

/*# sourceMappingURL=top.css.map */
