body.recruit-new-graduate {
  background-color: var(--color-bg-main-xxxxx-light);
}
body.recruit-new-graduate .mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 37.5rem;
}
body.recruit-new-graduate .mainvisual__bg {
  position: absolute;
  inset: 0;
}
body.recruit-new-graduate .mainvisual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.recruit-new-graduate .mainvisual__copy {
  position: absolute;
  bottom: 7.5rem;
  left: 5rem;
}
body.recruit-new-graduate .mainvisual__copy-text {
  font-family: var(--font-family-main);
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.25);
}
body.recruit-new-graduate .mainvisual__copy-text + .mainvisual__copy-text {
  margin-top: 1.5rem;
}
body.recruit-new-graduate .mainvisual__copy-span {
  display: inline-flex;
  min-height: 1.3333333333em;
  padding: 0 2.5rem;
  padding-bottom: 0.13em;
  margin-right: 2.375rem;
  text-shadow: none;
  background-color: var(--color-bg-brand-blue);
}
body.recruit-new-graduate .index-desc {
  margin-top: 12.5rem;
}
body.recruit-new-graduate .index-desc .paragrap-desc {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
body.recruit-new-graduate .index-desc .paragrap-desc__item {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
body.recruit-new-graduate .index-desc .paragrap-desc__item.--flex-column {
  flex-direction: column;
  align-items: flex-start;
}
body.recruit-new-graduate .index-desc .paragrap-desc__text {
  font-family: var(--font-family-main);
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-text-main);
}
body.recruit-new-graduate .index-desc .paragrap-desc__text-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1.25rem;
  font-family: var(--font-family-main);
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-text-brand-blue);
  background: var(--color-bg-brand-yellow);
}
body.recruit-new-graduate .index-media {
  margin-top: 12.5rem;
}
body.recruit-new-graduate .index-media .media-layout {
  --text-width: 24.375rem;
  --column-gap: 0.625rem;
  display: flex;
  gap: var(--column-gap);
  justify-content: space-between;
  width: 100%;
  max-width: 75rem;
  min-height: 25rem;
  margin-left: auto;
}
body.recruit-new-graduate .index-media .media-layout + .media-layout {
  margin-top: 5rem;
}
body.recruit-new-graduate .index-media .media-layout.--flex-row-reverse {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0;
}
body.recruit-new-graduate .index-media .media-layout__img {
  position: relative;
  flex-grow: 1;
  max-width: calc(100% - var(--text-width) - var(--column-gap));
}
body.recruit-new-graduate .index-media .media-layout__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.recruit-new-graduate .index-media .media-layout__text {
  flex-shrink: 0;
  align-self: center;
  max-width: 40%;
}
body.recruit-new-graduate .index-media .media-layout__num {
  display: inline-block;
  font-family: var(--font-family-inter);
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--color-text-main-x-light);
}
body.recruit-new-graduate .index-media .media-layout__title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
}
body.recruit-new-graduate .index-media .media-layout__title-span {
  padding: 0.375rem 1.25rem 0.625rem;
  font-family: var(--font-family-main);
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: var(--color-bg-brand-blue);
}
body.recruit-new-graduate .index-media .media-layout__button {
  margin-top: 2.5rem;
}
body.recruit-new-graduate .index-member {
  margin-top: 18.75rem;
}
body.recruit-new-graduate .index-member .member-slide {
  margin-top: 5rem;
}
body.recruit-new-graduate .index-member .member-slide__swiper-wrapper {
  transition-timing-function: linear;
}
body.recruit-new-graduate .index-member .member-slide__swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  width: 17.5rem;
}
body.recruit-new-graduate .index-member .member-slide__img {
  width: 100%;
  aspect-ratio: 280/340;
  overflow: hidden;
  border-radius: 0 0 var(--border-radius-r) var(--border-radius-r);
}
body.recruit-new-graduate .index-member .member-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
body.recruit-new-graduate .index-member .member-slide__text {
  text-align: left;
}
body.recruit-new-graduate .index-member .member-slide__position {
  display: inline-block;
  padding: 0.25rem 1.25rem;
  color: var(--color-text-brand-blue);
  background: #fff;
  border-radius: var(--border-radius-r);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body.recruit-new-graduate .index-member .member-slide__position {
    font-size: 0.9375rem;
  }
}
body.recruit-new-graduate .index-member .member-slide__name {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-main);
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2;
  color: var(--color-text-main);
}
body.recruit-new-graduate .index-member .p-buttons {
  margin-top: 2.5rem;
}
body.recruit-new-graduate .index-brand {
  padding: 7.1875rem 0 8.4375rem;
  margin-top: 18.75rem;
  background-color: var(--color-bg-brand-blue);
}
body.recruit-new-graduate .index-brand .c-heading-lv1-01 {
  --color-header: var(--color-text-white);
}
body.recruit-new-graduate .index-brand .c-card-button-03-wrap {
  margin-top: 3.125rem;
}
body.recruit-new-graduate .index-about {
  margin-top: 12.5rem;
}
body.recruit-new-graduate .index-about .c-card-button-11 {
  margin-top: 3.125rem;
}
body.recruit-new-graduate .index-about .c-card-button-01-wrap,
body.recruit-new-graduate .index-about .c-card-button-03-wrap {
  margin-top: 2.5rem;
}
body.recruit-new-graduate .index-news {
  margin-top: 12.5rem;
}
body.recruit-new-graduate .index-news .p-news {
  margin-top: 3.125rem;
}
body.recruit-new-graduate .index-news .p-buttons {
  margin-top: 2.5rem;
}

@media (hover: hover) {
  body.recruit-new-graduate .member-slide__img img {
    transition: var(--animation-normal);
    transform-origin: center top;
  }
  body.recruit-new-graduate .member-slide__swiper-slide:hover .member-slide__img img {
    transform: scale(1.07);
  }
}
@media all and (min-width: 768px), print {
  body.recruit-new-graduate .index-about .c-card-button-01__button,
  body.recruit-new-graduate .index-about .c-card-button-03__button {
    width: 17.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.recruit-new-graduate .mainvisual {
    height: auto;
    min-height: auto;
    max-height: 37.5rem;
    aspect-ratio: 375/490;
  }
  body.recruit-new-graduate .mainvisual__copy {
    position: absolute;
    bottom: 1.5rem;
    left: 1.125rem;
  }
  body.recruit-new-graduate .mainvisual__copy-text {
    font-size: 2.875rem;
  }
  body.recruit-new-graduate .mainvisual__copy-text + .mainvisual__copy-text {
    margin-top: 0.75rem;
  }
  body.recruit-new-graduate .index-desc .paragrap-desc__text-accent {
    font-size: 2.625rem;
    line-height: 1.2;
  }
  body.recruit-new-graduate .index-media .media-layout__title-span {
    font-size: 2rem;
  }
  body.recruit-new-graduate .index-about .c-card-button-03-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  body.recruit-new-graduate .mainvisual {
    height: auto;
    min-height: auto;
    aspect-ratio: 375/490;
    margin-top: 3.5rem;
  }
  body.recruit-new-graduate .mainvisual__copy {
    position: absolute;
    bottom: 1.5rem;
    left: 1.125rem;
  }
  body.recruit-new-graduate .mainvisual__copy-text {
    font-size: 2.875rem;
    line-height: 1;
  }
  body.recruit-new-graduate .mainvisual__copy-text + .mainvisual__copy-text {
    margin-top: 0.75rem;
  }
  body.recruit-new-graduate .mainvisual__copy-span {
    padding: 0.5rem;
    margin-right: 0.625rem;
  }
  body.recruit-new-graduate .index-desc {
    margin-top: 3.125rem;
  }
  body.recruit-new-graduate .index-desc .paragrap-desc {
    gap: 1rem;
    width: 100%;
    margin-top: 3.125rem;
  }
  body.recruit-new-graduate .index-desc .paragrap-desc__item {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
  }
  body.recruit-new-graduate .index-desc .paragrap-desc__item.--flex-column {
    gap: 0.625rem;
  }
  body.recruit-new-graduate .index-desc .paragrap-desc__text-accent {
    padding: 0.25rem 0.625rem;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
  }
  body.recruit-new-graduate .index-desc .paragrap-desc__text {
    font-size: 1rem;
  }
  body.recruit-new-graduate .index-media {
    margin-top: 4.5rem;
  }
  body.recruit-new-graduate .index-media .media-layout {
    position: relative;
    flex-direction: column;
    gap: 0;
    min-height: unset;
    padding-bottom: 5.3125rem;
  }
  body.recruit-new-graduate .index-media .media-layout + .media-layout {
    margin-top: 3.125rem;
  }
  body.recruit-new-graduate .index-media .media-layout.--flex-row-reverse {
    flex-direction: column;
  }
  body.recruit-new-graduate .index-media .media-layout__num {
    margin-bottom: -0.3125rem;
    font-size: 4.375rem;
    letter-spacing: -0.02em;
  }
  body.recruit-new-graduate .index-media .media-layout__title {
    gap: 0.375rem;
  }
  body.recruit-new-graduate .index-media .media-layout__title-span {
    padding: 0.4375rem 0.625rem;
    font-size: 1.875rem;
  }
  body.recruit-new-graduate .index-media .media-layout__text {
    width: 100%;
    max-width: 100%;
  }
  body.recruit-new-graduate .index-media .media-layout__img {
    position: relative;
    z-index: -1;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 340/200;
    margin-top: -1.25rem;
  }
  body.recruit-new-graduate .index-media .media-layout__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  body.recruit-new-graduate .index-member {
    margin-top: 6.25rem;
  }
  body.recruit-new-graduate .index-member .member-slide {
    margin-top: 2.25rem;
  }
  body.recruit-new-graduate .index-member .member-slide__swiper-slide {
    gap: 0.625rem;
    width: 12.5rem;
  }
  body.recruit-new-graduate .index-member .member-slide__position {
    font-size: 0.875rem;
    text-align: center;
  }
  body.recruit-new-graduate .index-member .member-slide__name {
    margin-top: 0.375rem;
    font-size: 0.9375rem;
  }
  body.recruit-new-graduate .index-member .member-slide__name .com-icon {
    --icon-circle-size: 1.5rem;
    --icon-size: 0.875rem;
  }
  body.recruit-new-graduate .index-brand {
    padding: 3.125rem 0 5rem;
    margin-top: 8.75rem;
  }
  body.recruit-new-graduate .index-brand .c-card-button-03-wrap {
    margin-top: 2.8125rem;
  }
  body.recruit-new-graduate .index-about {
    margin-top: 7.5rem;
  }
  body.recruit-new-graduate .index-about .c-card-button-11 {
    margin-top: 1.75rem;
  }
  body.recruit-new-graduate .index-about .c-card-button-01-wrap {
    margin-top: 1rem;
  }
  body.recruit-new-graduate .index-about .c-card-button-03-wrap {
    margin-top: 0.625rem;
  }
  body.recruit-new-graduate .index-news {
    margin-top: 5rem;
  }
  body.recruit-new-graduate .index-news .p-news {
    margin-top: 1.5625rem;
  }
  body.recruit-new-graduate .index-news .p-buttons {
    margin-top: 1.875rem;
  }
}