*, ::after, ::before {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style: none;
}

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

h1, h2, h3, h4, h5, h6, p {
  font-weight: initial;
}

button {
  border: initial;
  background: initial;
  outline: 0;
}

textarea {
  resize: none;
}

:root {
  --color-black: #1A1A1A;
  --color-white: #ffffff;
  --color-light-gray: #E4E4E4;
  --color-gray: #999999;
  --color-yellow: #D7F712;
  --color-green: #BAD70C;
}

.TopHero {
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .TopHero {
    min-height: 520px;
  }
}
.TopHero .Image {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .TopHero .Image {
    max-width: 340px;
  }
}
.TopHero__text {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .TopHero__text {
    font-size: 12px;
  }
}

.TopAbout {
  margin-top: 172px;
}
.TopAbout__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .TopAbout__list {
    margin-top: 48px;
  }
}
.TopAbout__item {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.24em;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .TopAbout__item {
    font-size: 18px;
  }
}
.TopAbout__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .TopAbout__item:not(:first-child) {
    margin-top: 48px;
  }
}

.TopMember {
  margin-top: 116px;
}
@media screen and (max-width: 768px) {
  .TopMember {
    margin-top: 120px;
  }
}
.TopMember__list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 8px;
}
@media screen and (max-width: 768px) {
  .TopMember__list {
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    gap: 12px 12px;
    max-width: 348px;
  }
}
.TopMember__item {
  width: calc(20% - 8px);
  max-width: 222px;
}
@media screen and (max-width: 768px) {
  .TopMember__item {
    width: calc(50% - 6px);
    max-width: 168px;
  }
}

.TopInformation {
  margin-top: 120px;
  padding-top: 106px;
  padding-bottom: 120px;
  background-size: auto auto;
  background-color: rgb(26, 26, 26);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.11) 4px, rgba(255, 255, 255, 0.11) 5px);
}
.TopInformation__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .TopInformation__inner {
    display: block;
  }
}
.TopInformation .SectionTitle {
  flex: 1;
  color: var(--color-white);
}
.TopInformation__list {
  width: 66.666%;
  max-width: 786px;
}
@media screen and (max-width: 768px) {
  .TopInformation__list {
    width: 100%;
    margin-top: 24px;
  }
}

.TopNote {
  padding-top: 120px;
  padding-bottom: 120px;
}
.TopNote .TopNoteSlider {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .TopNote .TopNoteSlider {
    margin-top: 48px;
  }
}
.TopNote .Button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .TopNote .Button {
    margin-top: 48px;
  }
}

.TopContact {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--color-yellow);
  text-align: center;
}
.TopContact .SectionTitle .Image {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .TopContact .SectionTitle .Image {
    height: 29px;
  }
}
.TopContact .SectionTitle__shoulder {
  margin-top: 8px;
}
.TopContact__buttonw {
  margin-top: 32px;
}
.TopContact__buttonw .Button {
  margin-right: auto;
  margin-left: auto;
}

.TopBg {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.TopBg__key {
  width: 100%;
  max-width: 713px;
}
@media screen and (max-width: 768px) {
  .TopBg__key {
    max-width: 340px;
  }
}
.TopBg__item {
  width: 100%;
  max-width: 990px;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .TopBg__item {
    max-width: 600px;
  }
}
.TopBg__item:first-child {
  top: 7.5%;
  left: 92.5%;
}
.TopBg__item:last-child {
  top: 87.5%;
  left: 5%;
}

.TopInformationItem__link {
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: relative;
}
.TopInformationItem__link::before, .TopInformationItem__link::after {
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.TopInformationItem__link::before {
  width: 100%;
  background-color: var(--color-light-gray);
  z-index: 1;
}
.TopInformationItem__link::after {
  width: 0;
  background-color: var(--color-green);
  transform-origin: top left;
  transition: all 0.4s cubic-bezier(0.94, 0, 0.09, 0.94);
  z-index: 2;
}
.TopInformationItem__link:hover::after {
  width: 100%;
}
.TopInformationItem__link:hover .TopInformationItem__link--content {
  transform: translateX(8px);
}
.TopInformationItem__link--content {
  transition: all 0.5s cubic-bezier(0.01, 0.8, 0.33, 1.24);
}
.TopInformationItem__link--top {
  display: flex;
  gap: 16px;
}
.TopInformationItem__link--top_shoulder, .TopInformationItem__link--top_date {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .TopInformationItem__link--top_shoulder, .TopInformationItem__link--top_date {
    font-size: 14px;
  }
}
.TopInformationItem__link--top_shoulder {
  color: var(--color-yellow);
}
.TopInformationItem__link--top_date {
  color: var(--color-gray);
}
.TopInformationItem__link--title {
  margin-top: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .TopInformationItem__link--title {
    font-size: 16px;
  }
}

.TopNoteSlider {
  position: relative;
}
.TopNoteSlider__item--date {
  margin-top: 16px;
  color: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .TopNoteSlider__item--date {
    margin-top: 8px;
    font-size: 14px;
  }
}
.TopNoteSlider__item__title {
  margin-top: 4px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .TopNoteSlider__item__title {
    margin-top: 2px;
    font-size: 16px;
  }
}
.TopNoteSlider .splide__arrows {
  width: 102px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -77px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .TopNoteSlider .splide__arrows {
    width: 80px;
  }
}
.TopNoteSlider .splide__arrows .splide__arrow {
  width: 45px;
  height: 45px;
  background: var(--color-yellow);
  opacity: 1;
  position: relative;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
  transform: translate(0, 0);
  transition: 0.24s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .TopNoteSlider .splide__arrows .splide__arrow {
    width: 36px;
    height: 36px;
  }
}
.TopNoteSlider .splide__arrows .splide__arrow:hover {
  opacity: 0.6;
}
.TopNoteSlider .splide__arrows .splide__arrow:disabled {
  opacity: 0.3;
  border: 1px solid var(--color-black);
  background: var(--color-white);
}
.TopNoteSlider .splide__arrows .splide__arrow::before {
  width: 16px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .TopNoteSlider .splide__arrows .splide__arrow::before {
    width: 12px;
    height: 13px;
  }
}
.TopNoteSlider .splide__arrows .splide__arrow--prev::before {
  background-image: url(../../../images/pages/Top/arw-prev.svg);
}
.TopNoteSlider .splide__arrows .splide__arrow--next::before {
  background-image: url(../../../images/pages/Top/arw-next.svg);
}
.TopNoteSlider .splide__arrows .splide__arrow svg {
  display: none;
}

body.-loaded .header {
  transform: translateY(0);
  opacity: 1;
}
body.-loaded .TopBg {
  transform: translateY(0);
  opacity: 1;
}
body.-loaded .TopHero .Image, body.-loaded .TopHero__text {
  transform: translateY(0);
  opacity: 1;
}

.header {
  opacity: 0;
  transform: translateY(24px);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}

.content .TopBg {
  opacity: 0;
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.content .TopHero .Image, .content .TopHero__text {
  opacity: 0;
  transform: translateY(24px);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.content .TopHero .Image {
  transition-delay: 0.8s;
}
.content .TopHero__text {
  transition-delay: 1s;
}
.content .js-section .js-item {
  opacity: 0;
  transform: translateY(12px);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.content .js-section .js-item:nth-child(1) {
  transition-delay: 0.24s;
}
.content .js-section .js-item:nth-child(2) {
  transition-delay: 0.36s;
}
.content .js-section .js-item:nth-child(3) {
  transition-delay: 0.48s;
}
.content .js-section .js-item:nth-child(4) {
  transition-delay: 0.6s;
}
.content .js-section .js-item:nth-child(5) {
  transition-delay: 0.72s;
}
.content .js-section .js-item:nth-child(6) {
  transition-delay: 0.84s;
}
.content .js-section .js-item:nth-child(7) {
  transition-delay: 0.96s;
}
.content .js-section .js-item:nth-child(8) {
  transition-delay: 1.08s;
}
.content .js-section .js-item:nth-child(9) {
  transition-delay: 1.2s;
}
.content .js-section .js-item:nth-child(10) {
  transition-delay: 1.32s;
}
.content .js-section .js-item:nth-child(11) {
  transition-delay: 1.44s;
}
.content .js-section .js-item:nth-child(12) {
  transition-delay: 1.56s;
}
.content .js-section .js-item:nth-child(13) {
  transition-delay: 1.68s;
}
.content .js-section .js-item:nth-child(14) {
  transition-delay: 1.8s;
}
.content .js-section.-active .SectionTitle .Image {
  opacity: 1;
  transform: translateY(0);
}
.content .js-section.-active .SectionTitle__shoulder {
  opacity: 1;
  transform: translateY(0);
}
.content .js-section.-active .js-item {
  opacity: 1;
  transform: translateY(0);
}