@charset "UTF-8";
main {
  overflow-x: hidden;
  width: 100%;
}

header,
h1,
.floating-news-card {
  opacity: 0;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 99;
  pointer-events: none;
}
#loading .loading_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(to right, #b1e4fb, #1546c5);
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
}
#loading .loading_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(to left, #b1e4fb, #1546c5);
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  rotate: 180deg;
}

.bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  rotate: 90deg;
}
@media (max-width: 768px) {
  .bg-lines {
    scale: 1.5;
  }
}

.line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1.5;
}

.fv {
  position: relative;
  width: 100%;
  height: clamp(640px, 100vh, 1000px);
  overflow: hidden;
}
.fv__inner {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.fv__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fv__content figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.fv__content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__title {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-white);
  font-size: 72px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2em;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fv__title {
    text-align: center;
    font-size: 32px;
    top: 48%;
    left: 0;
    width: 100%;
  }
}
.fv__title span {
  font-size: 88px;
  font-weight: 700;
  margin-right: 0.05em;
}
@media (max-width: 768px) {
  .fv__title span {
    font-size: 40px;
  }
}

.recruit-home-content {
  margin-top: -21.5277777778vw;
  position: relative;
  z-index: 2;
  padding: 320px 0 280px;
  overflow: hidden;
}
.recruit-home-content__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #b1e4fb 0%, #1546c5 100%);
  clip-path: polygon(0 20vw, 100% 0, 100% 100%, 0 calc(100% - 15vw));
  z-index: -1;
}
@media (max-width: 768px) {
  .recruit-home-content {
    padding: 200px 0;
    margin-top: -220px;
  }
}
@media (max-width: 768px) {
  .recruit-home-content .liner_animation {
    margin-left: -200px;
  }
  .recruit-home-content .liner_animation svg {
    scale: 1.3;
  }
}

.floating-news-card {
  position: absolute;
  top: 80px;
  right: 32px;
  border-radius: 4px;
  background-color: var(--color-white);
  padding: 24px;
  width: 450px;
  max-width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 5;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .floating-news-card {
    width: 280px;
    top: 32px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .floating-news-card:hover {
    transform: translateY(-5px);
  }
}
.floating-news-card__label {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
}
.floating-news-card__meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.floating-news-card__meta .date {
  color: var(--color-primary);
  font-size: 0.85rem;
  font-weight: 700;
  font-style: italic;
}
.floating-news-card__meta .category {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 0.75rem;
  padding: 4px 12px;
  font-weight: 400;
  line-height: 120%;
}
.floating-news-card__title {
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.recruit-banners {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.recruit-banners a {
  height: fit-content;
}
@media (min-width: 768px) {
  .recruit-banners {
    flex-direction: row;
    justify-content: center;
    gap: 3vw;
  }
}
@media (max-width: 768px) {
  .recruit-banners {
    gap: 8px;
  }
}

.recruit-banner {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .recruit-banner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
}
.recruit-banner:hover .recruit-banner__icon {
  background-color: color-mix(in srgb, var(--color-primary), white 15%);
}
.recruit-banner:hover .recruit-banner__icon svg {
  animation: arrow-fly 0.4s ease forwards;
}
.recruit-banner:hover img {
  transform: scale(1.03);
}
@media (min-width: 768px) {
  .recruit-banner--graduate {
    margin-top: -30px;
    border-radius: 0 16px 16px 0;
  }
  .recruit-banner--career {
    margin-top: 50px;
    border-radius: 16px 0 0 16px;
  }
}
@media (max-width: 768px) {
  .recruit-banner {
    border-radius: 16px;
  }
}
.recruit-banner__img {
  width: 100%;
  height: 400px;
  background-color: #ddd;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-banner__img {
    height: 200px;
    border-radius: 16px;
  }
}
.recruit-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  object-position: top;
}
.recruit-banner__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
}
.recruit-banner__text {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--color-white);
  z-index: 2;
}
.recruit-banner__text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .recruit-banner__text h2 {
    font-size: 24px;
  }
}
.recruit-banner__text .en {
  font-size: 1.1rem;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.recruit-banner__icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: background-color 0.3s;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-banner__icon {
    width: 24px;
    height: 24px;
    bottom: 16px;
    right: 16px;
  }
}
.recruit-banner__icon svg {
  display: block;
}
.recruit-banner--graduate .recruit-banner__icon {
  background: var(--color-graduate);
}
.recruit-banner--career .recruit-banner__icon {
  background: var(--color-career);
}

.news-section {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin-inline: auto;
}
@media (min-width: 980px) {
  .news-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 980px) {
  .news-section {
    padding: 0 15px;
  }
}
.news-section__header {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .news-section__header {
    display: contents;
  }
}
@media (min-width: 980px) {
  .news-section__header {
    width: 30%;
    margin-bottom: 0;
    position: sticky;
    top: 100px;
  }
}
.news-section__title {
  color: var(--color-white);
}
@media (max-width: 768px) {
  .news-section__title {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
}
.news-section__title .en {
  display: block;
  font-size: 80px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .news-section__title .en {
    font-size: 40px;
  }
}
.news-section__title .ja {
  display: block;
  font-size: 24px;
  font-weight: 800px;
  margin-top: 8px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .news-section__title .ja {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.news-section__btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-white);
  text-decoration: none;
  color: var(--color-primary);
  width: 220px;
  height: 44px;
  padding: 3px 8px 3px 20px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 0.95rem;
  font-style: italic;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news-section__btn {
    order: 3;
    margin: 40px auto 0;
  }
}
.news-section__btn .icon {
  width: 32px;
  height: 32px;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.news-section__btn:hover {
  opacity: 0.95;
}
.news-section__btn:hover .icon svg {
  animation: arrow-fly 0.4s ease forwards;
}
.news-section__list {
  width: 100%;
}
@media (max-width: 768px) {
  .news-section__list {
    order: 2;
  }
}
@media (min-width: 980px) {
  .news-section__list {
    width: 65%;
  }
}

.news-item {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 20px;
  position: relative;
  transition: background-color 0.3s ease;
}
.news-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.news-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.news-item:hover .news-item__arrow {
  transform: translateY(-50%) translateX(5px);
}
.news-item__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.news-item__meta .date {
  color: var(--color-white);
  font-weight: 500;
  font-style: italic;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
.news-item__meta .category {
  color: var(--color-white);
  font-size: 0.75rem;
  padding: 3px 12px;
  background-color: #1546c5;
  line-height: 120%;
  font-weight: 400;
}
.news-item__meta .category__graduate {
  background: var(--color-graduate);
}
.news-item__meta .category__career {
  background: var(--color-career);
}
.news-item__meta .category__common {
  background-color: #1135b0;
}
.news-item__title {
  color: var(--color-white);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.6;
  padding-right: 40px;
}
.news-item__arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* =========================================================================
   Section Titles
   ========================================================================= */
.recruit-section-title {
  margin-bottom: 40px;
}
.recruit-section-title .en {
  display: block;
  font-size: 80px;
  font-style: italic;
  color: var(--color-primary);
  line-height: 1;
}
@media (max-width: 768px) {
  .recruit-section-title .en {
    font-size: 40px;
  }
}
.recruit-section-title .ja {
  display: block;
  font-size: 24px;
  margin-top: 8px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .recruit-section-title .ja {
    font-size: 12px;
  }
}
.recruit-section-title--center {
  text-align: center;
}
.recruit-section-title--blue .en {
  color: var(--color-primary);
}
.recruit-section-title--blue .ja {
  color: var(--color-primary);
}

/* =========================================================================
   INFO BLOCKS (Q&A / GROW WITH US)
   ========================================================================= */
.recruit-info-blocks {
  position: relative;
  padding: 0 0 10vw;
  z-index: 1;
}
.recruit-info-blocks__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ddf1fa 0%, #57b5f2 100%);
  clip-path: polygon(0 20vw, 100% 0, 100% 100%, 0 calc(100% - 20vw));
  z-index: -1;
}
@media (max-width: 768px) {
  .recruit-info-blocks__bg .liner_animation {
    scale: 1.2;
    margin-right: -100px;
  }
}
.recruit-info-blocks__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.info-block--glass {
  position: relative;
  display: block;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  text-decoration: none;
}
.info-block--glass:hover .glass-bubbles {
  transform: scale(1.1);
}
.info-block--glass:hover .glass-btn__icon svg {
  animation: arrow-fly 0.4s ease forwards;
}
.info-block--glass .glass-graphics-layer {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/recruit/top/qa_bg.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .info-block--glass .glass-graphics-layer {
    height: 80%;
    top: inherit;
    bottom: 0;
  }
}
@media (max-width: 980px) {
  .info-block--glass .glass-graphics-layer.qa_bg {
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .info-block--glass .glass-graphics-layer.qa_bg {
    background-size: 200%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}
.info-block--glass .glass-graphics-layer.gwu_bg {
  background-image: url(../../img/recruit/top/gwu_bg.png);
}
@media (max-width: 768px) {
  .info-block--glass .glass-graphics-layer.gwu_bg {
    background-image: url(../../img/recruit/top/gwu_bg_sp.png);
    background-position: center 20%;
  }
}
.info-block--glass .glass-graphics-layer .glass-center-img {
  position: relative;
  z-index: 10;
  width: clamp(140px, 35vw, 180px);
}
.info-block--glass .glass-content-layer {
  position: relative;
  z-index: 20;
  padding: 32px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
@media (min-width: 980px) {
  .info-block--glass .glass-content-layer {
    padding: 48px;
  }
}
.info-block--glass .glass-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 980px) {
  .info-block--glass .glass-header {
    flex-direction: row;
    justify-content: space-between;
  }
}
.info-block--glass .glass-header .recruit-section-title {
  margin-bottom: 0;
}
.info-block--glass .glass-header .recruit-section-title .en {
  color: var(--color-primary);
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
}
@media (min-width: 980px) {
  .info-block--glass .glass-header .recruit-section-title .en {
    font-size: 64px;
  }
}
.info-block--glass .glass-header .recruit-section-title .ja {
  color: var(--color-primary);
  font-weight: 700;
  margin-top: 8px;
  font-size: 10px;
}
@media (min-width: 980px) {
  .info-block--glass .glass-header .recruit-section-title .ja {
    font-size: 18px;
  }
}
.info-block--glass .glass-header .glass-text {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-primary);
  font-weight: 700;
}
@media (min-width: 980px) {
  .info-block--glass .glass-header .glass-text {
    font-size: 16px;
  }
}
.info-block--glass .glass-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 980px) {
  .info-block--glass .glass-btn-wrap {
    justify-content: flex-end;
    margin-top: auto;
  }
}
.info-block--glass .glass-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 6px 6px 20px;
  text-decoration: none;
  transition: opacity 0.3s;
  border-radius: 2px;
}
@media (min-width: 980px) {
  .info-block--glass .glass-btn {
    width: 200px;
    font-size: 16px;
    padding: 8px 8px 8px 24px;
  }
}
@media (max-width: 768px) {
  .info-block--glass .glass-btn {
    max-width: 240px;
  }
}
.info-block--glass .glass-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--color-primary);
  color: var(--color-white);
  margin-left: auto;
  overflow: hidden;
}
@media (min-width: 980px) {
  .info-block--glass .glass-btn__icon {
    width: 32px;
    height: 32px;
  }
}
.info-block--glass .glass-btn__icon svg {
  display: block;
  width: 12px;
  height: 12px;
}
@media (min-width: 980px) {
  .info-block--glass .glass-btn__icon svg {
    width: 14px;
    height: 14px;
  }
}
.info-block--glass .glass-btn__icon path {
  stroke-width: 1.5;
}

.info-block {
  background-color: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .info-block {
    flex-direction: row;
    align-items: center;
  }
}
.info-block__content {
  padding: 50px 40px;
  flex: 1;
}
.info-block__text {
  margin-bottom: 30px;
  font-size: 0.95rem;
  line-height: 1.8;
}
.info-block__img {
  flex: 1;
  background-color: #f5f5f5;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================================
   NUMBERS
   ========================================================================= */
.recruit-numbers {
  padding: 100px 0;
}
.recruit-numbers__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5%;
}
.recruit-numbers__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .recruit-numbers__content {
    gap: 8px;
  }
}
.recruit-numbers__content__item {
  padding: 40px 0;
  font-size: 24px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .recruit-numbers__content__item {
    padding: 24px 0;
    font-size: 14px;
    gap: 8px;
  }
}
.recruit-numbers__content__item .number {
  font-size: 96px;
  font-weight: 600;
  padding: 0 24px;
  height: 96px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .recruit-numbers__content__item .number {
    font-size: 40px;
    height: 40px;
  }
}
.recruit-numbers__content__item .number .count-up {
  background: linear-gradient(to right, #b1e4fb 0%, #1546c5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-numbers__content__item .number .ja {
  font-size: 24px;
  font-style: normal;
}
.recruit-numbers__content .color1 .count-up {
  background: var(--color-graduate);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-numbers__content .color2 .count-up {
  background: linear-gradient(90deg, #58e6ff 0%, #c46bd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-numbers__content .color3 .count-up {
  background: var(--color-career);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-numbers__content .color3 .graph_wrap {
  color: #f09819;
}
.recruit-numbers__content .color3 .graph_wrap li .bar {
  background-color: #f09819;
}
.recruit-numbers__content .graph_wrap {
  display: grid;
  gap: 8px;
  place-content: center;
}
.recruit-numbers__content .graph_wrap li {
  width: 420px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .recruit-numbers__content .graph_wrap li {
    width: 280px;
    font-size: 14px;
  }
}
.recruit-numbers__content .graph_wrap li .number {
  font-size: 32px;
  height: 32px;
  margin: 0 0 0 auto;
  padding: 0;
}
.recruit-numbers__content .graph_wrap li .number .ja {
  font-size: 16px;
}
@media (max-width: 768px) {
  .recruit-numbers__content .graph_wrap li .number .ja {
    font-size: 12px;
  }
}
.recruit-numbers__content .graph_wrap li .bar {
  background-color: #1546c5;
  border-radius: 100vmax 0 0 100vmax;
  height: 40px;
}
.recruit-numbers__content .graph_wrap li:nth-child(1) .bar {
  width: 200px;
}
@media (max-width: 768px) {
  .recruit-numbers__content .graph_wrap li:nth-child(1) .bar {
    width: 140px;
  }
}
.recruit-numbers__content .graph_wrap li:nth-child(2) .bar {
  width: 180px;
}
@media (max-width: 768px) {
  .recruit-numbers__content .graph_wrap li:nth-child(2) .bar {
    width: 120px;
  }
}
.recruit-numbers__content .graph_wrap li:nth-child(3) .bar {
  width: 160px;
}
@media (max-width: 768px) {
  .recruit-numbers__content .graph_wrap li:nth-child(3) .bar {
    width: 100px;
  }
}
.recruit-numbers__content .graph_wrap li:nth-child(4) .bar {
  width: 120px;
}
@media (max-width: 768px) {
  .recruit-numbers__content .graph_wrap li:nth-child(4) .bar {
    width: 80px;
  }
}
.recruit-numbers__content__banner {
  background-color: #1546c5;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 56px 0;
  line-height: 180%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-numbers__content__banner {
    padding: 64px 0 96px;
  }
}
.recruit-numbers__content__banner:before {
  content: "0123456789";
  font-size: 96px;
  height: 120px;
  position: absolute;
  top: -16px;
  left: 0;
  background: linear-gradient(to right, #b1e4fb 0%, #1546c5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .recruit-numbers__content__banner:before {
    font-size: 8.5333333333vw;
    height: 17.0666666667vw;
    top: -4px;
  }
}
.recruit-numbers__content__banner .banner_text {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .recruit-numbers__content__banner .banner_text {
    font-size: 12px;
    line-height: 180%;
    text-align: left;
    padding: 0 0 0 32px;
  }
}
.recruit-numbers__content .news-section__btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media (max-width: 768px) {
  .recruit-numbers__content .news-section__btn {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}

.default-btn--inverted {
  background-color: transparent !important;
  color: var(--color-white) !important;
  border: 1px solid var(--color-white);
}
.default-btn--inverted:hover {
  background-color: var(--color-white) !important;
  color: var(--color-primary) !important;
}
.default-btn--inverted .default-btn__icon {
  background-color: var(--color-white) !important;
  color: var(--color-primary) !important;
}

/* =========================================================================
   BRANCHES
   ========================================================================= */
.recruit-branches {
  position: relative;
  padding: 60px 0 80px;
  z-index: 3;
  overflow: hidden;
}
@media (min-width: 980px) {
  .recruit-branches {
    padding: 100px 0 400px;
  }
}
.recruit-branches__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #effcff 0%, #a3edff 100%);
  clip-path: polygon(0 20vw, 100% 0, 100% 100%, 0 calc(100% - 20vw));
  z-index: -1;
}
.recruit-branches__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 980px) {
  .recruit-branches__inner {
    position: relative;
    min-height: 580px;
  }
}
.recruit-branches__flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 980px) {
  .recruit-branches__flex {
    display: block;
  }
}
.recruit-branches__header {
  margin-bottom: 40px;
  pointer-events: none;
}
@media (min-width: 980px) {
  .recruit-branches__header {
    margin-bottom: 0;
    padding-top: 50px;
    position: relative;
    z-index: 2;
  }
}
.recruit-branches__text {
  font-size: 0.95rem;
  line-height: 1.8;
}
.recruit-branches__map {
  position: relative;
  width: 100%;
  max-width: 1100px;
}
@media (min-width: 980px) {
  .recruit-branches__map {
    position: absolute;
    top: 60%;
    right: -5vw;
    transform: translateY(-50%);
    width: 69.4444444444vw;
    z-index: 10;
  }
}
@media (max-width: 980px) {
  .recruit-branches__map {
    max-width: 345px;
    margin-inline: auto;
  }
}
.recruit-branches__map .map-img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit-branches__map .map-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .recruit-branches__map .map-pins {
    transform: translateX(-50%);
    left: 0%;
    top: -16%;
    height: 70%;
    scale: 0.5;
    width: 200%;
  }
}
.recruit-branches__map .map-pin {
  position: absolute;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -100%);
  cursor: pointer;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 980px) {
  .recruit-branches__map .map-pin {
    pointer-events: auto;
  }
}
.recruit-branches__map .map-pin .pin-icon {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  fill: var(--color-primary);
}
@media (min-width: 980px) {
  .recruit-branches__map .map-pin:hover {
    z-index: 20;
  }
  .recruit-branches__map .map-pin:hover .pin-icon {
    transform: scale(1.1);
    fill: #d8040c;
  }
  .recruit-branches__map .map-pin:hover .branch-card:not(.static-card):not(.sp-card) {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
    animation: branch-card-hover-anim 0.4s linear forwards;
  }
}
.recruit-branches__map .map-extra-cards {
  display: none;
}
@media (min-width: 980px) {
  .recruit-branches__map .map-extra-cards {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
    position: absolute;
    bottom: -10%;
    right: 10%;
    margin-top: 0;
  }
}
.recruit-branches__map .sp-branch-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
@media (min-width: 980px) {
  .recruit-branches__map .sp-branch-cards {
    display: none;
  }
}
.recruit-branches__map .sp-branch-cards .sp-branch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}
.recruit-branches__map .sp-branch-cards .sp-branch-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.recruit-branches__map .sp-branch-cards .sp-branch-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.recruit-branches .branch-card {
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  min-width: 180px;
  min-height: 120px;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  --base-tx: 0%;
  --base-ty: 0%;
}
.recruit-branches .branch-card:hover .card-arrow-box svg {
  animation: arrow-fly 0.4s ease forwards;
}
.recruit-branches .branch-card:not(.static-card):not(.sp-card) {
  --base-tx: -50%;
  --base-ty: 10px;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translate(var(--base-tx), var(--base-ty));
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
  display: none;
}
@media (min-width: 980px) {
  .recruit-branches .branch-card:not(.static-card):not(.sp-card) {
    display: flex;
    opacity: 0;
    visibility: hidden;
  }
}
.recruit-branches .branch-card:not(.static-card):not(.sp-card)::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.recruit-branches .branch-card:not(.static-card):not(.sp-card)::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: var(--color-white) transparent transparent transparent;
}
.recruit-branches .branch-card.static-card {
  padding: 24px;
  min-width: 180px;
  min-height: 120px;
}
.recruit-branches .branch-card.static-card .card-name {
  font-size: 16px;
}
.recruit-branches .branch-card.sp-card {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  min-width: 0;
  padding: 8px 10px;
  gap: 8px;
  box-shadow: none;
}
.recruit-branches .branch-card.sp-card .card-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}
.recruit-branches .branch-card.sp-card .card-name {
  flex: 1;
  font-size: clamp(10px, 3.2vw, 14px);
  text-align: left;
}
.recruit-branches .branch-card.sp-card .card-arrow-box {
  position: relative;
  bottom: auto;
  right: auto;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.recruit-branches .branch-card.sp-card .card-arrow-box svg {
  width: 8px;
  height: 8px;
}
.recruit-branches .branch-card .card-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.recruit-branches .branch-card .card-icon + .card-name {
  margin-bottom: 0;
}
.recruit-branches .branch-card .card-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
}
.recruit-branches .branch-card .card-arrow-box {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
}
.recruit-branches .branch-card .card-arrow-box svg {
  width: 10px;
  height: 10px;
  color: var(--color-white);
  display: block;
}
.recruit-branches .branch-card .card-arrow-box path {
  stroke-width: 1.5px;
}
@keyframes branch-card-hover-anim {
  0% {
    transform: translate(var(--base-tx), var(--base-ty)) rotateY(0deg);
  }
  50% {
    transform: translate(var(--base-tx), calc(var(--base-ty) - 25px)) rotateY(120deg);
  }
  100% {
    transform: translate(var(--base-tx), var(--base-ty)) rotateY(360deg);
  }
}

/* =========================================================================
   GLOBAL EXPANSION
   ========================================================================= */
.recruit-global {
  position: relative;
  padding: 160px 0;
  z-index: 1;
  margin-top: -100px;
}
@media (max-width: 980px) {
  .recruit-global {
    padding: 160px 0 60px;
  }
}
.recruit-global__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.5vw;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 980px) {
  .recruit-global__bg {
    width: 100vw;
  }
}
.recruit-global__bg .bg-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
@media (min-width: 980px) {
  .recruit-global__bg .bg-img {
    object-position: right top;
  }
}
@media (max-width: 980px) {
  .recruit-global__bg .bg-img {
    object-position: right top;
  }
}
.recruit-global__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5%;
}
.recruit-global .global-flex {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 980px) {
  .recruit-global .global-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.recruit-global .global-left {
  flex: 1;
  max-width: 600px;
}
.recruit-global .global-left .global-title {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 700;
  color: var(--color-white);
}
.recruit-global .global-left .global-title .highlight {
  display: inline-block;
  background-color: var(--color-primary);
  padding: 5px 15px;
}
.recruit-global .global-left .global-title .highlight:first-child {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .recruit-global .global-left .global-title {
    font-size: 32px;
  }
}
.recruit-global .global-left .global-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .recruit-global .global-left .global-subtitle {
    font-size: 24px;
  }
}
.recruit-global .global-left .global-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
.recruit-global .global-left .global-text p {
  margin-bottom: 1.5em;
}
.recruit-global .global-left .global-text p:last-child {
  margin-bottom: 0;
}
.recruit-global .global-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (min-width: 980px) {
  .recruit-global .global-right {
    align-items: flex-end;
  }
}
@media (max-width: 980px) {
  .recruit-global .global-right {
    gap: 16px;
  }
}
.recruit-global .global-right .data-card {
  width: 100%;
  max-width: 360px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 980px) {
  .recruit-global .global-right .data-card:nth-child(2) {
    margin-right: -40px;
  }
  .recruit-global .global-right .data-card:nth-child(1) {
    margin-right: 40px;
  }
}
@media (max-width: 980px) {
  .recruit-global .global-right .data-card {
    max-width: 200px;
  }
  .recruit-global .global-right .data-card:nth-child(2) {
    margin-right: -60px;
  }
  .recruit-global .global-right .data-card:nth-child(1) {
    margin-right: 60px;
  }
}
.recruit-global .global-right .data-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.recruit-global .global-right .data-card__title svg {
  width: 20px;
  height: 20px;
}
.recruit-global .global-right .data-card__value {
  color: var(--color-primary);
  font-weight: 700;
}
.recruit-global .global-right .data-card__value .number {
  font-size: 60px;
  line-height: 1;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(90deg, #57b5f2 0%, #1546c5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
@media (min-width: 768px) {
  .recruit-global .global-right .data-card__value .number {
    font-size: 96px;
  }
}
.recruit-global .global-right .data-card__value .unit {
  font-size: 18px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .recruit-global .global-right .data-card__value .unit {
    font-size: 20px;
  }
}

/* =========================================================================
   GLOBAL BOTTOM
   ========================================================================= */
.recruit-global-bottom {
  position: relative;
  padding: 8vw 0 10vw;
  z-index: 1;
}
.recruit-global-bottom__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.recruit-global-bottom__bg .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.recruit-global-bottom__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5%;
}
.recruit-global-bottom .global-bottom-content {
  max-width: 650px;
}
.recruit-global-bottom .global-bottom-content .global-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 700;
  color: var(--color-white);
}
.recruit-global-bottom .global-bottom-content .global-title .highlight {
  display: inline-block;
  background-color: var(--color-primary);
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .recruit-global-bottom .global-bottom-content .global-title {
    font-size: 28px;
  }
  .recruit-global-bottom .global-bottom-content .global-title .highlight {
    padding: 10px 20px;
  }
}
.recruit-global-bottom .global-bottom-content .global-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .recruit-global-bottom .global-bottom-content .global-subtitle {
    font-size: 24px;
  }
}
.recruit-global-bottom .global-bottom-content .global-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .recruit-global-bottom .global-bottom-content .global-text {
    font-size: 16px;
  }
}
.recruit-global-bottom .global-bottom-content .global-text p {
  margin-bottom: 1.5em;
}
.recruit-global-bottom .global-bottom-content .global-text p:last-child {
  margin-bottom: 0;
}

/* =========================================================================
   COMPANY
   ========================================================================= */
.recruit-company {
  padding: 80px 0 120px;
  background-color: var(--color-white);
}
.recruit-company__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5%;
}
.recruit-company .title {
  text-align: center;
  font-size: 3rem;
  color: var(--color-primary);
  margin-bottom: 50px;
}
.recruit-company .company-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .recruit-company .company-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .recruit-company .company-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.recruit-company .company-item {
  display: block;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.recruit-company .company-item:hover {
  transform: translateY(-5px);
}
.recruit-company .company-item__img {
  width: 100%;
  height: 180px;
  background-color: #e0e0e0;
}
.recruit-company .company-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-company .company-item__text {
  padding: 20px;
  text-align: center;
}
.recruit-company .company-item__text .en {
  color: var(--color-primary);
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.recruit-company .company-item__text .ja {
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 500;
}

/* =========================================================================
   TEXT SLIDER
   ========================================================================= */
.text_slider {
  overflow: hidden;
  position: absolute;
  bottom: 100px;
  width: 100%;
  z-index: 10;
  background-color: transparent;
}
.text_slider__track {
  display: flex;
  width: fit-content;
  animation: textMarquee 60s linear infinite;
}
.text_slider__track p {
  white-space: nowrap;
  font-size: 80px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 1.3;
  padding-right: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  background: linear-gradient(90deg, #b1e4fb 0%, #1546c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
}
@media (max-width: 980px) {
  .text_slider__track p {
    font-size: 32px;
  }
}
@media (max-width: 980px) {
  .text_slider {
    bottom: 0;
  }
}

@keyframes textMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.recruit-team__slider .bg-svg:before {
  content: "新卒";
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 12%;
  bottom: -14px;
  right: 24px;
}
.recruit-team__slider .bg-svg--career:before {
  content: "中途";
  color: #e60012;
  right: inherit;
  left: 0;
  bottom: -18px;
}
@media (max-width: 768px) {
  .recruit-team__slider .bg-svg--career:before {
    left: inherit;
    right: 24px;
  }
}/*# sourceMappingURL=top.css.map */