@charset "UTF-8";

.front-page .c-heading {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
}

.front-page .c-heading__ja {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-left: 17px;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 5px;
    background: linear-gradient(to right, var(--color-blue) 50%, var(--color-yellow) 50%);
  }
}

@media only screen and (max-width: 768px) {
  .front-page .c-heading__ja {
    font-size: 14px;
  }
}

.front-page .c-heading__en {
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  color: var(--color-blue);
  display: block;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .front-page .c-heading__en {
    font-size: 46px;
  }
}

.mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.5s;
  aspect-ratio: 1920 / 975;
  margin-top: 40px;
  pointer-events: none;

  .is-ios & {
    position: absolute;
    will-change: top;
  }
}

@media only screen and (max-width: 1024px) {
  .mv {
	    top: auto;
	  bottom: 0;
	      aspect-ratio: 1536 / 2048;
margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mv {
min-height: 100%;

  }
}

.mv--hidden {
  opacity: 0;
}

.mv--visible {
  opacity: 1;
}

.mv__img {
  width: 100%;
height: 100%;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 768px) {
.mv__img {
height: 100svh;
	}
}
	
.mv__swiper {
  width: 100%;
  height: 100%;
}

.mv__slide {
  width: 100%;
  height: 100%;
}

.mv,
.mv * {
  pointer-events: none;
}

.mv__scroll {
  display: block;
  position: absolute;
  left: 50px;
  top: calc((100vw * 350 / 1280) + 240px);
  /* top: calc((100vw * 130 / 1280) + 240px); */
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  .mv__scroll {
    top: calc((100vw * 560 / 1024) + 240px);
  }
}

@media only screen and (max-width: 768px) {
  .mv__scroll {
    left: 20px;
    top: calc(76.7vh - 140px);
  }
}

.mv__scroll-line {
  display: block;
  position: relative;
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;

  &::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    animation: scrollLine 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
}

@keyframes scrollLine {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.hero {
  position: relative;
  padding-top: calc(100vw * 210 / 1280);
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .hero {
    position: relative;
    isolation: auto;
    padding-top: calc(100vw * 340 / 1024);
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    padding-top: 23.3vh;
  }
}

		.hero .l-container {
    width: 100%;
    max-width: 1920px;
    padding-inline: 50px 80px;
    margin-inline: auto;
}
		.hero .c-inner {
    width: 100%;
    max-width: 100%;
}
		@media only screen and (max-width: 1024px) {
    .hero .l-container {
        padding-inline: 50px 20px;
    }
}
		@media only screen and (max-width: 768px) {
    .hero .l-container {
        padding-inline: 20px;
    }
			
}

.hero--moved {
  cursor: none;
}

.hero__anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-tap-highlight-color: transparent;
  cursor: default;
}

@media only screen and (max-width: 1024px) {
.hero__anchor {
  display: none;
  }
}

/* .hero__cursor-btn {
  position: fixed;
  top: -100px;
  left: -100px;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  white-space: nowrap;
  text-decoration: none;
  background: var(--color-blue);
  width: 156px;
  height: 156px;
  border-radius: 100%;
  text-align: center;
  display: grid;
  place-items: center;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-size: 18px;
  color: var(--color-white);
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s, left 0.1s ease-out, top 0.1s ease-out;
  z-index: 100;


  .hero--active & {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@media only screen and (max-width: 1024px) {
  .hero__cursor-btn {
    display: none;
    position: static;
    opacity: 0;
    z-index: -100;
    cursor: auto;

    .hero--active & {
      opacity: 0;
    }
  }
}

.hero--active {

} */

.bg-hero {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0, 0.49) 20.67%, rgba(0, 0, 0, 0.7) 100%);
}

.hero__heading-ja {
  max-width: 642px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .hero__heading-ja {
    width: 83.6%;
  }
}

@media only screen and (max-width: 768px) {
  .hero__heading-ja {
    max-width: 100%;
    width: 87.4%;
    margin-bottom: 10px;
  }
}

.hero__heading-en {
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  color: var(--color-white);
}

@media only screen and (max-width: 768px) {
  .hero__heading-en {
    font-size: 12px;
  }
}

.hero__notice {
  position: relative;
  z-index: 11;
  padding: 20px;
  margin-top: calc(100vw * 130 / 1280);
/*   right: max(10px, calc((100vw - 1280px) / 2 + 10px)); */
right: -30px;
  margin-left: auto;
  border-radius: 10px;
  width: 310px;
  height: 73px;
  background: #00000066;
  backdrop-filter: blur(10px);
  color: var(--color-white);
}

@media only screen and (max-width: 1024px) {
  .hero__notice {
    z-index: 100;
    padding: 20px;
    margin-top: calc(100vw * 520 / 1024);
  }
}

@media only screen and (max-width: 768px) {
  .hero__notice {
    position: absolute;
    z-index: 100;
    padding: 20px;
    top: calc(76.7vh - 40px);
    left: 20px;
    right: 20px;
    margin-inline: auto;
    width: stretch;
    margin-top: 0;
    min-height: 73px;
    height: auto;
  }
}

.hero__notice-item {
  display: flex;
  align-items: center;
  gap: 20px;
height: 100%;
}

.hero__notice-date {
  font-size: 12px;
  font-weight: 400;
}

.hero__notice-title {
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hero .sp-cta {
  display: none;

  @media (max-width: 1024px) {
    margin-top: 70vh;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding-inline: 20px;
    position: relative;
    width: 100%;
    z-index: 100;
    opacity: 1;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }
}

.hero .sp-btn-recruit, .hero .sp-btn-contact {
  flex: 1;
}


@media only screen and (max-width: 1024px) {
  .hero__spacer {
    padding-top: calc((100vw * 20 / 1024) + 240px);
  }
}

@media only screen and (max-width: 768px) {
  .hero__spacer {
    padding-top: 0;
  }
}

.hero__catch {
  display: flex;
  flex-direction: column;
  padding-block: calc(100vw * 390 / 1280) 150px;
}

@media only screen and (max-width: 1024px) {
  .hero__catch {
padding-block: calc(100vw * 240 / 1024) 150px;
  }
}

@media only screen and (max-width: 768px) {
  .hero__catch {
        margin-top: calc(45.7vh - 40px);
    padding-block: 90px 100px;
  }
}




.sp-cta--hidden {
opacity: 0 !important;
pointer-events: none !important;
}

.hero__catch-en {
  max-width: 661px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .hero__catch-en {
    max-width: 100%;
    margin-top: 60px;
  }
}

.hero__catch-ja {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-white);
  margin-block: -10px 50px;
}

@media only screen and (max-width: 768px) {
  .hero__catch-ja {
    font-size: 28px;
    line-height: 1.6;
    margin-block: 70px 40px;
  }
}

.hero__text {
  font-size: 16px;
  line-height: 2.2;
  color: var(--color-white);
}

  .hero__catch--link {
    position: relative;
    z-index: 11;
    margin-top: 40px;

    .c-arrow-btn {
      width: 160px;
      padding: 13px 0 13px 13px;
    }

    .c-arrow-btn-arrow {
margin-left: 30px;
    }
  }


.service {
  padding-block: 90px 120px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .service {
    padding-block: 65px 80px;
  }
}

.service__inner {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .service__inner {
    flex-direction: column;
    gap: 40px;
  }
}

.service__item {
  flex: 1;
  display: flex;
  align-items: stretch;
  background: #F2F3F480;
  border-radius: 10px;
}

.service__body {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .service__body {
    padding: 20px;
  }
}

.service__image img {
  border-radius: 10px;
  max-width: 452px;
  width: 100%;
  height: auto;
  display: block;
}

.service__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-block: 25px 20px;
}

@media only screen and (max-width: 768px) {
  .service__title {
    font-size: 22px;
  }
}

.service__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 30px;
}

.service__logo {
  padding: 30px 15px;
  border-left: 1px solid var(--color-black-10);
  display: flex;
  align-items: flex-start;

  img {
    display: block;
    height: 152px;
    width: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .service__logo {
    padding: 30px 15px 0 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .link-anchor:hover {
    opacity: 1;
  }

  .link-anchor-item:hover .link-anchor-iconWrap {
    background: var(--color-blue);
  }

  .link-anchor-item:hover .link-anchor-icon {

    stroke: var(--color-white);
  }
}

 .service .c-arrow-btn-arrow {
    margin-left: 20px;
  }
@media only screen and (max-width: 1024px) {
.service .c-arrow-btn-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #6772c2;
    transition: background 0.3s ease;
  }
}

.news {
  padding-block: 90px;
  position: relative;
  z-index: 1;

  .c-arrow-btn {
    width: 160px;
      grid-column: 1;
  grid-row: 2;
  align-self: start;
  }

  .c-arrow-btn-arrow {
    margin-left: 30px;
  }
	  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #6772c2;
    transition: background 0.3s ease;
  }
}
@media only screen and (max-width: 1024px) {
.news .c-arrow-btn-arrow {
    margin-left: 30px;
  }
	  .news .c-arrow-btn-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #6772c2;
    transition: background 0.3s ease;
  }
}
@media only screen and (max-width: 768px) {
  .news {
    padding-block: 80px;

    .c-arrow-btn {
      order: 3;
    }
  }
}

.news__inner {
  display: grid;
  grid-template-columns: 440px 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .news__inner {
    grid-template-columns: 35% 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .news__inner {
    display: flex;
    flex-direction: column;
  }
}

.news__column--left {
  grid-column: 1;
  grid-row: 1;
}

@media only screen and (max-width: 768px) {
  .news__column--left {
    order: 1;
  }
}

.news__column--right {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .news__column--right {
    order: 2;
  }
}

.news__meta {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}

.news__date {
  font-family: "Andika", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #00000080;
}

.news__category {
  font-size: 12px;
  line-height: 21px;
  color: var(--color-blue);
  padding-inline: 10px;
  height: 21px;
  background: #E4E6ED;
  border-radius: 3px;
}

.news__text {
  font-size: 14px;
  font-weight: 400;
    margin-right: 10px;
}

.recruit {
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .recruit {
    padding-bottom: 110px;
  }
}

.recruit--bg {
  background-color: var(--color-blue);
  background-image: url('../img/top/recruit-bg.svg');
  background-repeat: no-repeat;
background-position: calc(50% - 5px) calc(100% + 4px);
  background-size: 100vw auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .recruit--bg {
    background-image: url('../img/top/recruit-bg_sp.svg');
    background-position: calc(50% - 10px) bottom;
    background-size: 94.7vw auto;
  }
}

.c-heading--recruit {
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-size: 80px;
  color: var(--color-white);
  position: absolute;
  top: 95px;
  left: 80px;
  z-index: +10;
}

@media only screen and (max-width: 768px) {
  .c-heading--recruit {
    font-size: 60px;
    top: 55px;
    left: 20px;
  }
}

.recruit__slider {
  width: 100%;
  overflow: hidden;
  margin-top: 150px;
}

@media only screen and (max-width: 768px) {
  .recruit__slider {
    margin-top: 110px;
  }
}

.recruit__swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.recruit__slide {
  width: 320px!important;
  height: 400px;
}

@media only screen and (max-width: 768px) {
  .recruit__slide {
    width: 230px!important;
    height: 288px;
  }
}

.recruit__img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
  display: block;
}

.recruit__inner {
  display: flex;
  gap: 20px;
  padding-top: 80px;
  color: var(--color-white);
}

@media only screen and (max-width: 768px) {
  .recruit__inner {
    flex-direction: column;
    gap: 30px;
    padding-top: 50px;
  }
}

.recruit__column {
  flex: 1;
}

.recruit__column--left {
  padding-inline: 30px 120px;
}

@media only screen and (max-width: 768px) {
  .recruit__column--left {
    padding-inline: 0;
  }
}

.recruit__catch {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}

.recruit__text {
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .recruit__text {
    font-size: 16px;
    line-height: 2.2;
  }
}

.recruit__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
  align-self: flex-start;
padding-left: 15px;
  background: var(--color-white);
  text-decoration: none;
  font-size: 14px;
  line-height: 46px;
  color: var(--color-blue);
  width: 150px;
  height: 46px;
  border-radius: 3px;

  /* &:hover {
    opacity: 1;
    background: #d0d2e9;

    .recruit__btn-arrow::before {
      background: #9ca3d5;
    }
  } */
}

@media (hover: hover) and (pointer: fine) {
	.recruit__btn:hover {
	    opacity: 1;
    background: #d0d2e9;
    color: var(--color-blue);
	}
		.recruit__btn:hover .recruit__btn-arrow::before {
	    background: #9ca3d5;
	}
			.recruit__btn:hover .c-arrow-btn__chevron{
	    animation: chevron-slide 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	}
}
.recruit__btn-arrow {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
  padding-left: 10px;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #2635A71a;
  }

  svg {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 768px) {
  .recruit__btn {
    margin-top: 40px;
  }
}

.front-page .c-heading--contact .c-heading__en {
  color: var(--color-white);
}

@media only screen and (max-width: 768px) {
  .front-page .c-heading--contact .c-heading__en {
    font-size: 46px;
  }
}