@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
.action-text {
  width: fit-content;
  box-sizing: border-box;
  padding: 0.2em;
  background-color: #ebff00;
  color: #1300ff;
  font-size: clamp(2rem, 5vw, 7.5rem);
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
}

.kv {
  position: relative;
  width: 100%;
}
.kv .landing-banner {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background: url(../img/main/sp/kv-bg.webp) center no-repeat;
  background-size: cover;
}
.kv .landing-banner picture {
  width: 70.4%;
  opacity: 0;
}
.kv .landing-banner img {
  width: 100%;
  object-fit: contain;
}
.kv picture,
.kv img {
  width: 100%;
}
.kv .kv-news {
  position: absolute;
  top: calc(100vh - 2rem);
  gap: 0.5rem;
  width: 96%;
  max-width: 48rem;
  transform: translateY(-100%);
  background-color: hsla(0, 0%, 7%, 0.44);
  border: 3px solid #ffffff;
  padding: 1rem 2.5rem 2.5rem;
  color: #ffffff;
}
.kv .kv-news a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 23rem;
  height: 3.5rem;
  background-color: #d60101;
  background-image: url(../img/common/half-arrow-w.svg);
  background-size: 1.5em;
  background-position: right 0.8em bottom 0.4em;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 100%;
}
@media screen and (min-width: 651px) {
  .kv .kv-news {
    right: clamp(4rem, 7vw, 10rem);
    top: calc(100vh - 7rem);
  }
  .kv .landing-banner {
    background: url(../img/main/medium/kv-bg.webp) center no-repeat;
    background-size: cover;
  }
  .kv .landing-banner picture {
    width: 88.5%;
  }
}
@media screen and (min-width: 1201px) {
  .kv .landing-banner {
    background: url(../img/main/large/kv-bg.webp) center no-repeat;
    background-size: cover;
  }
}

section.top-concept {
  margin-top: clamp(4rem, 12vw, 15rem);
}
section.top-concept .content-container {
  width: 100%;
}
section.top-concept .col {
  width: 100%;
}
section.top-concept .left-col {
  min-height: clamp(32rem, 50vw, 77rem);
  background-image: url(../img/main/top-concept.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left 1em;
}
section.top-concept .right-col {
  box-sizing: border-box;
  padding: 0 1em 0 1em;
  font-size: clamp(1.4rem, 1.5vw, 2rem);
  letter-spacing: 0.1em;
  font-weight: 700;
  gap: 2em;
}
section.top-concept .right-col p {
  max-width: 100%;
}
section.top-concept .action-title {
  width: 100%;
}
@media screen and (min-width: 651px) {
  section.top-concept .col {
    width: 50%;
  }
  section.top-concept .left-col {
    align-self: stretch;
    background-position: center left -2rem;
  }
}
@media screen and (min-width: 1601px) {
  section.top-concept .left-col {
    background-position: center left -4rem;
  }
}

section.top-about {
  color: #ffffff;
  font-weight: 700;
}
section.top-about .circle-top,
section.top-about .circle-blue,
section.top-about .circle-bottom {
  width: 100%;
}
section.top-about .circle-top {
  padding: clamp(5rem, 10vw, 10rem) 0 1rem;
  background: url(../img/main/bg-circle-top.svg) top center no-repeat;
  background-size: 200%;
  margin-bottom: -1px;
}
section.top-about .circle-top h2 {
  font-size: clamp(1.8rem, 5vw, 6rem);
  line-height: 133%;
  letter-spacing: 0;
}
section.top-about p.text-large {
  font-size: clamp(1.4rem, 2vw, 2.5rem);
  letter-spacing: 0.1em;
  max-width: 92%;
}
section.top-about p.pt30 {
  padding: 30px 0 0 0;
}
section.top-about .circle-blue {
  background-color: #0b0098;
  gap: clamp(4rem, 7vw, 10rem);
}
section.top-about .circle-blue .content-container {
  width: 92%;
  max-width: 125rem;
  gap: clamp(6rem, 10vw, 13rem);
}
section.top-about .circle-blue .text-row {
  width: 100%;
  column-gap: clamp(4rem, 7vw, 10rem);
  row-gap: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.top-about .circle-blue .text-row .title {
  display: flex;
  flex-direction: column;
  transform: rotate(-12deg);
  transform-origin: center right;
}
section.top-about .circle-blue .text-row .title .no {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(5rem, 13vw, 12rem);
  letter-spacing: 0;
  line-height: 100%;
}
section.top-about .circle-blue .text-row .title .text {
  font-size: clamp(4rem, 11vw, 10rem);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 120%;
}
section.top-about .circle-blue .text-row .text-body {
  margin: 20px auto 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
}
section.top-about .circle-bottom {
  display: block;
  min-height: clamp(16rem, 26vw, 26rem);
  margin-top: -1px;
  background: url(../img/main/bg-circle-bottom.svg) bottom center no-repeat;
  background-size: 200%;
}
@media screen and (min-width: 651px) {
  section.top-about .circle-blue .content-container {
    width: 84%;
  }
  section.top-about .circle-blue .text-row {
    flex-direction: row;
  }
  section.top-about .circle-blue .text-row .title {
    transform-origin: center;
    flex: 1;
    max-width: 42rem;
  }
  section.top-about .circle-blue .text-row .title .no {
    font-size: 5vw;
  }
  section.top-about .circle-blue .text-row .title .text {
    font-size: 3vw;
    font-weight: 900;
    line-height: 100%;
  }
  section.top-about .circle-blue .text-row .text-body {
    flex: 2;
  }
}
@media screen and (min-width: 1201px) {
  section.top-about {
    font-weight: 900;
  }
  section.top-about .circle-top {
    padding: clamp(10rem, 15vw, 28rem) 0 1rem;
    background-size: 120%;
  }
  section.top-about .circle-bottom {
    min-height: clamp(26rem, 32vw, 44rem);
    background-size: 120%;
  }
}
@media screen and (min-width: 1601px) {
  section.top-about .circle-blue .text-row .title {
    flex: 2;
  }
  section.top-about .circle-blue .text-row .title .no {
    font-size: 7rem;
  }
  section.top-about .circle-blue .text-row .title .text {
    font-weight: 900;
    line-height: 100%;
    font-size: 5rem;
  }
  section.top-about .circle-blue .text-row .text-body {
    flex: 3;
  }
}
@media screen and (min-width: 2000px) {
  section.top-about .circle-top {
    padding: 15vw 0 1rem;
  }
  section.top-about .circle-bottom {
    min-height: 25vw;
  }
}

section.top-features {
  gap: 6rem;
}
section.top-features .title-container img {
  width: 92%;
  max-width: clamp(12.8rem, 72vw, 128rem);
}
section.top-features .grid-container {
  row-gap: 4rem;
  column-gap: clamp(4rem, 5vw, 8rem);
  max-width: 72%;
}
section.top-features .circle-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: clamp(2.4rem, 3vw, 5rem) 0;
  gap: 1.5rem;
}
section.top-features .circle-container span,
section.top-features .circle-container h3,
section.top-features .circle-container p {
  position: relative;
  z-index: 10;
}
section.top-features .circle-container span {
  align-self: flex-start;
  color: #ffffff;
  background-color: #1300ff;
  width: fit-content;
  padding: 0.2em 0.6em 0.2em 0.3em;
  border-radius: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(2rem, 2vw, 3.6rem);
  letter-spacing: 0;
  line-height: 100%;
}
section.top-features .circle-container h3,
section.top-features .circle-container p {
  padding-left: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 180%;
}
section.top-features .circle-container h3 {
  font-size: clamp(2rem, 1.5vw, 2.4rem);
}
section.top-features .circle-container p {
  font-weight: 700;
}
section.top-features .circle-container .circle {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: clamp(24rem, 92vw, 40rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #1300ff;
}
section.top-features .go-action {
  position: relative;
  align-self: flex-end;
  width: 93.2%;
  max-width: 166rem;
}
section.top-features .go-action .action-text {
  position: absolute;
  left: clamp(1rem, 10vw, 16.8rem);
  bottom: 0;
  z-index: 10;
}
section.top-features .go-action img {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 651px) {
  section.top-features .grid-container {
    max-width: 86.4%;
  }
  section.top-features .circle-container {
    align-self: stretch;
  }
  section.top-features .go-action .action-text {
    bottom: 6rem;
  }
}
@media screen and (min-width: 1201px) {
  section.top-features .grid-container {
    box-sizing: border-box;
    padding-left: 9rem;
  }
}

section.top-mentor {
  gap: clamp(4rem, 5vw, 8rem);
}
section.top-mentor .title-container img {
  width: 92%;
  max-width: clamp(7.8rem, 58vw, 89rem);
}
section.top-mentor .mentor-container {
  gap: clamp(2.4rem, 5vw, 8rem);
  width: 84.6%;
  max-width: 136.6rem;
}
section.top-mentor .mentor-container .text-contents {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  width: 1px;
  height: 1px;
}
section.top-mentor .mentor-container .mentor-card {
  position: relative;
  width: 100%;
}
section.top-mentor .mentor-container .mentor-card .img-container {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 1rem;
  overflow: hidden;
}
section.top-mentor .mentor-container .mentor-card .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.8s ease-in-out;
}
section.top-mentor .mentor-container .mentor-card .tag-container {
  display: none;
}
section.top-mentor .mentor-container .mentor-card:hover img {
  transform: scale(1.1);
}
section.top-mentor .mentor-container .mentor-wrapper {
  cursor: pointer;
}
section.top-mentor .mentor-container .mentor-wrapper.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: relative;
  width: 84.7%;
  max-height: 84%;
  overflow-y: scroll;
  max-width: 60rem;
  z-index: 10;
  box-sizing: border-box;
  padding: 2em;
  box-shadow: 1rem 1rem 0 #303030;
  background-color: #ffffff;
  border-radius: 1rem;
  cursor: unset;
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card .img-container {
  max-height: clamp(24rem, 50vw, 36rem);
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: contain;
  overflow: unset;
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card .img-container img {
  border-radius: 1rem;
  object-fit: contain;
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card .text-container {
  position: unset;
  width: 100%;
  gap: 2rem;
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card .text-container h4 {
  padding: 0;
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card .text-container h4.name {
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card .text-container p {
  padding: 0;
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card .text-container p.company {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card .tag-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card .tag-container span {
  width: fit-content;
  background-color: #0b0098;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.8em;
  text-align: center;
  line-height: 100%;
  padding: 0.4em 0.6em;
}
section.top-mentor .mentor-container .mentor-wrapper.active .mentor-card:hover img {
  transition: unset;
  transform: unset;
  margin-top: unset;
}
section.top-mentor .mentor-container .mentor-wrapper.active .toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: hsla(0, 0%, 0%, 0.6);
}
section.top-mentor .mentor-container .mentor-wrapper.active .text-contents {
  display: flex;
  position: unset;
  pointer-events: unset;
  opacity: 1;
  width: auto;
  height: auto;
}
section.top-mentor .mentor-container .text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1.5vw, 1.5rem);
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 12%;
}
section.top-mentor .mentor-container .text-container h4,
section.top-mentor .mentor-container .text-container p.company {
  font-weight: 700;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 140%;
}
section.top-mentor .mentor-container .text-container h4 {
  font-size: clamp(1.2rem, 2vw, 2.5rem);
}
section.top-mentor .mentor-container .text-container h4 .eng {
  font-size: 0.56em;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
section.top-mentor .mentor-container .text-container p.company {
  font-size: calc(clamp(1.2rem, 2vw, 2.5rem) * 0.56);
}
@media screen and (min-width: 651px) {
  section.top-mentor .mentor-container {
    align-self: flex-end;
    margin-right: clamp(4rem, 7vw, 10rem);
    row-gap: 4rem;
  }
  section.top-mentor .mentor-container .mentor-card img {
    margin-top: 0;
  }
  section.top-mentor .mentor-container .mentor-card:hover img {
    margin-top: clamp(1.5rem, 1.5vw, 2.5rem);
  }
}

section.top-program {
  gap: 5rem;
  padding: clamp(6rem, 7vw, 10rem) 0 clamp(8rem, 8vw, 12rem);
  background-color: #0b0098;
  background-image: url(../img/main/bg-program.png);
  background-position: top right;
  background-repeat: repeat;
  background-size: 30rem;
}
section.top-program .content-container {
  width: 100%;
  max-width: 192rem;
  gap: clamp(4rem, 7vw, 10rem);
}
section.top-program .title-container img {
  width: 92%;
  max-width: clamp(7.8rem, 58vw, 89rem);
}
section.top-program .stage-container {
  gap: clamp(4rem, 7vw, 10rem);
}
section.top-program .stage-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  color: #ffffff;
  gap: 2.5rem;
}
section.top-program .pro-box {
  flex: 1;
  min-width: 24rem;
  max-width: 40rem;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  text-align: center;
}
section.top-program .pro-box .stage,
section.top-program .pro-box h4 {
  font-size: 1.5em;
}
section.top-program .pro-box .inner {
  box-sizing: border-box;
  padding: 0.5em;
  width: 100%;
  background-color: #121212;
}
section.top-program .pro-box .triangle {
  margin-top: -1px;
  display: block;
  width: 100%;
  aspect-ratio: 10/1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #121212;
}
section.top-program .pro-box.pb-grey .inner,
section.top-program .pro-box.pb-grey .triangle {
  background-color: #4d4d4d;
}
section.top-program .pro-box.pb-lg .inner,
section.top-program .pro-box.pb-lg .triangle {
  background-color: #9b9b9b;
}
section.top-program .pro-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
section.top-program .pro-text h3 {
  font-size: clamp(2.4rem, 3vw, 3rem);
  letter-spacing: 0.1em;
  line-height: 133%;
}
section.top-program .vm-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  width: 5em;
  aspect-ratio: 1/1;
  background-color: #1300ff;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 90%;
}
section.top-program .vm-btn img {
  width: 2em;
}
@media screen and (min-width: 651px) {
  section.top-program .stage-row {
    flex-direction: row;
    align-items: flex-start;
  }
}

section.top-information,
section.top-schedule {
  gap: clamp(4rem, 5vw, 7rem);
}
section.top-information .content-wrapper,
section.top-schedule .content-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr clamp(10rem, 84.6vw, 100rem) 1fr;
  grid-template-rows: auto;
}
section.top-information .content-wrapper .content-container,
section.top-schedule .content-wrapper .content-container {
  display: flex;
  flex-direction: column;
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
}
section.top-information .content-wrapper .action-text,
section.top-schedule .content-wrapper .action-text {
  position: relative;
  z-index: 10;
  align-self: flex-end;
  transform: translate(1rem, -1.5rem);
}
section.top-information .content-wrapper .moon,
section.top-schedule .content-wrapper .moon {
  display: none;
  width: 84%;
  max-width: 36rem;
}
section.top-information .content-wrapper .moon-left,
section.top-schedule .content-wrapper .moon-left {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: auto auto auto 0;
}
section.top-information .content-wrapper .moon-right,
section.top-schedule .content-wrapper .moon-right {
  grid-column: 3/4;
  grid-row: 1/2;
  margin: auto 0 auto auto;
}
@media screen and (min-width: 651px) {
  section.top-information .content-wrapper .action-text,
  section.top-schedule .content-wrapper .action-text {
    transform: translate(2rem, -3rem);
  }
}
@media screen and (min-width: 1201px) {
  section.top-information .content-wrapper .moon,
  section.top-schedule .content-wrapper .moon {
    display: block;
  }
}
@media screen and (min-width: 1601px) {
  section.top-information .content-wrapper .action-text,
  section.top-schedule .content-wrapper .action-text {
    transform: translate(58%, -6rem);
  }
}

section.top-schedule .title-container img {
  width: 92%;
  max-width: clamp(8rem, 60vw, 100rem);
}

section.top-information .title-container img {
  width: 92%;
  max-width: clamp(13rem, 75vw, 136rem);
}

/*# sourceMappingURL=top.css.map */
