.parallax-wrapper[data-astro-cid-ndqbrlb2] {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.parallax-bg[data-astro-cid-ndqbrlb2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: var(--pcBgImage);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.main-visual[data-astro-cid-ndqbrlb2] .content[data-astro-cid-ndqbrlb2] {
  position: relative;
  z-index: 1;
}

.content[data-astro-cid-ndqbrlb2] {
  position: relative;
  color: #fff;
  text-align: left;
  z-index: 2;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0 7.1875rem;
}

.content[data-astro-cid-ndqbrlb2] h2[data-astro-cid-ndqbrlb2] {
  margin: calc(5.625rem + 7.3125rem) 0 0;
}

.content[data-astro-cid-ndqbrlb2] h2[data-astro-cid-ndqbrlb2] img[data-astro-cid-ndqbrlb2] {
  margin: 0;
}

.content[data-astro-cid-ndqbrlb2] p[data-astro-cid-ndqbrlb2] {
  font-size: 1.2rem;
  margin: 0;
}

.scroll[data-astro-cid-ndqbrlb2] {
  position: absolute;
  bottom: 0;
  right: 3.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.scroll-text[data-astro-cid-ndqbrlb2] {
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Oswald",sans-serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.scroll-line[data-astro-cid-ndqbrlb2] {
  width: 1px;
  height: 80px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.scroll-line[data-astro-cid-ndqbrlb2]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scrollDown 1.5s cubic-bezier(0.4,0,0.2,1) infinite;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

.news-banner[data-astro-cid-ndqbrlb2] {
  position: absolute;
  bottom: 3rem;
  left: 7.1875rem;
  display: flex;
  align-items: stretch;
  background: transparent;
  max-width: 800px;
  height: 4rem;
}

.news-banner-main[data-astro-cid-ndqbrlb2] {
  display: flex;
  flex: 1;
}

.pc-only[data-astro-cid-ndqbrlb2] {
  display: flex;
}

.news-more[data-astro-cid-ndqbrlb2].sp-only {
  display: none;
}

.news-label[data-astro-cid-ndqbrlb2] {
  color: #fff;
  padding: 0 1.25rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  position: relative;
}

.news-label[data-astro-cid-ndqbrlb2]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5rem;
  height: 50px;
  width: 1px;
  background-color: #fff;
}

.news-label-en[data-astro-cid-ndqbrlb2] {
  font-size: 1.9375rem;
  font-weight: bold;
}

.news-label-jp[data-astro-cid-ndqbrlb2] {
  font-size: 0.9375rem;
  margin-top: -0.625rem;
}

.news-content[data-astro-cid-ndqbrlb2] {
  padding: 0.75rem 1.25rem;
  flex-grow: 1;
}

.news-content[data-astro-cid-ndqbrlb2] .pc-only[data-astro-cid-ndqbrlb2] {
  display: block;
}

.news-content[data-astro-cid-ndqbrlb2] .sp-only[data-astro-cid-ndqbrlb2] {
  display: none;
}

.news-content[data-astro-cid-ndqbrlb2] time[data-astro-cid-ndqbrlb2] {
  text-align: left;
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}

.news-content[data-astro-cid-ndqbrlb2] p[data-astro-cid-ndqbrlb2] {
  color: #fff;
  margin: 0;
  font-size: 0.875rem;
}

.news-more[data-astro-cid-ndqbrlb2] {
  color: #fff;
  padding: 1.5rem 1.25rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 120px;
  transition: opacity 0.3s;
  cursor: pointer;
  background: transparent;
}

.news-more[data-astro-cid-ndqbrlb2] a[data-astro-cid-ndqbrlb2] {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.news-more[data-astro-cid-ndqbrlb2]:hover {
  opacity: 0.8;
}

.news-more-jp[data-astro-cid-ndqbrlb2] {
  font-size: 0.875rem;
  font-weight: bold;
}

.news-more-en[data-astro-cid-ndqbrlb2] {
  font-size: 1.0625rem;
  font-weight: bold;
}

.fade-in-element[data-astro-cid-ndqbrlb2] {
  opacity: 0;
  transform: translateY(20px);
}

h2[data-astro-cid-ndqbrlb2].fade-in-element {
  animation: fadeInUp 2s ease forwards;
}

.news-banner[data-astro-cid-ndqbrlb2].fade-in-element {
  animation: fadeInUp 1s ease forwards 2s;
}

.scroll[data-astro-cid-ndqbrlb2].fade-in-element {
  animation: fadeInUp 1s ease forwards 2s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .parallax-wrapper[data-astro-cid-ndqbrlb2] {
    height: 100svh;
  }
  .pc-only[data-astro-cid-ndqbrlb2] {
    display: none;
  }
  .news-more[data-astro-cid-ndqbrlb2].sp-only {
    display: flex;
  }
  .parallax-bg[data-astro-cid-ndqbrlb2] {
    background-image: var(--spBgImage);
    height: 100svh;
  }
  .content[data-astro-cid-ndqbrlb2] {
    justify-content: flex-start;
    padding: 0 0.9375rem;
    height: 100svh;
  }
  .content[data-astro-cid-ndqbrlb2] h2[data-astro-cid-ndqbrlb2] {
    margin: calc(3.75rem + 1.0625rem) 0 0;
  }
  .content[data-astro-cid-ndqbrlb2] h2[data-astro-cid-ndqbrlb2] img[data-astro-cid-ndqbrlb2] {
    width: 100%;
    height: auto;
  }
  .news-banner[data-astro-cid-ndqbrlb2] {
    position: absolute;
    left: 0;
    bottom: 7rem;
    width: 92.5%;
    margin: 0 auto;
  }
  .news-banner-main[data-astro-cid-ndqbrlb2] {
    width: 100%;
    align-items: flex-start;
    margin: 0 0.9375rem;
  }
  .news-label[data-astro-cid-ndqbrlb2] {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0.625rem 0 0;
    border-right: none;
  }
  .news-label[data-astro-cid-ndqbrlb2]::after {
    display: none;
  }
  .news-content[data-astro-cid-ndqbrlb2] {
    padding: 0 0 0 0.8125rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-left: 1px solid #fff;
  }
  .news-content[data-astro-cid-ndqbrlb2] .pc-only[data-astro-cid-ndqbrlb2] {
    display: none;
  }
  .news-content[data-astro-cid-ndqbrlb2] .sp-only[data-astro-cid-ndqbrlb2] {
    display: block;
  }
  .news-content[data-astro-cid-ndqbrlb2] time[data-astro-cid-ndqbrlb2] {
    font-size: 0.8125rem;
  }
  .news-content[data-astro-cid-ndqbrlb2] p[data-astro-cid-ndqbrlb2] {
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-content[data-astro-cid-ndqbrlb2] .news-more[data-astro-cid-ndqbrlb2] {
    margin-top: 5px;
    padding: 0;
    justify-content: flex-start;
  }
  .news-label-en[data-astro-cid-ndqbrlb2] {
    margin-bottom: 0;
    font-size: 1.4375rem;
  }
  .news-label-jp[data-astro-cid-ndqbrlb2] {
    margin-top: 0;
    font-size: 0.625rem;
  }
  .news-more-en[data-astro-cid-ndqbrlb2] {
    font-seze: 1.0625rem;
  }
  .news-more-jp[data-astro-cid-ndqbrlb2] {
    font-size: 0.625rem;
  }
  .scroll[data-astro-cid-ndqbrlb2] {
    right: 0.9375rem;
    bottom: 80px;
  }
  .scroll-text[data-astro-cid-ndqbrlb2] {
    font-size: 0.8rem;
  }
  .scroll-line[data-astro-cid-ndqbrlb2] {
    height: 75px;
  }
}.mission-wrapper[data-astro-cid-dxdggsen] {
  position: relative;
  z-index: 0;
  color: #ffffff;
}

.mission-wrapper[data-astro-cid-dxdggsen]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,22,80,0.85);
  mix-blend-mode: multiply;
  z-index: -1;
}

.mission-content[data-astro-cid-dxdggsen] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12.6875rem 0rem;
}

.mission-heading[data-astro-cid-dxdggsen] {
  font-size: 2.1875rem;
  font-weight: bold;
  margin-bottom: 7.5rem;
  line-height: calc(60 / 35);
  letter-spacing: 0.1em;
}

.mission-text[data-astro-cid-dxdggsen] p[data-astro-cid-dxdggsen] {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: calc(29 / 20);
}

.pc-only[data-astro-cid-dxdggsen] {
  display: block;
}

.sp-only[data-astro-cid-dxdggsen] {
  display: none;
}

@media (max-width: 768px) {
  .mission-content[data-astro-cid-dxdggsen] {
    padding: 6rem 0.9375rem 4.375rem;
  }
  .mission-heading[data-astro-cid-dxdggsen] {
    font-size: 1.0625rem;
    margin-bottom: 3rem;
    letter-spacing: 0.15em;
  }
  .mission-text[data-astro-cid-dxdggsen] p[data-astro-cid-dxdggsen] {
    font-size: 0.875rem;
    line-height: calc(63 / 29);
  }
  .pc-only[data-astro-cid-dxdggsen] {
    display: none;
  }
  .sp-only[data-astro-cid-dxdggsen] {
    display: block;
  }
}.service[data-astro-cid-o5bwjdhe] {
  padding: 9.1875rem 0 10.25rem;
  background-color: #fff;
}

.service__inner[data-astro-cid-o5bwjdhe] {
  max-width: 1200px;
  margin: 0 auto;
}

.service__title[data-astro-cid-o5bwjdhe] {
  font-size: 5.625rem;
  font-weight: bold;
  margin-bottom: 3.125rem;
  font-family: "Oswald",sans-serif;
}

.service__subtitle[data-astro-cid-o5bwjdhe] {
  display: block;
  font-size: 1.5rem;
  margin-top: -1.5rem;
  font-family: "Noto Sans JP",sans-serif;
}

.service__text[data-astro-cid-o5bwjdhe] {
  font-size: 1.0625rem;
  max-width: 800px;
  line-height: 1.8;
  margin-bottom: 2.125rem;
}

.service__link[data-astro-cid-o5bwjdhe] {
  text-align: center;
  margin-bottom: 2.0625rem;
  font-size: 1.25rem;
}

.service__more[data-astro-cid-o5bwjdhe] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  gap: 1rem;
  color: #333;
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
  &::before,&::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right,#001650 50%,#ececec 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease;
  }
  &::before {
    top: 0;
  }
  &::after {
    bottom: 0;
  }
  transition: all 0.3s ease;
  background: linear-gradient(to right,#001650 50%,transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.service__more[data-astro-cid-o5bwjdhe]:hover {
  background-position: left bottom;
  color: #ffffff;
  &::before,&::after {
    background-position: left bottom;
  }
}

.service__more-icon[data-astro-cid-o5bwjdhe] {
  transition: filter 0.3s ease;
  position: absolute;
  right: 2rem;
}

.service__content[data-astro-cid-o5bwjdhe] {
  display: grid;
  grid-template-columns: 49.25% 1fr;
  gap: 8.0625rem;
  align-items: stretch;
}

.service__content-left[data-astro-cid-o5bwjdhe] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.service__content-right[data-astro-cid-o5bwjdhe] {
  position: relative;
  min-height: 0;
  margin-right: calc(((100vw - 1200px) / 2) * -1);
  min-height: 600px;
}

.service__image[data-astro-cid-o5bwjdhe] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service__image--active[data-astro-cid-o5bwjdhe] {
  opacity: 1;
}

.service__menu[data-astro-cid-o5bwjdhe] {
  display: flex;
  flex-direction: column;
}

.service__menu-item[data-astro-cid-o5bwjdhe] {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  background-color: #fff;
  border-bottom: 2px solid #efefef;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease;
  gap: 1rem;
  position: relative;
}

.service__menu-item[data-astro-cid-o5bwjdhe]:hover {
  color: #002179;
}

.service__menu-item[data-astro-cid-o5bwjdhe]:hover .service__menu-text-ja[data-astro-cid-o5bwjdhe] {
  color: #171213;
}

.service__menu-icon[data-astro-cid-o5bwjdhe] {
  width: 40px;
  height: 40px;
}

.service__menu-item[data-astro-cid-o5bwjdhe]:hover .service__menu-icon[data-astro-cid-o5bwjdhe] {
  filter: brightness(0) saturate(100%) invert(13%) sepia(88%) saturate(2563%) hue-rotate(212deg) brightness(92%) contrast(101%);
}

.service__menu-text[data-astro-cid-o5bwjdhe] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.service__menu-text-ja[data-astro-cid-o5bwjdhe] {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.service__menu-text-en[data-astro-cid-o5bwjdhe] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4.375rem;
  color: #f2f2f2;
  font-family: "Oswald",sans-serif;
  font-weight: 500;
  z-index: 0;
  transition: transform 0.3s ease,opacity 0.3s ease;
}

.service__menu-item[data-astro-cid-o5bwjdhe]:hover .service__menu-text-en[data-astro-cid-o5bwjdhe] {
  transform: translateX(-20px) translateY(-50%);
  opacity: 0;
}

.service__menu-text[data-astro-cid-o5bwjdhe]::after {
  content: "VIEW MORE";
  font-size: 1.875rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: calc(50% - 0.8rem);
  transform: translateY(-50%) translateX(-20px);
  opacity: 0;
  transition: transform 0.3s ease,opacity 0.3s ease;
  text-align: right;
  color: #171213;
  font-family: "Oswald",sans-serif;
}

.service__menu-item[data-astro-cid-o5bwjdhe]:hover .service__menu-text[data-astro-cid-o5bwjdhe]::after {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.service__menu-text[data-astro-cid-o5bwjdhe]::before {
  content: "もっと見る";
  position: absolute;
  right: 13%;
  top: calc(50% + 0.8rem);
  transform: translateY(-50%) translateX(-20px);
  opacity: 0;
  transition: transform 0.3s ease,opacity 0.3s ease;
  font-size: 0.875rem;
  font-weight: bold;
  color: #171213;
  font-family: "Noto Sans JP",sans-serif;
}

.service__menu-item[data-astro-cid-o5bwjdhe]:hover .service__menu-text[data-astro-cid-o5bwjdhe]::before {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

@media (max-width: 1240px) {
  .service__content-right[data-astro-cid-o5bwjdhe] {
    margin-right: -20px;
  }
}

@media (max-width: 768px) {
  .service__content[data-astro-cid-o5bwjdhe] {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service__content-right[data-astro-cid-o5bwjdhe] {
    position: static;
    order: -1;
    margin-right: -20px;
    margin-left: -20px;
  }
  .service__image[data-astro-cid-o5bwjdhe] {
    position: static;
    height: auto;
    aspect-ratio: 842 / 682;
  }
  .service[data-astro-cid-o5bwjdhe] {
    display: none;
  }
}.service-sp[data-astro-cid-q25to4lb] {
  display: none;
  padding: 4.875rem 0.9375rem 5rem;
  background-color: #fff;
}

.service-sp__inner[data-astro-cid-q25to4lb] {
  max-width: 100%;
}

.service-sp__title[data-astro-cid-q25to4lb] {
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 2.125rem;
  font-family: "Oswald",sans-serif;
}

.service-sp__subtitle[data-astro-cid-q25to4lb] {
  display: block;
  font-size: 0.875rem;
  margin-top: -0.75rem;
  font-family: "Noto Sans JP",sans-serif;
}

.service-sp__text[data-astro-cid-q25to4lb] {
  font-size: 0.875rem;
  line-height: calc(53 / 29);
  margin-bottom: 2.125rem;
}

.service-sp__link[data-astro-cid-q25to4lb] {
  text-align: center;
  margin-bottom: 4.6875rem;
}

.service-sp__more[data-astro-cid-q25to4lb] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  gap: 1rem;
  color: #ffffff;
  text-decoration: none;
  padding: 0.875rem 0;
  position: relative;
  background: #001650;
  &::before,&::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #001650;
  }
  &::before {
    top: 0;
  }
  &::after {
    bottom: 0;
  }
}

.service-sp__more[data-astro-cid-q25to4lb]:hover {
  color: #ffffff;
}

.service-sp__more-icon[data-astro-cid-q25to4lb] {
  position: absolute;
  right: 0.6875rem;
}

.service-sp__menu[data-astro-cid-q25to4lb] {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.service-sp__menu-item[data-astro-cid-q25to4lb] {
  text-decoration: none;
  color: #171213;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 2px solid #efefef;
}

.service-sp__menu-image-wrapper[data-astro-cid-q25to4lb] {
  width: 100%;
  position: relative;
}

.service-sp__menu-image[data-astro-cid-q25to4lb] {
  position: relative;
  overflow: hidden;
  aspect-ratio: 138 / 85;
}

.service-sp__menu-image[data-astro-cid-q25to4lb]>img[data-astro-cid-q25to4lb] {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-sp__menu-overlay[data-astro-cid-q25to4lb] {
  display: none;
}

.service-sp__menu-content[data-astro-cid-q25to4lb] {
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 1;
  margin-top: 0.5rem;
}

.service-sp__menu-icon-wrap[data-astro-cid-q25to4lb] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 40px;
}

.service-sp__menu-icon[data-astro-cid-q25to4lb] {
  filter: brightness(0) saturate(100%) invert(12%) sepia(86%) saturate(2091%) hue-rotate(213deg) brightness(97%) contrast(98%);
  width: 40px;
  height: auto;
}

.service-sp__menu-text[data-astro-cid-q25to4lb] {
  font-size: 1rem;
  font-weight: bold;
  color: #171213;
  z-index: 1;
}

.service-sp__menu-bottom[data-astro-cid-q25to4lb] {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0.6rem;
  right: 0;
}

.service-sp__menu-en[data-astro-cid-q25to4lb] {
  font-size: 2.1875rem;
  color: #eee;
  font-family: "Oswald",sans-serif;
}

@media (max-width: 768px) {
  .service-sp[data-astro-cid-q25to4lb] {
    display: block;
  }
}.company[data-astro-cid-ll3iwdij] {
  padding: 5.0625rem 0 9.25rem;
  background-color: #f6f6f6;
}

@media (max-width: 768px) {
  .company[data-astro-cid-ll3iwdij] {
    display: none;
  }
}

.company__inner[data-astro-cid-ll3iwdij] {
  max-width: 1200px;
  margin: 0 auto;
}

.company__title[data-astro-cid-ll3iwdij] {
  font-size: 5.625rem;
  font-weight: bold;
  margin-bottom: 3.125rem;
  font-family: "Oswald",sans-serif;
}

.company__subtitle[data-astro-cid-ll3iwdij] {
  display: block;
  font-size: 1.5rem;
  margin-top: -1.5rem;
  font-family: "Noto Sans JP",sans-serif;
}

.company__text[data-astro-cid-ll3iwdij] {
  font-size: 1.0625rem;
  max-width: 800px;
  line-height: 1.8;
  margin-top: 2.125rem;
  margin-bottom: 3.125rem;
}

.company__link[data-astro-cid-ll3iwdij] {
  text-align: center;
  margin-bottom: 2.0625rem;
  font-size: 1.25rem;
}

.company__more[data-astro-cid-ll3iwdij] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  gap: 1rem;
  color: #333;
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
  &::before,&::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right,#001650 50%,#ececec 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease;
  }
  &::before {
    top: 0;
  }
  &::after {
    bottom: 0;
  }
  transition: all 0.3s ease;
  background: linear-gradient(to right,#001650 50%,transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.company__more[data-astro-cid-ll3iwdij]:hover {
  background-position: left bottom;
  color: #ffffff;
  &::before,&::after {
    background-position: left bottom;
  }
}

.company__more-icon[data-astro-cid-ll3iwdij] {
  transition: filter 0.3s ease;
  position: absolute;
  right: 2rem;
}

.company__content[data-astro-cid-ll3iwdij] {
  display: grid;
  grid-template-columns: 1fr 49.25%;
  gap: 8.0625rem;
  align-items: stretch;
}

.company__content-left[data-astro-cid-ll3iwdij] {
  display: flex;
  flex-direction: column;
  order: 2;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
}

.company__content-right[data-astro-cid-ll3iwdij] {
  position: relative;
  min-height: 0;
  margin-left: calc(((100vw - 1200px) / 2) * -1);
  order: 1;
  min-height: 600px;
}

.company__image[data-astro-cid-ll3iwdij] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.company__image--active[data-astro-cid-ll3iwdij] {
  opacity: 1;
}

.company__menu[data-astro-cid-ll3iwdij] {
  display: flex;
  flex-direction: column;
}

.company__menu-item[data-astro-cid-ll3iwdij] {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  background-color: #f6f6f6;
  border-bottom: 2px solid #e9e9e9;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease;
  gap: 1rem;
  position: relative;
}

.company__menu-item[data-astro-cid-ll3iwdij]:hover {
  color: #002179;
}

.company__menu-icon[data-astro-cid-ll3iwdij] {
  width: 40px;
  height: 40px;
}

.company__menu-item[data-astro-cid-ll3iwdij]:hover .company__menu-icon[data-astro-cid-ll3iwdij] {
  filter: brightness(0) saturate(100%) invert(13%) sepia(88%) saturate(2563%) hue-rotate(212deg) brightness(92%) contrast(101%);
}

.company__menu-text[data-astro-cid-ll3iwdij] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.company__menu-text-ja[data-astro-cid-ll3iwdij] {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.company__menu-text-en[data-astro-cid-ll3iwdij] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4.375rem;
  font-weight: 500;
  color: #e8e8e8;
  font-family: "Oswald",sans-serif;
  z-index: 0;
  transition: transform 0.3s ease,opacity 0.3s ease;
}

.company__menu-item[data-astro-cid-ll3iwdij]:hover .company__menu-text-en[data-astro-cid-ll3iwdij] {
  transform: translateX(-20px) translateY(-50%);
  opacity: 0;
}

.company__menu-item[data-astro-cid-ll3iwdij]:hover .company__menu-text-ja[data-astro-cid-ll3iwdij] {
  color: #171213;
}

.company__menu-text[data-astro-cid-ll3iwdij]::after {
  content: "VIEW MORE";
  font-size: 1.875rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: calc(50% - 0.8rem);
  transform: translateY(-50%) translateX(-20px);
  opacity: 0;
  transition: transform 0.3s ease,opacity 0.3s ease;
  text-align: right;
  color: #171213;
  font-family: "Oswald",sans-serif;
}

.company__menu-item[data-astro-cid-ll3iwdij]:hover .company__menu-text[data-astro-cid-ll3iwdij]::after {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.company__menu-text[data-astro-cid-ll3iwdij]::before {
  content: "もっと見る";
  position: absolute;
  right: 13%;
  top: calc(50% + 0.8rem);
  transform: translateY(-50%) translateX(-20px);
  opacity: 0;
  transition: transform 0.3s ease,opacity 0.3s ease;
  text-align: right;
  font-size: 0.875rem;
  color: #171213;
  font-family: "Noto Sans JP",sans-serif;
}

.company__menu-item[data-astro-cid-ll3iwdij]:hover .company__menu-text[data-astro-cid-ll3iwdij]::before {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

@media (max-width: 1240px) {
  .company__content-right[data-astro-cid-ll3iwdij] {
    margin-left: -20px;
  }
}

@media (max-width: 768px) {
  .company__content[data-astro-cid-ll3iwdij] {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .company__content-right[data-astro-cid-ll3iwdij] {
    position: static;
    order: 1;
    margin-right: -20px;
    margin-left: -20px;
  }
  .company__content-left[data-astro-cid-ll3iwdij] {
    order: 2;
  }
  .company__image[data-astro-cid-ll3iwdij] {
    position: static;
    height: auto;
    aspect-ratio: 842 / 682;
  }
}.company-sp[data-astro-cid-ykxnpn43] {
  display: none;
  padding: 4.875rem 0.9375rem 5rem;
  background-color: #f6f6f6;
}

.company-sp__inner[data-astro-cid-ykxnpn43] {
  max-width: 100%;
}

.company-sp__title[data-astro-cid-ykxnpn43] {
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 2.125rem;
  font-family: "Oswald",sans-serif;
}

.company-sp__subtitle[data-astro-cid-ykxnpn43] {
  display: block;
  font-size: 0.875rem;
  margin-top: -0.75rem;
  font-family: "Noto Sans JP",sans-serif;
}

.company-sp__text[data-astro-cid-ykxnpn43] {
  font-size: 0.875rem;
  line-height: calc(53 / 29);
  margin-bottom: 4.188rem;
}

.company-sp__link[data-astro-cid-ykxnpn43] {
  text-align: center;
  margin-bottom: 3rem;
}

.company-sp__more[data-astro-cid-ykxnpn43] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  gap: 1rem;
  color: #ffffff;
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
  background: #001650;
  &::before,&::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #001650;
  }
  &::before {
    top: 0;
  }
  &::after {
    bottom: 0;
  }
}

.company-sp__more[data-astro-cid-ykxnpn43]:hover {
  color: #ffffff;
}

.company-sp__more-icon[data-astro-cid-ykxnpn43] {
  position: absolute;
  right: 2rem;
}

.company-sp__menu[data-astro-cid-ykxnpn43] {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.company-sp__menu-item[data-astro-cid-ykxnpn43] {
  text-decoration: none;
  color: #171213;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 2px solid #efefef;
}

.company-sp__menu-image-wrapper[data-astro-cid-ykxnpn43] {
  width: 100%;
  position: relative;
}

.company-sp__menu-image[data-astro-cid-ykxnpn43] {
  position: relative;
  overflow: hidden;
  aspect-ratio: 138 / 85;
}

.company-sp__menu-image[data-astro-cid-ykxnpn43]>img[data-astro-cid-ykxnpn43] {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.company-sp__menu-overlay[data-astro-cid-ykxnpn43] {
  display: none;
}

.company-sp__menu-content[data-astro-cid-ykxnpn43] {
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 1;
  margin-top: 0.5rem;
}

.company-sp__menu-icon-wrap[data-astro-cid-ykxnpn43] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 40px;
}

.company-sp__menu-icon[data-astro-cid-ykxnpn43] {
  filter: brightness(0) saturate(100%) invert(12%) sepia(86%) saturate(2091%) hue-rotate(213deg) brightness(97%) contrast(98%);
  width: 30px;
  height: auto;
}

.company-sp__menu-text[data-astro-cid-ykxnpn43] {
  font-size: 1rem;
  font-weight: bold;
  color: #171213;
  z-index: 1;
}

.company-sp__menu-bottom[data-astro-cid-ykxnpn43] {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0.6rem;
  right: 0;
}

.company-sp__menu-en[data-astro-cid-ykxnpn43] {
  font-size: 2.1875rem;
  color: #eee;
  font-family: "Oswald",sans-serif;
}

@media (max-width: 768px) {
  .company-sp[data-astro-cid-ykxnpn43] {
    display: block;
  }
}.recruit[data-astro-cid-5omddmhs] {
  position: relative;
  padding: 5.375rem 0 6.875rem;
  background: linear-gradient(to bottom,transparent 50%,#00195c 50%);
  isolation: isolate;
  z-index: 1;
  width: 100%;
}

.recruit[data-astro-cid-5omddmhs]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: var(--bgImage);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.recruit[data-astro-cid-5omddmhs]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #001650;
  opacity: 0.7;
  z-index: 0;
}

.recruit__inner[data-astro-cid-5omddmhs] {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.recruit__title[data-astro-cid-5omddmhs] {
  font-size: 5.625rem;
  font-weight: bold;
  margin-bottom: 3.125rem;
  font-family: "Oswald",sans-serif;
  color: #fff;
}

.recruit__subtitle[data-astro-cid-5omddmhs] {
  display: block;
  font-size: 1.5rem;
  margin-top: -1.5rem;
  font-family: "Noto Sans JP",sans-serif;
}

.recruit__copy[data-astro-cid-5omddmhs] {
  display: block;
  margin: 0 auto 0.5rem;
  max-width: 100%;
}

.recruit__columns[data-astro-cid-5omddmhs] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  position: relative;
}

.recruit__left[data-astro-cid-5omddmhs] {
  flex: 1;
}

.recruit__right[data-astro-cid-5omddmhs] {
  padding-bottom: 0;
}

.recruit__heading[data-astro-cid-5omddmhs] {
  font-size: 2.8125rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #fff;
}

.recruit__text[data-astro-cid-5omddmhs] {
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  line-height: calc(52 / 22);
}

.recruit__link[data-astro-cid-5omddmhs] {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Oswald",sans-serif;
}

.recruit__link[data-astro-cid-5omddmhs]:hover {
  opacity: 0.7;
}

.recruit__link-sub[data-astro-cid-5omddmhs] {
  display: block;
  font-size: 0.875rem;
  margin-top: -0.5rem;
  font-family: "Noto Sans JP",sans-serif;
}

@media (max-width: 768px) {
  .recruit[data-astro-cid-5omddmhs] {
    padding: 3.25rem 0;
    background: linear-gradient(to bottom,transparent 40%,#00195c 40%);
  }
  .recruit__inner[data-astro-cid-5omddmhs] {
    padding: 0 0.9375rem;
  }
  .recruit__columns[data-astro-cid-5omddmhs] {
    flex-direction: column;
    text-align: flex-start;
    gap: 2.1875rem;
  }
  .recruit__right[data-astro-cid-5omddmhs] {
    text-align: right;
  }
  .recruit__title[data-astro-cid-5omddmhs] {
    font-size: 2.75rem;
    margin-bottom: 0.9375rem;
  }
  .recruit__subtitle[data-astro-cid-5omddmhs] {
    font-size: 0.875rem;
    margin-top: -0.75rem;
  }
  .recruit__heading[data-astro-cid-5omddmhs] {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .recruit__text[data-astro-cid-5omddmhs] {
    font-size: 0.9375rem;
    line-height: calc(25 / 15);
  }
  .recruit[data-astro-cid-5omddmhs]::before {
    background-image: var(--bgImageSp);
    height: 40%;
  }
  .recruit[data-astro-cid-5omddmhs]::after {
    height: 40%;
  }
  .recruit__copy[data-astro-cid-5omddmhs] {
    height: auto;
    margin-bottom: 2.1875rem;
  }
  .recruit__link[data-astro-cid-5omddmhs] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    justify-content: flex-end;
    font-size: 1.3125rem;
  }
  .recruit__link-sub[data-astro-cid-5omddmhs] {
    display: inline;
    margin-top: 0;
    font-size: 0.625rem;
  }
}