@charset "UTF-8";
/* Lib
================================================== */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* Global
================================================== */
/* mediaquery
================================================== */
/* font
================================================== */
@font-face {
  font-family: TazuganeGothicStdN-Regular;
  font-style: normal;
  font-weight: 400;
  src: url("/new-graduate/assets/font/TazuganeGothicStdN-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: TazuganeGothicStdN-Bold;
  font-style: normal;
  font-weight: 700;
  src: url("/new-graduate/assets/font/TazuganeGothicStdN-Bold.otf") format("opentype");
  font-display: swap;
}
/* colors
================================================== */
/* mixin
================================================== */
/* -------------------------
vw
------------------------- */
/* -------------------------
px => rem
------------------------- */
/* Foundation
================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  tab-size: 2;
  color-scheme: dark light;
  scrollbar-gutter: stable;
  text-size-adjust: none;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  font-family: system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  block-size: 0;
  overflow: visible;
  color: inherit;
  border: none;
  border-block-start: 1px solid;
}

:where(dialog, [popover]) {
  inset: unset;
  max-width: unset;
  max-height: unset;
  color: inherit;
  background: none;
  border: none;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid #447fe0;
  outline-offset: -2px;
  box-shadow: none;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  user-select: none !important;
  border: 0 !important;
}

/* Global
================================================== */
html {
  text-size-adjust: 100%;
  overscroll-behavior: none;
}

body {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-family: TazuganeGothicStdN-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-wrap: anywhere;
  background-color: #fff;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Utils
================================================== */
/* animation
================================================== */
.show-up {
  opacity: 0;
  transition: 0.8s ease-in-out;
  transform: translateY(40px);
}

.show-up.on {
  opacity: 1;
  transform: translateY(0);
}

.u-split-text {
  display: block;
}
.u-split-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  animation: split-text 0.3s forwards;
}
@keyframes split-text {
  0% {
    opacity: 0;
    transform: translateY(30px);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}

/* Utility Color
================================================== */
.u-color-01 {
  color: #6c92bc;
}

.u-color-02 {
  color: #ce9585;
}

.u-color-03 {
  color: #6c7ab8;
}

.u-color-04 {
  color: #6eae86;
}

.u-color-05 {
  color: #dbc921;
}

/* Global
================================================== */
/* display
================================================== */
@media screen and (width >= 769px) {
  .is-sp {
    display: none;
  }
}
@media screen and (width <= 768px) {
  .is-sp {
    display: block;
  }
}

@media screen and (width >= 769px) {
  .is-pc {
    display: block;
  }
}
@media screen and (width <= 768px) {
  .is-pc {
    display: none;
  }
}

@media screen and (width <= 768px) {
  br.is-pc {
    display: contents;
  }
}
@media screen and (width >= 769px) {
  br.is-sp {
    display: contents;
  }
}

.pc-only {
  display: none;
}
@media screen and (width >= 769px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media screen and (width <= 768px) {
  .sp-only {
    display: block;
  }
}

/* Utils
================================================== */
/* keyframes
================================================== */
@keyframes scale-animation {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.2);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes button-animation {
  0% {
    transform: translateX(-50%) translateY(-4px);
  }
  50% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(0) rotate(45deg);
  }
}
/* Utility Text
================================================== */
.u-upright {
  text-orientation: upright;
}

/* Component
================================================== */
/* Global
================================================== */
/* --------------------------------------------------
Entry
-------------------------------------------------- */
.entry {
  position: relative;
  padding-inline: 40px;
}
@media screen and (width <= 768px) {
  .entry {
    padding-inline: 16px;
  }
}
.entry__box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 530px;
  padding-top: 62px;
  padding-bottom: 72px;
  margin-inline: auto;
  overflow: hidden;
  background-image: url("/new-graduate/assets/images/top/bg_top-entry_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (width <= 768px) {
  .entry__box {
    height: 100%;
    padding-top: 72px;
  }
}
.entry__box-title {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-size: 72px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (width <= 768px) {
  .entry__box-title {
    font-size: 56px;
  }
}
.entry__box-lead {
  position: relative;
  z-index: 1;
  margin-top: 42px;
  font-size: 30px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.16em;
}
@media screen and (width <= 768px) {
  .entry__box-lead {
    padding-left: 10px;
    margin-top: 38px;
    font-size: 22px;
  }
}
.entry__box-text {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  font-size: 18px;
  line-height: 175%;
  color: #fff;
  text-align: center;
}
@media screen and (width <= 768px) {
  .entry__box-text {
    margin-top: 20px;
    font-size: 14px;
  }
}
.entry__box-button-area {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  text-align: center;
}
@media screen and (width <= 768px) {
  .entry__box-button-area {
    margin-top: 36px;
  }
}
.entry__box-button {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 29px 59px 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #202226;
  text-decoration: none;
  letter-spacing: 0.12em;
  background-color: #ffda1b;
  border-radius: 9999px;
  transition: transform 0.3s ease;
}
@media screen and (width <= 768px) {
  .entry__box-button {
    padding: 21px 41px 21px 40px;
    font-size: 18px;
  }
}
.entry__box-button::after {
  position: absolute;
  inset: -6px;
  display: block;
  width: 100%;
  width: calc(100% + 12px);
  height: 100%;
  height: calc(100% + 12px);
  content: "";
  border: 2px solid #ffda1b;
  border-radius: 9999px;
  transition: opacity 0.3s ease;
}
.entry__box-button:focus-visible {
  transform: scale(1.1);
}
.entry__box-button:focus-visible::after {
  opacity: 0;
}
@media (any-hover: hover) {
  .entry__box-button:hover {
    transform: scale(1.1);
  }
  .entry__box-button:hover::after {
    opacity: 0;
  }
}
.entry__box-faq-link-area {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  text-align: center;
}
@media screen and (width <= 768px) {
  .entry__box-faq-link-area {
    margin-top: 24px;
  }
}
.entry__box-faq-link {
  position: relative;
  display: inline-flex;
  column-gap: 6px;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}
@media screen and (width <= 768px) {
  .entry__box-faq-link {
    column-gap: 7px;
    font-size: 14px;
  }
}
.entry__box-faq-link::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: transform 0.3s ease;
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (width <= 768px) {
  .entry__box-faq-link::after {
    bottom: -3px;
  }
}
.entry__box-faq-link:focus-visible::after {
  height: 1px;
  animation: link-border-animation 0.3s ease;
}
@keyframes link-border-animation {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right;
  }
  56% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media (any-hover: hover) {
  .entry__box-faq-link:hover::after {
    height: 1px;
    animation: link-border-animation 0.3s ease;
  }
  @keyframes link-border-animation {
    0% {
      transform: scaleX(1);
      transform-origin: right;
    }
    45% {
      transform: scaleX(0);
      transform-origin: right;
    }
    56% {
      transform: scaleX(0);
      transform-origin: left;
    }
    100% {
      transform: scaleX(1);
      transform-origin: left;
    }
  }
}
.entry__box-faq-link-icon {
  width: 15px;
  aspect-ratio: 15/12;
}
.entry__box-faq-link-icon svg {
  width: 100%;
  height: 100%;
}
.entry__box-bg-circle {
  position: absolute;
  top: -10%;
  left: 50%;
  width: 51.25vw;
  aspect-ratio: 1/1;
  opacity: 0.42;
  transform: translateX(-50%);
}
@media screen and (width <= 768px) {
  .entry__box-bg-circle {
    top: 20%;
    width: 63.0769230769vw;
  }
}
.entry__box-bg-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.entry__box-polygon {
  position: absolute;
}
.entry__box-polygon1 {
  bottom: -69px;
  left: -78px;
  z-index: 1;
  display: block;
  width: 217px;
  aspect-ratio: 1/1;
  opacity: 0.8;
}
@media screen and (width <= 768px) {
  .entry__box-polygon1 {
    bottom: -62px;
    left: -48px;
    width: 123px;
  }
}
.entry__box-polygon2 {
  top: -44px;
  right: 150px;
  width: 134px;
  aspect-ratio: 1/1;
  opacity: 0.8;
}
@media screen and (width <= 768px) {
  .entry__box-polygon2 {
    top: 20px;
    right: -30px;
    width: 82px;
  }
}
.entry__box-polygon3 {
  top: 160px;
  right: 130px;
  width: 44px;
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .entry__box-polygon3 {
    top: 90px;
    right: auto;
    left: 10px;
    width: 62px;
  }
}
.entry__box-polygon4 {
  top: 115px;
  left: 120px;
  width: 70px;
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .entry__box-polygon4 {
    top: 230px;
    right: 0;
    left: auto;
    width: 60px;
  }
}
.entry__box-polygon5 {
  bottom: 108px;
  left: 200px;
  width: 68px;
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .entry__box-polygon5 {
    display: none;
  }
}
.entry__box-polygon6 {
  top: -20px;
  left: 52px;
  width: 108px;
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .entry__box-polygon6 {
    display: none;
  }
}
.entry__box-polygon7 {
  right: 10px;
  bottom: -50px;
  width: 142px;
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .entry__box-polygon7 {
    display: none;
  }
}
@media screen and (width <= 768px) {
  .entry__box-polygon8 {
    display: none;
  }
}

/* Global
================================================== */
/* --------------------------------------------------
footer
-------------------------------------------------- */
.footer {
  position: relative;
  z-index: 50;
  padding-inline: 40px;
  padding-top: 100px;
  padding-bottom: 56px;
}
@media screen and (width <= 768px) {
  .footer {
    padding-inline: 16px;
    padding-top: 80px;
    padding-bottom: 48px;
  }
}
.footer__inner {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}
.footer__logo-area {
  text-align: center;
}
.footer__logo {
  width: 300px;
  aspect-ratio: 300/68.15;
  margin-inline: auto;
  pointer-events: auto;
  transform: translateX(-20px);
}
@media screen and (width <= 768px) {
  .footer__logo {
    width: 240px;
    transform: translateX(-8px);
  }
}
.footer__logo-link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.footer__logo-link img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.footer__logo-text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 125%;
  color: #202226;
  letter-spacing: 0.06em;
}
@media screen and (width <= 768px) {
  .footer__logo-text {
    margin-top: 12px;
  }
}
.footer__links {
  display: flex;
  column-gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
}
@media screen and (width <= 768px) {
  .footer__links {
    flex-direction: column;
    row-gap: 32px;
    width: 100%;
    margin-top: 48px;
  }
}
.footer__link {
  position: relative;
  z-index: 1;
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 1px;
  padding-bottom: 4px;
  text-decoration: none;
  pointer-events: auto;
}
.footer__link:not(:first-child) {
  padding-left: 40px;
  border-left: 1px solid #ccc;
}
@media screen and (width <= 768px) {
  .footer__link:not(:first-child) {
    padding-inline: 8px;
    padding-top: 32px;
    border-top: 1px solid #ccc;
    border-left: none;
  }
}
@media screen and (width <= 768px) {
  .footer__link {
    width: 100%;
    padding-inline: 8px;
    padding-bottom: 0;
  }
}
.footer__link:focus-visible .footer__link-icon-area {
  transform: scale(1.1666666667);
}
.footer__link:focus-visible .footer__link-icon {
  animation: footer-arrow-animation-right 0.8s ease;
}
@media (any-hover: hover) {
  .footer__link:hover .footer__link-icon-area {
    transform: scale(1.1666666667);
  }
  .footer__link:hover .footer__link-icon {
    animation: footer-arrow-animation-right 0.8s ease;
  }
}
@keyframes footer-arrow-animation-right {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  49% {
    transform: translateX(40px) translateY(-50%) scale(1.1);
  }
  50% {
    opacity: 0;
    transform: translateX(40px) translateY(-50%) scale(1.1);
  }
  51% {
    transform: translateX(-40px) translateY(-50%) scale(1.1);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
}
.footer__link-body {
  margin-top: -4px;
}
.footer__link-title {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #202226;
  letter-spacing: 0.03em;
}
@media screen and (width <= 768px) {
  .footer__link-title {
    font-size: 36px;
  }
}
.footer__link-title--none-spacing {
  letter-spacing: 0;
}
.footer__link-text {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  color: #202226;
  letter-spacing: 0.1em;
}
.footer__link-icon-area {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  aspect-ratio: 48/48;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.footer__link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 16px;
  aspect-ratio: 16/16;
  transition: transform 0.8s ease;
  transform: translate(-50%, -50%);
}
.footer__link-icon-bg {
  width: 100%;
  height: 100%;
}
.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 64px;
}
@media screen and (width <= 768px) {
  .footer__bottom {
    margin-top: 40px;
  }
}
.footer__bottom-link {
  position: relative;
  display: inline-flex;
  column-gap: 6px;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  color: #202226;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.footer__bottom-link::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #202226;
  transition: transform 0.3s ease;
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (width <= 768px) {
  .footer__bottom-link::after {
    bottom: -3px;
  }
}
.footer__bottom-link:focus-visible::after {
  height: 1px;
  animation: link-border-animation 0.3s ease;
}
@keyframes link-border-animation {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right;
  }
  56% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media (any-hover: hover) {
  .footer__bottom-link:hover::after {
    height: 1px;
    animation: link-border-animation 0.3s ease;
  }
  @keyframes link-border-animation {
    0% {
      transform: scaleX(1);
      transform-origin: right;
    }
    45% {
      transform: scaleX(0);
      transform-origin: right;
    }
    56% {
      transform: scaleX(0);
      transform-origin: left;
    }
    100% {
      transform: scaleX(1);
      transform-origin: left;
    }
  }
}
.footer__bottom-link-icon {
  width: 15px;
  aspect-ratio: 15/12;
}
.footer__bottom-link-icon svg {
  width: 100%;
  height: 100%;
}
.footer__bottom-copyright {
  font-size: 12px;
  line-height: 100%;
  color: #383b43;
}

/* Global
================================================== */
/* --------------------------------------------------
Header Drawer
-------------------------------------------------- */
.header-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100%;
  padding-top: 40px;
}
.header-drawer::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (width >= 769px) {
  .header-drawer {
    display: none;
  }
}
.header-drawer[aria-hidden=true] {
  pointer-events: none;
}
.header-drawer[aria-hidden=true]::before {
  opacity: 0;
}
.header-drawer[aria-hidden=true] .header-drawer__contents {
  pointer-events: none;
  transform: translateY(calc(100% + 90px));
}
.header-drawer[aria-hidden=false] {
  pointer-events: auto;
}
.header-drawer[aria-hidden=false]::before {
  opacity: 1;
}
.header-drawer[aria-hidden=false] .header-drawer__contents {
  pointer-events: auto;
  transform: translateY(0);
}
.header-drawer__contents {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: transform 0.3s ease;
}
.header-drawer__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 22px;
  background-color: #d5dae1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.header-drawer__head-title {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #202226;
  text-align: center;
  letter-spacing: 0.03em;
}
.header-drawer__body {
  height: 100%;
  padding-inline: 16px;
  padding-top: 88px;
  overflow-y: auto;
  overscroll-behavior: none;
}
.header-drawer__nav {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}
.header-drawer__nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  height: 100%;
}
.header-drawer__nav-item {
  width: 100%;
  padding-right: 10px;
  padding-left: 8px;
}
.header-drawer__nav-item:not(:first-child) {
  padding-top: 20px;
  border-top: 1px dashed #808080;
}
.header-drawer__nav-item--group {
  padding-top: 32px !important;
  padding-bottom: 12px;
}
.header-drawer__nav-item-link {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  line-height: 100%;
  color: #202226;
  text-decoration: none;
  letter-spacing: 0.03em;
  pointer-events: auto;
}
.header-drawer__nav-item-link--index {
  font-size: 18px;
  letter-spacing: 0;
}
.header-drawer__link-icon-area {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  aspect-ratio: 1/1;
}
.header-drawer__link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 16px;
  aspect-ratio: 16/16;
  transform: translate(-50%, -50%);
}
.header-drawer__link-icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.header-drawer__inner-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 16px;
}
.header-drawer__inner-list-item-link {
  display: flex;
  column-gap: 16px;
  align-items: center;
  pointer-events: auto;
}
.header-drawer__inner-list-item-image {
  width: 70px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
}
.header-drawer__inner-list-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-drawer__inner-list-item-body {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.header-drawer__inner-list-item-label {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #818999;
}
.header-drawer__inner-list-item-title {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  color: #202226;
  letter-spacing: 0.12em;
}
.header-drawer__button {
  position: fixed;
  right: 16px;
  bottom: 0;
  z-index: 1010;
  width: 52px;
  height: 52px;
  pointer-events: auto;
  background-color: #202226;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: transform 0.2s ease-out, opacity 0.3s ease;
  transform: translateY(80px);
}
@media screen and (width >= 769px) {
  .header-drawer__button {
    display: none;
  }
}
.header-drawer__button.is-show {
  transform: translateY(0);
}
.header-drawer__button > span, .header-drawer__button::before, .header-drawer__button::after {
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
}
.header-drawer__button > span {
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.header-drawer__button::before, .header-drawer__button::after {
  content: "";
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.header-drawer__button::before {
  transform: translateY(-4px);
}
.header-drawer__button::after {
  transform: translateY(4px);
}
.header-drawer__button[aria-expanded=true] > span {
  opacity: 0;
}
.header-drawer__button[aria-expanded=true]::before, .header-drawer__button[aria-expanded=true]::after {
  background-color: white;
}
.header-drawer__button[aria-expanded=true]::before {
  animation: 0.3s ease close-bar1 forwards;
}
.header-drawer__button[aria-expanded=true]::after {
  animation: 0.3s ease close-bar2 forwards;
}
.header-drawer__button.-close::before {
  animation: 0.3s ease close-bar1-reverse forwards;
}
.header-drawer__button.-close::after {
  animation: 0.3s ease close-bar2-reverse forwards;
}

@keyframes close-bar1 {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes close-bar2 {
  0% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes close-bar1-reverse {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-4px);
  }
}
@keyframes close-bar2-reverse {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(4px);
  }
}
/* Global
================================================== */
/* --------------------------------------------------
Header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 32px;
  left: 50%;
  z-index: 1000;
  width: 405px;
  transform: translateX(-50%);
}
.header:has(~ #top) {
  opacity: 0;
}
.header__nav {
  padding-block: 14px;
  padding-right: 31px;
  padding-left: 32px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
}
@media screen and (width <= 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.header__nav-item:not(:first-child) {
  position: relative;
  padding-left: 20px;
}
.header__nav-item:not(:first-child)::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  content: "";
  background-image: url("/new-graduate/assets/images/header/img_header_list-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header__nav-item-link {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  color: #202226;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: opacity 0.3s ease;
}
.header__nav-item-link:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .header__nav-item-link:hover {
    opacity: 0.5;
  }
}

/* Global
================================================== */
.cv-button {
  position: fixed;
  right: 40px;
  bottom: 24px;
  z-index: 100;
  background-color: hsl(50, 100%, 55%);
  border-radius: 6px;
  transition: transform 0.2s ease-out, background-color 0.3s ease;
  transform: translateY(80px);
}
@media screen and (width <= 768px) {
  .cv-button {
    right: 74px;
    bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cv-button:focus-visible {
  background-color: #447fe0;
}
.cv-button:focus-visible .cv-button__link {
  color: #fff;
}
@media (any-hover: hover) {
  .cv-button:hover {
    background-color: #447fe0;
  }
  .cv-button:hover .cv-button__link {
    color: #fff;
  }
}
.cv-button.is-show {
  transform: translateY(0);
}
.cv-button__link {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  padding-block: 16px;
  padding-inline: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  color: #202226;
  text-decoration: none;
  letter-spacing: 0.12em;
  transition: color 0.3s ease;
}
@media screen and (width <= 768px) {
  .cv-button__link {
    height: 52px;
    padding-block: 18px;
    padding-inline: 20px;
    font-size: 12px;
  }
}

/* Project
================================================== */
/* Global
================================================== */
/* --------------------------------------------------
STORY > Contents
-------------------------------------------------- */
.p-story-contents {
  position: relative;
  width: 100vw;
  padding-inline: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow-x: hidden;
  color: #333;
}
@media screen and (width <= 768px) {
  .p-story-contents {
    padding-inline: 16px;
    padding-top: 72px;
    padding-bottom: 80px;
    margin-top: 64px;
  }
  .p-story-contents::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    content: "";
    border-top: 1px dashed #808080;
  }
}
.p-story-contents__inner {
  width: 100%;
  max-width: 800px;
  padding-bottom: 120px;
  margin-inline: auto;
}
@media screen and (width <= 768px) {
  .p-story-contents__inner {
    padding-bottom: 80px;
  }
}
.p-story-contents__title {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  width: 100%;
  max-width: 640px;
  padding-bottom: 32px;
  margin-inline: auto;
  margin-top: 120px;
  font-size: 20px;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.1em;
}
.p-story-contents__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  content: "";
  border-top: 1px dashed #808080;
}
@media screen and (width <= 768px) {
  .p-story-contents__title::after {
    left: 16px;
  }
}
.p-story-contents__title:first-child {
  margin-top: 0;
}
@media screen and (width <= 768px) {
  .p-story-contents__title {
    padding-inline: 16px;
    margin-top: 72px;
  }
  .p-story-contents__title:first-child {
    margin-top: 0;
  }
}
.p-story-contents__text {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  margin-top: 40px;
  font-size: 15px;
  line-height: 180%;
}
@media screen and (width <= 768px) {
  .p-story-contents__text {
    padding-inline: 16px;
  }
}
.p-story-contents__text + .p-story-contents__text {
  margin-top: 28px;
}
.p-story-contents__note {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  margin-top: 24px;
  font-size: 14px;
  line-height: 180%;
}
@media screen and (width <= 768px) {
  .p-story-contents__note {
    padding-inline: 16px;
  }
}
.p-story-contents__image {
  position: relative;
  width: 100%;
  aspect-ratio: 800/450;
  margin-top: 64px;
  border-radius: 5px;
}
@media screen and (width <= 768px) {
  .p-story-contents__image {
    aspect-ratio: 1/1;
  }
}
.p-story-contents__image--bg1 {
  position: absolute;
  top: -80px;
  left: -270px;
  z-index: 0;
  width: 862px;
  aspect-ratio: 610/317;
}
@media screen and (width <= 768px) {
  .p-story-contents__image--bg1 {
    width: 638px;
  }
}
.p-story-contents__image--bg1 img {
  width: 100%;
  height: 100%;
}
.p-story-contents__image--bg2 {
  position: absolute;
  top: -100px;
  right: -200px;
  z-index: 0;
  width: 540px;
  aspect-ratio: 416/306;
}
@media screen and (width <= 768px) {
  .p-story-contents__image--bg2 {
    width: 443px;
  }
}
.p-story-contents__image--bg2 img {
  width: 100%;
  height: 100%;
}
.p-story-contents__image--bg3 {
  position: absolute;
  right: -200px;
  bottom: -180px;
  z-index: 0;
  width: 862px;
  aspect-ratio: 610/317;
}
@media screen and (width <= 768px) {
  .p-story-contents__image--bg3 {
    bottom: -100px;
    width: 638px;
  }
}
.p-story-contents__image--bg3 img {
  width: 100%;
  height: 100%;
}
.p-story-contents__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* Global
================================================== */
/* --------------------------------------------------
STORY > MV
-------------------------------------------------- */
.p-story-mv {
  position: relative;
  height: 100%;
}
@media screen and (width <= 768px) {
  .p-story-mv {
    padding-inline: 16px;
    padding-top: 32px;
  }
}
.p-story-mv__inner {
  position: relative;
  height: 100%;
  margin-inline: auto;
}
.p-story-mv__contents {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template: "intro image" minmax(180px, auto) "meta image" 1fr;
  width: 100vw;
  min-height: 720px;
  max-height: 1000px;
  margin-right: calc(50% - 50vw);
}
@media screen and (width <= 768px) {
  .p-story-mv__contents {
    grid-template: "logo" auto "intro" auto "image" auto "meta" auto/auto;
    width: 100%;
    height: 100%;
    min-height: auto;
    max-height: 100%;
    margin-right: auto;
  }
}
.p-story-mv__logo {
  position: absolute;
  top: 32px;
  right: 40px;
  z-index: 1;
  width: 190px;
  aspect-ratio: 190/71;
  margin-left: auto;
}
@media screen and (width <= 768px) {
  .p-story-mv__logo {
    position: relative;
    top: 0;
    right: 0;
    width: 164px;
    margin-right: 4px;
  }
}
.p-story-mv__logo img {
  width: 100%;
  height: 100%;
}
.p-story-mv__logo-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.p-story-mv__logo-link-text {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 8.91px;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  color: #202226;
  text-align: end;
  letter-spacing: 0.12em;
}
@media screen and (width <= 768px) {
  .p-story-mv__logo-link-text {
    font-size: 13px;
  }
}
.p-story-mv__image {
  position: relative;
  grid-area: image;
  width: 100%;
  height: 100%;
}
.p-story-mv__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1100/720;
  object-fit: cover;
  object-position: center 10%;
  border-bottom-left-radius: 100px;
}
@media screen and (width <= 768px) {
  .p-story-mv__image img {
    aspect-ratio: 358/408;
    border-radius: 20px;
  }
}
.p-story-mv__intro {
  z-index: 1;
  display: flex;
  flex-direction: column;
  grid-area: intro;
  padding-right: 36px;
  padding-left: 40px;
  margin-top: 44px;
}
@media screen and (width <= 768px) {
  .p-story-mv__intro {
    flex-direction: row;
    column-gap: 10px;
    padding-right: 0;
    padding-left: 16px;
    margin-top: -12px;
    transform: translateY(32px);
  }
}
.p-story-mv__intro-number {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  font-size: 112px;
  line-height: 100%;
  letter-spacing: -0.06em;
}
@media screen and (width <= 768px) {
  .p-story-mv__intro-number {
    column-gap: 5px;
    margin-top: -10px;
    font-size: 88px;
  }
}
.p-story-mv__intro-number span {
  margin-top: 4px;
  margin-left: -4px;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.02em;
  transform: translateX(4px);
}
@media screen and (width <= 768px) {
  .p-story-mv__intro-number span {
    font-size: 40px;
  }
}
.p-story-mv__intro-text {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.12em;
}
@media screen and (width <= 768px) {
  .p-story-mv__intro-text {
    font-size: 12px;
    line-height: 140%;
  }
}
.p-story-mv__lead-area {
  position: absolute;
  top: 160px;
  left: -24px;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 12px;
}
@media screen and (width <= 768px) {
  .p-story-mv__lead-area {
    top: auto;
    right: 16px;
    bottom: -8px;
    column-gap: 8px;
    align-items: flex-end;
  }
}
.p-story-mv__lead-area--4 {
  top: 120px;
}
@media screen and (width <= 768px) {
  .p-story-mv__lead-area--4 {
    top: auto;
  }
}
.p-story-mv__lead-area--5 {
  top: 240px;
}
@media screen and (width <= 768px) {
  .p-story-mv__lead-area--5 {
    top: auto;
  }
}
.p-story-mv__lead {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  height: fit-content;
  padding-block: 11px;
  padding-inline: 10px;
  font-size: 32px;
  font-feature-settings: "pkna";
  line-height: 110%;
  letter-spacing: 0.1em;
  background-color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (width <= 768px) {
  .p-story-mv__lead:first-child {
    transform: translateY(-72px);
  }
}
.p-story-mv__lead:last-child {
  transform: translateY(70px);
}
@media screen and (width <= 768px) {
  .p-story-mv__lead:last-child {
    transform: translateY(41px);
    transform: translateY(0);
  }
}
@media screen and (width <= 768px) {
  .p-story-mv__lead {
    padding-block: 7px;
    padding-inline: 10px;
    font-size: 18px;
  }
}
.p-story-mv__meta {
  display: flex;
  flex-direction: column;
  grid-area: meta;
  row-gap: 16px;
  padding-left: 40px;
  margin-top: auto;
  margin-bottom: 18px;
}
@media screen and (width <= 768px) {
  .p-story-mv__meta {
    row-gap: 10px;
    padding-left: 16px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.p-story-mv__position {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 100%;
}
@media screen and (width <= 768px) {
  .p-story-mv__position {
    font-size: 24px;
  }
}
.p-story-mv__name {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: -4px;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (width <= 768px) {
  .p-story-mv__name {
    font-size: 14px;
  }
}
.p-story-mv__bg1 {
  position: absolute;
  top: 120px;
  left: -160px;
  z-index: 0;
  width: 455px;
  aspect-ratio: 455/432;
}
@media screen and (width <= 768px) {
  .p-story-mv__bg1 {
    top: -180px;
    left: -180px;
    width: 420px;
  }
}
.p-story-mv__bg1 img {
  width: 100%;
  height: 100%;
}
.p-story-mv__bg2 {
  position: absolute;
  top: 300px;
  left: -60px;
  z-index: 0;
  width: 527px;
  aspect-ratio: 527/434;
}
@media screen and (width <= 768px) {
  .p-story-mv__bg2 {
    top: -60px;
    right: -300px;
    left: auto;
    width: 500px;
  }
}
.p-story-mv__bg2 img {
  width: 100%;
  height: 100%;
}

/* Global
================================================== */
/* --------------------------------------------------
STORY > OTHER STORY
-------------------------------------------------- */
.p-story-other {
  position: relative;
  z-index: 1;
  width: 100vw;
  padding-inline: 40px;
  padding-top: 80px;
  padding-bottom: 105px;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  background-image: url("/new-graduate/assets/images/story/bg_story_other.png");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (width <= 768px) {
  .p-story-other {
    padding-inline: 16px;
    padding-top: 72px;
    padding-bottom: 80px;
    background-image: url("/new-graduate/assets/images/story/bg_story_other_sp.png");
  }
}
.p-story-other__inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.p-story-other__head-title {
  color: #fff;
  text-align: center;
}
.p-story-other__head-title h2 {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.024em;
}
@media screen and (width <= 768px) {
  .p-story-other__head-title h2 {
    font-size: 44px;
  }
}
.p-story-other__head-title p {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.12em;
}
@media screen and (width <= 768px) {
  .p-story-other__head-title p {
    margin-top: 16px;
    font-size: 12px;
  }
}
.p-story-other__list {
  display: flex;
  column-gap: 33px;
  margin-top: 74px;
}
@media screen and (width <= 768px) {
  .p-story-other__list {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 53px;
  }
}
.p-story-other__item {
  position: relative;
  padding-left: 32px;
}
@media screen and (width <= 768px) {
  .p-story-other__item {
    padding-top: 24px;
    padding-left: 0;
  }
}
.p-story-other__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (width <= 768px) {
  .p-story-other__item::before {
    width: 100%;
    height: 1px;
  }
}
.p-story-other__item:first-child {
  padding-left: 0;
}
.p-story-other__item:first-child::before {
  display: none;
}
@media screen and (width <= 768px) {
  .p-story-other__item:first-child::before {
    display: block;
  }
}
.p-story-other__item-link {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-decoration: none;
}
@media screen and (width <= 768px) {
  .p-story-other__item-link {
    flex-direction: row;
    column-gap: 20px;
    align-items: flex-start;
    padding-inline: 8px;
  }
}
.p-story-other__item-link:focus-visible .p-story-other__item-image img {
  transform: scale(1.1);
}
@media (any-hover: hover) {
  .p-story-other__item-link:hover .p-story-other__item-image img {
    transform: scale(1.1);
  }
}
.p-story-other__item-image {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (width <= 768px) {
  .p-story-other__item-image {
    max-width: 35.0877192982%;
  }
}
.p-story-other__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-story-other__item-body {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media screen and (width <= 768px) {
  .p-story-other__item-body {
    row-gap: 12px;
  }
}
.p-story-other__item-title {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
.p-story-other__item-meta {
  display: flex;
  flex-direction: column;
  gap: 4px 16px;
}
.p-story-other__item-position {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #bfbfbf;
  letter-spacing: 0.06em;
}
.p-story-other__item-name {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
  color: #bfbfbf;
}

/* Global
================================================== */
/* --------------------------------------------------
STORY
-------------------------------------------------- */
.p-story {
  position: relative;
  width: 100vw;
  overflow: hidden;
  overflow-x: hidden;
  color: #202226;
  background-color: #fff;
  background-image: url("/new-graduate/assets/images/bg_noise.png");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  .p-story {
    background-image: url("/new-graduate/assets/images/bg_noise_sp.png");
  }
}

/* Global
================================================== */
/* --------------------------------------------------
トップ > Company Profile
-------------------------------------------------- */
.p-top-company-profile {
  position: relative;
  padding-top: 92px;
  padding-bottom: 82px;
}
@media screen and (width <= 768px) {
  .p-top-company-profile {
    padding-inline: 20px;
    padding-top: 38px;
    padding-bottom: 80px;
    margin-top: 38px;
  }
}
.p-top-company-profile__title {
  text-align: center;
}
.p-top-company-profile__title h2 {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: -0.026em;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__title h2 {
    font-size: 44px;
  }
}
.p-top-company-profile__title p {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08em;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__title p {
    font-size: 12px;
  }
}
.p-top-company-profile__slide-area {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__slide-area {
    margin-top: 36px;
  }
}
.p-top-company-profile__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 700/430;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__slide {
    aspect-ratio: 350/234;
  }
}
.p-top-company-profile__slide iframe {
  width: 100%;
  height: 100%;
}
.p-top-company-profile__slide-bg-circle1 {
  position: absolute;
  top: -90px;
  left: -80px;
  z-index: -1;
  width: 495px;
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__slide-bg-circle1 {
    top: -50px;
    left: -80px;
    width: 284px;
  }
}
.p-top-company-profile__slide-bg-circle2 {
  position: absolute;
  right: -80px;
  bottom: -90px;
  z-index: -1;
  width: 495px;
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__slide-bg-circle2 {
    right: -60px;
    bottom: -80px;
    width: 324px;
  }
}
.p-top-company-profile__slide-link-area {
  margin-top: 24px;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__slide-link-area {
    margin-top: 12px;
  }
}
.p-top-company-profile__slide-link {
  position: relative;
  display: inline-flex;
  column-gap: 6px;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: 0.1em;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__slide-link {
    column-gap: 7px;
    font-size: 14px;
  }
}
.p-top-company-profile__slide-link::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #202226;
  transition: transform 0.3s ease;
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__slide-link::after {
    bottom: -3px;
  }
}
.p-top-company-profile__slide-link:focus-visible::after {
  height: 1px;
  animation: link-border-animation 0.3s ease;
}
@keyframes link-border-animation {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right;
  }
  56% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media (any-hover: hover) {
  .p-top-company-profile__slide-link:hover::after {
    height: 1px;
    animation: link-border-animation 0.3s ease;
  }
  @keyframes link-border-animation {
    0% {
      transform: scaleX(1);
      transform-origin: right;
    }
    45% {
      transform: scaleX(0);
      transform-origin: right;
    }
    56% {
      transform: scaleX(0);
      transform-origin: left;
    }
    100% {
      transform: scaleX(1);
      transform-origin: left;
    }
  }
}
.p-top-company-profile__slide-link-icon {
  width: 15px;
  aspect-ratio: 15/12;
}
@media screen and (width <= 768px) {
  .p-top-company-profile__slide-link-icon {
    width: 13px;
  }
}
.p-top-company-profile__slide-link-icon svg {
  width: 100%;
  height: 100%;
}

/* Global
================================================== */
/* --------------------------------------------------
トップ > MV > Gallery
-------------------------------------------------- */
.p-top-mv-gallery {
  --radius: 120vw;
  position: absolute;
  top: -90vw;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery {
    --radius: 150vw;
    top: -60vw;
  }
}
.p-top-mv-gallery__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: calc(var(--radius) * 2);
  height: 100%;
  height: calc(var(--radius) * 2);
  border-radius: 50%;
}
.p-top-mv-gallery__image {
  position: absolute;
  z-index: 1;
  transform: scale(0);
  transform-origin: center;
  translate: var(--x) var(--y);
  --angle2: calc(var(--angle) * 1deg - 90deg);
  --x: calc(cos(var(--angle2)) * var(--radius) * 1);
  --y: calc(sin(var(--angle2)) * var(--radius) * 1);
}
.p-top-mv-gallery__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-top-mv-gallery__image.size-ss {
  width: 7.96875vw;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__image.size-ss {
    width: 21.7948717949vw;
  }
}
.p-top-mv-gallery__image.size-s {
  width: 10.625vw;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__image.size-s {
    width: 29.2307692308vw;
  }
}
.p-top-mv-gallery__image.size-m {
  width: 15.3125vw;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__image.size-m {
    width: 42.0512820513vw;
  }
}
.p-top-mv-gallery__image.size-l {
  width: 24.375vw;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__image.size-l {
    width: 66.6666666667vw;
  }
}
.p-top-mv-gallery__image.delay-1 {
  animation-delay: 0ms;
}
.p-top-mv-gallery__image.delay-1-2 {
  animation-delay: 375ms;
}
.p-top-mv-gallery__image.delay-1-3 {
  animation-delay: 750ms;
}
.p-top-mv-gallery__image.delay-1-4 {
  animation-delay: 1125ms;
}
.p-top-mv-gallery__image.delay-2 {
  animation-delay: 1500ms;
}
.p-top-mv-gallery__image.delay-2-2 {
  animation-delay: 1875ms;
}
.p-top-mv-gallery__image.delay-2-3 {
  animation-delay: 2250ms;
}
.p-top-mv-gallery__image.delay-2-4 {
  animation-delay: 2625ms;
}
.p-top-mv-gallery__image.delay-3 {
  animation-delay: 3000ms;
}
.p-top-mv-gallery__image.delay-3-2 {
  animation-delay: 3375ms;
}
.p-top-mv-gallery__image.delay-3-3 {
  animation-delay: 3750ms;
}
.p-top-mv-gallery__image.delay-3-4 {
  animation-delay: 4125ms;
}
.p-top-mv-gallery__image.delay-4 {
  animation-delay: 4500ms;
}
.p-top-mv-gallery__image.delay-4-2 {
  animation-delay: 4875ms;
}
.p-top-mv-gallery__image.delay-4-3 {
  animation-delay: 5250ms;
}
.p-top-mv-gallery__image.delay-4-4 {
  animation-delay: 5625ms;
}
.p-top-mv-gallery__image.delay-5 {
  animation-delay: 6000ms;
}
.p-top-mv-gallery__image.delay-5-2 {
  animation-delay: 6375ms;
}
.p-top-mv-gallery__image.delay-5-3 {
  animation-delay: 6750ms;
}
.p-top-mv-gallery__image.delay-5-4 {
  animation-delay: 7125ms;
}
.p-top-mv-gallery__image.delay-6 {
  animation-delay: 7500ms;
}
.p-top-mv-gallery__image.delay-6-2 {
  animation-delay: 7875ms;
}
.p-top-mv-gallery__image.delay-6-3 {
  animation-delay: 8250ms;
}
.p-top-mv-gallery__image.delay-6-4 {
  animation-delay: 8625ms;
}
@keyframes top-mv-gallery-root {
  0% {
    z-index: 24;
    filter: blur(5px);
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    filter: blur(5px);
    opacity: 0;
    transform: scale(1);
  }
  53% {
    filter: blur(0);
    opacity: 1;
  }
  70% {
    filter: blur(0);
    opacity: 1;
  }
  75% {
    filter: blur(4px);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    filter: blur(15px);
    transform: scale(0);
  }
  100% {
    z-index: 0;
    filter: blur(15px);
    opacity: 0;
    transform: scale(0);
    translate: 0 0;
  }
}
@keyframes top-mv-gallery-root-blur {
  0% {
    z-index: 24;
    filter: blur(4px);
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    filter: blur(4px);
    opacity: 0;
    transform: scale(1);
  }
  53% {
    filter: blur(1px);
    opacity: 1;
  }
  60% {
    filter: blur(1px);
    opacity: 1;
  }
  75% {
    filter: blur(4px);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    z-index: 0;
    filter: blur(15px);
    opacity: 0;
    transform: scale(0);
    translate: 0 0;
  }
}
.p-top-mv-gallery__root1 {
  --angle: 50;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root1 {
    --angle: 30;
  }
}
.p-top-mv-gallery__root1--blur {
  --angle: 50;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root1--blur {
    --angle: 30;
  }
}
.p-top-mv-gallery__root1--polygon {
  --angle: 50;
  animation: top-mv-gallery-root1-polygon 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root1--polygon {
    --angle: 30;
  }
}
@keyframes top-mv-gallery-root1-polygon {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: scale(3) rotate(0);
  }
  30% {
    filter: blur(5px);
    opacity: 1;
  }
  50% {
    filter: blur(5px);
  }
  60% {
    filter: blur(0);
    opacity: 1;
  }
  95% {
    opacity: 1;
    transform: scale(0) rotate(-240deg);
  }
  100% {
    filter: blur(15px);
    opacity: 0;
    transform: scale(0) rotate(-240deg);
    translate: 0 0;
  }
}
.p-top-mv-gallery__root2 {
  --angle: 70;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root2 {
    --angle: 60;
  }
}
.p-top-mv-gallery__root2--blur {
  --angle: 70;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root2--blur {
    --angle: 60;
  }
}
.p-top-mv-gallery__root3 {
  --angle: 90;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
.p-top-mv-gallery__root3--blur {
  --angle: 90;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
.p-top-mv-gallery__root3--polygon {
  --angle: 90;
  animation: top-mv-gallery-root3-polygon 9s linear infinite;
  animation-direction: reverse;
}
@keyframes top-mv-gallery-root3-polygon {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: scale(3) rotate(0);
  }
  30% {
    filter: blur(5px);
    opacity: 1;
  }
  50% {
    filter: blur(5px);
  }
  60% {
    filter: blur(0);
    opacity: 1;
  }
  95% {
    opacity: 1;
    transform: scale(0) rotate(-240deg);
  }
  100% {
    filter: blur(15px);
    opacity: 0;
    transform: scale(0) rotate(-240deg);
    translate: 0 0;
  }
}
.p-top-mv-gallery__root4 {
  --angle: 100;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root4 {
    --angle: 120;
  }
}
.p-top-mv-gallery__root4--blur {
  --angle: 100;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root4--blur {
    --angle: 120;
  }
}
.p-top-mv-gallery__root5 {
  --angle: 120;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root5 {
    --angle: 150;
  }
}
.p-top-mv-gallery__root5--blur {
  --angle: 120;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root5--blur {
    --angle: 150;
  }
}
.p-top-mv-gallery__root5--inside {
  --angle: 120;
  translate: var(--x) var(--y);
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
  --angle2: calc(var(--angle) * 1deg - 90deg);
  --x: calc(cos(var(--angle2)) * calc(var(--radius) * 0.2) * 1);
  --y: calc(sin(var(--angle2)) * calc(var(--radius) * 0.2) * 1);
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root5--inside {
    --angle: 150;
    --y: calc(sin(var(--angle2)) * calc(var(--radius) * 0.4) * 1);
  }
}
.p-top-mv-gallery__root5--polygon {
  --angle: 120;
  animation: top-mv-gallery-root5-polygon 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root5--polygon {
    --angle: 150;
  }
}
@keyframes top-mv-gallery-root5-polygon {
  0% {
    opacity: 0;
    transform: scale(3) rotate(0);
  }
  30% {
    filter: blur(5px);
    opacity: 1;
  }
  50% {
    filter: blur(5px);
  }
  60% {
    filter: blur(0);
    opacity: 1;
  }
  95% {
    opacity: 1;
    transform: scale(0) rotate(-240deg);
  }
  100% {
    filter: blur(15px);
    opacity: 0;
    transform: scale(0) rotate(-240deg);
    translate: 0 0;
  }
}
.p-top-mv-gallery__root6 {
  --angle: 180;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
.p-top-mv-gallery__root7 {
  --angle: 240;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root7 {
    --angle: 210;
  }
}
.p-top-mv-gallery__root7--blur {
  --angle: 240;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root7--blur {
    --angle: 210;
  }
}
.p-top-mv-gallery__root7--polygon {
  --angle: 240;
  animation: top-mv-gallery-root7-polygon 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root7--polygon {
    --angle: 210;
  }
}
@keyframes top-mv-gallery-root7-polygon {
  0% {
    opacity: 0;
    transform: scale(3) rotate(0);
  }
  30% {
    filter: blur(5px);
    opacity: 1;
  }
  50% {
    filter: blur(5px);
  }
  60% {
    filter: blur(0);
    opacity: 1;
  }
  95% {
    opacity: 1;
    transform: scale(0) rotate(-240deg);
  }
  100% {
    filter: blur(15px);
    opacity: 0;
    transform: scale(0) rotate(-240deg);
    translate: 0 0;
  }
}
.p-top-mv-gallery__root8 {
  --angle: 250;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root8 {
    --angle: 240;
  }
}
.p-top-mv-gallery__root8--blur {
  --angle: 250;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root8--blur {
    --angle: 240;
  }
}
.p-top-mv-gallery__root9 {
  --angle: 270;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
.p-top-mv-gallery__root9--blur {
  --angle: 260;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root9--blur {
    --angle: 270;
  }
}
.p-top-mv-gallery__root10 {
  --angle: 290;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root10 {
    --angle: 300;
  }
}
.p-top-mv-gallery__root10--blur {
  --angle: 290;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root10--blur {
    --angle: 300;
  }
}
.p-top-mv-gallery__root10--polygon {
  --angle: 290;
  animation: top-mv-gallery-root10-polygon 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root10--polygon {
    --angle: 300;
  }
}
@keyframes top-mv-gallery-root10-polygon {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: scale(1.6) rotate(0);
  }
  30% {
    filter: blur(5px);
    opacity: 1;
  }
  50% {
    filter: blur(5px);
  }
  60% {
    filter: blur(0);
    opacity: 1;
  }
  95% {
    opacity: 1;
    transform: scale(0) rotate(-240deg);
  }
  100% {
    filter: blur(15px);
    opacity: 0;
    transform: scale(0) rotate(-240deg);
    translate: 0 0;
  }
}
.p-top-mv-gallery__root11 {
  --angle: 310;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root11 {
    --angle: 330;
  }
}
.p-top-mv-gallery__root11--blur {
  --angle: 310;
  animation: top-mv-gallery-root-blur 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root11--blur {
    --angle: 330;
  }
}
.p-top-mv-gallery__root11--inside {
  --angle: 310;
  translate: var(--x) var(--y);
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
  --angle2: calc(var(--angle) * 1deg - 90deg);
  --x: calc(cos(var(--angle2)) * calc(var(--radius) * 0.4) * 1);
  --y: calc(sin(var(--angle2)) * calc(var(--radius) * 0.4) * 1);
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root11--inside {
    --angle: 330;
  }
}
.p-top-mv-gallery__root11--polygon {
  --angle: 310;
  animation: top-mv-gallery-root11-polygon 9s linear infinite;
  animation-direction: reverse;
}
@media screen and (width <= 768px) {
  .p-top-mv-gallery__root11--polygon {
    --angle: 330;
  }
}
@keyframes top-mv-gallery-root11-polygon {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: scale(1.6) rotate(0);
  }
  30% {
    filter: blur(5px);
    opacity: 1;
  }
  50% {
    filter: blur(5px);
  }
  60% {
    filter: blur(0);
    opacity: 1;
  }
  95% {
    opacity: 1;
    transform: scale(0) rotate(-240deg);
  }
  100% {
    filter: blur(15px);
    opacity: 0;
    transform: scale(0) rotate(-240deg);
    translate: 0 0;
  }
}
.p-top-mv-gallery__root12 {
  --angle: 360;
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
}
.p-top-mv-gallery__root12--inside {
  --angle: 360;
  translate: var(--x) var(--y);
  animation: top-mv-gallery-root 9s linear infinite;
  animation-direction: reverse;
  --angle2: calc(var(--angle) * 1deg - 90deg);
  --x: calc(cos(var(--angle2)) * calc(var(--radius) * 0.4) * 1);
  --y: calc(sin(var(--angle2)) * calc(var(--radius) * 0.4) * 1);
}

/* Global
================================================== */
/* --------------------------------------------------
トップ > MV Lead
-------------------------------------------------- */
.p-top-mv-lead {
  position: relative;
  width: 100%;
  padding-inline: 32px;
  padding-top: 32px;
  padding-bottom: 276px;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead {
    padding-inline: 18px;
    padding-bottom: 114px;
  }
}
.p-top-mv-lead__bg {
  position: absolute;
  bottom: -23.4375vw;
  left: 0;
  width: 100%;
  opacity: 1;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__bg {
    bottom: -76.9230769231vw;
  }
}
.p-top-mv-lead__bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 109.375vw;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 30%);
  opacity: 0.7;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__bg::after {
    bottom: -40.2564102564vw;
    height: 358.9743589744vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 30%);
  }
}
.p-top-mv-lead__bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 109.375vw;
  content: "";
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 1;
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__bg::before {
    bottom: -40.2564102564vw;
    height: 358.9743589744vw;
  }
}
.p-top-mv-lead__loading-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
}
.p-top-mv-lead__loading-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 25%);
  opacity: 0.7;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__loading-bg::after {
    bottom: -40.2564102564vw;
    height: 256.4102564103vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%);
  }
}
.p-top-mv-lead__loading-bg::before {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: calc(100svh + 25%);
  content: "";
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 1;
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__loading-bg::before {
    bottom: -40.2564102564vw;
    height: 256.4102564103vw;
  }
}
.p-top-mv-lead__inner {
  width: 100%;
  max-width: 1216px;
  margin-inline: auto;
}
.p-top-mv-lead__head {
  position: relative;
  height: 100svh;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__head {
    position: relative;
    height: calc(100svh - 32px);
    height: calc(var(--svh, 1svh) * 100 - 32px);
  }
}
.p-top-mv-lead__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  aspect-ratio: 190/44.09;
  margin-left: auto;
  opacity: 0;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__logo {
    position: relative;
    width: 164px;
  }
}
.p-top-mv-lead__logo img {
  width: 100%;
  height: 100%;
}
.p-top-mv-lead__logo-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.p-top-mv-lead__logo-link-text {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 8.91px;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  color: #202226;
  text-align: end;
  letter-spacing: 0.12em;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__logo-link-text {
    font-size: 13px;
  }
}
.p-top-mv-lead__title {
  position: absolute;
  bottom: 60px;
  left: 12px;
  z-index: 1;
  opacity: 0;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__title {
    position: absolute;
    bottom: 4px;
    left: 0;
    margin-top: 0;
    margin-left: 0;
  }
}
.p-top-mv-lead__title h2 {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 140px;
  font-size: clamp(6.75rem, 3.75rem + 6.25vw, 8.75rem);
  line-height: 100%;
  color: #26394e;
  letter-spacing: -0.028em;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__title h2 {
    font-size: 77px;
    letter-spacing: -0.04em;
    white-space: normal;
  }
}
.p-top-mv-lead__title p {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: -12px;
  margin-left: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #26394e;
  letter-spacing: 0.14em;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__title p {
    position: absolute;
    bottom: 20px;
    left: 130px;
    font-size: 14px;
  }
}
.p-top-mv-lead__contents {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 120px;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__contents {
    margin-top: 100px;
    margin-left: 16px;
  }
}
.p-top-mv-lead__text {
  font-size: 20px;
  line-height: 200%;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__text {
    font-size: 16px;
  }
}
.p-top-mv-lead__text + .p-top-mv-lead__text {
  margin-top: 40px;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__text + .p-top-mv-lead__text {
    margin-top: 32px;
  }
}
.p-top-mv-lead__text-lg {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 72px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.12em;
}
@media screen and (width <= 768px) {
  .p-top-mv-lead__text-lg {
    margin-top: 40px;
    font-size: 24px;
  }
}

/* Global
================================================== */
/* --------------------------------------------------
トップ > MV
-------------------------------------------------- */
.p-top-mv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #e9edf4;
  background-image: url("/new-graduate/assets/images/bg_noise.png");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (width <= 768px) {
  .p-top-mv {
    background-image: url("/new-graduate/assets/images/bg_noise_sp.png");
  }
}
.p-top-mv__logo {
  position: absolute;
  top: 32px;
  right: 40px;
  width: 14.84375vw;
  height: 5.546875vw;
}
.p-top-mv__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-mv__bg-circle1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 23.75vw;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  .p-top-mv__bg-circle1 {
    width: 78.9743589744vw;
  }
}
.p-top-mv__bg-circle1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-mv__bg-circle2 {
  position: absolute;
  top: -7.8125vw;
  right: -7.8125vw;
  z-index: -1;
  width: 30.234375vw;
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .p-top-mv__bg-circle2 {
    top: -38.4615384615vw;
    right: -30.7692307692vw;
    width: 102.5641025641vw;
  }
}
.p-top-mv__bg-circle2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-mv__bg-circle3 {
  position: absolute;
  top: 6.25vw;
  left: 15.625vw;
  z-index: -1;
  width: 27.578125vw;
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .p-top-mv__bg-circle3 {
    top: 10.2564102564vw;
    left: -15.3846153846vw;
    width: 64.358974359vw;
  }
}
.p-top-mv__bg-circle3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-mv__bg-circle4 {
  position: absolute;
  top: 27.34375vw;
  left: -15.625vw;
  z-index: -1;
  width: 70.3125vw;
  aspect-ratio: 564/374;
}
@media screen and (width <= 768px) {
  .p-top-mv__bg-circle4 {
    top: 76.9230769231vw;
    left: -61.5384615385vw;
    width: 179.4871794872vw;
  }
}
.p-top-mv__bg-circle4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Global
================================================== */
/* --------------------------------------------------
トップ > Recommended
-------------------------------------------------- */
.p-top-recommended {
  position: relative;
}
@media screen and (width <= 768px) {
  .p-top-recommended {
    padding-inline: 0;
  }
}
.p-top-recommended__box {
  position: relative;
  width: 100%;
  max-width: 1128px;
  padding-inline: 32px;
  padding-top: 56px;
  padding-bottom: 64px;
  margin-inline: auto;
}
.p-top-recommended__box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #d5dae1;
  border-radius: 40px;
  mix-blend-mode: multiply;
}
@media screen and (width <= 768px) {
  .p-top-recommended__box::before {
    border-radius: 20px;
  }
}
@media screen and (width <= 768px) {
  .p-top-recommended__box {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
.p-top-recommended__head {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media screen and (width <= 768px) {
  .p-top-recommended__head {
    row-gap: 2px;
  }
}
.p-top-recommended__head-title {
  text-align: center;
}
.p-top-recommended__head-title h2 {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.024em;
}
@media screen and (width <= 768px) {
  .p-top-recommended__head-title h2 {
    font-size: 40px;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
}
.p-top-recommended__head-title p {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (width <= 768px) {
  .p-top-recommended__head-title p {
    margin-top: 6px;
    font-size: 12px;
  }
}
.p-top-recommended__contents {
  position: relative;
  display: flex;
  column-gap: 36px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (width <= 768px) {
  .p-top-recommended__contents {
    flex-direction: column;
    row-gap: 16px;
    margin-top: 28px;
  }
}
.p-top-recommended__content-image {
  width: 434px;
  aspect-ratio: 434/145.47;
  overflow: hidden;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
  transform: translateZ(0);
}
@media screen and (width <= 768px) {
  .p-top-recommended__content-image {
    width: 100%;
  }
}
.p-top-recommended__content-image:focus-visible {
  filter: none;
  transform: translateY(4px);
}
@media (any-hover: hover) {
  .p-top-recommended__content-image:hover {
    filter: none;
    transform: translateY(4px);
  }
}
.p-top-recommended__content-image img {
  width: 100%;
  height: 100%;
}

/* Global
================================================== */
/* --------------------------------------------------
トップ > Story > Slider
-------------------------------------------------- */
.p-top-story-slider {
  width: 100vw;
}
@media screen and (width <= 768px) {
  .p-top-story-slider {
    width: 100%;
    margin-top: 42px;
  }
}
.p-top-story-slider .splide__track {
  padding-top: 72px;
}
@media screen and (width <= 768px) {
  .p-top-story-slider .splide__track {
    padding-top: 0;
    overflow: visible;
  }
}
.p-top-story-slider__list {
  display: flex;
  align-items: flex-start;
}
.p-top-story-slider__item {
  width: 300px;
  margin-top: 30px;
  transition: opacity 0.3s ease, scale 0.9s ease;
  transform-origin: center center;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item {
    width: 290px;
    margin-top: 0;
  }
}
.p-top-story-slider__item.is-active {
  width: 340px;
  margin-top: 0;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item.is-active {
    width: 290px;
  }
}
.p-top-story-slider__item.is-active .p-top-story-slider__item-link {
  opacity: 1;
  scale: 1;
}
.p-top-story-slider__item.is-active .p-top-story-slider__lead-area {
  opacity: 1;
  transform: translateY(0);
}
.p-top-story-slider__item.is-active .p-top-story-slider__lead {
  display: block;
}
.p-top-story-slider__item.is-active .p-top-story-slider__image-inner {
  border: 3px solid #fff;
}
.p-top-story-slider__item.is-active .p-top-story-slider__number {
  top: -24px;
  left: 16px;
  font-size: 88px;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item.is-active .p-top-story-slider__number {
    top: -28px;
    font-size: 80px;
  }
}
.p-top-story-slider__item.is-active .p-top-story-slider__number span {
  margin-top: 4px;
  font-size: 48px;
  line-height: 100%;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item.is-active .p-top-story-slider__number span {
    font-size: 48px;
    color: #202226;
  }
}
.p-top-story-slider__item.is-active .p-top-story-slider__meta {
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item.is-active .p-top-story-slider__meta {
    margin-top: 20px;
  }
}
.p-top-story-slider__item.is-active .p-top-story-slider__position {
  font-size: 30px;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item.is-active .p-top-story-slider__position {
    font-size: 24px;
  }
}
.p-top-story-slider__item.is-active .p-top-story-slider__name {
  font-size: 18px;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item.is-active .p-top-story-slider__name {
    font-size: 12px;
  }
}
.p-top-story-slider__item.is-next {
  margin-left: 50px;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item.is-next {
    margin-left: 0;
  }
}
.p-top-story-slider__item.is-prev {
  opacity: 0;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item.is-prev {
    opacity: 1;
  }
}
.p-top-story-slider__item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.3s ease, scale 0.9s ease;
  transform-origin: center center;
  scale: 0.8667;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__item-link {
    scale: 1;
  }
}
.p-top-story-slider__item-link:focus-visible .p-top-story-slider__image-inner img {
  transform: scale(1.1);
}
@media (any-hover: hover) {
  .p-top-story-slider__item-link:hover .p-top-story-slider__image-inner img {
    transform: scale(1.1);
  }
}
.p-top-story-slider__image {
  position: relative;
  width: 100%;
  aspect-ratio: 340/510;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__image {
    aspect-ratio: 290/435;
  }
}
.p-top-story-slider__image-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 7px;
}
.p-top-story-slider__image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.p-top-story-slider__number {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 8px;
  display: flex;
  align-items: flex-start;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  color: #202226;
  letter-spacing: -0.04em;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__number {
    top: -28px;
    left: 16px;
    font-size: 80px;
  }
}
.p-top-story-slider__number span {
  margin-top: 2px;
  font-size: 24px;
  line-height: 100%;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__number span {
    font-size: 48px;
    color: #202226;
  }
}
.p-top-story-slider__lead-area {
  position: absolute;
  right: 16px;
  bottom: -16px;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 10px;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 1s ease, transform 0.8s ease;
  transform: translateY(-60px);
}
@media screen and (width <= 768px) {
  .p-top-story-slider__lead-area {
    right: 12px;
    bottom: -8px;
    column-gap: 8px;
    transition: opacity 1s ease, transform 0.7s ease;
    transform: translateY(-32px);
  }
}
.p-top-story-slider__lead {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  height: fit-content;
  padding: 8px 6px 8px 5px;
  font-size: 20px;
  font-feature-settings: "pkna";
  line-height: 110%;
  color: #202226;
  letter-spacing: 0.1em;
  background-color: #fff;
  writing-mode: vertical-rl;
}
.p-top-story-slider__lead:first-child {
  transform: translateY(-72px);
}
@media screen and (width >= 769px) {
  .p-top-story-slider__lead {
    display: none;
  }
}
@media screen and (width <= 768px) {
  .p-top-story-slider__lead {
    padding: 8px;
    font-size: 16px;
  }
}
.p-top-story-slider__meta {
  margin-top: 22px;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__meta {
    margin-top: 20px;
  }
}
.p-top-story-slider__position {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}
.p-top-story-slider__name {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__name {
    font-size: 12px;
  }
}
.p-top-story-slider__control {
  position: absolute;
  bottom: 80px;
  left: 0;
  display: flex;
  column-gap: 18px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-inline: auto;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__control {
    position: relative;
    bottom: 0;
    left: auto;
    justify-content: center;
    margin-top: 24px;
  }
}
.p-top-story-slider__control .splide__arrows {
  position: relative;
  display: flex;
  column-gap: 12px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-top-story-slider__control .splide__arrows {
    display: none;
  }
}
.p-top-story-slider__control .splide__arrows .splide__arrow {
  position: relative;
  top: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: none;
  background-color: #fff;
  opacity: 1;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.p-top-story-slider__control .splide__arrows .splide__arrow svg {
  transition: transform 0.8s ease, fill 0.3s ease;
}
.p-top-story-slider__control .splide__arrows .splide__arrow--prev {
  left: 0;
  transform-origin: right;
}
.p-top-story-slider__control .splide__arrows .splide__arrow--prev svg {
  transform: translateX(0) scaleX(-1);
}
.p-top-story-slider__control .splide__arrows .splide__arrow--prev:focus-visible {
  transform: scale(1.1);
}
.p-top-story-slider__control .splide__arrows .splide__arrow--prev:focus-visible svg {
  animation: arrow-animation-left 0.8s ease;
}
@media (any-hover: hover) {
  .p-top-story-slider__control .splide__arrows .splide__arrow--prev:hover {
    transform: scale(1.1);
  }
  .p-top-story-slider__control .splide__arrows .splide__arrow--prev:hover svg {
    animation: arrow-animation-left 0.8s ease;
  }
}
@keyframes arrow-animation-left {
  0% {
    transform: translateX(0) scaleX(-1.1);
  }
  49% {
    transform: translateX(-40px) scaleX(-1.1);
  }
  50% {
    opacity: 0;
    transform: translateX(-40px) scaleX(-1.1);
  }
  51% {
    transform: translateX(40px) scaleX(-1.1);
  }
  100% {
    transform: translateX(0) scaleX(-1.1);
  }
}
.p-top-story-slider__control .splide__arrows .splide__arrow--next {
  right: 0;
  transform-origin: left;
}
.p-top-story-slider__control .splide__arrows .splide__arrow--next svg {
  transform: translateX(0) scale(1);
}
.p-top-story-slider__control .splide__arrows .splide__arrow--next:focus-visible {
  transform: scale(1.1);
}
.p-top-story-slider__control .splide__arrows .splide__arrow--next:focus-visible svg {
  animation: arrow-animation-right 0.8s ease;
}
@media (any-hover: hover) {
  .p-top-story-slider__control .splide__arrows .splide__arrow--next:hover {
    transform: scale(1.1);
  }
  .p-top-story-slider__control .splide__arrows .splide__arrow--next:hover svg {
    animation: arrow-animation-right 0.8s ease;
  }
}
@keyframes arrow-animation-right {
  0% {
    transform: translateX(0) scale(1.1);
  }
  49% {
    transform: translateX(40px) scale(1.1);
  }
  50% {
    opacity: 0;
    transform: translateX(40px) scale(1.1);
  }
  51% {
    transform: translateX(-40px) scale(1.1);
  }
  100% {
    transform: translateX(0) scale(1.1);
  }
}
.p-top-story-slider__pagination {
  transform: translateY(4px);
}
.p-top-story-slider__pagination .splide__track {
  padding-top: 0;
}
.p-top-story-slider__pagination-list > .splide__slide.is-active .p-top-story-slider__pagination-dot span {
  opacity: 1;
}
.p-top-story-slider__pagination-dot {
  position: relative;
  width: 18px;
  height: 18px;
}
.p-top-story-slider__pagination-dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
}
.p-top-story-slider__pagination-dot-line {
  position: relative;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}
.p-top-story-slider__pagination-dot-line circle {
  position: relative;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 44;
  stroke-dashoffset: 44;
  stroke-linecap: round;
  stroke-width: 2;
}

.p-top-story .splide:not(.is-overflow) .splide__pagination {
  display: flex;
}

.splide {
  position: static;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: none;
}

/* Global
================================================== */
/* --------------------------------------------------
トップ > Story
-------------------------------------------------- */
.p-top-story {
  position: relative;
  transform: translateY(-100px);
}
@media screen and (width <= 768px) {
  .p-top-story {
    transform: translateY(0);
  }
}
.p-top-story__box {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 996px;
  padding-inline: 40px;
  margin-inline: auto;
  overflow: hidden;
  background-image: url("/new-graduate/assets/images/top/bg_top-story_noise.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  border-radius: 60px;
  transition: background-image 0.6s ease;
}
@media screen and (width <= 768px) {
  .p-top-story__box {
    height: 100%;
    padding-inline: 32px;
    background-image: url("/new-graduate/assets/images/top/bg_top-story_noise_sp.png");
    border-radius: 30px;
  }
}
.p-top-story__box::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #e9edf4;
}
@media screen and (width <= 768px) {
  .p-top-story__box::before {
    border-radius: 30px;
  }
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg1) {
  background-color: #3169a7;
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg1)::after {
  position: absolute;
  top: -3%;
  left: -10%;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/new-graduate/assets/images/top/bg_top-story1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  scale: 1.6;
}
@media screen and (width <= 768px) {
  .p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg1)::after {
    top: -20%;
    left: 10%;
    background-image: url("/new-graduate/assets/images/top/bg_top-story1_sp.png");
    scale: 1.6;
  }
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg1) .splide__arrow svg {
  fill: #3169a7;
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg2) {
  background-color: #be6b54;
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg2)::after {
  position: absolute;
  top: -3%;
  left: -10%;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/new-graduate/assets/images/top/bg_top-story2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  scale: 1.6;
}
@media screen and (width <= 768px) {
  .p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg2)::after {
    top: -20%;
    left: 10%;
    background-image: url("/new-graduate/assets/images/top/bg_top-story2_sp.png");
    scale: 1.6;
  }
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg2) .splide__arrow svg {
  fill: #be6b54;
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg3) {
  background-color: #2f419e;
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg3)::after {
  position: absolute;
  top: -3%;
  left: -10%;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/new-graduate/assets/images/top/bg_top-story3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  scale: 1.6;
}
@media screen and (width <= 768px) {
  .p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg3)::after {
    top: -20%;
    left: 10%;
    background-image: url("/new-graduate/assets/images/top/bg_top-story3_sp.png");
    scale: 1.6;
  }
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg3) .splide__arrow svg {
  fill: #2f419e;
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg4) {
  background-color: #328f55;
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg4)::after {
  position: absolute;
  top: -3%;
  left: -10%;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/new-graduate/assets/images/top/bg_top-story4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  scale: 1.6;
}
@media screen and (width <= 768px) {
  .p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg4)::after {
    top: -20%;
    left: 10%;
    background-image: url("/new-graduate/assets/images/top/bg_top-story4_sp.png");
    scale: 1.6;
  }
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg4) .splide__arrow svg {
  fill: #328f55;
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg5) {
  background-color: #bdb130;
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg5)::after {
  position: absolute;
  top: -3%;
  left: -10%;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/new-graduate/assets/images/top/bg_top-story5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  scale: 1.6;
}
@media screen and (width <= 768px) {
  .p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg5)::after {
    top: -20%;
    left: 10%;
    background-image: url("/new-graduate/assets/images/top/bg_top-story5_sp.png");
    scale: 1.6;
  }
}
.p-top-story__box:has(> .p-top-story__box-inner .p-top-story-slider .p-top-story-slider__list .is-active.slide-bg5) .splide__arrow svg {
  fill: #bdb130;
}
.p-top-story__box-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding-top: 88px;
  padding-bottom: 80px;
  margin-inline: auto;
}
@media screen and (width <= 768px) {
  .p-top-story__box-inner {
    padding-top: 60px;
    padding-bottom: 32px;
  }
}
.p-top-story__head {
  display: flex;
  column-gap: 80px;
  align-items: flex-end;
}
@media screen and (width <= 768px) {
  .p-top-story__head {
    flex-direction: column;
    row-gap: 24px;
    align-items: flex-start;
  }
}
.p-top-story__head-title h2 {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 88px;
  line-height: 100%;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .p-top-story__head-title h2 {
    font-size: 64px;
    letter-spacing: 0.02em;
  }
}
.p-top-story__head-title p {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (width <= 768px) {
  .p-top-story__head-title p {
    font-size: 13px;
  }
}
.p-top-story__head-text {
  font-size: 16px;
  line-height: 180%;
  color: #fff;
  letter-spacing: 0.04em;
  transform: translateY(4px);
}
@media screen and (width <= 768px) {
  .p-top-story__head-text {
    width: 100%;
    font-size: 15px;
    transform: translateY(0);
  }
}
.p-top-story__contents {
  margin-top: 195px;
  margin-left: 192px;
}
.p-top-story__loop-text-area {
  position: relative;
  z-index: -1;
  display: flex;
  column-gap: 56px;
  margin-top: -40px;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (width <= 768px) {
  .p-top-story__loop-text-area {
    column-gap: 32px;
    margin-top: -12px;
  }
}
.p-top-story__loop-text {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  column-gap: 56px;
  white-space: nowrap;
  animation: top-story-loop-animation 40s linear infinite both;
}
@media screen and (width <= 768px) {
  .p-top-story__loop-text {
    column-gap: 32px;
  }
}
.p-top-story__loop-text span {
  font-size: 120px;
  line-height: 100%;
  color: #cdcdcd;
  letter-spacing: 0;
  opacity: 0.4;
}
@media screen and (width <= 768px) {
  .p-top-story__loop-text span {
    font-size: 72px;
  }
}
@keyframes top-story-loop-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Global
================================================== */
/* --------------------------------------------------
トップ > Style
-------------------------------------------------- */
.p-top-style {
  position: relative;
  padding-top: 100px;
  padding-bottom: 128px;
  margin-top: -100px;
}
@media screen and (width <= 768px) {
  .p-top-style {
    padding-inline: 32px;
    padding-top: 51px;
    padding-bottom: 80px;
    margin-top: 51px;
  }
}
.p-top-style__inner {
  width: 100%;
  max-width: 999px;
  margin-inline: auto;
}
.p-top-style__head {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.p-top-style__head-title h2 {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 88px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
@media screen and (width <= 768px) {
  .p-top-style__head-title h2 {
    font-size: 64px;
  }
}
.p-top-style__head-title p {
  font-family: TazuganeGothicStdN-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-left: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.12em;
}
@media screen and (width <= 768px) {
  .p-top-style__head-title p {
    font-size: 13px;
  }
}
.p-top-style__head-text {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (width <= 768px) {
  .p-top-style__head-text {
    font-size: 15px;
  }
}
.p-top-style__contents {
  position: relative;
  margin-top: 68px;
}
@media screen and (width <= 768px) {
  .p-top-style__contents {
    margin-top: 84px;
  }
}
.p-top-style__content {
  display: flex;
  column-gap: 7.3478760046%;
  align-items: center;
  padding-inline: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  border-radius: 20px;
}
@media screen and (width <= 768px) {
  .p-top-style__content {
    flex-direction: column;
    row-gap: 32px;
    padding-inline: 32px;
    padding-top: 0;
    padding-bottom: 32px;
  }
}
.p-top-style__content--reverse {
  flex-direction: row-reverse;
}
@media screen and (width <= 768px) {
  .p-top-style__content--reverse {
    flex-direction: column;
  }
}
.p-top-style__content + .p-top-style__content {
  margin-top: 48px;
}
@media screen and (width <= 768px) {
  .p-top-style__content + .p-top-style__content {
    margin-top: 100px;
  }
}
.p-top-style__content-image {
  width: 34.4431687715%;
  overflow: hidden;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-filter: drop-shadow(0 4px 8px rgba(51, 51, 51, 0.15));
  filter: drop-shadow(0 4px 8px rgba(51, 51, 51, 0.15));
  border-radius: 5.33px;
  transform: translateZ(0);
}
@media screen and (width <= 768px) {
  .p-top-style__content-image {
    width: 100%;
    margin-top: -48px;
  }
}
.p-top-style__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-style__content-body {
  width: 58.2089552239%;
}
@media screen and (width <= 768px) {
  .p-top-style__content-body {
    width: 100%;
  }
}
.p-top-style__content-title h3 {
  margin-top: 7px;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.08em;
}
@media screen and (width <= 768px) {
  .p-top-style__content-title h3 {
    font-size: 24px;
  }
}
.p-top-style__content-title p {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #91a2b5;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .p-top-style__content-title p {
    font-size: 13px;
  }
}
.p-top-style__content-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 190%;
}
@media screen and (width <= 768px) {
  .p-top-style__content-text {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-top-style__content-button-area {
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-top-style__content-button-area {
    margin-top: 24px;
    text-align: center;
  }
}
.p-top-style__content-button {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: inline-flex;
  column-gap: 16px;
  align-items: center;
  padding: 11px 15px 10px 14px;
  overflow: hidden;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: -0.03em;
  border: 1px solid #202020;
  border-radius: 10px;
}
@media screen and (width <= 768px) {
  .p-top-style__content-button {
    column-gap: 12px;
  }
}
.p-top-style__content-button::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #202020;
  transition: all 0.3s ease;
  transition-property: transform;
  transform: scaleX(0);
  transform-origin: right;
}
.p-top-style__content-button:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left;
}
.p-top-style__content-button:focus-visible .p-top-style__content-button-text {
  color: #fff;
}
.p-top-style__content-button:focus-visible .p-top-style__content-button-icon svg {
  stroke: #fff;
}
@media (any-hover: hover) {
  .p-top-style__content-button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .p-top-style__content-button:hover .p-top-style__content-button-text {
    color: #fff;
  }
  .p-top-style__content-button:hover .p-top-style__content-button-icon svg {
    stroke: #fff;
  }
}
.p-top-style__content-button-text {
  z-index: 1;
  color: #202020;
  transition: color 0.3s ease;
}
.p-top-style__content-button-icon {
  z-index: 1;
}
.p-top-style__content-button-icon svg {
  stroke: #3f6ecc;
  transition: stroke 0.3s ease;
}
.p-top-style__polygon1 {
  position: absolute;
  top: -40px;
  left: 120px;
  z-index: -1;
  width: 222.07px;
}
@media screen and (width <= 768px) {
  .p-top-style__polygon1 {
    top: -24px;
    left: 100px;
    width: 151px;
  }
}
.p-top-style__polygon1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-style__polygon2 {
  position: absolute;
  top: -6%;
  right: -190px;
  z-index: -1;
  width: 232px;
  opacity: 0.6;
}
@media screen and (width <= 768px) {
  .p-top-style__polygon2 {
    top: 22%;
    right: -64px;
    width: 180px;
  }
}
.p-top-style__polygon2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-style__polygon3 {
  position: absolute;
  top: 6%;
  left: -60px;
  z-index: 1;
  width: 80px;
}
@media screen and (width <= 768px) {
  .p-top-style__polygon3 {
    top: 1%;
    left: -40px;
    width: 60px;
  }
}
.p-top-style__polygon3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-style__polygon4 {
  position: absolute;
  top: 33%;
  left: -180px;
  z-index: -1;
  width: 240px;
  opacity: 0.6;
}
@media screen and (width <= 768px) {
  .p-top-style__polygon4 {
    top: 40%;
    left: -100px;
    width: 280px;
  }
}
.p-top-style__polygon4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-style__polygon5 {
  position: absolute;
  top: 57%;
  right: -80px;
  z-index: 1;
  width: 115px;
}
@media screen and (width <= 768px) {
  .p-top-style__polygon5 {
    top: 59%;
    right: -62px;
    width: 90px;
  }
}
.p-top-style__polygon5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-style__polygon6 {
  position: absolute;
  bottom: 20%;
  left: -56px;
  z-index: 1;
  width: 80px;
}
@media screen and (width <= 768px) {
  .p-top-style__polygon6 {
    bottom: 20%;
    left: -32px;
    width: 60px;
  }
}
.p-top-style__polygon6 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-style__polygon7 {
  position: absolute;
  right: -120px;
  bottom: -6%;
  z-index: -1;
  width: 280px;
}
@media screen and (width <= 768px) {
  .p-top-style__polygon7 {
    right: -100px;
    bottom: -4%;
  }
}
.p-top-style__polygon7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Global
================================================== */
/* --------------------------------------------------
トップ
-------------------------------------------------- */
.p-top {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  color: #202226;
}
.p-top__bg {
  position: relative;
  z-index: 1;
  background-color: #e9edf4;
  background-image: url("/new-graduate/assets/images/bg_noise.png");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  .p-top__bg {
    background-image: url("/new-graduate/assets/images/bg_noise_sp.png");
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

/* lib
================================================== */