@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-columns {
  display: grid;
}

.c-headline {
  display: flex;
  gap: 3.6rem;
  align-items: baseline;
}
@media (max-width: 767px) {
  .c-headline {
    display: block;
  }
}
.c-headline__title {
  font-size: 11rem;
  line-height: 1;
  font-family: var(--font-en);
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-headline__title {
    font-size: 6rem;
  }
}
.c-headline__subtitle {
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-headline__subtitle {
    font-size: 2rem;
  }
}

.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;
  &__icon {
    @include circle(3.4rem);
    background-color: var(--accent1);
    transition: 0.4s;
    transform-origin: center right;
    z-index: 1;
    position: relative;
    overflow: hidden;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      margin: auto;
      @include circle(0.8rem);
      background-color: #fff;
      transition: 0.4s;
    }
    &::after {
      transition: 0.4s;
      transition-delay: 0.4s;
      content: "";
      position: absolute;
      inset: 0;
      scale: 0;
      margin: auto;
      @include circle(0.8rem);
      background-color: var(--accent1);
      z-index: 2;
    }
    &--inverse {
      background-color: #fff;
      &::before {
        background-color: var(--accent1);
      }
      &::after {
        background-color: #fff;
      }
    }
  }
}

.c-hover-icon {
  &:hover {
    @include media-pc {
      .c-more__icon {
        background-color: #fff;
        &::before {
          @include circle(3.7rem);
        }
        &::after {
          scale: 1;
        }
      }
    }
  }
}
*/
.c-button {
  --button-color: var(--color-black);
  --button-text-color: #ececec;
  --button-text-hover-color: var(--color-black);
  --button-before-bg: #fff;
  --icon-color: #fff;
  --icon-hover-color: var(--color-black);
  border: solid 1px transparent;
  width: 29rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 1rem;
  font-weight: bold;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  color: var(--text-color);
  background-color: var(--button-color);
}
.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-before-bg: var(--button-color);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  margin-right: 1rem;
  background-color: var(--icon-color);
  transition: 0.4s;
  z-index: 1;
}
.c-button__icon--inverse {
  --icon-color: #fff;
  --icon-before-bg: var(--accent1);
  --icon-after-bg: #fff;
}
.c-button__icon--back {
  --icon-color: #ccc;
  --icon-before-bg: #fff;
  --icon-after-bg: #ccc;
}
.c-button__text {
  position: relative;
  z-index: 2;
  transition: 0.4s;
  color: var(--button-text-color);
}
@media (max-width: 767px) {
  .c-button__text {
    font-size: 1.6rem;
  }
}
.c-button--back {
  --button-color: #f8f8f8;
  --button-before-bg: #cccccc;
}
.c-button--2 {
  --button-color: var(--accent1);
  --button-before-bg: #cccccc;
}
.c-button--inverse {
  --button-color: #ffffff;
  --button-text-color: var(--accent2);
  --button-text-hover-color: #ffffff;
  --button-before-bg: var(--accent3);
  --icon-color: var(--accent2);
  --icon-hover-color: #fff;
}
.c-button--primary {
  --button-color: var(--accent2);
  --button-text-color: #fff;
  --button-text-hover-color: var(--accent2);
  --button-before-bg: #fff;
  --icon-color: #fff;
  --icon-hover-color: var(--accent2);
}
@media (max-width: 767px) {
  .c-button {
    width: 28.5rem;
    padding: 1.4rem 2.5rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button:hover {
    --button-text-color: var(--button-text-hover-color);
    border-color: var(--button-text-hover-color);
  }
  .c-button:hover::before {
    transform: scaleX(1);
    transform-origin: center left;
  }
  .c-button:hover .c-button__icon {
    background-color: var(--icon-hover-color);
  }
}
.c-button.is-active {
  color: #fff;
}
.c-button.is-active::before {
  transform: scaleX(1);
  transform-origin: center left;
}
.c-button--noborder {
  border: 0;
}
.c-button--header-cta {
  width: 16.5rem;
  height: 4.357rem;
}
.c-button--header-cta .c-button__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  inset: 0 0.945rem 0 auto;
}
.c-button--header-cta .c-button__icon::before {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 100%;
}
@media print, screen and (min-width: 768px) {
  .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;
  @include media-sp {
    width: 100%;
    min-height: 43.8rem;
  }
  &__image {
    width: 100%;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 2.5rem;
    overflow: hidden;
    position: relative;
    // &.is-active {
    //   img:nth-child(1) {
    //     transition: .6s;
    //     width: 0;
    //     // transform: scaleX(0);
    //   }
    // }
    &--fade {
      display: block;
      img {
        &:nth-child(2) {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: 3;
          transform-origin: bottom;
          transform: translate(0, 10px);
        }
      }
      &.is-active {
        img:nth-child(2) {
          transform: translate(0, 0);
          opacity: 1 !important;
        }
      }
    }
    img {
      transition: 0.5s;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: auto;
    }
  }
  &__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;
    align-content: center;
    height: 6.4rem;
  }
  &__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;
  }
  &__name1 {
    font-weight: bold;
    margin-bottom: 1rem;
  }
  &__name2 {
    font-size: 1.4rem;
    line-height: 2;
  }
  &__name3 {
    font-size: 1.4rem;
    line-height: 2;
  }
  &__icon {
    // @include circle(4.1rem);
    // background-color: #fff;
    // transition: 0.4s;
    // transform-origin: center right;
    // z-index: 1;
    // background-color: var(--accent1);
    // position: relative;
    // &::before {
    //   position: absolute;
    //   inset: 0;
    //   margin: auto;
    //   content: "";
    //   @include circle(0.95rem);
    //   background-color: #fff;
    // }
  }
}
.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;
  @include media-sp {
    width: 31.5rem;
    min-height: 37.2rem;
    padding: 2.5rem;
  }
  &__image {
    width: 100%;
    height: 20rem;
    overflow: hidden;
    // padding: 2rem;
    // background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.5rem;
    @include media-sp {
      margin-bottom: 2.75rem;
    }
    img {
      margin: auto;
    }
  }
  &__tags {
    margin-bottom: 0.8rem;
    display: flex;
    gap: 1rem;
  }
  &__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);
  }
  &__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;
  }
  &__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;
    @include media-sp {
      padding-top: 1.2rem;
    }
  }
  &__name {
    font-size: 1.4rem;
  }
  &__icon {
    // @include circle(4.1rem);
    // background-color: #fff;
    // transition: 0.4s;
    // transform-origin: center right;
    // z-index: 1;
    // background-color: var(--accent1);
    // position: relative;
    // &::before {
    //   position: absolute;
    //   inset: 0;
    //   margin: auto;
    //   content: "";
    //   @include circle(0.95rem);
    //   background-color: #fff;
    // }
  }
}
.c-interview-card {
  // width: 48.6rem;
  border-radius: 20px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  display: block;
  &__inner {
    display: grid;
    grid-template-columns: 14.3rem 1fr;
    gap: 2.5rem 3rem;
    padding: 3.5rem 3rem;
    @include media-sp {
      padding: 2.5rem;
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  &__title {
    font-size: 2.4rem;
    line-height: 1.5;
    @include media-pc {
      grid-column: span 2;
    }
    @include media-sp {
      margin-bottom: 2.5rem;
    }
  }
  &__tag {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 1rem;
    height: 2.1rem;
    color: #fff;
    background-color: var(--color-blue);
    border-radius: 3px;
    width: fit-content;
    align-content: center;
    margin-bottom: 1rem;
  }
  &__name1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.8;
    font-weight: bold;
  }
  &__name2 {
    line-height: 2;
    font-size: 1.4rem;
    color: #9ab9ce;
  }
  &__image {
    overflow: hidden;
    @include circle(14.3rem);
    @include media-sp {
      margin: auto;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  &__body {
    @include media-sp {
      padding: 2.5rem 2.5rem 0;
    }
  }
  &__icon {
    margin-left: auto;
    @include circle(3.45rem);
    background-color: #fff;
    transition: 0.4s;
    transform-origin: center right;
    z-index: 1;
    background-color: var(--accent1);
    position: relative;
    @include media-sp {
      display: none;
    }
    &::before {
      position: absolute;
      inset: 0;
      margin: auto;
      content: "";
      @include circle(0.95rem);
      background-color: #fff;
    }
  }

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

.c-news {
  border-bottom: #707070 solid 1px;
  height: 9rem;
  padding: 3rem 3rem 2.5rem 1.5rem;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.268%22%20height%3D%2211.023%22%20viewBox%3D%220%200%207.268%2011.023%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_17870%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2017870%22%20transform%3D%22translate(-1.411%2011.023)%20rotate(-90)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M9.735%2C1.411%2C5.511%2C6.49%2C1.3%2C1.411%2C0%2C2.341%2C5.511%2C8.679l5.511-6.338Z%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 1.5rem;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-news {
    min-height: auto;
    padding: 2rem 1.7rem 2rem 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-news:hover {
    opacity: 0.7;
    background-position: center right 0.5rem;
  }
}
.c-news__row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.c-news__meta {
  display: flex;
  line-height: 1;
  gap: 4rem;
  margin: 0 3.5rem 0 0;
}
.c-news__date {
  font-size: 2rem;
  color: #cccccc;
  font-size: var(--font-en);
  font-weight: bold;
  line-height: 1.3;
}
.c-news__category {
  font-size: 1.4rem;
  padding: 0rem 1em 0.2rem;
  min-width: 10rem;
  text-align: center;
  background-color: var(--accent2);
  color: #fff;
  line-height: 2rem;
}
.c-news__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: 1;
}
@media (max-width: 767px) {
  .c-news__title {
    font-size: 1.6rem;
  }
}

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

.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;
}
@media (max-width: 767px) {
  .c-column {
    min-height: auto;
    padding: 2rem 1.7rem 2rem 2rem;
  }
}
.c-column:hover .c-column__image img {
  scale: 1.15;
}
.c-column__image {
  width: 14rem;
  height: 9.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-column__image {
    width: 9rem;
    height: 6rem;
  }
}
.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;
}
@media (max-width: 767px) {
  .c-column__row {
    grid-template-columns: 9rem 1fr;
    gap: 1.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;
}
@media (max-width: 767px) {
  .c-column__title {
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
  }
}

.c-pager .wp-pagenavi {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-pager .wp-pagenavi {
    gap: 1rem;
  }
}
.c-pager .page-numbers {
  width: 6rem;
  height: 6rem;
  line-height: 5.6rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  background-color: transparent;
  border: solid 1.5px var(--accent2);
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  transition: 0.4s;
  color: var(--accent2);
}
@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(--accent2);
  color: #fff;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2214%22%20viewBox%3D%220%200%209%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.67578%206.72309L1.72417%200.223389L0.675781%201.20372L6.579%206.72369L0.675781%2012.2431L1.72417%2013.2234L8.67578%206.72309Z%22%20fill%3D%22%23012F4D%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border: 0 !important;
  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 {
  opacity: 1;
}
.c-pager .page-numbers.prev {
  transform: scaleX(-1);
}
.c-pager a.page-numbers:hover {
  background-color: var(--accent2);
  border: solid 1.5px var(--accent2);
  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;
}

.c-toggle-item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .c-toggle-item {
    border-radius: 30px;
  }
}
.c-toggle-item:last-child {
  margin-bottom: 0;
}
.c-toggle-item__title {
  padding: 2rem 3rem;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #fff;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(15px);
  --webkit-backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.02);
  display: flex;
  padding-right: 10rem;
  gap: 3rem;
  font-weight: bold;
  font-size: 2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.003%22%20height%3D%2211.799%22%20viewBox%3D%220%200%2019.003%2011.799%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_336832%22%20data-name%3D%22%E3%83%91%E3%82%B9%20336832%22%20d%3D%22M0%2C0C.688.6%2C8.455%2C8.533%2C8.455%2C8.533L16.956%2C0%22%20transform%3D%22translate(0.984%201.132)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  cursor: pointer;
  background-position: right 3rem center;
  transition: 0.3s;
  line-height: 2.1;
}
.c-toggle-item__title::before {
  content: "Q";
  align-self: start;
  position: relative;
  line-height: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  font-family: var(--font-en);
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background-color: var(--color-black);
}
@media (max-width: 767px) {
  .c-toggle-item__title::before {
    font-size: 1.6rem;
    margin-top: -0.2rem;
    flex: 0 0 3.1rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 100%;
    line-height: 3.1rem;
  }
}
@media (max-width: 767px) {
  .c-toggle-item__title {
    padding: 1.5rem;
    font-size: 1.4rem;
    line-height: 3rem;
    gap: 1rem;
    background-size: 1.3rem;
    padding-right: 5rem;
    line-height: 1.35;
    vertical-align: 7rem;
    align-items: center;
  }
}
.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%2219.003%22%20height%3D%2211.8%22%20viewBox%3D%220%200%2019.003%2011.8%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_336834%22%20data-name%3D%22%E3%83%91%E3%82%B9%20336834%22%20d%3D%22M0%2C8.533C.688%2C7.934%2C8.455%2C0%2C8.455%2C0l8.5%2C8.533%22%20transform%3D%22translate(0.984%202.135)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.c-toggle-item__body {
  position: relative;
}
.c-toggle-item__body-inner {
  display: flex;
  gap: 3rem;
  padding: 3.5rem 3rem 1.5rem;
}
@media (max-width: 767px) {
  .c-toggle-item__body-inner {
    padding: 2rem 1.5rem 0;
    gap: 1rem;
  }
}
.c-toggle-item__body-inner::before {
  content: "A";
  align-self: start;
  position: relative;
  display: block;
  line-height: 4.5rem;
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  font-family: var(--font-en);
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background-color: var(--accent1);
}
@media (max-width: 767px) {
  .c-toggle-item__body-inner::before {
    font-size: 1.6rem;
    margin-top: -0.2rem;
    flex: 0 0 3.1rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 100%;
    line-height: 3.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-toggle-item__body-inner > p {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .c-toggle-item__body-inner > p {
    padding: 0;
    line-height: 3rem;
  }
}
@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;
  }
}

@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-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-date {
    font-size: 1.2rem;
  }
}

.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: solid currentColor 1px;
  width: fit-content;
  padding: 0rem 1rem 0.1rem;
}
.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 {
    max-width: 100%;
    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%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-data-table dl {
    display: grid;
    grid-template-columns: 29rem 1fr;
  }
}
.c-data-table dt,
.c-data-table dd {
  --border-color: var(--color-black);
  background-image: linear-gradient(to right, var(--border-color) var(--dashed, 2px), transparent var(--gap, 2px));
  background-size: calc(var(--dashed, 2px) * 2) 1px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.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;
    line-height: 2;
    padding: 0 0 0 0;
    background-image: none;
  }
}
.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;
    line-height: 2;
    margin-bottom: 1rem;
  }
}
.c-data-table dd a {
  text-decoration: underline;
  color: var(--accent2);
}

@keyframes autoslide-animation1 {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-160%, 0);
  }
}
@keyframes autoslide-animation2 {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-205%, 0);
  }
}
.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-section-headline {
  border-bottom: 2px solid currentColor;
}
.c-section-headline__ruby {
  font-family: var(--font-en);
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.3rem;
  color: var(--accent1);
}
@media (max-width: 767px) {
  .c-section-headline__ruby {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}
.c-section-headline__ruby::before {
  content: "";
  background-color: currentColor;
  display: inline-block;
  margin-right: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  vertical-align: 0.4rem;
}
@media (max-width: 767px) {
  .c-section-headline__ruby::before {
    vertical-align: 0.2rem;
    margin-right: 0.8rem;
  }
}
.c-section-headline__title {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 8rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .c-section-headline__title {
    font-size: 3.6rem;
    line-height: 1.2;
    padding-bottom: 1.8rem;
  }
}

.c-dashed-border {
  --border-color: var(--accent1);
  background-image: linear-gradient(to right, var(--border-color) var(--dashed, 2px), transparent var(--gap, 2px));
  background-size: calc(var(--dashed, 2px) * 2) 1px;
  background-repeat: repeat-x;
  background-position: center bottom;
}

.c-relations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  background-color: var(--gray);
  padding: 5rem 6rem 5rem;
}
@media (max-width: 767px) {
  .c-relations {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-relations__item {
  padding: 0 0 2.5rem;
  border-bottom: 1px solid var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.c-relations__item:hover {
  opacity: 0.5;
}
.c-relations__item-title {
  margin-bottom: 0.8rem;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-family: var(--font-serif);
}
.c-relations__item-ruby {
  font-weight: bold;
  font-family: var(--font-en);
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.c-relations__item-icon {
  width: 4rem;
  height: 4rem;
  background-color: var(--color-black);
  position: relative;
}
.c-relations__item-icon svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.1rem;
  height: 0.9rem;
}

.c-pagehead {
  padding: 17rem 0 10rem;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .c-pagehead {
    padding: 10rem 0 5.5rem;
  }
}
.c-pagehead__row {
  position: relative;
}
.c-pagehead__sep {
  border-bottom: 1px solid var(--gray);
}
.c-pagehead__ruby {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-family: var(--font-en);
  color: var(--color-gray);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-pagehead__ruby {
    font-size: 8.6rem;
    line-height: 1;
  }
}
.c-pagehead__title {
  font-weight: bold;
  font-size: 6.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--font-serif);
  position: relative;
  z-index: 2;
  line-height: 1.40625;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-pagehead__title {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
    margin-bottom: 0.7rem;
  }
}
.c-pagehead__accent {
  width: 68rem;
  position: absolute;
  inset: 8.5rem auto auto -5rem;
}
.c-pagehead__accent path {
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000px;
  transition: 3s;
}
.c-pagehead__accent.is-active path {
  stroke-dashoffset: 0px;
}
.c-pagehead__breadcrumb {
  position: relative;
  z-index: 2;
  padding: 2.5rem 5rem 0;
  padding: 2.5rem 0 0;
}

.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.4rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 0;
    font-size: 1.4rem;
    max-width: 100%;
    padding: 0.5rem 1rem 0.2rem;
    height: 3.6rem;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__item {
  white-space: nowrap;
  color: var(--gray);
}
.c-breadcrumb__item a {
  display: flex;
  align-items: center;
  transition: 0.4s;
  text-decoration: underline;
  color: var(--accent2);
}
.c-breadcrumb__item a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-breadcrumb__item a svg {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-breadcrumb__item > *::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.707%22%20height%3D%2210.707%22%20viewBox%3D%220%200%2010.707%2010.707%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_2107%22%20data-name%3D%22%E7%B7%9A%202107%22%20y1%3D%2210%22%20x2%3D%2210%22%20transform%3D%22translate(0.354%200.354)%22%20fill%3D%22none%22%20stroke%3D%22%23dcdcdc%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  margin: auto 1.5rem;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .c-breadcrumb__item > *::after {
    width: 0.8rem;
    height: 1.2rem;
    margin: auto 1rem;
  }
}
.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 *::after {
  display: none;
}

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

.c-sep-ruby {
  font-size: 1.4rem;
  padding-top: 0.5rem;
  color: var(--gray);
  border-top: currentColor solid 1px;
  max-width: 126.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: var(--font-en);
}
.c-sep-ruby--right {
  text-align: right;
}

.c-section-title {
  font-weight: 400;
  line-height: 1.25;
  font-size: 4.8rem;
  letter-spacing: 0.15em;
  font-family: var(--font-serif);
}

.c-section-lead {
  font-weight: 400;
  line-height: 1.5;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  font-family: var(--font-serif);
}
.c-section-lead--xs {
  font-size: 2rem;
  line-height: 1.75;
}
.c-section-lead--l {
  font-size: 3.6rem;
  line-height: 1.6666666667;
}

.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-clip {
  overflow-x: clip;
}

.l-space-left {
  padding-left: 7rem;
}

.l-space-right {
  padding-right: 7rem;
}

:root {
  --header-height: 4.3rem;
  --color-black: #1c1c1c;
  --color-blue: #012f4d;
  --color-blue2: #0071bc;
  --color-green: #00ffcb;
  --color-yellow: #fbc311;
  --color-light-blue: #e4e9ef;
  --color-light-gray: #eeeeee;
  --color-light-white: #f2f2f2;
  --color-smoke: #d1d1d1;
  --color-light-dark: #808080;
  --color-white: #fff;
  --color-gray: #dcdcdc;
  --color-red: #ba0015;
  --color-d-red: #7e0010;
  --bg-main: var(--color-light-gray);
  --bg-fill: var(--color-blue);
  --bg-light: var(--color-light);
  --accent1: var(--color-yellow);
  --accent2: var(--color-d-red);
  --accent3: var(--color-red);
  --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;
  --line-height: 1.45;
  --font: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-serif: "ten-mincho-text", serif;
  --font-en: "din-2014", sans-serif;
  --font-sp: "rama-gothic-m", sans-serif;
  --bganimation-zindex: 11;
}
@media (max-width: 767px) {
  :root {
    --header-height: 4.2rem;
  }
}

html {
  font-size: 62.5%;
  scroll-padding-top: var(--header-height);
  scroll-behavior: smooth;
  font-feature-settings: "palt" on;
}
@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-main);
}

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

iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1266/663;
}

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-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;
  cursor: pointer;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: 0.4s;
  --header-text-fw: 500;
  --header-text-color: #fff;
  --header-text-inverse-color: var(--color-primary);
  height: var(--header-height);
  padding: 2.5rem 5rem;
}
@media (max-width: 767px) {
  .header {
    padding: 1.5rem 1.5rem 0;
  }
}
.header.is-hide {
  transform: translate(0, -200%);
}
.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;
  width: 21.2rem;
  z-index: 1000;
  text-align: center;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .header__logo {
    width: 11rem;
  }
}
.header__logo-sub {
  width: 19.1rem;
  margin: auto;
}
@media (max-width: 767px) {
  .header__logo-sub {
    width: 12.9rem;
  }
}
.header__ctas {
  display: grid;
  gap: 1.5rem;
  margin-right: 2.5rem;
  grid-template-columns: repeat(2, 22rem);
}
.header__cta {
  min-width: 22rem;
  padding: 0 2rem;
}
.header__links {
  display: flex;
  gap: 5rem;
  position: relative;
  margin-right: 5rem;
}
@media (max-width: 767px) {
  .header__links {
    display: none;
  }
}
.header__link {
  font-weight: bold;
  transition: 0.4s;
}
.header__link.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.header__link:hover {
  color: var(--primary-color);
}
.header__link-title {
  font-family: var(--font-en);
  margin-bottom: 0.2rem;
  letter-spacing: 0.1em;
}
.header__link-subtitle {
  font-size: 1.2rem;
  color: var(--color-smoke);
}
.header__button {
  position: relative;
  z-index: 10;
}
.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.95vh;
  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;
  color: var(--color-black);
  background: #eeeeee;
  transform: scaleX(0);
  transform-origin: right;
}
@media (max-width: 767px) {
  .header-drawer {
    height: 100vh;
  }
}
.header-drawer__privacy {
  color: #808080;
  margin-top: 23rem;
  text-decoration: underline;
  display: block;
  width: fit-content;
}
.header-drawer__main {
  overscroll-behavior: contain;
  height: 100%;
  transition-delay: 0.3s;
  transition: 0.5s;
  display: grid;
  grid-template-columns: 1fr 38.2137628111vw;
}
@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.2s;
  transition: 0.4s;
  transform: none;
}
.header-drawer.is-active .header-drawer__left {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}
.header-drawer.is-active .header-drawer__right {
  transform: none;
  transition-delay: 0.2s;
}
.header-drawer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header-drawer__left {
  transition: 0.5s;
  opacity: 0;
  width: fit-content;
  margin-left: auto;
  padding-right: 5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.header-drawer__left .g-links {
  margin-top: 23rem;
}
.header-drawer__right {
  transition-delay: 1.2s;
  transition: 0.4s;
  transform: translate(0, -100%);
  background-color: var(--accent2);
  padding: 17rem 0 0;
  margin: 1.5rem 1.5rem 1.5rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header-drawer__right {
    padding: 8rem 5rem 2.8rem 2.5rem;
    height: 100%;
  }
}
.header-drawer__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 41.4rem;
  overflow: auto;
  overflow-x: clip;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .header-drawer__content {
    padding: 0;
    gap: 0;
    height: 100%;
    max-width: 100%;
    display: block;
  }
}
.header-drawer__logo {
  position: fixed;
  z-index: 6;
  opacity: 1 !important;
}
@media print, screen and (min-width: 768px) {
  .header-drawer__logo {
    top: 3.3rem;
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .header-drawer__logo {
    width: 22.5rem;
    top: 1.3rem;
    left: 1.5rem;
  }
}
.header-drawer .js-bg-animation {
  position: fixed;
  inset: auto 0 -19rem;
}
.header-drawer__left {
  position: relative;
}
@media (max-width: 767px) {
  .header-drawer__left {
    display: none;
  }
}
.header-drawer__lead {
  font-size: 4rem;
  font-family: var(--font-serif);
  color: #fff;
  margin: 0 auto 4.5rem;
  text-align: center;
  width: fit-content;
  font-weight: 400;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
}
.header-drawer__button {
  position: relative;
  z-index: 5;
}
.header-drawer__right-text {
  padding: 0 0 0 1rem;
  line-height: 2;
  border-bottom: 0.2rem #95a4b8 solid;
  padding-bottom: 3rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .header-drawer__right-text {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.header-drawer__ctas {
  justify-items: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .header-drawer__ctas {
    margin-bottom: 3rem;
  }
}
.header-drawer__ctas .header-drawer__cta:first-child {
  margin-bottom: 1.5rem;
}
.header-drawer__exlink {
  color: #21416b;
  font-weight: bold;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .header-drawer__exlink {
    margin: auto;
    width: fit-content;
    display: block;
    font-size: 1.4rem;
  }
}
.header-drawer__exlink svg {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .header-drawer__exlink svg {
    margin-left: 0.5rem;
  }
}
.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;
  }
}
.header-drawer__scroll-logos {
  display: flex;
  z-index: 9;
  position: absolute;
  bottom: 2rem;
}
.header-drawer__scroll-logo {
  animation: holizon-animation1 40s linear infinite;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 12.4rem;
  font-family: var(--font-en);
}

.hamburger-menu {
  --hamburger-padding: 0;
  --hamburger-bar-color: #fff;
  --hamburger-size-w: 3.5rem;
  --hamburger-size-h: 0.9rem;
  --hamburger-bg: var(--color-black);
  width: 10rem;
  height: 3.4rem;
  background-color: var(--hamburger-bg);
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  border-radius: 2.5rem;
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .hamburger-menu {
    --hamburger-padding: 0;
    --hamburger-size-w: 2.4rem;
    --hamburger-size-h: 1rem;
    padding: var(--hamburger-padding);
    width: 2.4rem;
    height: 1.2rem;
  }
}
.hamburger-menu:not(.is-active):hover .hamburger__bar {
  scale: 0.9;
}
.hamburger-menu.is-active {
  background-color: #fff;
}
.hamburger-menu.is-active .hamburger__bar {
  background-color: var(--color-black);
}
.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;
  margin: 0 auto;
}
.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-drawer-link {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  transition: 0.4s;
}
.header-drawer-link:hover {
  opacity: 0.56;
}

.header-drawer-links {
  color: #fff;
}

.header-drawer-sublinks {
  font-weight: bold;
  color: #fff;
  transition: 0.4s;
}
.header-drawer-sublinks:hover {
  opacity: 0.56;
}

.header-drawer-copy {
  font-size: 1.2rem;
  line-height: 2.5;
  margin-top: 2rem;
  color: #fff;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .header-drawer-copy {
    margin-bottom: 6rem;
  }
}

@keyframes holizon-animation1 {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.footer {
  position: relative;
  z-index: 12;
  padding-bottom: 5rem;
}
.footer__inner {
  padding-top: 7rem;
  display: flex;
  justify-content: space-between;
}
.footer__scroll-logos {
  display: flex;
}
.footer__scroll-logo {
  animation: holizon-animation1 40s linear infinite;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 18.4rem;
  font-family: var(--font-en);
}
.footer__logo img {
  width: 25.1rem;
}
.footer__logo-text {
  margin-top: 2.5rem;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  font-family: var(--font-serif);
}
.footer__logo-lead {
  font-size: 1.6rem;
  font-family: var(--font-en);
  letter-spacing: 0.2em;
  margin-top: 0.6rem;
  color: #808080;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 13.5rem;
  color: #808080;
}
.footer__copyright {
  font-size: 1.2rem;
}
.footer__privacy {
  font-size: 1.4rem;
  text-decoration: underline;
}

.footer-cta {
  padding: 10rem 7rem;
  min-height: 40rem;
  background-color: var(--accent2);
  position: relative;
}
.footer-cta__button {
  position: absolute;
  inset: auto 7rem 10rem auto;
}
.footer-cta__accent {
  position: absolute;
  width: 61.2rem;
  inset: 15.7rem auto auto 0;
}
.footer-cta__accent path {
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000px;
  transition: 5s;
}
.footer-cta__accent.is-active path {
  stroke-dashoffset: 0px;
}
.footer-cta__ruby {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: var(--font-en);
  color: var(--color-gray);
  margin-bottom: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}
.footer-cta__title {
  position: relative;
  z-index: 2;
}
.footer-cta__subtitle {
  margin-bottom: 4rem;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: var(--font-en);
  color: var(--color-gray);
  margin-top: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}

@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;
}
@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--sns {
  text-decoration: none;
  display: flex;
  gap: 0.8rem;
  margin-left: 3.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .g-sublink--sns {
    margin-right: 0;
    margin-left: 2.5rem;
  }
}
.g-sublink svg {
  width: 1.5rem;
  height: 1.5rem;
}

.g-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10rem;
}
@media (max-width: 767px) {
  .g-links {
    grid-template-columns: repeat(2, auto);
    gap: 0 1.7rem;
  }
}
.g-links a {
  transition: 0.2s;
  color: inherit;
}
.g-links a:hover {
  opacity: 0.4;
}

.g-link {
  font-weight: bold;
  font-size: 2rem;
  display: block;
  margin-bottom: 2.5rem;
}
.g-link::before {
  content: "";
  margin-right: 1rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background-color: var(--accent2);
}

.g-link-title {
  display: block;
  width: fit-content;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 4.2rem;
}
.g-link-title + .g-link-title {
  margin-top: 0.6rem;
}

.g-link-child {
  width: fit-content;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.g-link-child::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: var(--accent1);
  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;
}

.js-bg-animation {
  width: 100%;
  height: 100%;
  border: 0;
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: var(--bganimation-zindex);
  pointer-events: none;
}
.privacy-box {
  position: relative;
  background-color: #fff;
  padding: 5rem 7rem;
  z-index: 10;
}
.privacy-box__body h2 {
  font-size: 2.8rem;
  font-family: var(--font-serif);
  letter-spacing: 0.15em;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.privacy-box__body p {
  margin-bottom: 3.5rem;
}
.privacy-box__body p.mb0 {
  margin-bottom: 0;
}
.privacy-box__body p.mb15 {
  margin-bottom: 1.5rem;
}
.privacy-box__body h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.privacy-box ul {
  margin-bottom: 5rem;
}
.privacy-box ul li + li {
  margin-top: 1.5rem;
}
.privacy-box ul li {
  margin-left: 1em;
}
.privacy-box dl {
  display: grid;
  grid-template-columns: 5.7rem 1fr;
  gap: 1rem;
  margin-bottom: 5rem;
}
.privacy-box dl p {
  margin-bottom: 0;
}
.privacy-box a {
  margin-bottom: 3.5rem;
  display: block;
  text-decoration: underline;
  color: var(--accent3);
  width: fit-content;
  overflow-wrap: anywhere;
}
@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);
}

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

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

section {
  position: relative;
  z-index: calc(1 + var(--bganimation-zindex));
}

.page404 {
  padding: 5rem;
  background-color: #fff;
}

@keyframes mvanimetion1 {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
.a-blur1 {
  animation-name: mvanimetion1;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a-blur1-onenter {
  filter: blur(15px);
  opacity: 0;
  transition: 1.25s;
}
.a-blur1-onenter.is-active {
  opacity: 1;
  filter: blur(0px);
}
