@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__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;
}

.c-hex-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: clamp(12.703125rem, 7.86rem + 10.08vw, 16.9375rem);
  height: clamp(3.09375rem, 1.92rem + 2.46vw, 4.125rem);
  padding: clamp(0.609375rem, 0.38rem + 0.48vw, 0.8125rem) clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  text-decoration: none;
  border: 1px solid #2f74b5;
  transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
  .c-hex-btn {
    width: 72.27vw;
    height: 17.6vw;
  }
}
@media (any-hover: hover) {
  .c-hex-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.c-hex-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.59375rem, 0.99rem + 1.26vw, 2.125rem);
  height: 100%;
}
@media (max-width: 767px) {
  .c-hex-btn__icon {
    width: 9.07vw;
  }
}
.c-hex-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-hex-btn__left, .c-hex-btn__right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.c-hex-btn__left svg, .c-hex-btn__right svg {
  display: block;
  width: clamp(0.5625rem, 0.35rem + 0.45vw, 0.75rem);
  height: clamp(0.375rem, 0.23rem + 0.3vw, 0.5rem);
}
@media (max-width: 767px) {
  .c-hex-btn__left svg, .c-hex-btn__right svg {
    width: 3.2vw;
    height: 2.13vw;
  }
}
.c-hex-btn__text {
  font-family: var(--font-dm-sans), var(--font-primary);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  color: #2f74b5;
  text-align: center;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-hex-btn__text {
    font-size: 3.73vw;
  }
}

.p-top-hero {
  position: relative;
  width: 100%;
  height: clamp(37.78125rem, 23.39rem + 29.99vw, 50.375rem);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-hero {
    height: auto;
    min-height: 198.67vw;
  }
}
.p-top-hero__container {
  position: absolute;
  top: clamp(9.1875rem, 5.69rem + 7.29vw, 12.25rem);
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 1340px;
  margin-inline: auto;
}
@media (max-width: 1340px) {
  .p-top-hero__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-hero__container {
    padding-inline: 6.4vw;
  }
}
@media (max-width: 767px) {
  .p-top-hero__container {
    position: static;
  }
}
@media (max-width: 767px) {
  .p-top-hero__text {
    padding-top: 24.53vw;
  }
}
.p-top-hero__en-heading {
  font-family: var(--font-dm-sans);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  background: var(--gradient-page-header-heading);
  -webkit-background-clip: text; /* stylelint-disable-line property-no-vendor-prefix */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-top-hero__en-heading-main {
  display: block;
  font-size: clamp(4.40625rem, 2.73rem + 3.5vw, 5.875rem);
}
@media (max-width: 767px) {
  .p-top-hero__en-heading-main {
    font-size: 17.6vw;
  }
}
.p-top-hero__en-heading-sub {
  display: block;
  margin-top: clamp(0.796875rem, 0.49rem + 0.63vw, 1.0625rem);
  font-size: clamp(4.40625rem, 2.73rem + 3.5vw, 5.875rem);
}
@media (max-width: 767px) {
  .p-top-hero__en-heading-sub {
    margin-top: 3.2vw;
    font-size: 17.6vw;
  }
}
.p-top-hero__ja-heading {
  padding-left: clamp(0.375rem, 0.23rem + 0.3vw, 0.5rem);
  margin-top: clamp(1.453125rem, 0.9rem + 1.15vw, 1.9375rem);
  font-family: var(--font-primary);
  font-size: clamp(1.3125rem, 0.81rem + 1.04vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
  color: #317eac;
}
@media (max-width: 767px) {
  .p-top-hero__ja-heading {
    padding-left: 0;
    margin-top: 3.73vw;
    font-size: 4.27vw;
  }
}
.p-top-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (width >= 1440px) {
  .p-top-hero__bg {
    right: auto;
    left: 50%;
    width: 1440px;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .p-top-hero__bg {
    height: auto;
    transform: none;
  }
}
.p-top-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
@media (max-width: 767px) {
  .p-top-hero__bg-img {
    object-position: center;
  }
}
.p-top-hero__slider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (width >= 1440px) {
  .p-top-hero__slider {
    right: auto;
    left: 50%;
    width: 1440px;
    transform: translateX(-50%);
  }
}
.p-top-hero__slide {
  position: absolute;
  top: 11.04vw;
  right: 3.13vw;
  width: 46.25vw;
  height: 40.14vw;
  opacity: 0;
  transform: rotate(-10deg) scale(1.03);
  transform-origin: center center;
  transition: opacity 1.8s ease, transform 2.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (width >= 1440px) {
  .p-top-hero__slide {
    top: clamp(7.453125rem, 4.61rem + 5.92vw, 9.9375rem);
    right: clamp(2.109375rem, 1.31rem + 1.67vw, 2.8125rem);
    width: clamp(31.21875rem, 19.33rem + 24.78vw, 41.625rem);
    height: clamp(27.09375rem, 16.77rem + 21.5vw, 36.125rem);
  }
}
@media (max-width: 767px) {
  .p-top-hero__slide {
    top: auto;
    right: 6.67vw;
    bottom: 18.4vw;
    width: 81.87vw;
    height: 70.93vw;
  }
}
.p-top-hero__slide.is-active {
  opacity: 1;
  transform: rotate(-10deg) scale(1);
}
.p-top-hero__slide--slider2 {
  top: 33.82vw;
  right: auto;
  left: 34.72vw;
  width: 19.72vw;
  height: 19.72vw;
}
@media (width >= 1440px) {
  .p-top-hero__slide--slider2 {
    top: clamp(22.828125rem, 14.13rem + 18.12vw, 30.4375rem);
    right: auto;
    left: clamp(23.4375rem, 14.51rem + 18.6vw, 31.25rem);
    width: clamp(13.3125rem, 8.24rem + 10.57vw, 17.75rem);
    height: clamp(13.3125rem, 8.24rem + 10.57vw, 17.75rem);
  }
}
@media (max-width: 767px) {
  .p-top-hero__slide--slider2 {
    top: auto;
    right: auto;
    bottom: 2.67vw;
    left: -6.93vw;
    width: 31.73vw;
    height: 31.73vw;
  }
}
.p-top-hero__slide--slider3 {
  top: 7.15vw;
  right: 0;
  width: 12.78vw;
  height: 12.78vw;
}
@media (width >= 1440px) {
  .p-top-hero__slide--slider3 {
    top: clamp(4.828125rem, 2.99rem + 3.83vw, 6.4375rem);
    width: clamp(8.625rem, 5.34rem + 6.85vw, 11.5rem);
    height: clamp(8.625rem, 5.34rem + 6.85vw, 11.5rem);
  }
}
@media (max-width: 767px) {
  .p-top-hero__slide--slider3 {
    top: 76.27vw;
    right: 0.53vw;
    bottom: auto;
    left: auto;
    width: 34.13vw;
    height: 34.13vw;
  }
}
.p-top-hero__slide-mask {
  width: 100%;
  height: 100%;
}
.p-top-hero__slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-top-banner-area {
  position: relative;
  padding-block: clamp(2.15625rem, 1.33rem + 1.71vw, 2.875rem) clamp(3.65625rem, 2.26rem + 2.9vw, 4.875rem);
  overflow: hidden;
  background-color: #2f74b5;
}
@media (max-width: 767px) {
  .p-top-banner-area {
    padding-block: 10.93vw 14.93vw;
  }
}
.p-top-banner-area__cta-container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
@media (max-width: 1240px) {
  .p-top-banner-area__cta-container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-banner-area__cta-container {
    padding-inline: 6.4vw;
  }
}
.p-top-banner-area__cta-buttons {
  display: flex;
  gap: clamp(12.65625rem, 7.83rem + 10.04vw, 16.875rem);
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-top-banner-area__cta-buttons {
    flex-direction: column;
    gap: 5.33vw;
  }
}
.p-top-banner-area__cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(22.640625rem, 14.02rem + 17.97vw, 30.1875rem);
  height: clamp(3.09375rem, 1.92rem + 2.46vw, 4.125rem);
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .p-top-banner-area__cta-button {
    width: 100%;
    height: 17.6vw;
  }
}
@media (any-hover: hover) {
  .p-top-banner-area__cta-button:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-banner-area__cta-button-icon {
  position: absolute;
  left: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  display: flex;
}
@media (max-width: 767px) {
  .p-top-banner-area__cta-button-icon {
    left: 4.27vw;
  }
}
.p-top-banner-area__cta-button-icon svg {
  display: block;
  width: clamp(1.59375rem, 0.99rem + 1.26vw, 2.125rem);
  height: clamp(1.828125rem, 1.13rem + 1.45vw, 2.4375rem);
}
@media (max-width: 767px) {
  .p-top-banner-area__cta-button-icon svg {
    width: 9.07vw;
    height: 10.4vw;
  }
}
.p-top-banner-area__cta-button-text {
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 700;
  color: #2f74b5;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-banner-area__cta-button-text {
    font-size: 3.73vw;
  }
}
.p-top-banner-area__divider {
  max-width: 1440px;
  height: 1px;
  margin: clamp(2.296875rem, 1.42rem + 1.82vw, 3.0625rem) auto clamp(3.84375rem, 2.38rem + 3.05vw, 5.125rem);
  background-color: #00498e;
}
@media (max-width: 767px) {
  .p-top-banner-area__divider {
    max-width: none;
    margin: 10.93vw 0 19.2vw;
  }
}
.p-top-banner-area__pickup {
  max-width: 1440px;
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-banner-area__pickup {
    max-width: none;
    overflow: visible;
  }
}
.p-top-banner-area__pickup-container {
  padding-left: max(clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem), (100% - 1240px) / 2);
}
@media (max-width: 767px) {
  .p-top-banner-area__pickup-container {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-top-banner-area__pickup-inner {
  display: flex;
  gap: clamp(3.75rem, 2.32rem + 2.98vw, 5rem);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .p-top-banner-area__pickup-inner {
    flex-direction: column;
    gap: 10.67vw;
  }
}
.p-top-banner-area__pickup-heading {
  flex-shrink: 0;
  margin: 0;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .p-top-banner-area__pickup-heading {
    display: flex;
    flex-direction: column;
    gap: 2.13vw;
  }
}
.p-top-banner-area__pickup-en {
  display: flex;
  flex-direction: column;
  gap: clamp(0.1875rem, 0.12rem + 0.15vw, 0.25rem);
}
@media (max-width: 767px) {
  .p-top-banner-area__pickup-en {
    flex-direction: row;
    gap: 2.13vw;
    align-items: baseline;
  }
}
.p-top-banner-area__pickup-en-line1 {
  display: block;
  font-family: var(--font-english);
  font-size: clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem);
  font-weight: 400;
  line-height: 0.9;
  color: #fff;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-top-banner-area__pickup-en-line1 {
    font-size: 10.67vw;
    white-space: nowrap;
  }
}
.p-top-banner-area__pickup-en-line2 {
  display: block;
  margin-left: clamp(3.046875rem, 1.89rem + 2.42vw, 4.0625rem);
  font-family: var(--font-english);
  font-size: clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem);
  font-weight: 400;
  line-height: 0.9;
  color: #fff;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-top-banner-area__pickup-en-line2 {
    margin-left: 0;
    font-size: 10.67vw;
  }
}
.p-top-banner-area__pickup-ja {
  display: block;
  margin-top: clamp(1.640625rem, 1.02rem + 1.3vw, 2.1875rem);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-banner-area__pickup-ja {
    margin-top: 0;
    font-size: 4.27vw;
  }
}
.p-top-banner-area__slider-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .p-top-banner-area__slider-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10.67vw;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.p-top-banner-area__splide .splide__track {
  overflow: hidden;
}
.p-top-banner-area__splide .splide__list {
  display: flex;
}
@media (max-width: 767px) {
  .p-top-banner-area__splide {
    order: -1;
    width: 100%;
  }
}
.p-top-banner-area__slide {
  flex-shrink: 0;
  width: clamp(15.515625rem, 9.6rem + 12.31vw, 20.6875rem);
  height: clamp(9.9375rem, 6.15rem + 7.89vw, 13.25rem);
}
@media (max-width: 767px) {
  .p-top-banner-area__slide {
    width: 100%;
    height: auto;
    aspect-ratio: 325/209;
  }
}
.p-top-banner-area__slide-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-banner-area__slide-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-banner-area__slide-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-banner-area__nav-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: clamp(2.296875rem, 1.42rem + 1.82vw, 3.0625rem);
  height: clamp(2.296875rem, 1.42rem + 1.82vw, 3.0625rem);
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: opacity 0.3s ease;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-top-banner-area__nav-btn {
    position: relative;
    top: auto;
    width: 13.07vw;
    height: 13.07vw;
    transform: none;
  }
}
@media (any-hover: hover) {
  .p-top-banner-area__nav-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-banner-area__nav-btn--prev {
  left: clamp(-1.5rem, -0.7rem + -0.89vw, -1.125rem);
}
@media (max-width: 767px) {
  .p-top-banner-area__nav-btn--prev {
    left: auto;
  }
}
.p-top-banner-area__nav-btn--next {
  left: clamp(29.90625rem, 18.51rem + 23.74vw, 39.875rem);
}
@media (max-width: 767px) {
  .p-top-banner-area__nav-btn--next {
    left: auto;
  }
}
.p-top-banner-area__nav-hex {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-banner-area__nav-hex svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-banner-area__nav-hex svg path {
  fill: #f8f8f8;
}
.p-top-banner-area__nav-label {
  position: relative;
  z-index: 1;
  font-family: var(--font-english);
  font-size: clamp(0.703125rem, 0.44rem + 0.56vw, 0.9375rem);
  font-weight: 400;
  color: #004990;
  letter-spacing: 0.04em;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-top-banner-area__nav-label {
    font-size: 3.73vw;
  }
}
.p-top-banner-area__nav-counter {
  display: none;
}
@media (max-width: 767px) {
  .p-top-banner-area__nav-counter {
    display: flex;
    gap: 1.33vw;
    align-items: center;
    font-family: "Roboto Condensed", Roboto, sans-serif;
    color: #fff;
    white-space: nowrap;
  }
}
.p-top-banner-area__nav-counter-current {
  font-size: 6.4vw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.p-top-banner-area__nav-counter-sep, .p-top-banner-area__nav-counter-total {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.p-top-news {
  position: relative;
  background-color: #fff;
}
.p-top-news__frame {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding-block: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem) clamp(5.625rem, 3.48rem + 4.46vw, 7.5rem);
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-news__frame {
    padding-block: 14.93vw;
  }
}
.p-top-news__container {
  width: 100%;
  max-width: clamp(58.125rem, 35.98rem + 46.13vw, 77.5rem);
  margin-inline: auto;
}
@media (max-width: clamp(58.125rem, 35.98rem + 46.13vw, 77.5rem)) {
  .p-top-news__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-news__container {
    padding-inline: 6.4vw;
  }
}
.p-top-news__inner {
  display: flex;
  gap: clamp(7.40625rem, 4.58rem + 5.88vw, 9.875rem);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .p-top-news__inner {
    flex-direction: column;
    gap: 14.93vw;
  }
}
.p-top-news__list-wrap {
  flex: 1;
  min-width: 0;
  margin-top: clamp(6.140625rem, 3.8rem + 4.87vw, 8.1875rem);
}
@media (max-width: 767px) {
  .p-top-news__list-wrap {
    margin-top: 0;
  }
}
.p-top-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #2f74b5;
}
.p-top-news__item {
  border-bottom: 1px solid #2f74b5;
}
.p-top-news__item-link {
  display: flex;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  align-items: center;
  padding-block: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  padding-inline: clamp(0.375rem, 0.23rem + 0.3vw, 0.5rem);
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-top-news__item-link {
    flex-wrap: wrap;
    gap: 3.2vw 4.27vw;
    padding-block: 5.33vw;
    padding-inline: 0;
  }
}
@media (any-hover: hover) {
  .p-top-news__item-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-news__item-date {
  flex-shrink: 0;
  font-family: Roboto, sans-serif;
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #626262;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-news__item-date {
    font-size: 4.27vw;
  }
}
.p-top-news__item-category {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: clamp(3.375rem, 2.09rem + 2.68vw, 4.5rem);
  height: clamp(1.3125rem, 0.81rem + 1.04vw, 1.75rem);
  clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0% 50%);
  background-color: #626262;
}
@media (max-width: 767px) {
  .p-top-news__item-category {
    min-width: 16vw;
    height: 6.4vw;
  }
}
.p-top-news__item-category::before {
  position: absolute;
  inset: 1px;
  clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0% 50%);
  content: "";
  background-color: #fff;
}
.p-top-news__item-category-label {
  position: relative;
  z-index: 1;
  padding-inline: clamp(0.5625rem, 0.35rem + 0.45vw, 0.75rem);
  font-family: var(--font-primary);
  font-size: clamp(0.65625rem, 0.41rem + 0.52vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
  color: #626262;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-news__item-category-label {
    padding-inline: 2.67vw;
    font-size: 3.2vw;
  }
}
.p-top-news__item-title {
  flex: 1;
  overflow: hidden;
  font-family: var(--font-primary);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  color: #2f74b5;
  text-overflow: ellipsis;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-news__item-title {
    flex-basis: 100%;
    width: 100%;
    overflow: visible;
    font-size: 3.73vw;
    text-overflow: unset;
    white-space: normal;
  }
}
.p-top-news__aside {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem);
  align-items: flex-start;
  width: clamp(12.703125rem, 7.86rem + 10.08vw, 16.9375rem);
}
@media (max-width: 767px) {
  .p-top-news__aside {
    display: contents;
  }
}
.p-top-news__heading.c-top-heading {
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
}
@media (max-width: 767px) {
  .p-top-news__heading.c-top-heading {
    gap: 4.27vw;
    order: -1;
  }
}
.p-top-news__heading .c-top-heading__en {
  font-family: var(--font-english);
  line-height: 0.9;
  background: var(--gradient-page-header-heading);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-top-news__heading .c-top-heading__ja {
  font-family: var(--font-primary);
  font-weight: 700;
  color: #333;
}
.p-top-news__btn {
  z-index: 1;
  gap: clamp(2.4375rem, 1.51rem + 1.93vw, 3.25rem);
  background: #fff;
}
@media (max-width: 767px) {
  .p-top-news__btn {
    gap: 13.87vw;
    margin-inline: auto;
  }
}
.p-top-news__decoration {
  position: absolute;
  right: calc(50% - clamp(60.890625rem, 37.69rem + 48.33vw, 81.1875rem));
  bottom: clamp(-2.625rem, -1.22rem + -1.56vw, -1.96875rem);
  width: clamp(49.828125rem, 30.85rem + 39.55vw, 66.4375rem);
  height: clamp(14.625rem, 9.05rem + 11.61vw, 19.5rem);
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-top-news__decoration {
    display: none;
  }
}
.p-top-news__decoration-img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-company {
  padding-top: clamp(2.671875rem, 1.65rem + 2.12vw, 3.5625rem);
  padding-bottom: clamp(2.296875rem, 1.42rem + 1.82vw, 3.0625rem);
  background-color: #e3f7ff;
}
@media (max-width: 767px) {
  .p-top-company {
    padding-top: 14.93vw;
    padding-bottom: 14.93vw;
  }
}
.p-top-company__container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
@media (max-width: 1240px) {
  .p-top-company__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-company__container {
    padding-inline: 6.4vw;
  }
}
.p-top-company__inner {
  display: flex;
  gap: clamp(3.703125rem, 2.29rem + 2.94vw, 4.9375rem);
}
@media (max-width: 767px) {
  .p-top-company__inner {
    flex-direction: column;
    gap: 15.2vw;
    align-items: center;
  }
}
.p-top-company__left {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: clamp(2.25rem, 1.39rem + 1.79vw, 3rem);
}
@media (max-width: 767px) {
  .p-top-company__left {
    gap: 6.4vw;
    width: 100%;
  }
}
.p-top-company__heading .c-top-heading__en {
  line-height: 1.15;
  background: linear-gradient(135deg, #317eac 0%, #5aa1cc 31%, #317eac 49%);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-top-company__heading .c-top-heading__ja {
  font-weight: 700;
  color: var(--color-text-secondary);
}
.p-top-company__text {
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 2;
  color: var(--color-text-secondary);
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-company__text {
    font-size: 4.27vw;
  }
}
.p-top-company__right {
  flex: 1;
  min-width: 0;
  padding-top: clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem);
}
@media (max-width: 767px) {
  .p-top-company__right {
    width: 100%;
    padding-top: 0;
  }
}
.p-top-company__link-item {
  position: relative;
  padding-bottom: clamp(1.640625rem, 1.02rem + 1.3vw, 2.1875rem);
  border-top: 1px solid #2f74b5;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .p-top-company__link-item {
    padding-bottom: 9.33vw;
  }
}
.p-top-company__link-item:last-child {
  border-bottom: 1px solid #2f74b5;
}
@media (any-hover: hover) {
  .p-top-company__link-item:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-company__link-sep {
  position: relative;
  top: -1px;
  width: fit-content;
}
.p-top-company__link-marker svg {
  width: clamp(1.828125rem, 1.13rem + 1.45vw, 2.4375rem);
  height: clamp(1.59375rem, 0.99rem + 1.26vw, 2.125rem);
}
@media (max-width: 767px) {
  .p-top-company__link-marker svg {
    width: 10.4vw;
    height: 9.07vw;
  }
}
.p-top-company__link-num {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: Roboto, sans-serif;
  font-size: clamp(0.65625rem, 0.41rem + 0.52vw, 0.875rem);
  font-weight: 400;
  line-height: 1;
  color: #2f74b5;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .p-top-company__link-num {
    font-size: 3.73vw;
  }
}
.p-top-company__link-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(2.390625rem, 1.48rem + 1.9vw, 3.1875rem);
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-top-company__link-body {
    padding-inline: 4.53vw;
  }
}
.p-top-company__link-body::before {
  position: absolute;
  inset: 0;
  content: "";
}
.p-top-company__link-text {
  font-size: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  color: #2f74b5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-company__link-text {
    font-size: 4.27vw;
  }
}
.p-top-company__link-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.p-top-company__link-arrow svg {
  width: clamp(3.515625rem, 2.18rem + 2.79vw, 4.6875rem);
  height: clamp(4.03125rem, 2.5rem + 3.2vw, 5.375rem);
}
@media (max-width: 767px) {
  .p-top-company__link-arrow svg {
    width: 20vw;
    height: 22.93vw;
  }
}

.p-top-business {
  position: relative;
  background-color: #f8f8f8;
}
.p-top-business__frame {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding-top: clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem);
  padding-bottom: clamp(7.3125rem, 4.53rem + 5.8vw, 9.75rem);
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-business__frame {
    padding-top: 14.93vw;
    padding-bottom: 14.93vw;
  }
}
.p-top-business__bg {
  position: absolute;
  top: clamp(8.484375rem, 5.25rem + 6.73vw, 11.3125rem);
  left: calc(50% - clamp(34.921875rem, 21.62rem + 27.72vw, 46.5625rem));
  width: clamp(67.5rem, 41.79rem + 53.57vw, 90rem);
  pointer-events: none;
  mix-blend-mode: darken;
  opacity: 0.59;
}
.p-top-business__bg img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-top-business__bg {
    display: none;
  }
}
.p-top-business__container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
@media (max-width: 1240px) {
  .p-top-business__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-business__container {
    padding-inline: 6.4vw;
  }
}
.p-top-business__header {
  margin-bottom: clamp(0.5625rem, 0.35rem + 0.45vw, 0.75rem);
}
@media (max-width: 767px) {
  .p-top-business__header {
    margin-bottom: 10.67vw;
  }
}
.p-top-business__heading {
  margin-bottom: clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem);
}
.p-top-business__heading.c-top-heading {
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
}
@media (max-width: 767px) {
  .p-top-business__heading.c-top-heading {
    gap: 2.13vw;
  }
}
.p-top-business__heading .c-top-heading__en {
  line-height: 0.9;
  background: var(--gradient-page-header-heading);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 767px) {
  .p-top-business__heading {
    margin-bottom: 6.4vw;
  }
  .p-top-business__heading .c-top-heading__ja {
    font-size: 4.27vw;
  }
}
.p-top-business__desc {
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  color: #2f74b5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-business__desc {
    font-size: 4.27vw;
  }
}
.p-top-business__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(4.40625rem, 2.73rem + 3.5vw, 5.875rem);
  align-items: end;
}
@media (max-width: 767px) {
  .p-top-business__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 8.53vw;
  }
}
.p-top-business__card {
  display: flex;
  flex-direction: column;
  aspect-ratio: 350/475;
  overflow: hidden;
  text-decoration: none;
  background-color: #2f74b5;
  border-radius: clamp(0.28125rem, 0.17rem + 0.22vw, 0.375rem);
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .p-top-business__card {
    border-radius: 1.6vw;
  }
}
@media (any-hover: hover) {
  .p-top-business__card:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-business__card--2 {
  margin-bottom: clamp(3.375rem, 2.09rem + 2.68vw, 4.5rem);
}
@media (max-width: 767px) {
  .p-top-business__card--2 {
    margin-bottom: 0;
  }
}
.p-top-business__card--3 {
  margin-bottom: clamp(6.796875rem, 4.21rem + 5.39vw, 9.0625rem);
}
@media (max-width: 767px) {
  .p-top-business__card--3 {
    margin-bottom: 0;
  }
}
.p-top-business__card-visual {
  pointer-events: none;
}
.p-top-business__card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-business__card-footer {
  display: flex;
  gap: clamp(0.234375rem, 0.15rem + 0.19vw, 0.3125rem);
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(0.796875rem, 0.49rem + 0.63vw, 1.0625rem);
  margin-block: auto;
}
@media (max-width: 767px) {
  .p-top-business__card-footer {
    padding: 3.2vw 4.8vw 4.8vw;
  }
}
.p-top-business__card-text {
  display: flex;
  flex-direction: column;
  gap: clamp(0.28125rem, 0.17rem + 0.22vw, 0.375rem);
  color: #fff;
}
.p-top-business__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (width <= 1024px) {
  .p-top-business__card-title {
    font-size: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-business__card-title {
    font-size: 5.33vw;
  }
}
.p-top-business__card-arrow {
  flex-shrink: 0;
  line-height: 0;
}
.p-top-business__card-arrow img {
  display: block;
  width: clamp(1.453125rem, 0.9rem + 1.15vw, 1.9375rem);
  height: auto;
}
@media (max-width: 767px) {
  .p-top-business__card-arrow img {
    width: 7.47vw;
  }
}

.p-top-magazine {
  overflow: hidden;
  background-color: #e3f7ff;
}
.p-top-magazine__inner {
  max-width: 1440px;
  padding-top: clamp(2.578125rem, 1.6rem + 2.05vw, 3.4375rem);
  padding-bottom: clamp(3.328125rem, 2.06rem + 2.64vw, 4.4375rem);
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-magazine__inner {
    display: flex;
    flex-direction: column;
    max-width: none;
    padding: 14.93vw 6.4vw;
    overflow: visible;
  }
}
.p-top-magazine__container {
  width: 100%;
  max-width: clamp(58.078125rem, 35.95rem + 46.09vw, 77.4375rem);
  margin-inline: auto;
}
@media (max-width: clamp(58.078125rem, 35.95rem + 46.09vw, 77.4375rem)) {
  .p-top-magazine__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-magazine__container {
    padding-inline: 6.4vw;
  }
}
@media (max-width: 767px) {
  .p-top-magazine__container {
    display: contents;
  }
}
.p-top-magazine__header {
  display: flex;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(2.859375rem, 1.77rem + 2.27vw, 3.8125rem);
}
@media (max-width: 767px) {
  .p-top-magazine__header {
    display: contents;
  }
}
.p-top-magazine__heading .c-top-heading__en {
  padding-bottom: 0.15em;
  overflow: visible;
  line-height: 0.9;
  background: var(--gradient-page-header-heading);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 767px) {
  .p-top-magazine__heading.c-top-heading {
    gap: 2.13vw;
  }
  .p-top-magazine__heading {
    order: 1;
    margin-bottom: 6.4vw;
  }
  .p-top-magazine__heading .c-top-heading__ja {
    font-size: 4.27vw;
  }
}
.p-top-magazine__tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.375rem, 0.23rem + 0.3vw, 0.5rem) clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem);
  align-items: center;
  justify-content: center;
  padding: clamp(0.375rem, 0.23rem + 0.3vw, 0.5rem) clamp(2.34375rem, 1.45rem + 1.86vw, 3.125rem);
}
@media (max-width: 767px) {
  .p-top-magazine__tabs {
    display: none;
  }
}
.p-top-magazine__tabs::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 -1 500 47' fill='none' preserveAspectRatio='none'%3E%3Cpath d='M38.93 0H459.17L459.18 0H485.06L498 22.42L485.06 44.83H472.13V44.83H38.99L38.93 44.95H12.98L0 22.47L12.98 0H38.93Z' stroke='%239db6c0' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .p-top-magazine__tabs {
    gap: 3.2vw;
    padding: 1.6vw;
  }
}
.p-top-magazine__filter-mobile {
  display: none;
}
@media (max-width: 767px) {
  .p-top-magazine__filter-mobile {
    display: flex;
    gap: 15.2vw;
    align-items: center;
    justify-content: space-between;
    order: 2;
    margin-bottom: 7.47vw;
  }
}
.p-top-magazine__filter-mobile-label {
  font-family: var(--font-dm-sans);
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.p-top-magazine__filter-mobile-select-wrap {
  position: relative;
  flex: 1;
}
.p-top-magazine__filter-mobile-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 3.2vw;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-top: 1.6vw solid #2f74b5;
  border-right: 1.47vw solid transparent;
  border-left: 1.47vw solid transparent;
  transform: translateY(-50%);
}
.p-top-magazine__filter-mobile-select {
  width: 100%;
  padding: 0.53vw 4.53vw 1.07vw;
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.08em;
  appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 10.67vw;
}
.p-top-magazine__tab {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.1875rem, 0.12rem + 0.15vw, 0.25rem) clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-size: clamp(0.65625rem, 0.41rem + 0.52vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-secondary);
  letter-spacing: 0.08em;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
  transition: background-color 0.2s ease;
}
.p-top-magazine__tab--active {
  background-color: #dae9ee;
}
@media (any-hover: hover) {
  .p-top-magazine__tab:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .p-top-magazine__tab {
    padding: 1.07vw 3.2vw;
    font-size: 3.2vw;
  }
}
.p-top-magazine__slider-nav-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-magazine__slider-nav-wrap {
    gap: 10.93vw;
    order: 4;
    margin-top: 6.4vw;
  }
}
.p-top-magazine__slider-nav {
  display: flex;
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-magazine__slider-nav {
    gap: 2.93vw;
  }
}
.p-top-magazine__progress {
  display: none;
}
@media (max-width: 767px) {
  .p-top-magazine__progress {
    display: block;
    flex: 1;
    height: 0.8vw;
    overflow: hidden;
    background-color: #e5e5e5;
    border-radius: 9999px;
  }
}
.p-top-magazine__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background-color: #2f74b5;
  transition: width 0.3s ease;
}
.p-top-magazine__slider-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.515625rem, 2.18rem + 2.79vw, 4.6875rem);
  height: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
  cursor: pointer;
  background: none;
  border: 1px solid #9db6c0;
  border-radius: clamp(2.34375rem, 1.45rem + 1.86vw, 3.125rem);
  transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
  .p-top-magazine__slider-nav-btn svg {
    width: 3.2vw;
    height: 1.87vw;
  }
}
@media (any-hover: hover) {
  .p-top-magazine__slider-nav-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .p-top-magazine__slider-nav-btn {
    width: 13.6vw;
    height: 7.2vw;
    border-radius: 9.07vw;
  }
}
.p-top-magazine__cards-wrap {
  padding-left: max(clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem), (100% - 1240px) / 2);
}
@media (max-width: 767px) {
  .p-top-magazine__cards-wrap {
    order: 3;
    padding-left: 0;
  }
}
.p-top-magazine__empty {
  padding-block: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
@media (max-width: 1240px) {
  .p-top-magazine__empty {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-magazine__empty {
    padding-inline: 6.4vw;
  }
}
@media (max-width: 767px) {
  .p-top-magazine__empty {
    padding-block: 8.53vw;
    font-size: 3.73vw;
  }
}
.p-top-magazine__cards {
  display: flex;
  gap: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
}
.p-top-magazine__card {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: clamp(1.59375rem, 0.99rem + 1.26vw, 2.125rem);
  width: clamp(15.75rem, 9.75rem + 12.5vw, 21rem);
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-top-magazine__card {
    gap: 3.73vw;
    width: 68.27vw;
  }
}
.p-top-magazine__card-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: clamp(0.375rem, 0.23rem + 0.3vw, 0.5rem);
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .p-top-magazine__card-image {
    border-radius: 1.6vw;
  }
}
.p-top-magazine__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-magazine__card-content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.703125rem, 0.44rem + 0.56vw, 0.9375rem);
}
@media (max-width: 767px) {
  .p-top-magazine__card-content {
    gap: 2.67vw;
  }
}
.p-top-magazine__card-title {
  font-size: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text-secondary);
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-magazine__card-title {
    font-size: 4vw;
  }
}
.p-top-magazine__card-text {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text-secondary);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  letter-spacing: 0.08em;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .p-top-magazine__card-text {
    font-size: 2.67vw;
  }
}
.p-top-magazine__card-meta {
  display: flex;
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-magazine__card-meta {
    gap: 2.67vw;
  }
}
.p-top-magazine__card-date {
  font-family: Roboto, sans-serif;
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-secondary);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-top-magazine__card-date {
    font-size: 2.67vw;
  }
}
.p-top-magazine__card-divider {
  flex-shrink: 0;
  width: 1px;
  height: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  background-color: #dadada;
}
@media (max-width: 767px) {
  .p-top-magazine__card-divider {
    height: 4vw;
  }
}
.p-top-magazine__card-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.1875rem, 0.12rem + 0.15vw, 0.25rem) clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-size: clamp(0.65625rem, 0.41rem + 0.52vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-secondary);
  letter-spacing: 0.08em;
  background-color: #dae9ee;
  border-radius: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
}
@media (max-width: 767px) {
  .p-top-magazine__card-category {
    padding: 0.8vw 2.67vw;
    font-size: 2.4vw;
    border-radius: 6.93vw;
  }
}
.p-top-magazine__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.046875rem, 1.89rem + 2.42vw, 4.0625rem);
}
@media (max-width: 767px) {
  .p-top-magazine__btn-wrap {
    order: 5;
    margin-top: 14.93vw;
  }
}
.p-top-magazine__btn {
  gap: clamp(3rem, 1.86rem + 2.38vw, 4rem);
}
@media (max-width: 767px) {
  .p-top-magazine__btn {
    display: none;
  }
}

.p-top-download {
  background-color: #fff;
}
.p-top-download__inner {
  padding-top: clamp(2.296875rem, 1.42rem + 1.82vw, 3.0625rem);
  padding-bottom: clamp(3.9375rem, 2.44rem + 3.13vw, 5.25rem);
}
@media (max-width: 767px) {
  .p-top-download__inner {
    padding-top: 14.93vw;
    padding-bottom: 14.93vw;
  }
}
.p-top-download__container {
  width: 100%;
  max-width: clamp(58.078125rem, 35.95rem + 46.09vw, 77.4375rem);
  margin-inline: auto;
}
@media (max-width: clamp(58.078125rem, 35.95rem + 46.09vw, 77.4375rem)) {
  .p-top-download__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-download__container {
    padding-inline: 6.4vw;
  }
}
@media (max-width: 767px) {
  .p-top-download__container {
    display: flex;
    flex-direction: column;
  }
}
.p-top-download__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(2.765625rem, 1.71rem + 2.19vw, 3.6875rem);
}
@media (max-width: 767px) {
  .p-top-download__header {
    display: contents;
  }
}
.p-top-download__heading .c-top-heading__en {
  line-height: 0.9;
  white-space: nowrap;
  background: linear-gradient(77deg, #317eac 9.1%, #5aa1cc 34.47%, #317eac 49.6%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 767px) {
  .p-top-download__heading {
    flex-direction: column-reverse;
    gap: 2.13vw;
    order: 1;
    margin-bottom: 14.93vw;
  }
  .p-top-download__heading .c-top-heading__ja {
    font-size: 4.27vw;
  }
}
.p-top-download__btn-wrap {
  position: relative;
  top: clamp(0.890625rem, 0.55rem + 0.71vw, 1.1875rem);
  align-self: flex-end;
}
@media (max-width: 767px) {
  .p-top-download__btn-wrap {
    position: static;
    top: auto;
    align-self: center;
    order: 3;
  }
}
.p-top-download__btn {
  gap: clamp(2.53125rem, 1.57rem + 2.01vw, 3.375rem);
}
@media (max-width: 767px) {
  .p-top-download__btn {
    gap: 14.4vw;
  }
}
.p-top-download__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.84375rem, 0.52rem + 0.67vw, 1.125rem);
}
@media (max-width: 767px) {
  .p-top-download__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 8.8vw;
    order: 2;
    margin-bottom: 13.6vw;
  }
}
.p-top-download__card-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-top-download__card-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-download__card {
  display: flex;
  flex-direction: column;
  gap: clamp(1.078125rem, 0.67rem + 0.86vw, 1.4375rem);
}
@media (max-width: 767px) {
  .p-top-download__card {
    gap: 4.8vw;
  }
}
.p-top-download__card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: clamp(0.46875rem, 0.29rem + 0.37vw, 0.625rem);
}
@media (max-width: 767px) {
  .p-top-download__card-image {
    border-radius: 2.13vw;
  }
}
.p-top-download__card-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-download__card-content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.703125rem, 0.44rem + 0.56vw, 0.9375rem);
}
@media (max-width: 767px) {
  .p-top-download__card-content {
    gap: 3.2vw;
  }
}
.p-top-download__card-title {
  font-size: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text-secondary);
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-download__card-title {
    font-size: 6.4vw;
  }
}
.p-top-download__card-text {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-secondary);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  letter-spacing: 0.08em;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .p-top-download__card-text {
    font-size: 3.47vw;
  }
}

.p-top-recruit {
  padding: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem) clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  margin-bottom: clamp(2.8125rem, 1.74rem + 2.23vw, 3.75rem);
  background-color: #f6fbfd;
}
@media (max-width: 767px) {
  .p-top-recruit {
    padding: 2.13vw;
    margin-bottom: 16.8vw;
  }
}
.p-top-recruit__inner {
  position: relative;
  max-width: 1390px;
  max-height: clamp(25.875rem, 16.02rem + 20.54vw, 34.5rem);
  margin-inline: auto;
  overflow: hidden;
  background-color: #2f74b5;
  border-radius: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
}
@media (max-width: 767px) {
  .p-top-recruit__inner {
    max-height: none;
    border-radius: 2.13vw;
  }
}
.p-top-recruit__bg-dots {
  position: absolute;
  bottom: clamp(-1.125rem, -0.52rem + -0.67vw, -0.84375rem);
  left: clamp(-4.375rem, -2.03rem + -2.6vw, -3.28125rem);
  width: clamp(22.59375rem, 13.99rem + 17.93vw, 30.125rem);
  height: clamp(14.15625rem, 8.76rem + 11.24vw, 18.875rem);
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-top-recruit__bg-dots {
    display: none;
  }
}
.p-top-recruit__content {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .p-top-recruit__content {
    flex-direction: column;
  }
}
.p-top-recruit__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: clamp(3.984375rem, 2.47rem + 3.16vw, 5.3125rem);
  margin: clamp(3.28125rem, 2.03rem + 2.6vw, 4.375rem) clamp(0rem, 0rem + 0vw, 0rem) clamp(3.28125rem, 2.03rem + 2.6vw, 4.375rem) clamp(3rem, 1.86rem + 2.38vw, 4rem);
}
@media (max-width: 767px) {
  .p-top-recruit__text {
    gap: 14.93vw;
    width: auto;
    margin: 10.67vw 3.2vw 14.93vw 4vw;
  }
}
.p-top-recruit__heading-group {
  display: flex;
  flex-direction: column;
  gap: clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem);
}
@media (max-width: 767px) {
  .p-top-recruit__heading-group {
    gap: 6.4vw;
  }
}
@media (max-width: 767px) {
  .p-top-recruit__title-group .c-top-heading__en {
    line-height: 0.9;
  }
}
.p-top-recruit__title-group .c-top-heading__ja {
  font-size: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
}
@media (max-width: 767px) {
  .p-top-recruit__title-group .c-top-heading__ja {
    font-size: 5.33vw;
  }
}
.p-top-recruit__body {
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-recruit__body {
    font-size: 4.27vw;
  }
}
.p-top-recruit__btn {
  z-index: 5;
  gap: clamp(2.15625rem, 1.33rem + 1.71vw, 2.875rem);
  background: #fff;
}
@media (max-width: 767px) {
  .p-top-recruit__btn {
    gap: 12.27vw;
    margin-inline: auto;
  }
}
.p-top-recruit__photos {
  display: flex;
  flex: 1;
  gap: clamp(3.09375rem, 1.92rem + 2.46vw, 4.125rem);
  min-width: 0;
  padding-right: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
  padding-left: clamp(2.109375rem, 1.31rem + 1.67vw, 2.8125rem);
  overflow: hidden;
}
@media (width <= 1024px) {
  .p-top-recruit__photos {
    gap: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
    padding-right: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
    padding-left: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-recruit__photos {
    gap: 6.67vw;
    height: 106.67vw;
    padding-inline: 4vw 2.4vw;
    border-radius: 2.13vw;
  }
}
@media (max-width: 767px) {
  .p-top-recruit__photo-col {
    flex: 1;
    height: auto;
    max-height: 106.67vw;
  }
}
.p-top-recruit__photo-col--offset {
  margin-top: clamp(-8.25rem, -3.83rem + -4.91vw, -6.1875rem);
}
@media (max-width: 767px) {
  .p-top-recruit__photo-col--offset {
    margin-top: -16vw;
  }
}
.p-top-recruit__photo-track {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .p-top-recruit__photo-track {
    gap: 5.33vw;
  }
}
.p-top-recruit__photo-track--up {
  animation: p-top-recruit-scroll-up 25s linear infinite;
}
.p-top-recruit__photo-track--down {
  animation: p-top-recruit-scroll-down 25s linear infinite;
}
.p-top-recruit__photos.is-playing .p-top-recruit__photo-track {
  animation-play-state: running;
}
.p-top-recruit__photo {
  flex-shrink: 0;
  aspect-ratio: 308/352;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-recruit__photo {
    aspect-ratio: 154/176;
  }
}
.p-top-recruit__photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@keyframes p-top-recruit-scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes p-top-recruit-scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.p-top-message {
  position: relative;
  padding-block: clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem) clamp(4.5rem, 2.79rem + 3.57vw, 6rem);
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-top-message {
    padding-block: 14.93vw;
  }
}
@media (max-width: 767px) {
  .p-top-message {
    overflow: visible;
  }
}
.p-top-message__inner {
  max-width: 1440px;
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-message__inner {
    max-width: none;
    overflow: visible;
  }
}
.p-top-message__container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
@media (max-width: 1240px) {
  .p-top-message__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-message__container {
    padding-inline: 6.4vw;
  }
}
.p-top-message__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-message__header {
    flex-direction: column;
    gap: 12.8vw;
  }
}
.p-top-message__text-col {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  width: clamp(29.953125rem, 18.54rem + 23.77vw, 39.9375rem);
}
@media (max-width: 767px) {
  .p-top-message__text-col {
    gap: 5.33vw;
    width: 100%;
  }
}
.p-top-message__heading {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
}
@media (max-width: 767px) {
  .p-top-message__heading {
    gap: 6.4vw;
  }
}
.p-top-message__heading-en {
  font-family: var(--font-english);
  font-size: clamp(2.625rem, 1.63rem + 2.08vw, 3.5rem);
  font-weight: 400;
  line-height: 0.9;
  color: #2f74b5;
}
@media (max-width: 767px) {
  .p-top-message__heading-en {
    font-size: 10.67vw;
  }
}
.p-top-message__heading-ja {
  font-family: var(--font-primary);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__heading-ja {
    font-size: 3.73vw;
  }
}
.p-top-message__catch {
  font-family: var(--font-primary);
  font-size: clamp(1.5rem, 0.93rem + 1.19vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__catch {
    font-size: 6.4vw;
  }
}
.p-top-message__body {
  order: -1;
  margin-top: clamp(0.375rem, 0.23rem + 0.3vw, 0.5rem);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 2;
  color: var(--color-text-secondary);
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__body {
    order: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 14.93vw;
    font-size: 4.27vw;
  }
}
.p-top-message__heading-inner.c-top-heading {
  gap: 0;
}
.p-top-message__heading-inner .c-top-heading__en {
  line-height: 1.4;
  background: linear-gradient(135deg, #317eac 0%, #5aa1cc 31%, #317eac 49%);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-top-message__heading-inner .c-top-heading__ja {
  color: var(--color-text-secondary);
}
.p-top-message__catch {
  font-size: clamp(1.5rem, 0.93rem + 1.19vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text-secondary);
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__catch {
    font-size: 8.53vw;
  }
}
.p-top-message__nav-wrap {
  display: flex;
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  align-items: center;
  justify-content: flex-end;
  max-width: 1240px;
  margin-bottom: clamp(1.5rem, 0.93rem + 1.19vw, 2rem);
}
@media (max-width: 767px) {
  .p-top-message__nav-wrap {
    gap: 10.93vw;
    justify-content: flex-start;
    order: 2;
    padding-right: 6.67vw;
    margin-top: 5.33vw;
    margin-bottom: 0;
  }
}
.p-top-message__nav {
  display: flex;
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-message__nav {
    gap: 2.93vw;
  }
}
.p-top-message__nav-btn {
  padding: 0;
  line-height: 0;
  cursor: pointer;
  background: none;
  border: none;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-message__nav-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-message__nav-btn img {
  width: clamp(3.515625rem, 2.18rem + 2.79vw, 4.6875rem);
  height: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
}
@media (max-width: 767px) {
  .p-top-message__nav-btn img {
    width: 13.33vw;
    height: 7.2vw;
  }
}
.p-top-message__progress {
  display: none;
}
@media (max-width: 767px) {
  .p-top-message__progress {
    display: block;
    flex-grow: 1;
    height: 0.8vw;
    overflow: hidden;
    background-color: #e5e5e5;
    border-radius: 9999px;
  }
}
.p-top-message__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background-color: #9db6c0;
  transition: width 0.3s ease;
}
.p-top-message__slider-wrap {
  padding-left: max(clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem), (100% - 1240px) / 2);
  margin-top: clamp(1.5rem, 0.93rem + 1.19vw, 2rem);
}
@media (width <= 1240px) {
  .p-top-message__slider-wrap {
    padding-right: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-message__slider-wrap {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    padding-left: 5.33vw;
    margin-top: 6.4vw;
  }
}
.p-top-message__empty {
  margin-top: clamp(1.5rem, 0.93rem + 1.19vw, 2rem);
  padding-block: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
@media (max-width: 1240px) {
  .p-top-message__empty {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-top-message__empty {
    padding-inline: 6.4vw;
  }
}
@media (max-width: 767px) {
  .p-top-message__empty {
    padding-block: 8.53vw;
    margin-top: 6.4vw;
    font-size: 3.73vw;
  }
}
.p-top-message__splide {
  overflow: visible;
}
.p-top-message__slide {
  flex-shrink: 0;
  width: clamp(27.421875rem, 16.98rem + 21.76vw, 36.5625rem);
}
@media (max-width: 767px) {
  .p-top-message__slide {
    width: 74.67vw;
  }
}
.p-top-message__card {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .p-top-message__card {
    gap: 4.27vw;
  }
}
@media (any-hover: hover) {
  .p-top-message__card:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-message__card-image {
  position: relative;
  aspect-ratio: 585/295;
  overflow: hidden;
}
.p-top-message__card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-message__card-info {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
}
@media (max-width: 767px) {
  .p-top-message__card-info {
    gap: 3.2vw;
  }
}
.p-top-message__card-title {
  margin: 0;
  font-size: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  color: #2f74b5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__card-title {
    font-size: 4.27vw;
  }
}
.p-top-message__interview-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.515625rem, 2.18rem + 2.79vw, 4.6875rem);
  height: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
  cursor: pointer;
  background: none;
  border: 1px solid #9db6c0;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .p-top-message__interview-nav-btn {
    width: 14.93vw;
    height: 8.53vw;
  }
}
@media (any-hover: hover) {
  .p-top-message__interview-nav-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-message__interview-cards {
  display: flex;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  overflow-x: auto;
  scrollbar-width: none;
}
.p-top-message__interview-cards::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .p-top-message__interview-cards {
    gap: 4.27vw;
  }
}
.p-top-message__interview-card {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: clamp(14.0625rem, 8.71rem + 11.16vw, 18.75rem);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .p-top-message__interview-card {
    width: 69.33vw;
  }
}
@media (any-hover: hover) {
  .p-top-message__interview-card:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.p-top-message__interview-card-image {
  position: relative;
  aspect-ratio: 585/329;
  overflow: hidden;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .p-top-message__interview-card-image {
    aspect-ratio: 585/329;
  }
}
.p-top-message__interview-card-img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.p-top-message__interview-card-body {
  display: flex;
  flex-direction: column;
  gap: clamp(0.375rem, 0.23rem + 0.3vw, 0.5rem);
  padding: clamp(0.5625rem, 0.35rem + 0.45vw, 0.75rem) 0 0;
}
@media (max-width: 767px) {
  .p-top-message__interview-card-body {
    gap: 1.6vw;
    padding: 2.67vw 0 0;
  }
}
.p-top-message__interview-card-title {
  font-family: var(--font-primary);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  color: #2f74b5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__interview-card-title {
    font-size: 4.8vw;
  }
}
.p-top-message__card-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-message__card-details {
    gap: 2.13vw;
  }
}
.p-top-message__card-meta {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
}
@media (max-width: 767px) {
  .p-top-message__card-meta {
    gap: 2.13vw;
  }
}
.p-top-message__card-meta-row {
  display: flex;
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-message__card-meta-row {
    gap: 2.13vw;
  }
}
.p-top-message__card-name, .p-top-message__card-year, .p-top-message__card-position {
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-top-message__card-name, .p-top-message__card-year, .p-top-message__card-position {
    font-size: 3.47vw;
  }
}
.p-top-message__card-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  line-height: 0;
}
.p-top-message__card-arrow svg {
  width: clamp(2.4375rem, 1.51rem + 1.93vw, 3.25rem);
  height: clamp(2.8125rem, 1.74rem + 2.23vw, 3.75rem);
}
@media (max-width: 767px) {
  .p-top-message__card-arrow svg {
    width: 9.6vw;
    height: 11.73vw;
  }
}
.p-top-message__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.5625rem, 2.21rem + 2.83vw, 4.75rem);
}
@media (max-width: 767px) {
  .p-top-message__btn-wrap {
    margin-top: 14.93vw;
  }
}
.p-top-message__btn {
  gap: clamp(1.03125rem, 0.64rem + 0.82vw, 1.375rem);
}
@media (max-width: 767px) {
  .p-top-message__btn {
    gap: 5.87vw;
  }
}