@charset "UTF-8";
@keyframes hero-logo {
  0% {
    --c-2: hsla(318, 38%, 62%, 1);
    --x-2: 37%;
    --y-2: 17%;
    --s-start-2: 0%;
    --s-end-2: 50%;
  }
  100% {
    --c-2: hsla(238, 0%, 93%, 1);
    --x-2: 0%;
    --y-2: 90%;
    --s-start-2: 17;
    --s-end-2: 60;
  }
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(184, 100%, 80%);
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 82%;
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 64%;
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 48.9615804239%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(303, 100%, 94%);
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 46%;
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 8%;
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 29.2921870129%;
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(318, 38%, 62%);
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 37%;
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 17%;
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
#hero-logo {
  --c-0: hsla(184, 100%, 80%, 1);
  --x-0: 82%;
  --y-0: 64%;
  --c-1: hsla(303, 100%, 94%, 1);
  --x-1: 46%;
  --y-1: 8%;
  --c-2: hsla(318, 38%, 62%, 1);
  --x-2: 37%;
  --y-2: 17%;
  background-color: hsl(4, 0%, 100%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2));
  animation: hero-logo 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal;
  will-change: transform, opacity;
  contain: paint;
}

@keyframes opacity1 {
  100% {
    opacity: 1;
  }
}
@keyframes mvBorder {
  100% {
    transform: scaleY(1);
  }
}
@keyframes translateMvText {
  70% {
    transform: translate(-0.2%, 0.2%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.hero__lead1 {
  display: flex;
  flex-direction: row-reverse;
  width: auto !important;
}
@media (max-width: 768px) {
  .hero__lead1 {
    background-size: contain;
    width: 12.5rem !important;
  }
}
.hero__lead1-cols {
  height: fit-content;
  width: 8.9rem;
  position: relative;
  left: -2.5rem;
}
.hero__lead1-cols::before {
  content: "";
  border-right: 1px solid #212121;
  position: absolute;
  inset: 0 0 0 auto;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transition: 0.2s;
  transform-origin: top;
}
@media (max-width: 768px) {
  .hero__lead1-cols {
    width: 4.6rem;
    flex: 0 0 4.6rem;
    position: relative;
    left: 0rem;
  }
}
.hero-catch-text {
  opacity: 0;
  transform: translate(20%, -20%);
  animation-name: translateMvText, opacity1;
  animation-duration: 1.3s, 1s;
  animation-delay: 0s, 0s;
  animation-timing-function: ease-out, ease-in-out;
  animation-fill-mode: forwards, forwards;
}

.hero__lead1-cols:nth-child(1)::before {
  animation-name: mvBorder;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}
.hero__lead1-cols:nth-child(1) .hero-catch-text:nth-child(1) {
  animation-delay: 0.1s, 0.1s;
}
.hero__lead1-cols:nth-child(1) .hero-catch-text:nth-child(2) {
  animation-delay: 0.2s, 0.2s;
}
.hero__lead1-cols:nth-child(1) .hero-catch-text:nth-child(3) {
  animation-delay: 0.3s, 0.3s;
}
.hero__lead1-cols:nth-child(1) .hero-catch-text:nth-child(4) {
  animation-delay: 0.4s, 0.4s;
}
.hero__lead1-cols:nth-child(1) .hero-catch-text:nth-child(5) {
  animation-delay: 0.5s, 0.5s;
}

.hero__lead1-cols:nth-child(2)::before {
  animation-name: mvBorder;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}
.hero__lead1-cols:nth-child(2) .hero-catch-text:nth-child(1) {
  animation-delay: 0.6s, 0.6s;
}
.hero__lead1-cols:nth-child(2) .hero-catch-text:nth-child(2) {
  animation-delay: 0.7s, 0.7s;
}
.hero__lead1-cols:nth-child(2) .hero-catch-text:nth-child(3) {
  animation-delay: 0.8s, 0.8s;
}
.hero__lead1-cols:nth-child(2) .hero-catch-text:nth-child(4) {
  animation-delay: 0.9s, 0.9s;
}
.hero__lead1-cols:nth-child(2) .hero-catch-text:nth-child(5) {
  animation-delay: 1s, 1s;
}

.hero__lead1-cols:nth-child(3)::before {
  animation-name: mvBorder;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
.hero__lead1-cols:nth-child(3) .hero-catch-text:nth-child(1) {
  animation-delay: 1.1s, 1.1s;
}
.hero__lead1-cols:nth-child(3) .hero-catch-text:nth-child(2) {
  animation-delay: 1.2s, 1.2s;
}
.hero__lead1-cols:nth-child(3) .hero-catch-text:nth-child(3) {
  animation-delay: 1.3s, 1.3s;
}
.hero__lead1-cols:nth-child(3) .hero-catch-text:nth-child(4) {
  animation-delay: 1.4s, 1.4s;
}
.hero__lead1-cols:nth-child(3) .hero-catch-text:nth-child(5) {
  animation-delay: 1.5s, 1.5s;
}

@media screen and (min-width: 1267px) {
  .hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.hero .init_hidden {
  opacity: 0;
  transition: 0.2s;
}
.hero.is-active .init_hidden {
  opacity: 1;
  transition: 0.2s;
}

#particle-anime {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  #particle-anime {
    width: 34.5rem;
    height: 33.1rem;
    inset: 0;
    margin: auto;
  }
}

canvas {
  display: block;
  filter: drop-shadow(0 0 14px rgba(25, 222, 26, 0.35));
  touch-action: none;
}

.bg__circles {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 63rem;
  height: 63rem;
}
@media (max-width: 768px) {
  .bg__circles {
    width: 37.3rem;
    height: 37.3rem;
  }
}
.bg__circle {
  border-radius: 50%;
  width: 63rem;
  height: 63rem;
  filter: blur(20px);
  background: radial-gradient(rgba(61, 166, 209, 0.2) 0%, rgba(61, 166, 209, 0) 100%);
}
@media (max-width: 768px) {
  .bg__circle {
    width: 37.3rem;
    height: 37.3rem;
  }
}
.bg__circle--2 {
  inset: 0;
  position: absolute;
  transform: translate(9.7rem, -5.1rem);
  background: radial-gradient(rgba(57, 180, 135, 0.2) 0%, rgba(57, 180, 135, 0) 100%);
}

.hero {
  width: 100%;
  height: 100vh;
  min-height: 70rem;
  position: relative;
  --hero-spacer-bottom: 5rem;
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .hero {
    --hero-spacer-bottom: 3.5rem;
    margin-bottom: 0;
  }
}
.hero__animation1 {
  position: absolute;
  inset: 0 0 auto auto;
  width: 34rem;
  height: 28.2rem;
}
@media (max-width: 768px) {
  .hero__animation1 {
    width: 20rem;
    height: 16.6rem;
  }
}
.hero__animation2 {
  position: absolute;
  inset: auto auto -8rem 0;
  width: 43rem;
  height: 44.7rem;
}
@media (max-width: 768px) {
  .hero__animation2 {
    width: 24.3rem;
    height: 25.2rem;
  }
}
.hero__lead1 {
  position: absolute;
  width: 23.7rem;
  top: 7rem;
  right: 13rem;
}
@media (max-width: 768px) {
  .hero__lead1 {
    width: 12.5rem;
    right: 2rem;
    top: 3rem;
  }
}
.hero__lead2 {
  position: absolute;
  right: 23.5rem;
  top: 40.3rem;
  -webkit-writing-mode: vertical-rl; /* Safari, Chrome用 */
  writing-mode: vertical-rl; /* 基本の縦書き指定 */
  text-orientation: upright; /* 英数字を縦向きに表示 */
  font-weight: bold;
  letter-spacing: 0.55em;
  color: #123466;
}
.hero__lead2-text {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .hero__lead2-text {
    margin-left: 0.5rem;
  }
}
@media (max-width: 768px) {
  .hero__lead2 {
    top: 21.2rem;
    right: 2.45rem;
    font-size: 1.2rem;
  }
}
.hero__logo {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 52.8rem;
  height: 32.4rem;
  mask-image: url(../images/hero-logo.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
}
@media (max-width: 768px) {
  .hero__logo {
    width: 28.4rem;
    height: 17.4rem;
  }
}
.hero__nav {
  position: absolute;
  right: 0;
  bottom: var(--hero-spacer-bottom);
}
@media (max-width: 768px) {
  .hero__nav {
    display: none;
  }
}
.hero__nav-list {
  display: grid;
  gap: 1rem;
  margin-bottom: 3.5rem;
}
.hero__nav li {
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  text-align: right;
  color: #123466;
}
.hero__scroll {
  position: absolute;
  inset: auto 0 var(--hero-spacer-bottom);
  margin: auto;
  color: #9e9e9e;
  background-color: #fff;
  z-index: 3;
  width: 8rem;
  height: 1.5rem;
  align-content: center;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-radius: 3rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .hero__scroll {
    display: none;
  }
}
.hero__info {
  position: absolute;
  left: 0;
  bottom: var(--hero-spacer-bottom);
}
@media (max-width: 768px) {
  .hero__info {
    left: 1.5rem;
  }
}
.hero__info-year {
  font-family: var(--font-en);
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #123466;
  line-height: 1;
}
@media (max-width: 768px) {
  .hero__info-year {
    font-size: 2.4rem;
  }
}
.hero__info-day {
  font-family: var(--font-en);
  font-size: 5.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #123466;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .hero__info-day {
    font-size: 3.6rem;
  }
}
.hero__info-week {
  font-family: var(--font-en);
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-left: 1rem;
  color: #123466;
}
@media (max-width: 768px) {
  .hero__info-week {
    font-size: 1.4rem;
  }
}
.hero__info-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .hero__info-title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.hero__info-data {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .hero__info-data {
    font-size: 1.4rem;
  }
}
.hero__info-data-label {
  font-weight: 500;
}
.section-title {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: var(--font-en);
  color: #dbdbdb;
  letter-spacing: 0.3em;
  padding-top: 2rem;
  border-top: solid 2px;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.2rem;
    padding-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.section-wrapper1 {
  padding: 6rem 0 22rem;
  border-radius: 5rem 5rem 0px 0px;
  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);
}
@media (max-width: 768px) {
  .section-wrapper1 {
    border-radius: 2.5rem 2.5rem 0 0;
    margin-left: -2px;
    margin-right: -2px;
    padding: 3.5rem 0 10.5rem;
  }
}

.theme__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .theme__row {
    display: block;
  }
}
.theme__title {
  width: 37.6rem;
  height: fit-content;
  position: relative;
}
.theme__title svg {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .theme__title svg {
    inset: auto auto -3.4rem -1rem;
    width: 40.2rem;
  }
}
.theme__title img {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .theme__title {
    width: 20.7rem;
    margin-bottom: 3.5rem;
  }
  .theme__title svg {
    width: 22.4rem;
    height: 2.68rem;
    inset: auto auto -1.3rem -0.68rem;
  }
}
.theme__body {
  z-index: 2;
}
.theme__body .c-bgtext {
  display: block;
  background: linear-gradient(90deg, #1c1c1c, #1c1c1c 50%, #b1b1b1 50%);
  background-size: 200% 100%;
  background-position: 100% 100%;
  -webkit-background-clip: text;
  color: transparent;
  will-change: background-position;
  transition: 2.2s;
}
.theme__body .c-bgtext--2 {
  transition-delay: 0.2s;
}
.theme__body .c-bgtext--3 {
  transition-delay: 0.3s;
}
.theme__body .c-bgtext--4 {
  transition-delay: 0.4s;
}
.theme__body .c-bgtext--5 {
  transition-delay: 0.5s;
}
.theme__body .c-bgtext--6 {
  transition-delay: 0.6s;
}
.theme__body .c-bgtext--7 {
  transition-delay: 0.7s;
}
.theme__body .c-bgtext--8 {
  transition-delay: 0.8s;
}
.theme__body .c-bgtext--9 {
  transition-delay: 0.9s;
}
.theme__body .c-bgtext--10 {
  transition-delay: 0.1s;
}
@media print, screen and (min-width: 769px) {
  .theme__body {
    max-width: 73.6rem;
  }
}
.theme__body p {
  font-size: 1.6rem;
  line-height: 5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .theme__body p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.theme__scroll {
  position: absolute;
  inset: auto 0 11.8rem;
  margin: auto;
  overflow-x: clip;
  display: flex;
  gap: 1em;
}
@media (max-width: 768px) {
  .theme__scroll {
    inset: auto 0 4rem;
  }
  .theme__scroll img {
    height: 6rem;
  }
}
.theme__scroll img {
  animation: holizon-animation1 45s linear infinite;
  max-width: none;
}
@keyframes holizon-animation1 {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(calc(-100% - 1em), 0);
  }
}

.is-active .c-bgtext {
  background-position: 0% 100%;
}

.information-detail-contents {
  padding-top: 10rem;
  display: grid;
  gap: 5rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .information-detail-contents {
    background-image: linear-gradient(to right, #bebebe 4px, transparent 4px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    display: grid !important;
  }
}
@media (max-width: 768px) {
  .information-detail-contents {
    padding-bottom: 0;
    padding-top: 3rem;
    gap: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .information-detail {
    display: grid;
    grid-template-columns: auto 84.3rem;
    justify-content: space-between;
  }
}
.information-detail__index {
  position: relative;
  height: 100%;
}
.information-detail__index-list {
  position: sticky;
  top: 20rem;
  display: grid;
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .information-detail__index-list {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    top: auto;
  }
}
.information-detail__index-item {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  color: #bebebe;
}
@media print, screen and (min-width: 769px) {
  .information-detail__index-item::before {
    content: "";
    width: 1rem;
    height: 0.3rem;
    background-color: #39b487;
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    top: -0.6rem;
  }
}
@media (max-width: 768px) {
  .information-detail__index-item {
    font-size: 1.6rem;
    text-align: center;
    border: solid 1px transparent;
    height: 6rem;
    border-bottom: solid 1px var(--color-black);
    line-height: 2rem;
    align-content: center;
  }
  .information-detail__index-item.is-current {
    border: solid 1px var(--color-black);
    border-bottom: solid 1px transparent;
    color: #39b487;
  }
}
@media print, screen and (min-width: 769px) {
  .information-detail__index-item.is-active {
    color: #39b487;
  }
}
.information-detail__index-item::before {
  content: "";
  width: 1rem;
  height: 0.3rem;
  background-color: currentColor;
}
.information-detail__title {
  font-size: 4rem;
  font-weight: bold;
  width: fit-content;
  color: #fff;
  padding: 0 1rem;
}
@media print, screen and (min-width: 769px) {
  .information-detail__title {
    background: linear-gradient(to right, #3da6d1 0%, #1a7dbd 49.78%, #39b487 100%);
  }
}
@media (max-width: 768px) {
  .information-detail__title {
    line-height: 1;
    padding: 0;
    margin-bottom: 2.5rem;
  }
  .information-detail__title span {
    background: linear-gradient(to right, #3da6d1 0%, #1a7dbd 49.78%, #39b487 100%);
    font-size: 2.4rem;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-top: 1rem;
  }
  .information-detail__title span:first-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .information-detail__desc {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-bottom: 3.5rem;
  }
}
.information-detail__table {
  padding: 2.5rem;
  background-image: url("../images/table-bg.jpg");
  background-size: 100%;
}
@media (max-width: 768px) {
  .information-detail__table {
    padding: 2rem 1.8rem;
    margin-bottom: 3.5rem;
    background-image: url("../images/table-bg_sp.jpg");
  }
}
.information-detail__table dl {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .information-detail__table dl {
    grid-template-columns: auto 1fr;
    gap: 2rem 6rem;
  }
}
@media (max-width: 768px) {
  .information-detail__table dl {
    gap: 0;
  }
}
.information-detail__table dd {
  line-height: 3.5rem;
  font-size: 2rem;
}
.information-detail__table dd a {
  color: #1a7dbd;
  text-decoration: underline;
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .information-detail__table dd a {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .information-detail__table dd {
    line-height: 2.5rem;
    font-size: 1.4rem;
  }
}
.information-detail__table dt {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 3.5rem;
}
@media (max-width: 768px) {
  .information-detail__table dt {
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .information-detail__table dt:first-child {
    margin-top: 0;
  }
}
.information-detail__schedule-list-title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .information-detail__schedule-list-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.information-detail__schedule-list {
  display: grid;
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .information-detail__schedule-list {
    gap: 2.5rem;
  }
}
.information-detail__schedule-body {
  position: relative;
}
.information-detail__schedule-body ol li {
  list-style-type: none;
  margin-top: 1rem;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .information-detail__schedule-body ol li {
    display: flex;
    font-size: 1.4rem;
  }
}
.information-detail__schedule-body ol li span {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .information-detail__schedule-body ol li span {
    margin-right: 0.5rem;
  }
}
.information-detail__schedule-body::before {
  content: "";
  position: absolute;
  left: -6.5rem;
  top: -3.8rem;
  width: 5px;
  height: calc(100% + 3.8rem);
  background-image: radial-gradient(circle, #dbdbdb 0.25rem, transparent 0.25rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 0.5rem 2rem;
  top: 0.5rem;
}
@media (max-width: 768px) {
  .information-detail__schedule-body::before {
    background-image: radial-gradient(circle, #dbdbdb 0.15rem, transparent 0.15rem);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 0.3rem 1.3rem;
    left: -2.15rem;
    top: 0.6rem;
    height: calc(100% + 2.5rem);
  }
}
.information-detail__schedule-time {
  background-color: #dbdbdb;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  align-self: start;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .information-detail__schedule-time {
    font-size: 1.6rem;
  }
}
.information-detail__schedule-time::after {
  content: "";
  position: absolute;
  right: -6.2rem;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: #afb9c9;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .information-detail__schedule-time::after {
    right: -2rem;
    width: 1rem;
    height: 1rem;
  }
}
.information-detail__schedule-title {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .information-detail__schedule-title {
    font-size: 1.4rem;
  }
}
.information-detail__schedule-desc {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .information-detail__schedule-desc {
    margin-top: 1rem;
  }
}
.information-detail__schedule-item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 12.4rem;
}
@media (max-width: 768px) {
  .information-detail__schedule-item {
    grid-template-columns: 7rem 1fr;
    gap: 4rem;
  }
}
.information-detail__schedule-item:last-child .information-detail__schedule-body::before {
  display: none;
}
.information__animation {
  position: absolute;
  left: 2rem;
  top: 8rem;
  width: 70rem;
  height: 70rem;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .information__animation {
    width: 37.5rem;
    height: 37.5rem;
    left: 0;
    top: 16rem;
  }
}
.information__title {
  width: 30.8rem;
}
@media (max-width: 768px) {
  .information__title {
    width: 17.2rem;
  }
}
.information__details {
  display: grid;
  gap: 10rem;
}
.information__index {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding-top: 2rem;
  border-top: solid 2px;
}
.information__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.section-wrapper2 {
  margin-top: -10rem;
  z-index: 6;
  padding: 12rem 0;
  border-radius: 5rem;
  position: relative;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .section-wrapper2 {
    margin-top: -3.5rem;
    border-radius: 2.5rem;
    padding: 3.5rem 0;
  }
}

.message {
  position: relative;
  z-index: 2;
}
.message dotlottie-player,
.message dotlottie-wc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  top: 16rem;
  width: 100vw;
  height: auto;
  opacity: 0.2;
  overflow-x: clip;
}
@media print, screen and (min-width: 769px) {
  .message dotlottie-player canvas,
  .message dotlottie-wc canvas {
    position: relative;
  }
}
@media (max-width: 768px) {
  .message dotlottie-player,
  .message dotlottie-wc {
    top: 52rem;
    width: 63rem;
    height: 35.4rem;
    opacity: 0.2;
  }
}
.message__animation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  top: 16rem;
  width: 100vw;
  height: auto;
  opacity: 0.2;
  overflow-x: clip;
}
@media print, screen and (min-width: 769px) {
  .message__animation canvas {
    position: relative;
  }
}
@media (max-width: 768px) {
  .message__animation {
    top: 52rem;
    width: 63rem;
    height: 35.4rem;
    opacity: 0.2;
  }
}
.message__row {
  display: grid;
  grid-template-columns: 73.8rem 1fr;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .message__row {
    display: flex;
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.message__title {
  width: 37.1rem;
}
@media (max-width: 768px) {
  .message__title {
    width: 20rem;
    margin-bottom: 3.58rem;
  }
}
.message__subtitle {
  color: #123466;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
  line-height: 5rem;
}
@media (max-width: 768px) {
  .message__subtitle {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 3.5rem;
  }
}
.message__desc {
  max-width: 64rem;
  font-size: 1.6rem;
  line-height: 4rem;
}
@media (max-width: 768px) {
  .message__desc {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.message__image {
  width: fit-content;
  height: fit-content;
  position: relative;
}
.message__image::after {
  content: "";
  position: absolute;
  inset: 0 0 0 2rem;
  border: solid 1px var(--color-black);
  border-radius: 27rem;
}
@media (max-width: 768px) {
  .message__image::after {
    left: 1.5rem;
  }
}
.message__image img {
  border-radius: 27rem;
}
@media (max-width: 768px) {
  .message__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 332/380;
    object-fit: cover;
    object-position: top;
  }
}
.message__name {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .message__name {
    font-size: 1.2rem;
  }
}
.message__name span {
  color: #123466;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .message__name span {
    font-size: 1.6rem;
    margin-left: 1.5rem;
  }
}

.section-wrapper3 {
  margin-top: -5.5rem;
  z-index: 3;
  position: relative;
  background-image: url("../images/bg-bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 17.5rem 0 31.4rem;
  background-position: center top;
  color: #fff;
}
@media (max-width: 768px) {
  .section-wrapper3 {
    background-image: url("../images/bg-bottom_sp.png");
    padding: 11rem 0 10rem;
    margin-top: -4rem;
  }
}

.resource {
  position: relative;
}
.resource__animation {
  position: absolute;
  inset: -17rem 0 auto auto;
  opacity: 0.4;
  width: 43rem;
  height: 44.7rem;
}
@media (max-width: 768px) {
  .resource__animation {
    width: 23.6rem;
    height: 19.6rem;
    inset: -10rem 0 auto auto;
  }
}
@media (max-width: 768px) {
  .resource {
    padding-bottom: 7rem;
  }
}
.resource::before {
  filter: blur(30px);
  border-radius: 50%;
  content: "";
  width: 100rem;
  height: 100rem;
  background: radial-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  inset: -25rem 0 0;
  margin: auto;
}
@media (max-width: 768px) {
  .resource::before {
    display: none;
  }
}
.resource__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}
@media (max-width: 768px) {
  .resource__row {
    grid-template-columns: 1fr;
    gap: 7rem;
  }
}
.resource__title {
  width: 58rem;
}
@media (max-width: 768px) {
  .resource__title {
    width: 32.4rem;
  }
}
.resource__link {
  position: relative;
  display: block;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .resource__link {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .resource__link:hover .resource__link-icon {
    scale: 0.7;
  }
}
.resource__link-image {
  position: relative;
}
.resource__link-image.is-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.resource__link-play {
  z-index: 4;
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.235%22%20height%3D%2213.595%22%20viewBox%3D%220%200%2012.235%2013.595%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M6.8%2C0l6.8%2C12.235H0Z%22%20transform%3D%22translate(12.235)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 7rem;
  height: 5rem;
  border-radius: 25px;
  backdrop-filter: blur(15px);
  --webkit-backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.3);
}
.resource__link-title {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .resource__link-title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.resource__link-image-logo {
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .resource__link-image-logo {
    height: 4.2rem;
  }
  .resource__link-image-logo img {
    max-width: none;
    width: auto;
    height: 100%;
  }
}
.resource__link-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .resource__link-icon {
    width: 3rem;
    height: 3rem;
  }
}
.resource__link-icon::before, .resource__link-icon::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.resource__link-icon::before {
  background: #fff;
  opacity: 0.4;
}
.resource__link-icon::after {
  background-color: #fff;
  scale: 0.5;
}
.resource__link:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  inset: 0 -5rem 0 auto;
  background-image: linear-gradient(to bottom, #dbdbdb 4px, transparent 4px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .resource__link:first-child::after {
    width: 100%;
    height: 2px;
    inset: auto 0 -3.5rem auto;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #dbdbdb 4px, transparent 4px);
  }
}

.sponsorship {
  position: relative;
}
.sponsorship::before {
  filter: blur(30px);
  border-radius: 50%;
  content: "";
  width: 100rem;
  height: 100rem;
  background: radial-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  inset: 15rem 0 0;
  margin: auto;
}
@media (max-width: 768px) {
  .sponsorship::before {
    display: none;
  }
}
.sponsorship__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 768px) {
  .sponsorship__header {
    display: block;
  }
}
.sponsorship__title {
  width: 62.1rem;
}
@media (max-width: 768px) {
  .sponsorship__title {
    width: 34.5rem;
  }
}
.sponsorship__memo {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .sponsorship__memo {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}
.sponsorship__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .sponsorship__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 1.5rem;
  }
}
.sponsorship__link {
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
  backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
}
.sponsorship__desc {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 4rem;
}
@media (max-width: 768px) {
  .sponsorship__desc {
    margin-top: 3.5rem;
    font-size: 1.2rem;
    line-height: 3rem;
    position: relative;
    z-index: 3;
  }
}
.sponsorship__scroll {
  position: absolute;
  inset: auto 0 -27rem;
  margin: auto;
  overflow-x: clip;
  display: flex;
  gap: 1em;
}
@media (max-width: 768px) {
  .sponsorship__scroll {
    inset: auto 0 -10.5rem;
  }
  .sponsorship__scroll img {
    height: 6rem;
  }
}
.sponsorship__scroll img {
  animation: holizon-animation1 45s linear infinite;
  max-width: none;
}
@keyframes holizon-animation1 {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(calc(-100% - 1em), 0);
  }
}

.cta-button {
  width: 33rem;
  height: 7rem;
  background: #3da6d1;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  color: #fff;
  justify-content: space-between;
  font-weight: bold;
  box-shadow: inset 0 0 15px #fff;
}
.cta-button:hover {
  transform: translate(0, -1px);
}
@media (max-width: 768px) {
  .cta-button {
    width: 100%;
  }
}
.cta-button__icon {
  background: #fff;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-button__icon svg {
  color: #3da6d1;
  width: 1rem;
  height: 1rem;
}
.cta-button--2 {
  background-color: #39b487;
}
.cta-button--2 svg {
  color: #39b487;
}

.section-wrapper3 {
  padding: 17.5rem 0 22rem;
}
@media (max-width: 768px) {
  .section-wrapper3 {
    padding: 11rem 0 4rem;
  }
}

.is-disable {
  pointer-events: none;
}
