@charset "UTF-8";
.top-page {
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}

.top-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-hero {
    height: 80vh;
  }
}
.top-hero__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.top-hero__video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
}
.top-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(10, 50, 100, 0.5) 0%, rgba(20, 70, 130, 0.4) 100%);
}
.top-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .top-hero__content {
    height: 60vh;
  }
}
.top-hero__subtitle-en {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .top-hero__subtitle-en {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.top-hero__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .top-hero__title {
    font-size: 26px;
  }
}
.top-hero__wave-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 4;
  line-height: 0;
}
.top-hero__wave-bottom .top-hero__wave-accent {
  position: absolute;
  bottom: 0;
  left: -1%;
  width: 102%;
  height: 95px;
  transform: rotate(-0.8deg);
  transform-origin: center bottom;
}
@media (max-width: 768px) {
  .top-hero__wave-bottom .top-hero__wave-accent {
    height: 60px;
  }
}
.top-hero__wave-bottom .top-hero__wave-white {
  position: relative;
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .top-hero__wave-bottom .top-hero__wave-white {
    height: 50px;
  }
}

.top-section {
  padding: 80px 0　0;
}
@media (max-width: 768px) {
  .top-section {
    padding: 48px 0;
  }
}
.top-section__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 45px;
  font-weight: 500;
  color: #0042bc;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .top-section__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.top-section__title--center {
  text-align: center;
}

.top-fish-locations-bg {
  background: linear-gradient(180deg, #ffffff 0%, #C8EAFF 100%);
  padding: 60px 0 0;
}
@media (max-width: 768px) {
  .top-fish-locations-bg {
    padding: 20px 0 0;
  }
}

.top-fish__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-fish__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-fish__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .top-fish__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.top-fish__text {
  flex: 1;
  min-width: 0;
}
.top-fish__description {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 32px;
  color: #333333;
}
@media (max-width: 768px) {
  .top-fish__description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}
.top-fish__grid {
  flex: 0 0 440px;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .top-fish__grid {
    flex: none;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .top-fish__grid {
    gap: 12px;
  }
}
.top-fish__card {
  text-align: center;
}
.top-fish__card img {
  width: 100%;
  height: auto;
}
.top-fish__card-name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  color: #333333;
}

.top-locations {
  position: relative;
  color: #333333;
}
.top-locations__wave-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}
.top-locations__wave-top svg {
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .top-locations__wave-top svg {
    height: 50px;
  }
}
.top-locations__wave-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}
.top-locations__wave-bottom .top-locations__wave-accent {
  position: absolute;
  bottom: 20px;
  left: 0%;
  width: 102%;
  height: 50px;
  transform: rotate(1deg);
  transform-origin: center bottom;
}
@media (max-width: 768px) {
  .top-locations__wave-bottom .top-locations__wave-accent {
    height: 60px;
  }
}
.top-locations__wave-bottom .top-locations__wave-white {
  position: relative;
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .top-locations__wave-bottom .top-locations__wave-white {
    height: 50px;
  }
}
.top-locations__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-locations__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-locations__inner {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .top-locations__inner {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 40px;
  }
}
.top-locations__map {
  flex: 0 0 580px;
  position: relative;
}
@media (max-width: 1024px) {
  .top-locations__map {
    flex: none;
    width: 100%;
    max-width: 400px;
  }
}
.top-locations__map > img:first-child {
  width: 100%;
  height: auto;
}
.top-locations__map .map-pin {
  position: absolute;
  width: 7.59%;
  height: auto;
  transform: translate(-50%, -100%);
  opacity: 0;
  pointer-events: none;
}
.top-locations__map.is-visible .map-pin {
  animation: pin-drop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.top-locations__map.is-visible .map-pin:nth-child(2) {
  animation-delay: 0.5s;
}
.top-locations__map.is-visible .map-pin:nth-child(3) {
  animation-delay: 0.7s;
}
.top-locations__map.is-visible .map-pin:nth-child(4) {
  animation-delay: 0.9s;
}
.top-locations__map.is-visible .map-pin:nth-child(5) {
  animation-delay: 1.1s;
}
.top-locations__map.is-visible .map-pin:nth-child(6) {
  animation-delay: 1.3s;
}
.top-locations__map.is-visible .map-pin:nth-child(7) {
  animation-delay: 1.5s;
}
.top-locations__map.is-visible .map-pin:nth-child(8) {
  animation-delay: 1.7s;
}
.top-locations__map.is-visible .map-pin:nth-child(9) {
  animation-delay: 1.9s;
}
.top-locations__text {
  flex: 1;
  min-width: 0;
}
.top-locations__description {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .top-locations__description {
    font-size: 16px;
  }
}

.top-recruit {
  text-align: center;
}
.top-recruit__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-recruit__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-recruit__inner {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .top-recruit__inner {
    margin-bottom: 32px;
  }
}
.top-recruit__description {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .top-recruit__description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.top-recruit__marquee-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.top-recruit__marquee-control {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}
.top-recruit__marquee-control:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}
.top-recruit__marquee-control svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.top-recruit__marquee-track {
  display: flex;
  gap: 0;
  animation: marquee-scroll 30s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.top-recruit__marquee-track.is-paused {
  animation-play-state: paused;
}
.top-recruit__marquee-item {
  flex-shrink: 0;
  width: 320px;
  height: 220px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-recruit__marquee-item {
    width: 240px;
    height: 160px;
  }
}
.top-recruit__marquee-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes pin-drop {
  0% {
    opacity: 0;
    transform: translate(-50%, -100%) translateY(-50px);
  }
  40% {
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -100%) translateY(3px);
  }
  85% {
    transform: translate(-50%, -100%) translateY(-1px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -100%) translateY(0);
  }
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-company {
  background: #ffffff;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .top-company {
    padding-top: 20px;
  }
}
.top-company__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-company__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-company__subtitle {
  text-align: center;
  font-size: 16px;
  color: #555555;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .top-company__subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.top-company__flow {
  width: 100%;
  margin: 35px auto 0;
  padding: 25px 10px 44px;
  background-color: #2377A8;
  border-radius: 17px;
  text-align: center;
}
@media (max-width: 768px) {
  .top-company__flow {
    padding: 25px 16px;
  }
}
.top-company__flow-title {
  width: 100%;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .top-company__flow-title {
    font-size: 17px;
  }
}
.top-company__flow-steps {
  margin: 30px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .top-company__flow-steps {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.top-company__flow-step {
  display: flex;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .top-company__flow-step {
    flex-direction: row;
    width: 100%;
    gap: 16px;
    text-align: left;
  }
}
.top-company__flow-icon {
  width: 126px;
  height: 126px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .top-company__flow-icon {
    width: 95px;
    height: 95px;
  }
}
.top-company__flow-icon img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-company__flow-label {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .top-company__flow-label {
    font-size: 16px;
  }
}
.top-company__flow-desc {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .top-company__flow-desc {
    font-size: 16px;
  }
}
.top-company__flow-arrow {
  position: relative;
  display: block;
  background-color: #C2DFF2;
  margin-top: 50px;
  margin-left: -30px;
  width: 36px;
  height: 20px;
  flex-shrink: 0;
}
.top-company__flow-arrow::after {
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 26px solid #C2DFF2;
  border-right: 0;
}
@media (max-width: 768px) {
  .top-company__flow-arrow {
    margin: 0 auto;
    width: 24px;
    height: 0;
    background: none;
  }
  .top-company__flow-arrow::after {
    position: relative;
    top: 10px;
    left: 0;
    right: auto;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 18px solid #C2DFF2;
    border-bottom: 0;
  }
}
.top-company__cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 43px auto;
}
@media (max-width: 1024px) {
  .top-company__cards {
    flex-wrap: wrap;
    gap: 24px;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .top-company__cards {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.top-company__card {
  width: 265px;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .top-company__card {
    width: 100%;
    max-width: 265px;
  }
}
.top-company__card-icon {
  height: 80px;
  display: flex;
  align-items: center;
}
.top-company__card-name {
  font-size: 22px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .top-company__card-name {
    font-size: 16px;
  }
}
.top-company__card-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.top-company__card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.top-company__card-role {
  font-size: 16px;
  font-weight: 600;
  color: #004A77;
  margin-bottom: 8px;
}
.top-company__card-desc {
  font-size: 16px;
  color: #313131;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .top-company__card-desc {
    font-size: 16px;
  }
}
.top-company__card-btn {
  margin-top: auto;
}

.top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.top-btn--primary {
  background: #0042bc;
  color: #ffffff;
  border: 2px solid #0042bc;
}
.top-btn--primary:hover {
  background: transparent;
  color: #0042bc;
}
.top-btn--outline-white {
  background: #0042bc;
  color: #ffffff;
  border: 2px solid #0042bc;
}
.top-btn--outline-white:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.top-btn--small {
  padding: 8px 20px;
  font-size: 16px;
}

.top-footer {
  background: #1e3a5f;
  color: #ffffff;
  padding: 24px 0;
  text-align: center;
}
.top-footer__nav {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-footer__nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .top-footer__nav {
    gap: 12px 16px;
  }
}
.top-footer__nav a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.top-footer__nav a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .top-footer__nav a {
    font-size: 16px;
  }
}
.top-footer__copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.fade-in,
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.is-visible,
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.15s;
}

.delay-2 {
  transition-delay: 0.3s;
}

.delay-3 {
  transition-delay: 0.45s;
}/*# sourceMappingURL=top.css.map */