@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
@media screen and (width < 960px) {
  .ly_container:has(.top_flexWrap) {
    width: 100%;
  }
}

.top_bg {
  background-image: url(../images/img_top_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (960px <= width) {
  .top_bg {
    background-image: url(../images/img_top_bg.jpg);
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: translateX(calc(-50% - 1.3333333333vw)) rotate(0);
            transform: translateX(calc(-50% - 1.3333333333vw)) rotate(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 1.3333333333vw)) rotate(360deg);
            transform: translateX(calc(-50% - 1.3333333333vw)) rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: translateX(calc(-50% - 1.3333333333vw)) rotate(0);
            transform: translateX(calc(-50% - 1.3333333333vw)) rotate(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 1.3333333333vw)) rotate(360deg);
            transform: translateX(calc(-50% - 1.3333333333vw)) rotate(360deg);
  }
}
@-webkit-keyframes circlePc {
  0% {
    -webkit-transform: translate(calc(-50% + 2rem), calc(-50% - 4rem)) rotate(0);
            transform: translate(calc(-50% + 2rem), calc(-50% - 4rem)) rotate(0);
  }
  100% {
    -webkit-transform: translate(calc(-50% + 2rem), calc(-50% - 4rem)) rotate(360deg);
            transform: translate(calc(-50% + 2rem), calc(-50% - 4rem)) rotate(360deg);
  }
}
@keyframes circlePc {
  0% {
    -webkit-transform: translate(calc(-50% + 2rem), calc(-50% - 4rem)) rotate(0);
            transform: translate(calc(-50% + 2rem), calc(-50% - 4rem)) rotate(0);
  }
  100% {
    -webkit-transform: translate(calc(-50% + 2rem), calc(-50% - 4rem)) rotate(360deg);
            transform: translate(calc(-50% + 2rem), calc(-50% - 4rem)) rotate(360deg);
  }
}
.top_mv {
  position: relative;
}
@media screen and (width < 960px) {
  .top_mv {
    overflow: hidden;
  }
}
@media screen and (960px <= width) {
  .top_mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3.2rem;
  }
}
.top_mv_imgWrap {
  position: relative;
  margin-top: 20.8vw;
}
@media screen and (960px <= width) {
  .top_mv_imgWrap {
    margin-top: 6.1rem;
    margin-left: min(8rem, 6.25vw);
  }
}
.top_mv_img {
  margin-inline: auto;
  left: -4vw;
  position: relative;
  width: 58.392vw;
}
@media screen and (960px <= width) {
  .top_mv_img {
    left: 0;
    margin: 0;
    width: min(33.6rem, 26.25vw);
  }
}
.top_mv_imgCircle {
  -webkit-animation: circle 32s linear infinite;
          animation: circle 32s linear infinite;
  left: 50%;
  position: absolute;
  top: -16.6133333333vw;
  width: 91.4666666667vw;
  z-index: 1;
}
@media screen and (960px <= width) {
  .top_mv_imgCircle {
    -webkit-animation: circlePc 32s linear infinite;
            animation: circlePc 32s linear infinite;
    top: 47%;
    width: min(55rem, 44.53125vw);
  }
}
.top_mv_textWrap {
  margin-top: 10.1333333333vw;
  padding-left: 6.4vw;
}
@media screen and (960px <= width) {
  .top_mv_textWrap {
    margin-top: 0;
    padding-left: min(16.9rem, 13.203125vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top_mv_head {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.5;
  font-size: min(6.4vw, 2.4rem);
  background: -webkit-gradient(linear, left top, right top, from(#3B8EFF), color-stop(70%, #00A3BD));
  background: linear-gradient(90deg, #3B8EFF 0%, #00A3BD 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}
@media screen and (960px <= width) {
  .top_mv_head {
    font-family: "Noto Sans Jp", "sans-serif";
    font-weight: 700;
    font-size: 5rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.top_mv_head span {
  display: block;
}
.top_mv_head span:nth-of-type(n + 2) {
  margin-top: 2.6666666667vw;
}
@media screen and (960px <= width) {
  .top_mv_head span:nth-of-type(n + 2) {
    margin-top: 1.6rem;
  }
}
.top_mv_scroll {
  bottom: 4.2666666667vw;
  position: absolute;
  right: 6.1333333333vw;
}
@media screen and (960px <= width) {
  .top_mv_scroll {
    bottom: 3.2rem;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.top_mv_button {
  margin-top: 4rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top_flexWrap {
  position: relative;
}
@media screen and (960px <= width) {
  .top_flexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (width < 960px) {
  .top_flexWrap_textWrap {
    margin-inline: auto;
    width: 91.4666666667%;
  }
}
@media screen and (width < 960px) and (960px <= width) {
  .top_flexWrap_textWrap {
    width: 115rem;
  }
}
@media screen and (960px <= width) {
  .top_flexWrap_textWrap.__about {
    width: 30.5rem;
  }
}
@media screen and (960px <= width) {
  .top_flexWrap_textWrap.__recruit {
    width: 33.8rem;
  }
}
@media screen and (960px <= width) {
  .top_flexWrap_imgWrap {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.top_flexWrap_imgWrap.__blend {
  mix-blend-mode: multiply;
}
@media screen and (960px <= width) {
  .top_flexWrap_imgWrap.__about {
    max-width: 1000px;
    width: calc(100vw - 30.5rem - (100vw - 102.4rem) / 2);
  }
}
@media screen and (960px <= width) {
  .top_flexWrap_imgWrap.__recruit {
    max-width: 1200px;
    width: calc(100vw - 33.8rem - (100vw - 102.4rem) / 2);
  }
}

.top_sectionHead {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 1.6rem;
}
@media screen and (960px <= width) {
  .top_sectionHead {
    font-family: "Noto Sans Jp", "sans-serif";
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 3.2rem;
  }
}

.top_linkWrap {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.8rem;
  padding: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (960px <= width) {
  .top_linkWrap {
    padding: 2.4rem;
  }
}
.top_linkWrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.top_linkWrap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_linkWrap_link {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  padding-left: 4rem;
}
@media (hover: hover) and (pointer: fine) {
  .top_linkWrap_link:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .top_linkWrap_link:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .top_linkWrap_link {
    font-family: "Noto Sans Jp", "sans-serif";
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding-left: 4.8rem;
  }
}
.top_linkWrap_link::before, .top_linkWrap_link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.top_linkWrap_link::before {
  aspect-ratio: 1/1;
  background-image: url(../images/icon_angleCircle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100vh;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
}
@media screen and (960px <= width) {
  .top_linkWrap_link::before {
    width: 3.2rem;
  }
}
.top_aboutVideo {
  margin-inline: auto;
  width: 91.4666666667%;
  margin-top: 4rem;
  padding-inline: 1.2rem;
}
@media screen and (960px <= width) {
  .top_aboutVideo {
    width: 115rem;
  }
}
@media screen and (960px <= width) {
  .top_aboutVideo {
    margin-inline: auto;
    margin-top: 9.6rem;
    max-width: 80rem;
    padding-inline: 0;
  }
}

.top_videoWrap {
  width: 100%;
}
.top_videoWrap_thumbnail {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  position: relative;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .top_videoWrap_thumbnail:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .top_videoWrap_thumbnail:active {
    opacity: 0.5;
  }
}
.top_videoWrap_video {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  pointer-events: none;
}
.top_videoWrap_video iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.top_aboutSection {
  overflow: hidden;
  position: relative;
}

.top_aboutImg {
  mix-blend-mode: multiply;
  bottom: 5.5rem;
  position: absolute;
  right: -10.9rem;
  z-index: -1;
  height: auto;
}
@media screen and (960px <= width) {
  .top_aboutImg {
    bottom: auto;
    right: 0;
    top: 0;
    width: 100%;
  }
}
.top_aboutImg img {
  mix-blend-mode: multiply;
  width: 37.5rem;
}
@media screen and (960px <= width) {
  .top_aboutImg img {
    width: 100%;
  }
}

.top_aboutLink {
  margin-top: 1.6rem;
}
@media screen and (960px <= width) {
  .top_aboutLink {
    margin-top: 3.2rem;
  }
}

.top_aboutButton {
  margin-inline: auto;
  margin-top: 5.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (960px <= width) {
  .top_aboutButton {
    margin-inline: 0 auto;
  }
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_scrollText {
  margin-top: 9.4rem;
  overflow: hidden;
}
@media screen and (960px <= width) {
  .top_scrollText {
    margin-top: 11.4rem;
  }
}
.top_scrollText_inner {
  -webkit-animation: scrollText 200s linear infinite;
          animation: scrollText 200s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (960px <= width) {
  .top_scrollText_inner {
    -webkit-animation: scrollText 220s linear infinite;
            animation: scrollText 220s linear infinite;
  }
}
.top_scrollText_text {
  height: 16rem;
  width: auto;
}
@media screen and (960px <= width) {
  .top_scrollText_text {
    height: 20rem;
  }
}

.top_interviewSection {
  margin-top: 8rem;
}
@media screen and (960px <= width) {
  .top_interviewSection {
    margin-top: 23rem;
  }
}

.top_interviewWrap {
  margin-top: 2.4rem;
  margin-inline: auto;
  width: 33.6rem;
}
@media screen and (960px <= width) {
  .top_interviewWrap {
    margin-top: 0;
    width: 100%;
    max-width: 1280px;
  }
}
.top_interviewWrap .bl_interviewWrap {
  padding-top: 2.4rem;
}
@media screen and (960px <= width) {
  .top_interviewWrap .bl_interviewWrap {
    padding-top: 8.4rem !important;
  }
}

.top_interviewButton {
  margin-inline: auto;
  margin-top: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (960px <= width) {
  .top_interviewButton {
    margin-inline: auto 0;
  }
}

@media screen and (960px <= width) {
  .top_headWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.top_headWrap_intro {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 1.6rem;
}
@media screen and (960px <= width) {
  .top_headWrap_intro {
    font-family: "Noto Sans Jp", "sans-serif";
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5;
    width: 67.2rem;
  }
}

.top_recruitLink {
  margin-top: 1.6rem;
  margin-inline: auto;
  padding-right: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (960px <= width) {
  .top_recruitLink {
    padding: 0;
    margin-inline: 0;
    margin-top: 3.2rem;
  }
}
.top_recruitLink .top_linkWrap {
  padding-block: 2.4rem;
}
@media screen and (width < 960px) {
  .top_recruitLink .top_linkWrap_inner {
    gap: 3.2rem;
  }
}

.top_recruitVideo {
  margin-top: 1.6rem;
}
@media screen and (960px <= width) {
  .top_recruitVideo {
    margin-top: 7.1rem;
    padding-left: 2.8rem;
  }
}

.top_recruitButton {
  margin-inline: auto;
  margin-top: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (960px <= width) {
  .top_recruitButton {
    margin-inline: 0 auto;
    margin-top: 8.8rem;
  }
}

.top_contactWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4.8rem;
}
@media screen and (960px <= width) {
  .top_contactWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.2rem;
  }
}
.top_contactWrap_item {
  background-size: 100%;
  background-position: center;
  display: block;
  height: 18.6rem;
  position: relative;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
@media screen and (960px <= width) {
  .top_contactWrap_item {
    aspect-ratio: 640/305;
    height: auto;
    width: 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_contactWrap_item:hover {
    background-size: 105%;
  }
  .top_contactWrap_item:hover::after {
    opacity: 0.4;
  }
}
@media (hover: hover), (hover: none) {
  .top_contactWrap_item:active {
    background-size: 105%;
  }
  .top_contactWrap_item:active::after {
    opacity: 0.4;
  }
}
.top_contactWrap_item:nth-of-type(1) {
  background-image: url(../images/img_top_contact1.jpg);
}
.top_contactWrap_item:nth-of-type(2) {
  background-image: url(../images/img_top_contact2.jpg);
}
.top_contactWrap_item::after, .top_contactWrap_item::before {
  background-color: rgba(0, 40, 94, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top_contactWrap_item::after {
  background-color: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2;
}
.top_contactWrap_link {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #FFF;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}

@media screen and (960px <= width) {
  .top_newsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem;
  }
}
.top_newsWrap .bl_newsUnit {
  margin-top: 3.2rem;
}
@media screen and (960px <= width) {
  .top_newsWrap .bl_newsUnit {
    width: 84.8rem;
    margin-top: 0;
  }
}

.top_newsButton {
  margin-inline: auto;
  margin-top: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=top.css.map */