@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.c-title-52 {
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-44 {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-36 {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-32 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-title-20 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}

.c-title-14 {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-title-16 {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-title-20n {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

.c-title-24 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-title-24n {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-desc-12 {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.c-desc-14 {
  font-size: 1.4rem;
  line-height: 3rem;
}

.c-desc-16 {
  font-size: 1.6rem;
  line-height: 3rem;
}

.c-desc-14-25 {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

.c-desc-16-40 {
  font-size: 1.6rem;
  line-height: 2.5;
}

@media print, screen and (min-width: 768px) {
  .pc\:c-title-44 {
    font-size: 4.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 6rem;
  }
  .pc\:c-title-36 {
    font-size: 4.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 6rem;
  }
  .pc\:c-title-20 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .pc\:c-desc-12 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .sp\:c-title-24 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4583333333;
  }
  .sp\:c-title-20 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sp\:c-title-16 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
  }
  .sp\:c-title-14 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sp\:c-desc-12 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .sp\:c-desc-10 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .sp\:c-desc-14-25 {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
  .sp\:c-desc-14-35 {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .sp\:c-title-32 {
    font-size: 3.2rem;
  }
  .sp\:c-title-28 {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
  .sp\:c-desc-14 {
    font-size: 1.4rem;
  }
  .sp\:c-desc-16-40 {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.card {
  will-change: transform;
  transform-style: preserve-3d;
}
.card * {
  box-sizing: initial;
}

.card-wrapper:hover {
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  translate: calc((var(--ratiox) - 0.5) * -5%) calc((var(--ratioy) - 0.5) * -5%);
  background-color: #eee;
}

.card-wrapper .color {
  z-index: 4;
}

.card-wrapper .highlight {
  z-index: 3;
}

.card-wrapper:hover > .highlight {
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.65) 20%, rgba(0, 0, 0, 0.5) 90%);
  mix-blend-mode: overlay;
}

.color {
  mix-blend-mode: color-dodge;
  display: grid;
}

.card-wrapper:hover > .color {
  background-image: url("https://drive.google.com/uc?export=view&id=1ZDJdJX1eWTqg3rTkkqDWZPMm3wvyQMkP"), repeating-linear-gradient(0deg, rgb(255, 119, 115) 5%, rgb(255, 237, 95) 10%, rgb(168, 255, 95) 15%, rgb(131, 255, 247) 20%, rgb(120, 148, 255) 25%, rgb(216, 117, 255) 30%, rgb(255, 119, 115) 35%), repeating-linear-gradient(133deg, #0e152e 0%, hsl(180, 10%, 60%) 3.8%, hsl(180, 29%, 66%) 4.5%, hsl(180, 10%, 60%) 5.2%, #0e152e 10%, #0e152e 12%), radial-gradient(farthest-corner circle at var(--mx) var(--my), rgba(0, 0, 0, 0.1) 12%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.25) 120%);
  background-blend-mode: difference, hue, hard-light;
  background-size: 25% 20%, 200% 700%, 300% 100%, 200% 100%;
  background-position: center, 0% var(--posy), var(--posx) var(--posy), var(--posx) var(--posy);
  filter: brightness(0.75) contrast(2.5) saturate(0.75);
}

.card-wrapper:hover > .color::after {
  content: "";
  background-size: 25% 20%, 200% 400%, 195% 100%, 200% 100%;
  background-position: center, 0% var(--posy), calc(var(--posx) * -1) calc(var(--posy) * -1), var(--posx) var(--posy);
  filter: brightness(1.2) contrast(1) saturate(1.75);
  mix-blend-mode: exclusion;
  background-image: url("https://drive.google.com/uc?export=view&id=1ZDJdJX1eWTqg3rTkkqDWZPMm3wvyQMkP"), repeating-linear-gradient(0deg, rgb(255, 119, 115) 5%, rgb(255, 237, 95) 10%, rgb(168, 255, 95) 15%, rgb(131, 255, 247) 20%, rgb(120, 148, 255) 25%, rgb(216, 117, 255) 30%, rgb(255, 119, 115) 35%), repeating-linear-gradient(133deg, #0e152e 0%, hsl(180, 10%, 60%) 3.8%, hsl(180, 29%, 66%) 4.5%, hsl(180, 10%, 60%) 5.2%, #0e152e 10%, #0e152e 12%), radial-gradient(farthest-corner circle at var(--mx) var(--my), rgba(0, 0, 0, 0.1) 12%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.25) 120%);
  background-blend-mode: difference, hue, hard-light;
}

/*形を整える*/
.card {
  border-radius: 4.5%/3.5%;
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.card-wrapper {
  aspect-ratio: 0.716;
  display: grid;
  height: calc(100% - 32px);
  max-width: 100%;
  place-items: center;
  position: absolute;
  will-change: filter;
  transform-style: preserve-3d;
}
.card-wrapper > * {
  will-change: filter;
}

/*

.card-wrapper {
  position: relative;
  @include media-pc {
    transition: transform 0.1s ease;
  }
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    transform: translateZ(0);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    // background-color: rgba(#eee, 0.5);
    opacity: 0.6;
    @include media-sp {
      // display: none;
    }
  }
}

.card-wrapper {
  @include media-pc {
    transform: rotateX(var(--rx)) rotateY(var(--ry));
    translate: calc((var(--ratiox) - 0.75) * -5%) calc((var(--ratioy) - 0.75) * -5%);
    &:hover {
      background-color: #eee;
    }
  }
}

@include media-pc {
.card-wrapper:hover > .highlight {

  background: radial-gradient(
    circle at var(--mx) var(--my),
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.65) 20%,
    rgba(0, 0, 0, 0.5) 90%
  );
  mix-blend-mode: overlay;
}
  }


.color {
  display: grid;
}
@include media-pc {

.card-wrapper:hover > .color {
  mix-blend-mode: color-dodge;
}

.card-wrapper:hover > .color {
  // background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22500%22%20height%3D%22500%22%3E%3Cfilter%20id%3D%22n%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%22.7%22%20numOctaves%3D%2210%22%20stitchTiles%3D%22stitch%22%2F%3E%3C%2Ffilter%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20fill%3D%22%23eeeeee%22%2F%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20filter%3D%22url(%23n)%22%20opacity%3D%220.3%22%2F%3E%3C%2Fsvg%3E'),
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCI+CjxmaWx0ZXIgaWQ9Im4iPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjciIG51bU9jdGF2ZXM9IjEwIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIj48L2ZlVHVyYnVsZW5jZT4KPC9maWx0ZXI+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWxsPSIjMDAwIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWx0ZXI9InVybCgjbikiIG9wYWNpdHk9IjAuMyI+PC9yZWN0Pgo8L3N2Zz4="),
    repeating-linear-gradient(
      0deg,
      rgb(255, 119, 115) 5%,
      rgba(255, 237, 95, 1) 10%,
      rgba(168, 255, 95, 1) 15%,
      rgba(131, 255, 247, 1) 20%,
      rgba(120, 148, 255, 1) 25%,
      rgb(216, 117, 255) 30%,
      rgb(255, 119, 115) 35%
    ),
    repeating-linear-gradient(
      133deg,
      #0e152e 0%,
      hsl(180, 10%, 60%) 3.8%,
      hsl(180, 29%, 66%) 4.5%,
      hsl(180, 10%, 60%) 5.2%,
      #0e152e 10%,
      #0e152e 12%
    ),
    radial-gradient(
      farthest-corner circle at var(--mx) var(--my),
      rgba(0, 0, 0, 0.1) 12%,
      rgba(0, 0, 0, 0.15) 20%,
      rgba(0, 0, 0, 0.25) 120%
    );
  background-blend-mode: screen, hue, hard-light;
  background-size:
    500px 100%,
    200% 700%,
    300% 100%,
    200% 100%;
  background-position:
    center,
    0% var(--posy),
    var(--posx) var(--posy),
    var(--posx) var(--posy);
  filter: brightness(0.8) contrast(2.95) saturate(0.5);
}

.card-wrapper:hover > .color::after {
  content: "";
  grid-area: 1/1;
  background-image: radial-gradient(
    farthest-corner ellipse at calc(((var(--mx)) * 0.5) + 25%) calc(((var(--my)) * 0.5) + 25%),
    rgb(255, 255, 255) 5%,
    rgba(55, 0, 55, 0.6) 25%,
    rgb(55, 55, 55) 90%
  );
  background-size:
    500px 100%,
    200% 400%,
    195% 100%,
    200% 100%;
  background-position:
    center,
    0% var(--posy),
    calc(var(--posx) * -1) calc(var(--posy) * -1),
    var(--posx) var(--posy);
  filter: brightness(1) contrast(2.5) saturate(1.75);
  mix-blend-mode: soft-light;
}

.card-wrapper:hover > .color::after {
  // background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22500%22%20height%3D%22500%22%3E%3Cfilter%20id%3D%22n%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%22.7%22%20numOctaves%3D%2210%22%20stitchTiles%3D%22stitch%22%2F%3E%3C%2Ffilter%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20fill%3D%22%23eeeeee%22%2F%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20filter%3D%22url(%23n)%22%20opacity%3D%220.3%22%2F%3E%3C%2Fsvg%3E'),
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCI+CjxmaWx0ZXIgaWQ9Im4iPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjciIG51bU9jdGF2ZXM9IjEwIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIj48L2ZlVHVyYnVsZW5jZT4KPC9maWx0ZXI+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWxsPSIjMDAwIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWx0ZXI9InVybCgjbikiIG9wYWNpdHk9IjAuMyI+PC9yZWN0Pgo8L3N2Zz4="),
    repeating-linear-gradient(
      0deg,
      rgb(255, 119, 115) 5%,
      rgba(255, 237, 95, 1) 10%,
      rgba(168, 255, 95, 1) 15%,
      rgba(131, 255, 247, 1) 20%,
      rgba(120, 148, 255, 1) 25%,
      rgb(216, 117, 255) 30%,
      rgb(255, 119, 115) 35%
    ),
    repeating-linear-gradient(
      133deg,
      #0e152e 0%,
      hsl(180, 10%, 60%) 3.8%,
      hsl(180, 29%, 66%) 4.5%,
      hsl(180, 10%, 60%) 5.2%,
      #0e152e 10%,
      #0e152e 12%
    ),
    radial-gradient(
      farthest-corner circle at var(--mx) var(--my),
      rgba(0, 0, 0, 0.1) 12%,
      rgba(0, 0, 0, 0.15) 20%,
      rgba(0, 0, 0, 0.25) 120%
    );
  background-blend-mode: screen, hue, hard-light;
}
}
.card {
  border-radius: 1rem;
  // box-shadow: 0 10px 20px -5px #000;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}

*/
.c-section-title {
  font-size: 4.8rem;
  font-weight: bold;
  color: var(--accent1);
  line-height: 1.4583333333;
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: 2.8rem;
    line-height: 40/28;
  }
}

.c-section-bar {
  width: 9rem;
  height: 1rem;
  background-color: #e2e2e2;
  margin: 0 auto 0;
  position: relative;
  top: 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .c-section-bar {
    width: 7rem;
    height: 0.5rem;
  }
}

.c-ball {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.c-ball--1_1 {
  width: 29.7rem;
}
@media (max-width: 767px) {
  .c-ball--1_1 {
    width: 17.9rem;
  }
}
.c-ball--1_2 {
  width: 16.3rem;
}
@media (max-width: 767px) {
  .c-ball--1_2 {
    width: 10.4rem;
  }
}
.c-ball--2_1 {
  width: 6.8rem;
}
@media (max-width: 767px) {
  .c-ball--2_1 {
    width: 7.7rem;
  }
}
.c-ball--2_2 {
  width: 10.2rem;
}
@media (max-width: 767px) {
  .c-ball--2_2 {
    width: 3.2rem;
  }
}
.c-ball--2_3 {
  width: 4.3rem;
}

.c-ruby {
  font-weight: bold;
  font-family: var(--font-en);
  color: var(--accent2);
  font-size: 2rem;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .c-ruby {
    font-size: 1.4rem;
  }
}
.c-ruby::before {
  content: "";
  background-color: currentColor;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: -0.2em;
}
@media (max-width: 767px) {
  .c-ruby::before {
    top: -0.1em;
    margin-right: 0.5rem;
  }
}

.c-bg {
  pointer-events: none;
  position: fixed;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.c-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-bg-mark {
  pointer-events: none;
  position: fixed;
  z-index: 5;
  inset: 3.1rem 3.25rem auto auto;
  width: 97.2rem;
  animation: rotation 90s linear infinite;
}

.c-mv-menu {
  position: absolute;
  top: 13.9rem;
  right: 6rem;
  width: fit-content;
  height: fit-content;
  z-index: 3;
}
.c-mv-menu__link {
  font-weight: bold;
  width: fit-content;
  display: block;
  margin-left: auto;
  line-height: 4.2rem;
  margin-bottom: 0.8rem;
  transition: 0.8s;
}
.c-mv-menu__link:hover {
  opacity: 0.5;
}

.c-headline {
  display: flex;
  gap: 3.6rem;
  align-items: baseline;
}
.c-headline__title {
  font-size: 11rem;
  line-height: 1;
  font-family: var(--font-en);
  font-weight: 900;
  letter-spacing: 0.05em;
}
.c-headline__subtitle {
  font-size: 2.8rem;
  font-weight: bold;
  stroke-linejoin: 8rem;
}

.c-button-list {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-button-list {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.c-more {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  width: fit-content;
  font-weight: bold;
}
.c-more__icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  background-color: var(--accent1);
  transition: 0.4s;
  transform-origin: center right;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.c-more__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #fff;
  transition: 0.4s;
}
.c-more__icon::after {
  transition: 0.4s;
  transition-delay: 0.4s;
  content: "";
  position: absolute;
  inset: 0;
  scale: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: var(--accent1);
  z-index: 2;
}
.c-more__icon--inverse {
  background-color: #fff;
}
.c-more__icon--inverse::before {
  background-color: var(--accent1);
}
.c-more__icon--inverse::after {
  background-color: #fff;
}

.c-icon {
  --icon-color: linear-gradient(145deg, #a4bff6 0%, #0e50d4 100%);
  --icon-before-bg: var(--accent1);
  --icon-after-bg: #fff;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background: var(--icon-color);
  transition: 0.4s;
  transform-origin: center right;
  z-index: 1;
  position: relative;
}
.c-icon svg {
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
}

.c-hover-icon {
  --icon-hover-color: #fff;
  --icon-hover-before-bg: var(--accent1);
}
.c-hover-icon:hover .c-icon {
  background-color: var(--icon-hover-color);
}
.c-hover-icon:hover .c-icon::before {
  scale: 0;
}
.c-hover-icon:hover .c-icon::after {
  scale: 1;
}

.c-button {
  --button-text-color: #fff;
  --button-color: var(--accent1);
  --button-before-bg: #fff;
  --button-hover-text-color: var(--accent1);
  --button-hover-icon-color: #fff;
  width: 27rem;
  height: 6rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  padding-left: 3.5rem;
  font-weight: bold;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 50px;
  color: var(--button-text-color);
  background-color: var(--button-color);
  border: 2px solid currentColor;
  box-shadow: inset 0 0 15px var(--accent2);
}
@media (max-width: 767px) {
  .c-button {
    width: 25rem;
    height: 5.4rem;
    padding: 0.8rem 1rem 1rem 2.5rem;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--button-before-bg);
  transition: transform ease 0.5s;
  transform: scaleX(0);
  transform-origin: center right;
}
.c-button__icon {
  --icon-color: linear-gradient(145deg, #a4bff6 0%, #0e50d4 100%);
  --icon-before-bg: var(--accent1);
  --icon-after-bg: #fff;
  position: absolute;
  inset: 0 1.3rem 0 auto;
  margin: auto 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background: var(--icon-color);
  transition: 0.4s;
  transform-origin: center right;
  z-index: 1;
}
.c-button__icon svg {
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
}
@media (max-width: 767px) {
  .c-button__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    right: 1rem;
  }
}
.c-button__icon--inverse {
  --icon-color: var(--accent1);
  --icon-before-bg: var(--accent1);
  --icon-after-bg: #fff;
}
.c-button__icon--inverse .c-button__icon svg {
  color: var(--accent1);
}
.c-button__icon--back {
  --icon-color: #ccc;
  --icon-before-bg: #fff;
  --icon-after-bg: #ccc;
}
.c-button--ml {
  width: 32rem;
}
.c-button__text {
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.c-button--back {
  --button-color: #f8f8f8;
  --button-before-bg: #cccccc;
}
.c-button--inverse {
  --button-text-color: var(--accent1);
  --button-color: #f3f3f3;
  --button-before-bg: var(--accent1);
  --button-hover-text-color: #f3f3f3;
  --button-hover-icon-color: var(--accent1);
  box-shadow: inset 0 0 15px #fff;
}
.c-button--inverse .c-button__icon {
  --icon-color: linear-gradient(145deg, #fff 0%, #f3f3f3 100%);
  --icon-after-bg: var(--accent1);
  --icon-before-bg: #f3f3f3;
}
.c-button--inverse .c-button__icon svg {
  color: var(--accent1);
}
@media print, screen and (min-width: 768px) {
  .c-button:hover {
    transition: 0.7s;
    color: var(--button-hover-text-color);
  }
  .c-button:hover::before {
    transform: scaleX(1);
    transform-origin: center left;
  }
  .c-button:hover .c-button__text {
    color: var(--button-hover-text-color);
  }
  .c-button:hover .c-button__icon {
    color: var(--button-hover-icon-color);
    transform-origin: center left;
    scale: 1.05;
    transform: translate(3px, 0);
  }
}
.c-button.is-active {
  color: #fff;
}
.c-button.is-active::before {
  transform: scaleX(1);
  transform-origin: center left;
}
.c-button--header-cta {
  width: 21rem;
  height: 5rem;
  box-shadow: inset 0 0 15px var(--accent2);
  padding: 0 1rem;
  justify-content: center;
}
.c-button--header-cta:hover .c-button__icon::before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
}
.c-button--header-cta:hover .c-button__icon::after {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 100%;
}
.c-button input[type=button],
.c-button input[type=submit],
.c-button button {
  position: absolute;
  inset: 0;
  margin: auto;
  appearance: none;
  border: 0;
  background-color: transparent;
  padding-left: 2.5rem;
  color: inherit;
  text-align: left;
  z-index: 10;
}
.c-button input[type=button] + .c-button__icon,
.c-button input[type=submit] + .c-button__icon {
  position: absolute;
  right: 2.5rem;
}

.c-member-card {
  border-radius: 20px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  padding: 3rem 3rem 2.2rem;
  width: 37.3rem;
  min-height: 49.6rem;
  display: block;
}
.c-member-card__image {
  width: 100%;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.c-member-card__image.is-active img:nth-child(1) {
  transition: 0.6s;
  width: 0;
}
.c-member-card__image img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.c-member-card__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 6.4rem;
}
.c-member-card__footer {
  margin-top: 1rem;
  border-top: 1px solid var(--color-blue);
  padding-top: 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.c-member-card__name1 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-member-card__name2 {
  font-size: 1.4rem;
  line-height: 2;
}
.c-member-card__name3 {
  font-size: 1.4rem;
  line-height: 2;
}
.c-works-card {
  border-radius: 20px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  padding: 3rem 3rem 2.2rem;
  width: 37.3rem;
  min-height: 49.6rem;
  display: block;
}
.c-works-card__image {
  padding: 2rem;
  width: 100%;
  height: 20rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5rem;
}
.c-works-card__image img {
  margin: auto;
}
.c-works-card__tags {
  margin-bottom: 0.8rem;
  display: flex;
  gap: 1rem;
}
.c-works-card__tag {
  width: fit-content;
  padding: 0 1.2rem;
  border-radius: 43px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  height: 2.1rem;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-blue);
}
.c-works-card__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 9rem;
}
.c-works-card__footer {
  margin-top: 1rem;
  border-top: 1px solid var(--color-blue);
  padding-top: 3.2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-works-card__name {
  font-size: 1.4rem;
}
.c-interview-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media (max-width: 767px) {
  .c-interview-card-list {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}

.c-interview-card {
  width: 100%;
}
.c-interview-card:hover .c-interview-card__image img {
  scale: 1.05;
}
.c-interview-card__meta-value {
  font-weight: bold;
  color: var(--accent2);
}
@media (max-width: 767px) {
  .c-interview-card__meta-value {
    font-size: 1.4rem;
  }
}
.c-interview-card__tag {
  background-color: var(--accent1) !important;
}
@media (max-width: 767px) {
  .c-interview-card__tag {
    font-size: 1.4rem;
  }
}
.c-interview-card__meta {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-interview-card__meta {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-interview-card__title {
  margin-top: 2.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-interview-card__title {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.c-interview-card__image {
  overflow: hidden;
  border-radius: var(--radius);
}
.c-interview-card__image img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  aspect-ratio: 603/362;
  object-fit: cover;
}

.c-news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 5rem;
}

.c-news {
  min-height: 17.8rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.7rem 2.5rem 2.3rem;
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 3.5rem;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-news {
    border-radius: 1.5rem;
    min-height: 100%;
    padding: 1rem;
    gap: 1.5rem;
    grid-template-columns: 11.3rem 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  .c-news:hover {
    opacity: 0.8;
  }
  .c-news:hover .c-news__icon {
    transform: translate(10px, 0);
  }
}
.c-news .c-icon {
  --size: 2.4rem;
}
.c-news__image {
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-news__image {
    border-radius: 1rem;
  }
}
.c-news__image img {
  width: 100%;
  height: 12.8rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-news__image img {
    height: 8.2rem;
  }
}
.c-news__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .c-news__meta {
    margin-bottom: 0.5rem;
  }
}
.c-news__date {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--font-en);
  color: #cccccc;
}
.c-news__category {
  background-color: var(--accent2);
  padding: 0.1rem 1rem 0.2rem 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
.c-news__title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 2rem;
  font-weight: 400;
  font-weight: bold;
  overflow-wrap: anywhere;
  max-width: 27.8rem;
}
@media (max-width: 767px) {
  .c-news__title {
    font-size: 1.2rem;
    max-width: 15.6rem;
  }
}
.c-news__icon {
  transition: 0.5s;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background: linear-gradient(to right, #a4bff6 0%, #0e50d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0 2.5rem 0 auto;
  margin: auto;
}
@media (max-width: 767px) {
  .c-news__icon {
    inset: 0 1rem 0 auto;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-news__icon svg {
  color: #fff;
  width: 1rem;
  height: 0.7rem;
}

.c-column-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
}

.c-column {
  border-radius: 20px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  padding: 3rem 1.85rem 3rem 3.8rem;
  display: block;
  min-height: 16rem;
}
.c-column:hover .c-column__image img {
  scale: 1.15;
}
.c-column__image {
  width: 14rem;
  height: 9.4rem;
  overflow: hidden;
}
.c-column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.c-column__row {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 2.6rem;
}
.c-column__meta {
  display: flex;
  line-height: 1;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.c-column__date {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
}
.c-column__tag {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  background-color: var(--color-blue);
  border-radius: 0.3rem;
  color: #fff;
  line-height: 1;
}
.c-column__title {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-toggle-item {
  border-radius: 3.5rem;
  background-color: #fff;
  padding: 4rem 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-toggle-item {
    border-radius: var(--radius);
    padding: 0 1.5rem;
    margin-bottom: 3.5rem;
  }
}
.c-toggle-item:last-child {
  margin-bottom: 0;
}
.c-toggle-item__title {
  display: flex;
  color: var(--accent);
  padding-right: 3.7rem;
  gap: 3.2rem;
  font-weight: bold;
  font-size: 2.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.828%22%20height%3D%2215.477%22%20viewBox%3D%220%200%2024.828%2015.477%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_329801%22%20data-name%3D%22%E3%83%91%E3%82%B9%20329801%22%20d%3D%22M0%2C0C.9.78%2C11.019%2C11.121%2C11.019%2C11.121L22.1%2C0%22%20transform%3D%22translate(1.312%201.509)%22%20fill%3D%22none%22%20stroke%3D%22%231c49a3%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: right 0 center;
  transition: 0.3s;
  line-height: 4rem;
  color: var(--accent1);
}
.c-toggle-item__title::before {
  content: "Q.";
  align-self: start;
  position: relative;
  font-family: var(--font-en);
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: currentColor;
}
@media (max-width: 767px) {
  .c-toggle-item__title::before {
    font-size: 2.4rem;
    margin-top: 0rem;
  }
}
@media (max-width: 767px) {
  .c-toggle-item__title {
    padding: 2rem 1.5rem 2rem 0;
    font-size: 1.6rem;
    line-height: 2.5rem;
    gap: 0.5rem;
    background-size: 1.1rem;
  }
}
.c-toggle-item__title.is-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.828%22%20height%3D%2215.477%22%20viewBox%3D%220%200%2024.828%2015.477%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_67111%22%20data-name%3D%22%E3%83%91%E3%82%B9%2067111%22%20d%3D%22M0%2C11.121C.9%2C10.341%2C11.019%2C0%2C11.019%2C0L22.1%2C11.121%22%20transform%3D%22translate(1.312%202.846)%22%20fill%3D%22none%22%20stroke%3D%22%230c4995%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.c-toggle-item__body {
  padding-left: 6.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-toggle-item__body {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-toggle-item__body > p {
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-toggle-item__body > p {
    padding: 0 0.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .c-toggle-item__body::before {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    position: static;
    display: block;
    margin: 2rem 0 1rem;
    font-size: 2rem;
  }
}

.c-topic-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media (max-width: 767px) {
  .c-topic-list {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }
}

.c-topic:hover .c-topic__body {
  filter: brightness(0.8);
}
.c-topic:hover .c-topic__image {
  scale: 0.95;
}
.c-topic:hover .c-topic__image img {
  scale: 1.05;
}
.c-topic__inner {
  display: grid;
  grid-template-columns: 27rem 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .c-topic__inner {
    gap: 1.5rem;
    grid-template-columns: 47% 50%;
  }
}
.c-topic__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-topic__title {
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
  }
}
.c-topic__body {
  transition: 0.4s;
}
.c-topic__image {
  overflow: hidden;
  border-radius: 1rem;
  transition: 0.4s;
}
.c-topic__image img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-topic__image img {
    height: 10rem;
  }
}
.c-topic__date {
  margin-bottom: 0.5rem;
  color: var(--color-smoke);
  font-weight: bold;
  font-family: var(--font-en);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-topic__date {
    font-size: 1rem;
  }
}
.c-topic__meta {
  color: var(--color-smoke);
  font-weight: bold;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .c-topic__meta {
    font-size: 1rem;
  }
}
.c-topic__labels-title {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  font-weight: bold;
  color: var(--color-smoke);
}
@media (max-width: 767px) {
  .c-topic__labels-title {
    font-size: 1rem;
  }
}
.c-topic__label {
  color: var(--color-smoke);
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 14.4rem;
  height: 2rem;
  border: solid 1px;
  padding: 0 2rem;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-topic__label {
    font-size: 1rem;
    min-width: 9.4rem;
    padding: 0 0.5rem;
    height: 1.5rem;
  }
}

.c-anim-roll__child {
  position: relative;
  overflow: hidden;
}
.c-anim-roll span {
  display: block;
}
.c-anim-roll span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
@media (hover: hover) and (pointer: fine) {
  .c-anim-roll span {
    transition: transform 0.6s;
  }
}
.c-anim-roll:hover span:nth-child(1) {
  transition: transform 0.6s;
  transform: translate3d(0, -100%, 0);
}
.c-anim-roll:hover span:nth-child(2) {
  transition: transform 0.7s;
  transform: translateZ(0);
}

@media (max-width: 767px) {
  .c-article {
    max-width: 16.3rem;
  }
}
.c-article:hover .c-article__image img {
  scale: 1.07;
}
.c-article__date {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .c-article__date {
    margin-bottom: 1rem;
  }
}
.c-article__image {
  margin-bottom: 1.5rem;
  aspect-ratio: 375/210;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .c-article__image {
    border-radius: 0.5rem;
  }
}
.c-article__image img {
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-article__tag {
  border: solid var(--accent2) 1px;
  border-radius: 0.5rem;
  width: fit-content;
  padding: 0.1rem 1rem 0rem;
}
.c-article__title {
  margin-bottom: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-article__title {
    font-size: 1.2rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-article--sidelong .c-article__image {
    height: 16.3rem;
  }
  .c-article--sidelong .c-article__inner {
    display: grid;
    grid-template-columns: 29rem 30rem;
    grid-template-areas: "image date" "image title" "image tags" "image .";
    grid-template-rows: auto;
    gap: 0 2.5rem;
  }
  .c-article--sidelong .c-article__image {
    grid-area: image;
    margin-bottom: 0;
  }
  .c-article--sidelong .c-article__date {
    grid-area: date;
    align-self: start;
    padding: 1rem 0 0;
    margin-bottom: 1rem;
  }
  .c-article--sidelong .c-article__title {
    grid-area: title;
  }
  .c-article--sidelong .c-article__tags {
    grid-area: tags;
  }
}
@media (max-width: 767px) {
  .c-article--sidelong .c-article__date {
    margin-bottom: 1rem;
  }
  .c-article--sidelong .c-article__image {
    border-radius: 0.5rem;
  }
  .c-article--sidelong .c-article__title {
    font-size: 1.2rem !important;
    margin-bottom: 1rem;
  }
}

.c-filter {
  padding: 2.5rem 5rem;
  display: flex;
  align-items: center;
}
.c-filter__title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  font-family: var(--font-en);
  margin-right: 3.5rem;
  display: flex;
  align-items: center;
}
.c-filter__title::after {
  margin-left: 3.5rem;
  content: "";
  width: 2px;
  height: 5rem;
  background-color: var(--color-smoke);
  display: block;
}
.c-filter__list {
  display: flex;
  gap: 3.5rem;
  flex-wrap: wrap;
}
.c-filter__item {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-smoke);
  transition: 0.4s;
  position: relative;
}
.c-filter__item::after {
  transition: 0.4s;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.5rem;
  background-color: currentColor;
  transform: scaleX(0);
}
.c-filter__item.is-active {
  color: var(--accent1);
}
.c-filter__item.is-active::after {
  transform: scaleX(1);
}
.c-filter__item:hover {
  color: var(--accent1);
}
.c-filter__item:hover::after {
  transform: scaleX(1);
}

.c-heading {
  font-weight: bold;
}
.c-heading--xl {
  font-size: 5.6rem;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-heading--xl {
    font-size: 3rem;
  }
}
.c-heading--l {
  font-size: 5.2rem;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-heading--l {
    font-size: 2.8rem;
  }
}
.c-heading--m {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .c-heading--m {
    font-size: 2.4rem;
  }
}
.c-heading--sm {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-heading--sm {
    font-size: 2rem;
  }
}
.c-heading--s {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-heading--s {
    font-size: 1.6rem;
  }
}
.c-subtitle {
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  color: var(--accent1);
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-subtitle {
    font-size: 1.6rem;
  }
}
.c-subtitle--2 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-subtitle--2 {
    font-size: 1.2rem;
  }
}

.c-date {
  color: #cccccc;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: bold;
}
.c-navi {
  font-size: 2rem;
  color: var(--navi-color);
}
@media (max-width: 767px) {
  .c-navi {
    font-size: 1.6rem;
  }
}

.c-desc {
  font-size: 1.6rem;
  line-height: 2.5;
}

.c-text {
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media (max-width: 767px) {
  .c-text {
    font-size: 1.4rem;
    line-height: 1.5625;
  }
}
.c-text--s {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .c-text--s {
    font-size: 1.2rem;
  }
}

.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.c-tag {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.5rem;
  width: fit-content;
  padding: 0.1rem 1rem 0.1rem;
  background-color: var(--accent2);
}
.c-tag.is-active {
  color: #fff;
  border: solid #fff 1px;
  background-color: var(--accent2);
}
@media (max-width: 767px) {
  .c-tag {
    white-space: nowrap;
  }
}

.c-label {
  font-size: 1.2rem;
}

.c-separate {
  border-bottom: var(--color-gray) 1px solid;
  max-width: 126.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-separate {
    border-bottom: var(--color-gray) 1px solid;
  }
}

.c-tabs {
  display: grid;
  grid-template-columns: repeat(4, 15rem);
  gap: 0.5rem;
  background-color: var(--gray);
  width: fit-content;
  padding: 0.5rem;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .c-tabs--sp4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-tabs--2 {
  grid-template-columns: repeat(2, 24.2rem);
}
@media (max-width: 767px) {
  .c-tabs--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-tabs--player-detail {
  grid-template-columns: repeat(2, 20rem);
}
@media (max-width: 767px) {
  .c-tabs--player-detail {
    grid-template-columns: repeat(2, 15rem);
  }
}

.c-tab {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  height: 5rem;
  font-weight: bold;
  text-align: center;
  color: #afafaf;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .c-tab {
    height: 4rem;
    font-size: 1.6rem;
  }
}
.c-tab.is-active {
  color: var(--color-black);
  background-color: #fff;
}
.c-tab--s {
  height: 4rem;
  font-size: 1.6rem;
}
.c-tab--s.is-active {
  color: #fff;
  background-color: var(--accent2);
}

.c-block-title {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-block-title {
    font-size: 1.6rem;
  }
}
.c-block-title::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: var(--accent1);
  margin-right: 1.5rem;
  display: block;
}
@media (max-width: 767px) {
  .c-block-title::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
}

.c-data-table dl {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-data-table dl {
    display: grid;
    grid-template-columns: 32.5rem 1fr;
  }
}
.c-data-table dl:first-child dt {
  padding-top: 0;
}
.c-data-table dl:last-child {
  border-bottom: 0;
}
.c-data-table dl:last-child dt,
.c-data-table dl:last-child dd {
  padding-bottom: 0;
}
.c-data-table dt {
  padding: 3rem 1rem 2.4rem 6.3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-data-table dt {
    font-size: 1.4rem;
    padding: 1.5rem 0 1rem 0;
  }
}
.c-data-table dd {
  padding: 2.4rem 6.3rem 2.4rem 0;
  line-height: 3.5rem;
}
@media (max-width: 767px) {
  .c-data-table dd {
    padding: 0 0 1.5rem 0;
    font-size: 1.4rem;
  }
}
.c-data-table dd a {
  text-decoration: underline;
  color: var(--accent2);
}

.c-filter-select {
  width: 32.5rem;
  height: 4.5rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
  margin-left: auto;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.113%22%20height%3D%229.097%22%20viewBox%3D%220%200%2015.113%209.097%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_339320%22%20data-name%3D%22%E3%83%91%E3%82%B9%20339320%22%20d%3D%22M0%2C0C.558.486%2C6.856%2C6.919%2C6.856%2C6.919L13.749%2C0%22%20transform%3D%22translate(0.656%200.755)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: center right 2rem;
  background-position: center right 2rem;
  border: solid 1px #212121;
  background-color: #fff;
  color: #212121;
}
@media (max-width: 767px) {
  .c-filter-select {
    width: 25rem;
    background-position: center right 1.5rem;
    padding-left: 1.5rem;
  }
}

.c-requirements-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media (max-width: 767px) {
  .c-requirements-list {
    gap: 2.5rem;
  }
}

.c-requirements {
  padding: 1.5rem 7rem 1.5rem 1.5rem;
  background-color: #fff;
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 50rem 1fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .c-requirements {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-requirements:hover .c-requirements__image img {
    scale: 1.05;
  }
  .c-requirements:hover .c-icon {
    transform: translate(1rem, 0);
  }
}
.c-requirements__image {
  height: 32rem;
  overflow: hidden;
  border-radius: var(--radius);
}
@media (max-width: 767px) {
  .c-requirements__image {
    height: 20rem;
  }
}
.c-requirements__image img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-requirements__title {
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--accent1);
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .c-requirements__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.c-requirements__title span {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .c-requirements__title span {
    font-size: 1.6rem;
  }
}
.c-requirements p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-requirements__button {
  margin-top: 5rem;
  display: flex;
  gap: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: var(--accent1);
  justify-content: end;
}
@media (max-width: 767px) {
  .c-requirements__button {
    margin-top: 2.5rem;
    justify-content: center;
    gap: 1.5rem;
    font-size: 1.4rem;
    align-items: center;
  }
}

.c-pagehead {
  height: 43.5rem;
  padding: 16.5rem 0 5rem;
  position: relative;
  overflow-x: clip;
}
.c-pagehead .c-ball--1_1 {
  inset: auto auto -57rem -15rem;
}
@media (max-width: 767px) {
  .c-pagehead .c-ball--1_1 {
    inset: auto auto -38rem -20rem;
  }
}
.c-pagehead .c-ball--1_2 {
  inset: 30rem 66rem auto auto;
}
@media (max-width: 767px) {
  .c-pagehead .c-ball--1_2 {
    inset: 17rem auto auto 6rem;
  }
}
.c-pagehead .c-ball--2_1 {
  inset: 45rem 13rem auto auto;
}
@media (max-width: 767px) {
  .c-pagehead .c-ball--2_1 {
    inset: 21rem 4rem auto auto;
    width: 4rem;
  }
}
.c-pagehead .c-ball--2_2 {
  inset: 37rem auto auto -7rem;
}
@media (max-width: 767px) {
  .c-pagehead .c-ball--2_2 {
    inset: 20rem auto auto -7rem;
    width: 3.76rem;
  }
}
@media (max-width: 767px) {
  .c-pagehead {
    padding: 8.6rem 0 4rem;
    height: auto;
  }
}
.c-pagehead__scrolls {
  z-index: 0;
  display: flex;
  gap: 4em;
  position: absolute;
  inset: 17.5rem 0 auto;
  margin: auto;
  height: fit-content;
}
@media (max-width: 767px) {
  .c-pagehead__scrolls {
    gap: 3em;
    inset: 8.7rem 0 auto;
  }
}
.c-pagehead__scroll {
  font-size: 15.2rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: var(--color-white);
  font-family: var(--font-en);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-pagehead__scroll {
    font-size: 8rem;
  }
}
.c-pagehead__row {
  position: relative;
}
@media (max-width: 767px) {
  .c-pagehead__row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-pagehead__ruby {
  font-weight: bold;
  font-size: 2rem;
  font-family: var(--font-en);
  color: var(--accent2);
  position: relative;
  letter-spacing: 0.15em;
  line-height: 1.5;
  z-index: 2;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-pagehead__ruby {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.c-pagehead__ruby::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  margin-right: 1rem;
  background-color: currentColor;
  position: relative;
  top: -0.2rem;
}
@media (max-width: 767px) {
  .c-pagehead__ruby::before {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
  }
}
.c-pagehead__headline {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-pagehead__headline {
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagehead__title {
    margin-bottom: -1em;
  }
}
@media (max-width: 767px) {
  .c-pagehead__title > img {
    zoom: 0.505;
  }
}
.c-pagehead__breadcrumb {
  position: relative;
  z-index: 2;
}

.c-pagehead-box {
  padding: 9rem 6rem 3rem;
  border-radius: 5rem;
  background: #e4e9ef;
  box-shadow: inset 0 3px 15px rgba(12, 73, 149, 0.12);
  position: relative;
  height: 40rem;
}
@media (max-width: 767px) {
  .c-pagehead-box {
    height: 17.3rem;
    border-radius: 3rem;
    padding: 3.5rem 1.5rem 2.5rem;
  }
}

.c-box {
  border-radius: 5rem;
  background: #e4e9ef;
  box-shadow: inset 0 3px 15px rgba(12, 73, 149, 0.12);
  position: relative;
}
@media (max-width: 767px) {
  .c-box {
    border-radius: 3rem;
  }
}
.c-box__circle {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  overflow: hidden;
  border-radius: 5rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-box__circle {
    border-radius: 3rem;
  }
}
.c-box__circle::before {
  content: "";
  inset: auto -25% -25% auto;
  width: 112.7rem;
  height: 112.7rem;
  border-radius: 100%;
  filter: blur(16px);
  background: radial-gradient(rgba(12, 73, 149, 0.1) 0%, rgba(12, 73, 149, 0) 100%);
  position: absolute;
}
@media (max-width: 767px) {
  .c-box__circle::before {
    width: 37.5rem;
    height: 37.5rem;
    border-radius: 100%;
  }
}

.c-page-top {
  padding-top: 10.5rem;
}

.c-page-headline {
  font-family: var(--font-serif);
  color: var(--color-primary);
  margin-bottom: 2.4rem;
}
.c-page-headline__ruby {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-page-headline__title {
  font-size: 2.6rem;
  line-height: 1.5384615385;
}

.c-breadcrumb {
  font-size: 1.6rem;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 0;
    font-size: 1.2rem;
    padding: 0.2rem 0 0.2rem;
    height: 2.2rem;
    margin-left: 0;
    margin-top: 2.3rem;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__item {
  white-space: nowrap;
  color: var(--accent1);
}
.c-breadcrumb__item a {
  display: flex;
  align-items: center;
  transition: 0.4s;
  font-weight: normal;
  color: var(--accent2);
}
.c-breadcrumb__item a:hover {
  color: var(--accent1);
}
@media (max-width: 767px) {
  .c-breadcrumb__item a svg {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-breadcrumb__item a::after {
  content: "";
  transform: rotate(-45deg);
  width: 1.414rem;
  margin: 1.414rem 1.25rem 0;
  border-top: 1px solid var(--gray);
  transform-origin: 0% 0%;
}
@media (max-width: 767px) {
  .c-breadcrumb__item a::after {
    margin: 1.214rem 0.5rem 0;
  }
}
.c-breadcrumb__item:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 62rem;
}
@media (max-width: 767px) {
  .c-breadcrumb__item:last-child {
    max-width: 18rem;
  }
}
.c-breadcrumb__item:last-child a::after {
  display: none;
}

a.c-breadcrumb__item {
  text-decoration: underline;
}

.c-other-links {
  background-color: #fff;
  border-radius: 3rem;
  padding: 5rem 7rem;
}
@media (max-width: 767px) {
  .c-other-links {
    padding: 2.5rem 2rem;
  }
}
.c-other-links__title {
  font-size: 3.6rem;
  margin-bottom: 1em;
  font-weight: bold;
  color: var(--accent1);
}
@media (max-width: 767px) {
  .c-other-links__title {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
.c-other-links__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .c-other-links__buttons {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.c-other-links__button {
  width: 100%;
  height: 10rem;
  border-radius: 1rem;
  border-radius: 1rem;
  justify-content: center;
  padding-left: 0;
}
@media (max-width: 767px) {
  .c-other-links__button {
    height: 6.2rem;
  }
}
.c-other-links__button .c-button__icon {
  right: 3.2rem;
}
@media (max-width: 767px) {
  .c-other-links__button .c-button__icon {
    right: 2rem;
  }
}
.c-other-links__button .c-button__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-other-links__button .c-button__text {
    font-size: 1.6rem;
  }
}

.c-pager .prev, .c-pager .next {
  display: none;
}
.c-pager .wp-pagenavi {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-pager .wp-pagenavi {
    gap: 1rem;
  }
}
.c-pager .page-numbers {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 100%;
  letter-spacing: 0.1em;
  color: var(--accent1);
  border: solid 1px currentColor;
  font-family: var(--font-en);
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-pager .page-numbers {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
  }
}
.c-pager .page-numbers.current {
  background-color: var(--accent1);
  border: solid 2px var(--accent1);
  color: #fff;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  border: 0;
  background-color: transparent !important;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--font-en);
}
.c-pager .page-numbers.prev:hover, .c-pager .page-numbers.next:hover {
  color: var(--accent1);
}
.c-pager .page-numbers.prev {
  margin-right: auto;
}
.c-pager .page-numbers.next {
  margin-left: auto;
}
.c-pager a.page-numbers:hover {
  background-color: var(--accent1);
  opacity: 1;
  color: #fff;
}
.c-pager span.page-numbers:not(.current) {
  position: relative;
}

.c-article-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.c-article-meta > * {
  margin-bottom: 0;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--inner);
}
@media (max-width: 767px) {
  .l-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.l-inner--s {
  max-width: var(--inner-s);
}
.l-inner--l {
  max-width: var(--inner-l);
}
.l-inner--full {
  max-width: var(--inner-full);
}

.l-section-radius {
  border-radius: 5rem 5rem 0 0;
}
@media (max-width: 767px) {
  .l-section-radius {
    border-radius: 3rem 3rem 0 0;
  }
}

:root {
  --header-height: 8.5rem;
  --color-black: #212121;
  --color-blue: #313378;
  --color-blue: #1a408b;
  --color-blue: #1c49a3;
  --color-blue2: #a4bff6;
  --color-yellow: #e2c85f;
  --color-light-blue: #e4e9ef;
  --color-light-gray: #f3f3f3;
  --color-light-white: #f9f9f9;
  --color-smoke: #d1d1d1;
  --color-white: #fff;
  --color-gray: #d5d5d5;
  --color-red: #bb491d;
  --bg: var(--color-light-gray);
  --bg-main: var(--color-black);
  --bg-fill: var(--color-blue);
  --bg-light: var(--color-light);
  --accent1: var(--color-blue);
  --accent2: var(--color-blue2);
  --gray: var(--color-gray);
  --text-color: var(--color-black);
  --date-color: var(--color-gray);
  --navi-color: var(--color-gray);
  --inner-s: 100rem;
  --inner: 112.6rem;
  --inner-l: 124.6rem;
  --inner-full: 136.6rem;
  --radius-s: 1.5rem;
  --radius: 3rem;
  --radius-l: 5rem;
  --line-height: 1.45;
  --font: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-en: "din-2014", sans-serif;
  --font-sp: "rama-gothic-m", sans-serif;
}
@media (max-width: 767px) {
  :root {
    --header-height: 6.5rem;
    --radius-s: 1.5rem;
    --radius: 1.5rem;
    --radius-l: 3rem;
  }
}

html {
  font-size: 62.5%;
  scroll-padding-top: var(--header-height);
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 10rem;
  }
}
@media screen and (max-width: 1266px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: var(--font);
  font-size: 1.6rem;
  color: var(--text-color);
  line-height: var(--line-height);
  position: relative;
  background-color: var(--bg);
}

@media print, screen and (min-width: 768px) {
  body.customize-support .header-drawer {
    top: 32px;
  }
}
body.customize-support .header-drawer__logo {
  position: absolute;
}

b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}

textarea {
  resize: none;
}

input[type=submit] {
  transition: 0.3s;
  cursor: pointer;
}
sub {
  vertical-align: baseline;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h2,
h3,
h4 {
  line-height: 1.45;
}

p {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 2.5;
}
@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

video {
  max-width: 100%;
}

button {
  appearance: none;
  border: 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1002;
  transition: 0.4s;
  --header-text-fw: 500;
  --header-text-color: #fff;
  --header-text-inverse-color: var(--color-primary);
  height: var(--header-height);
  padding: 3.5rem 5rem 0;
}
@media (max-width: 767px) {
  .header {
    padding: 1.5rem 1.5rem 0;
  }
}
.header.is-hide {
  transform: translate(0, -200%) !important;
}
.header.is-change {
  --header-text-inverse-color: #fff;
  --header-text-fw: 400;
}
.header.is-change::before {
  opacity: 1;
}
.header__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.header__logo {
  margin-right: auto;
  position: relative;
  z-index: 6;
  text-align: center;
  transition: 0.4s;
  z-index: 1000;
  display: flex;
  align-items: start;
  gap: 1rem;
}
.header__logo img {
  width: 27.5rem;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 21rem;
  }
}
.header__logo div {
  position: relative;
  top: 0.8rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .header__logo div {
    font-size: 1.2rem;
    position: relative;
    top: 0.4rem;
  }
}
.header__cta {
  position: relative;
  z-index: 100;
}
.header__links {
  display: flex;
  gap: 6rem;
  position: relative;
  margin-right: 4.5rem;
}
@media (max-width: 767px) {
  .header__links {
    display: none;
  }
}
.header__link {
  font-weight: bold;
  transition: 0.4s;
}
.header__link a {
  transition: 0.4s;
}
.header__link:not(.header__link--has-child):hover {
  opacity: 0.5;
}
.header__link--has-child a:hover {
  opacity: 0.5;
}
.header__link svg {
  position: relative;
  inset: -0.3rem auto auto 1rem;
}
.header__link.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.header__button {
  position: relative;
  z-index: 10;
  background-color: #fff;
  margin-left: 0.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__button {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 100%;
  }
}
.header__button-title {
  font-size: 1.4rem;
  font-weight: var(--header-text-fw);
  text-align: center;
  margin-top: 0.2rem;
  transition: 0.4s;
  color: var(--header-text-color);
}
@media (max-width: 767px) {
  .header__button-title {
    font-size: 0.8rem;
    margin-top: 0;
  }
}

.header-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.9vh;
  z-index: 9;
  transition: 0.6s;
  transition-delay: 0.3s;
  visibility: hidden;
  overflow: auto;
  overflow-x: clip;
  overscroll-behavior: contain;
  --header-text-color: var(--color-primary);
  --header-text-inverse-color: #fff;
  pointer-events: none;
  background-color: #eee;
  color: var(--color-black);
  transform: translate(0, -120%);
}
.header-drawer__main {
  position: relative;
  transition-delay: 0.3s;
  transition: 0.5s;
}
.header-drawer__main .c-ball {
  inset: 1rem auto auto 73rem;
}
@media (max-width: 767px) {
  .header-drawer__main .c-ball {
    inset: 25.5rem auto auto 9.65rem;
    width: 12.9rem;
  }
}
.header-drawer__main .c-ball--1_2 {
  inset: auto 0 0 auto;
}
@media (max-width: 767px) {
  .header-drawer__main .c-ball--1_2 {
    inset: 48rem auto auto -3rem;
    width: 9.1rem;
  }
}
.header-drawer__main .c-ball--2_1 {
  inset: 16rem auto auto 3rem;
}
@media (max-width: 767px) {
  .header-drawer__main .c-ball--2_1 {
    inset: auto 1rem -9rem auto;
    width: 6.5rem;
  }
}
.header-drawer__main .c-ball--2_2 {
  inset: auto 74rem 7rem auto;
  z-index: 0;
}
@media (max-width: 767px) {
  .header-drawer__main .c-ball--2_2 {
    inset: 8rem 11rem auto auto;
    z-index: 0;
    width: 3.5rem;
  }
}
.header-drawer__main .c-ball--2_3 {
  inset: 0rem auto auto 95rem;
}
@media (max-width: 767px) {
  .header-drawer__main .c-ball--2_3 {
    inset: 17rem auto auto 0;
    z-index: 0;
    width: 3.5rem;
  }
}
@media (max-width: 767px) {
  .header-drawer__main {
    position: relative;
  }
}
.header-drawer.is-active {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
  transition: 0.4s;
  transform: none;
}
.header-drawer__row {
  display: grid;
  grid-template-columns: 52rem 1fr;
}
@media (max-width: 767px) {
  .header-drawer__row {
    display: flex;
    flex-direction: column;
  }
}
.header-drawer__links {
  padding: 18.5rem 0 0 10rem;
  position: relative;
  height: fit-content;
}
@media (max-width: 767px) {
  .header-drawer__links {
    padding: 0 0 0 0rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header-drawer__links .g-links {
    grid-template-columns: repeat(2, 26rem);
  }
}
.header-drawer__links .g-link-title {
  color: var(--accent1);
}
.header-drawer__links .g-link-childs {
  border-top: 1px solid #d5d5d5;
}
.header-drawer__links .g-link-child {
  color: var(--color-black);
}
@media print, screen and (min-width: 768px) {
  .header-drawer__links .g-link-child {
    font-size: 2rem;
  }
}
.header-drawer__links .g-link-child::before {
  background-color: var(--accent1);
}
.header-drawer__links .g-sublink--privacy {
  position: absolute;
  inset: auto 0 -13.8rem auto;
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .header-drawer__links .g-sublink--privacy {
    position: relative;
    inset: 0;
  }
}
.header-drawer__images {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  width: 52rem;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header-drawer__images {
    width: 100%;
    margin-top: 8rem;
    height: auto;
    margin-bottom: 3.5rem;
    height: auto;
    grid-template-columns: auto;
    gap: 1rem;
  }
}
.header-drawer__image {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
.header-drawer__image img {
  border-radius: 3rem;
}
.header-drawer__image:nth-child(1) {
  animation: vertical-animation1 20s linear infinite;
  transform: translateY(-50.3%);
}
.header-drawer__image:nth-child(2) {
  animation: vertical-animation-r 20s linear infinite;
  transform: translateY(0%);
}
@media (max-width: 767px) {
  .header-drawer__image {
    flex-direction: row;
    gap: 1rem;
  }
  .header-drawer__image > * {
    width: 17rem;
    flex: 0 0 17rem;
  }
  .header-drawer__image > * img {
    border-radius: 1.5rem;
  }
  .header-drawer__image:nth-child(1) {
    animation: holizon-animation2-1 20s linear infinite;
    transform: translateX(0%);
  }
  .header-drawer__image:nth-child(2) {
    animation: holizon-animation2-2 20s linear infinite;
    transform: translateX(-37.8%);
  }
}
@keyframes vertical-animation1 {
  100% {
    transform: translate(0, 0);
  }
}
@keyframes vertical-animation-r {
  100% {
    transform: translateY(-37.8%);
  }
}
.header-drawer .g-navi__link-groups {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10rem 7rem;
}
@media (max-width: 767px) {
  .header-drawer .g-navi__link-groups {
    grid-template-columns: repeat(2, auto);
    gap: 3.5rem 3.8rem;
  }
}
.header-drawer .g-navi__links-title {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  display: block;
}
@media (max-width: 767px) {
  .header-drawer .g-navi__links-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.header-drawer .g-navi__link {
  font-size: 1.6rem;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .header-drawer .g-navi__link {
    font-size: 1.4rem;
  }
}

.hamburger-menu {
  --hamburger-padding: 0;
  --hamburger-bar-color: var(--color-blue);
  --hamburger-size-w: 2.5rem;
  --hamburger-size-h: 0.8rem;
  --hamburger-bg: transparent;
  width: fit-content;
  height: fit-content;
  background-color: var(--hamburger-bg);
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  border-radius: 2.5rem;
}
@media (max-width: 767px) {
  .hamburger-menu {
    --hamburger-padding: 1.85rem 1.25rem;
    --hamburger-size-w: 2rem;
    --hamburger-size-h: 0.7rem;
    padding: var(--hamburger-padding);
    width: 100%;
    height: 100%;
  }
}
.hamburger-menu:not(.is-active):hover .hamburger__bar {
  scale: 1.2;
}
.hamburger-menu.is-active .hamburger__bar:nth-child(1) {
  width: 100%;
  rotate: 160deg;
  inset: 0;
  margin: auto;
}
.hamburger-menu.is-active .hamburger__bar:nth-child(2) {
  rotate: 20deg;
  inset: 0;
  width: 100%;
  margin: auto;
}
.hamburger-menu.is-active .hamburger__bar:nth-child(3) {
  opacity: 0;
}

.hamburger {
  width: var(--hamburger-size-w);
  height: var(--hamburger-size-h);
  position: relative;
}
.hamburger__bar {
  transition: 0.4s;
  width: 100%;
  height: 2px;
  background: var(--hamburger-bar-color);
  position: absolute;
  top: 0;
  left: 0;
}
.hamburger__bar:nth-child(2) {
  inset: auto 0 0;
}
.hamburger__bar:nth-child(3) {
  inset: 0 0 0;
  margin: auto;
}

.header-hovermenu {
  position: absolute;
  inset: 0em auto auto 0;
  padding-top: 2em;
  height: 0;
}
.header-hovermenu__inner {
  padding: 1rem;
  background-color: #fff;
  min-height: 10rem;
  width: 20rem;
}

.footer {
  overflow-x: clip;
}
@media print, screen and (min-width: 768px) {
  .footer.js-section {
    min-height: 105vh;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: -2px;
  }
}
.footer .c-section-bar {
  background-color: #0c3c9b;
}
.footer__address {
  font-size: 1.4rem;
  line-height: 3rem;
  color: var(--accent2);
  margin: 2.5rem 0 3.5rem;
}
@media (max-width: 767px) {
  .footer__address {
    margin: 2rem 0 3.5rem;
  }
}
.footer__copyright {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer__copyright {
    min-height: 6rem;
  }
}
.footer__row {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 52.2rem 59.5rem;
}
@media (max-width: 767px) {
  .footer__row {
    display: flex;
    gap: 8rem;
    flex-direction: column-reverse;
  }
}
.footer__scrolls {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 2em;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer__scrolls {
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .footer__scrolls {
    height: 8.2rem;
  }
}
.footer__scrolls::after, .footer__scrolls::before {
  content: "";
  width: 18.3rem;
  height: 100%;
  background: linear-gradient(to right, #1c49a3 0%, rgba(28, 73, 163, 0) 100%);
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
}
.footer__scrolls::after {
  inset: 0 0 0 auto;
  background: linear-gradient(to left, #1c49a3 0%, rgba(28, 73, 163, 0) 100%);
}
.footer__scroll {
  animation: holizon-animation 30s linear infinite;
  color: #fff;
  color: #a4bff6;
  font-family: var(--font-en);
  font-size: 13.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .footer__scroll {
    font-size: 6.4rem;
    line-height: 8.2rem;
  }
}
.footer__logo {
  display: flex;
  gap: 3rem;
  color: #fff;
  align-items: start;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .footer__logo {
    height: 6.4rem;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    gap: 1.5rem;
    font-size: 1.4rem;
  }
}
.footer__logo div {
  position: relative;
  top: 0.8rem;
}
@media (max-width: 767px) {
  .footer__logo div {
    position: relative;
    top: 0.7rem;
  }
}
.footer__logo img {
  width: 41.1rem;
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 23.8rem;
    height: 3.9rem;
  }
}

.footer-cta {
  background-color: #fff;
  padding: 0 7rem;
  border-radius: 5rem;
  overflow: hidden;
  margin-top: 5rem;
  margin-bottom: 5.7rem;
}
@media (max-width: 767px) {
  .footer-cta {
    border-radius: 2.5rem;
    padding: 0 0.5rem;
  }
}
.footer-cta__body {
  padding: 5rem 5rem 4.8rem 0;
}
@media (max-width: 767px) {
  .footer-cta__body {
    padding: 2.5rem 0 3.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-cta__row {
    display: grid;
    grid-template-columns: 1fr 52rem;
  }
}
.footer-cta__images {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  height: 49rem;
  height: 55rem;
}
@media (max-width: 767px) {
  .footer-cta__images {
    margin-bottom: 2.5rem;
    height: 21.1rem;
    grid-template-columns: auto;
    gap: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.footer-cta__image {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .footer-cta__image {
    flex-direction: row;
    gap: 1rem;
  }
  .footer-cta__image > * {
    width: 17rem;
    flex: 0 0 17rem;
  }
  .footer-cta__image > * img {
    border-radius: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-cta__image {
    animation: vertical-animation1 20s linear infinite;
  }
  .footer-cta__image:nth-child(1) {
    top: -6rem;
    transform: translateY(-50.45%);
  }
  .footer-cta__image:nth-child(2) {
    top: -145rem;
    transform: translateY(50.45%);
  }
}
@media (max-width: 767px) {
  .footer-cta__image:nth-child(1) {
    animation: holizon-animation2-1 20s linear infinite;
    transform: translateX(0%);
  }
  .footer-cta__image:nth-child(2) {
    animation: holizon-animation2-2 20s linear infinite;
    transform: translateX(-37.8%);
  }
}

@keyframes holizon-animation2-1 {
  100% {
    transform: translateX(-50.4%);
  }
}
@keyframes holizon-animation2-2 {
  100% {
    transform: translateX(0);
  }
}
@keyframes vertical-animation1 {
  100% {
    transform: translate(0, 0);
  }
}
.footer-btns {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 767px) {
  .footer-btns {
    display: grid;
    gap: 2rem;
  }
}

@keyframes rotation1 {
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotation2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes mvanimtion1 {
  to {
    transform: translateY(24px);
  }
}
@keyframes mvanimtion2 {
  to {
    transform: translateY(-12px);
  }
}
a.g-navi__links-title {
  transition: 0.4s;
}
a.g-navi__links-title:hover {
  opacity: 0.8;
}

.g-navi__link-groups {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 6rem 7rem;
}
@media (max-width: 767px) {
  .g-navi__link-groups {
    grid-template-columns: repeat(2, auto);
    gap: 5rem 3.8rem;
  }
}
.g-navi__links-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
  display: block;
}
.g-navi__link {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 1rem;
  transition: 0.4s;
}
.g-navi__link:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .g-navi__link {
    gap: 0.6rem;
  }
}
.g-navi__link::before {
  content: "";
  background-color: currentColor;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .g-navi__link::before {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 100%;
  }
}
.g-navi__link:last-child {
  margin-bottom: 0;
}

@keyframes holizon-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vertical-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes vertical-animation2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.g-sublinks {
  display: flex;
}
@media (max-width: 767px) {
  .g-sublinks {
    display: block;
  }
}

.g-sublink {
  font-size: 1.4rem;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
.g-sublink:hover {
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .g-sublink {
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .g-sublink {
    font-size: 1.2rem;
    display: block;
  }
  .g-sublink + .g-sublink {
    margin-top: 1em;
  }
}
.g-sublink--contact {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .g-sublink--contact {
    font-size: 1.6rem;
  }
}
.g-sublink--contact svg {
  margin-left: 1rem;
}
.g-sublink--privacy {
  line-height: 1;
  height: 2rem;
  display: block;
  border-bottom: 1px solid currentColor;
}
.g-sublink svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.7rem;
  position: relative;
  top: 0.2rem;
}

.g-links {
  display: grid;
  grid-template-columns: repeat(2, 23rem);
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g-links {
    grid-template-columns: auto 14.3rem;
    gap: 2.5rem;
  }
}
.g-links a {
  transition: 0.2s;
}
.g-links a:hover {
  opacity: 0.4;
}

.g-link-childs {
  border-top: 1px solid #fff;
  padding-top: 1.5rem;
}
.g-link-title {
  width: 100%;
  display: block;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 2rem;
}
.g-link-title span,
.g-link-title svg {
  transition: 0.4s;
}
@media (max-width: 767px) {
  .g-link-title {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}

.g-link-group {
  margin-bottom: 7rem;
}
.g-link-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .g-link-group {
    margin-bottom: 3.5rem;
  }
}

.g-link-child {
  width: fit-content;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  color: var(--accent2);
  gap: 1rem;
}
.g-link-child::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: currentColor;
  display: block;
}
@media (max-width: 767px) {
  .g-link-child {
    gap: 0.5rem;
    font-size: 1.4rem;
    margin-left: 0;
    padding-left: 0.5rem;
  }
}
.g-link-child + .g-link-child {
  margin-top: 1.5rem;
}

.privacy-box {
  position: relative;
  z-index: 1;
  border-radius: 2rem;
  padding: 8rem 11rem;
}
.privacy-box h2 {
  font-size: 2.8rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.privacy-box h2::before {
  content: "";
  background-color: var(--accent1);
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.7rem;
}
@media (max-width: 767px) {
  .privacy-box h2 {
    font-size: 2rem;
  }
}
.privacy-box h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.privacy-box h4 {
  margin-bottom: 0.5em;
}
.privacy-box h5 {
  margin-bottom: 0.5em;
}
.privacy-box p {
  margin-bottom: 5rem;
  line-height: 4rem;
}
@media (max-width: 767px) {
  .privacy-box p {
    margin-bottom: 3rem;
  }
}
.privacy-box .md {
  font-weight: 500;
}
.privacy-box ul {
  margin-bottom: 5rem;
  padding-left: 1em;
}
.privacy-box li {
  line-height: 4rem;
  margin-left: 0.5em;
  list-style-type: disc;
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
  html {
    margin-top: 0 !important;
  }
}
.js-vanilla-tilt {
  transform-style: preserve-3d;
  transform: perspective(1000px);
  min-width: 100px;
  min-height: 100px;
}
.js-vanilla-tilt .ine {
  min-width: 50px;
  min-height: 50px;
  background-color: gray;
  transform: translateZ(20px);
}

@keyframes holizon-animation1 {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(calc(-100% + 2em), 0);
  }
}
.js-section {
  min-height: 100vh;
}
.js-section__pin {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .js-section__pin {
    padding-top: 1.5rem;
  }
}

.splide__arrow {
  outline: 0 !important;
}

.float-cta {
  display: none;
}
@media (max-width: 767px) {
  .float-cta {
    display: flex;
    max-width: calc(100% - 3rem);
    inset: auto 0 1rem;
    margin: auto;
    background-color: #fff;
    border-radius: 1rem;
    position: fixed;
    z-index: 100;
    height: 5rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem 0 1.5rem;
    transition: 0.2s;
    transform: translate(0, 0);
  }
  .float-cta.is-hide {
    transform: translate(0, 150%);
  }
  .float-cta.is-force-hide {
    transform: translate(0, 150%) !important;
  }
  .float-cta__title {
    font-weight: bold;
    font-size: 1.4rem;
    color: var(--accent1);
  }
  .float-cta__title::before {
    position: relative;
    top: -0.2rem;
    content: "";
    display: inline-block;
    background-color: currentColor;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    margin-right: 0.5rem;
  }
  .float-cta .c-button {
    width: 19rem;
    height: 3.5rem;
    text-align: center;
    justify-content: center;
    padding: 0;
  }
}

.grecaptcha-badge {
  z-index: 10;
}

.wpcf7 form .wpcf7-response-output:empty {
  display: none;
}
