body.top .content-wrap {
  width: 100%;
  display: block;
  z-index: 1;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background: none;
}

body.top .content-wrap::after {
  content: "";
  width: 100%;
  height: 57vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body.top .content-inner {
  width: calc(100% - 26vw);
  margin: 0 13vw;
  padding-bottom: 70px;
  padding-top: 40px;
  overflow-wrap: break-word;
}

.top-fix-menu-wrap {
  position: fixed;
  bottom: 1.2vw;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

.top-fix-menu-wrap .scrolldown {
  position: relative;
  width: 4vw;
  height: 20vh;
  margin: 0 0 4vw auto;
  transition: all 0.4s;
}

.top-fix-menu-wrap .scrolldown span {
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.top-fix-menu-wrap .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5px;
  height: 100%;
  background: #fff;
  animation: pathmove 2s cubic-bezier(1, 0, 0, 1) infinite;
}

.top-fix-menu-wrap ul.top-fix-menu {
  pointer-events: none;
}

.top-fix-menu-wrap ul.top-fix-menu > li {
  width: 7.5vw;
  height: 5vw;
  padding: 0.5vw 2.5vw 0.5vw 0.5vw;
  border-radius: 2.5vw 0 0 2.5vw;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 0.8vw auto;
  cursor: pointer;
  pointer-events: auto;
  transform: translateX(2vw);
  transition: all 0.4s ease;
}

.top-fix-menu-wrap ul.top-fix-menu > li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-fix-menu-wrap ul.top-fix-menu > li:nth-of-type(2) {
  margin: 0 0 0.6vw auto;
}

.top-fix-menu-wrap ul.top-fix-menu > li:hover {
  transform: translateX(1vw);
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat:hover {
  transform: translateX(1vw);
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat:hover p.comment {
  opacity: 1;
  left: -13vw;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat p.comment {
  width: 12vw;
  height: 2vw;
  border-radius: 0.7vw;
  position: absolute;
  left: -10vw;
  bottom: 1vw;
  background: rgba(255, 255, 255, 0.8);
  color: #17288b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat p.comment::after {
  content: "";
  width: 2vw;
  height: 2vw;
  clip-path: polygon(1vw 0, 0 0, 0 0.6vw);
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: calc(-2vw + 1px);
  bottom: -0.7vw;
  display: block;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap {
  width: 30vw;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 0;
  right: 10vw;
  border-radius: 2vw;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5vw);
  transition: all 0.4s ease 0.3s;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap .ai-chat-box-close {
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 0.75vw;
  right: 2vw;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap .ai-chat-box-close::before {
  content: "";
  background: #FFF;
  width: 2vw;
  height: 1px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap .ai-chat-box-close::after {
  content: "";
  background: #FFF;
  width: 2vw;
  height: 1px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap .ai-chat-box-close:hover {
  transform: scale(1.4);
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap .ai-chat-box-title {
  background: #17288b;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1em;
  padding: 0.8em 2em;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list {
  padding: 5vh 2vw;
  max-height: 50vh;
  overflow-Y: scroll;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li {
  width: 90%;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li p {
  padding: 1vw;
  font-size: 1.5rem;
  line-height: 1.6em;
  background: rgba(23, 40, 139, 0.1);
  position: relative;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.answer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10% 2vw 0;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.answer p {
  width: calc(100% - 4.5vw);
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.answer p::before {
  content: "";
  width: 1.2vw;
  height: 1.2vw;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: rgba(23, 40, 139, 0.1);
  position: absolute;
  left: -1.2vw;
  top: calc(50% - 0.6vw);
  display: block;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.answer::before {
  content: "";
  width: 3vw;
  height: 3vw;
  border: 1px solid #17288b;
  border-radius: 1.5vw;
  display: block;
  background: url(../images/top/top-fix-icon02.webp) no-repeat center top;
  background-size: 130%;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.question {
  margin: 0 5% 2vw 5%;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.question p {
  width: 100%;
  margin-left: auto;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.question p::before {
  content: "";
  width: 1.2vw;
  height: 1.2vw;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: rgba(23, 40, 139, 0.1);
  position: absolute;
  right: -1.2vw;
  top: calc(50% - 0.6vw);
  display: block;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap .ai-chat-box-write {
  width: 100%;
  height: 14vh;
  padding: 0.8vw 1.5vw;
  background: #EFEFEF;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap .ai-chat-box-write p {
  color: #7f7f7f;
  font-size: 1.7rem;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap .ai-chat-box-write span {
  width: calc(100% - 3vw);
  color: #111;
  margin-top: auto;
  font-size: 1.1rem;
  line-height: 1.5em;
  letter-spacing: 0;
  display: block;
  position: absolute;
  left: 1.5vw;
  bottom: 1vw;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat .ai-chat-box-wrap.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat.active p.comment {
  opacity: 1;
  left: -13vw;
}

.top-fix-menu-wrap ul.top-fix-menu > li.ai-chat.lock:hover {
  transform: translateX(2vw);
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet {
  width: 20vw;
  min-height: 8vw;
  padding: 0.5vw 0.2vw 0.5vw 6vw;
  border-radius: 0.8vw 0 0 0.8vw;
  margin-bottom: 0;
  transform: translateX(23.5vw);
  cursor: auto;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet img {
  width: 16vw;
  height: 6vw;
  object-fit: contain;
  position: absolute;
  left: -13vw;
  top: 0;
  cursor: pointer;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet p.question {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 700;
  border-bottom: 1px solid #17288b;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet p.question::before {
  content: "Q.";
  display: inline-block;
  margin-right: 0.4em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #17288b;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-check-list {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-check-list form {
  line-height: 1.3em;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-check-list .worksheet-label {
  display: inline-block;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-check-list .worksheet-label label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-right: 1em;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-check-list .worksheet-label input {
  margin: 0 0.2vw;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-check-list .worksheet-label input[type=text i] {
  min-width: 30em;
  margin-left: 1em;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-check-list .worksheet-label span {
  font-size: 1rem;
  font-weight: 500;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .send {
  width: 6vw;
  height: 2vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
  background: #17288b;
  position: absolute;
  bottom: 0.5vw;
  right: 2vw;
  border: none;
  border-radius: 0.4vw;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .submit-text {
  display: none;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .submit-text p {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.5em 0;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-close {
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 1vw;
  right: 2vw;
  cursor: pointer;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-close::before {
  content: "";
  background: #17288b;
  width: 1.2vw;
  height: 1px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0.5vw;
  z-index: 1;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-close::after {
  content: "";
  background: #17288b;
  width: 1.2vw;
  height: 1px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0.5vw;
  z-index: 1;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet .worksheet-close:hover {
  background: #FAFAFA;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet:hover {
  transform: translateX(17vw);
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet.active {
  width: 53vw;
  transform: translateX(0);
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet.active .worksheet-check-list {
  opacity: 1;
  transition: all 0.1s ease 0.4s;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet.active img {
  width: 14vw;
  left: -8vw;
}

.top-fix-menu-wrap ul.top-fix-menu > li.worksheet.active:hover {
  transform: translateX(0);
}

.top-fix-menu-wrap.hide-out .scrolldown {
  opacity: 0;
}

@keyframes pathmove {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top-attention_topics-wrap {
  position: fixed;
  bottom: 5.5vw;
  left: 0;
  z-index: 10;
  transform: translateX(0);
  transition: all 0.2s ease;
}

.top-attention_topics-wrap ul.top-attention_topics-list li {
  margin-bottom: 4px;
}

.top-attention_topics-wrap ul.top-attention_topics-list li a {
  display: inline-flex;
  align-items: center;
  background: #f5ff46;
  padding: 0 1em 0 2vw;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 700;
  min-height: 2.2vw;
  box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.top-attention_topics-wrap ul.top-attention_topics-list li a span.date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 0.5vw;
}

.top-attention_topics-wrap.hide-out {
  transform: translateX(-120%);
}

.top-mainvisual-section {
  width: 100%;
  height: calc(100vh - 16.5vw);
  margin: 9vw auto 15vw;
  position: relative;
}

.top-mainvisual-section .top-mainvisual-wrap {
  width: clamp(720px, 72vw, 128vh);
  height: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}



.top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-bg {
  fill: #17288b;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.top-mainvisual-section .top-mainvisual-wrap .top-mainvisual {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}


.top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction {
  width: 100%;
  height: 100%;
  padding: 4vw 11vw;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -40%);
  transition: all 0.4s ease 0s;
}

.top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction p.top-mainvisual-introduction-title {
  width: 100%;
  font-size: clamp(2.5rem, 3.6rem, 5vh);
  font-weight: 500;
  color: #17288b;
  text-align: center;
  padding-bottom: 5vh;
  border-bottom: 1px solid #17288b;
  line-height: normal	
}

.top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction ul.top-mainvisual-keyword {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4vh 1vw 3vh;
}

.top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction ul.top-mainvisual-keyword li {
  width: fit-content;
  font-size: 3rem;
  font-size: clamp(2.5rem, 3rem, 4vh);
  line-height: 1.3em;
  color: #17288b;
  margin: 0 0.6em 0.5em 0;
  letter-spacing: 0;
}

.top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction p.top-mainvisual-introduction-text {
  font-size: clamp(1.2rem, 1.5rem, 2vh);
  line-height: 1.6em;
  font-weight: 500;
}

.top-mainvisual-section .top-mainvisual-wrap:hover .top-mainvisual-bg {
  fill: #FFF;
}

.top-mainvisual-section .top-mainvisual-wrap:hover .top-mainvisual {
  opacity: 0.3;
  filter: blur(3px);
}

.top-mainvisual-section .top-mainvisual-wrap:hover .top-mainvisual-introduction {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0.3s;
}

.top-mainvisual-section img.top-mainvisual-university {
  display: block;
  width: clamp(800px, 80vw, 142vh);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-mainvisual-section p.top-mainvisual-attention {
  position: absolute;
  bottom: -6vw;
  left: 2vw;
  font-size: 0.7vw;
  letter-spacing: 0.05em;
  color: #FFF;
}

.top-navi-section {
  width: 100%;
  padding: 3vw 8vw 12vw;
}

.top-navi-section ul.top-target-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-navi-section ul.top-target-navi-list li {
  width: 30%;
  margin-bottom: 2vw;
  transform: translateY(4vw);
  opacity: 0;
  transition: all 0.6s ease;
}

.top-navi-section ul.top-target-navi-list li a {
  width: 100%;
  height: 8vw;
  border-radius: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14% 0 10%;
  box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.2);
}

.top-navi-section ul.top-target-navi-list li a span.icon {
  display: block;
  width: 30%;
  height: 100%;
}

.top-navi-section ul.top-target-navi-list li a span.icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-navi-section ul.top-target-navi-list li a p {
  width: 70%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #FFF;
}

.top-navi-section ul.top-target-navi-list li.navi01 {
  order: 0;
  transition-delay: 0s;
}

.top-navi-section ul.top-target-navi-list li.navi01 a {
  background: #ff736e;
}

.top-navi-section ul.top-target-navi-list li.navi02 {
  order: 3;
  transition-delay: 0.17s;
}

.top-navi-section ul.top-target-navi-list li.navi02 a {
  background: #69aff0;
}

.top-navi-section ul.top-target-navi-list li.navi03 {
  order: 1;
  transition-delay: 0.1s;
  transform: translateY(1.5vw);
}

.top-navi-section ul.top-target-navi-list li.navi03 a {
  background: #82d2c3;
}

.top-navi-section ul.top-target-navi-list li.navi04 {
  order: 4;
  transition-delay: 0.27s;
  transform: translateY(1.5vw);
}

.top-navi-section ul.top-target-navi-list li.navi04 a {
  background: #9b96ff;
}

.top-navi-section ul.top-target-navi-list li.navi05 {
  order: 2;
  transition-delay: 0.2s;
}

.top-navi-section ul.top-target-navi-list li.navi05 a {
  background: #c8e65a;
}

.top-navi-section ul.top-target-navi-list li.navi06 {
  order: 5;
  transition-delay: 0.37s;
}

.top-navi-section ul.top-target-navi-list li.navi06 a {
  background: #ffaaaa;
}
.top-navi-section ul.top-target-navi-list li.navi07 {
  order: 6;
  transition-delay: 0.2s;
}

.top-navi-section ul.top-target-navi-list li.navi07 a {
  background: #eec625;
}

.top-navi-section ul.top-target-navi-list.is-show li {
  opacity: 1;
}

.top-navi-section ul.top-target-navi-list.is-show li.navi01 {
  transform: translateY(0);
}

.top-navi-section ul.top-target-navi-list.is-show li.navi02 {
  transform: translateY(0);
}

.top-navi-section ul.top-target-navi-list.is-show li.navi03 {
  transform: translateY(-2.5vw);
}

.top-navi-section ul.top-target-navi-list.is-show li.navi04 {
  transform: translateY(-2.5vw);
}

.top-navi-section ul.top-target-navi-list.is-show li.navi05 {
  transform: translateY(0);
}

.top-navi-section ul.top-target-navi-list.is-show li.navi06 {
  transform: translateY(0);
}
.top-navi-section ul.top-target-navi-list.is-show li.navi07 {
  transform: translateY(-2.5vw)
}

.top-navi-section ul.top-target-navi-list {
  justify-content: center!important
}

.top-navi-section ul.top-target-navi-list li {
  margin-right: 1vw;
    margin-left: 1vw;  
}


.top-navi-section ul.top-category-navi-list {
  padding-top: 7vw;
  display: flex;
  justify-content: space-between;
}

.top-navi-section ul.top-category-navi-list li {
  transform: translateY(10vw);
  opacity: 0;
  transition: all 0.5s ease 0.2s;
}

.top-navi-section ul.top-category-navi-list li a {
  display: block;
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  border-radius: 9vw;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 6vw 1vw;
  transform: translateY(0);
  transition: all 0.4s ease;
  position: relative;
}

.top-navi-section ul.top-category-navi-list li a span.hover-title {
  display: block;
  width: 66%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 17%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5vw);
  transition: all 0.15s ease 0s;
}

.top-navi-section ul.top-category-navi-list li a p {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}

.top-navi-section ul.top-category-navi-list li a p.hover-text {
  width: 80%;
  font-size: calc(1rem + 0.2vw);
  font-weight: 500;
  line-height: 1.7em;
  color: #FFF;
  top: 50%;
  left: 10%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2vw);
  transition: all 0.15s ease 0s;
}

.top-navi-section ul.top-category-navi-list li a p span.en {
  display: block;
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  padding-top: 0.3vw;
}

.top-navi-section ul.top-category-navi-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-navi-section ul.top-category-navi-list li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9vw;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.top-navi-section ul.top-category-navi-list li a:hover {
  transform: translateY(-6vw);
  min-height: 36vw;
  opacity: 1;
  transition: all 0.3s ease 0.1s;
}

.top-navi-section ul.top-category-navi-list li a:hover span.hover-title {
  opacity: 1;
  transform: translateY(-7vw);
  transition: all 0.2s ease 0.3s;
  visibility: visible;
}

.top-navi-section ul.top-category-navi-list li a:hover p.hover-text {
  opacity: 1;
  transform: translateY(4.5vw);
  transition: all 0.2s ease 0.3s;
  visibility: visible;
}

.top-navi-section ul.top-category-navi-list li a:hover::after {
  opacity: 1;
  transition: all 0.4s ease 0.1s;
}

.top-navi-section ul.top-category-navi-list li:nth-of-type(2n - 1) {
  margin-top: 6vw;
  transform: translateY(-10vw);
}

.top-navi-section ul.top-category-navi-list li:nth-of-type(2n - 1) a:hover {
  transform: translateY(-12vw);
}

.top-navi-section ul.top-category-navi-list li:nth-of-type(1) a::after {
  background: url(../images/top/top-category-navi01.webp) no-repeat center center;
  background-size: cover;
}

.top-navi-section ul.top-category-navi-list li:nth-of-type(2) a::after {
  background: url(../images/top/top-category-navi02.webp) no-repeat center center;
  background-size: cover;
}

.top-navi-section ul.top-category-navi-list li:nth-of-type(3) a::after {
  background: url(../images/top/top-category-navi03.webp) no-repeat center center;
  background-size: cover;
}

.top-navi-section ul.top-category-navi-list li:nth-of-type(4) a::after {
  background: url(../images/top/top-category-navi04.webp) no-repeat center center;
  background-size: cover;
}

.top-navi-section ul.top-category-navi-list.is-show li {
  opacity: 1;
  transform: translateY(0);
}

.top-cyberpark-section {
  width: 100%;
  padding: 8vw 2vw 6vw 10vw;
  background: linear-gradient(140deg, rgba(41, 114, 176, 0.9) 0%, rgba(108, 142, 232, 0.75) 60%, rgb(54, 110, 142) 100%);
  overflow: hidden;
  position: relative;
}

.top-cyberpark-section > * {
  position: relative;
  z-index: 1;
}

.top-cyberpark-section h3.top-cyberpark-title {
  width: 24vw;
  position: absolute;
  top: 12vw;
  opacity: 0;
  z-index: 2;
}

.top-cyberpark-section h3.top-cyberpark-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-cyberpark-section .top-cyberpark-map-wrap {
  width: 74%;
  margin-left: auto;
  position: relative;
  transform: translateY(10vw);
  opacity: 0;
}

.top-cyberpark-section .top-cyberpark-map-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag {
  position: absolute;
  width: 7vw;
  opacity: 0;
  cursor: pointer;
  transform: translateY(-6vw);
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag img {
  display: block;
  width: 60%;
  margin: 0 auto 0.5vw;
  transition: all 0.2s ease;
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag p {
  font-size: 1.2rem;
  line-height: 1.3em;
  background: #FFF;
  border: 1px solid #000;
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 0.2em 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag01 {
  top: 19%;
  left: 69%;
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag02 {
  top: 46%;
  left: 63%;
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag03 {
  top: 33%;
  left: 20%;
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag04 {
  top: 44%;
  left: 38%;
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag05 {
  top: 23%;
  left: 35%;
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag06 {
  top: 13%;
  left: 49%;
}

.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag07 {
  top: 38%;
  left: 50.5%;
}


.top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag:hover img {
  width: 70%;
}

.top-cyberpark-section .top-cyberpark-article-wrap {
  width: calc(100% - 8vw);
  min-height: 38vh;
  height: 27vw;
  border-radius: 2vw;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.2);
  margin-top: -13vw;
  transform: translateX(-5vw);
  opacity: 0;
  position: relative;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3vw 4vw 4vw;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10vw);
  transition: all 0.5s;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article h4.top-cyberpark-article-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0.3em;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list {
  padding-top: 2vw;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li {
  margin: 0 0.2vw;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a {
  display: block;
  position: relative;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-photo {
  position: relative;
  overflow: hidden;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-photo img {
  width: 100%;
  transition: all 0.3s;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-movie-photo {
  position: relative;
  overflow: hidden;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-movie-photo img {
  width: 100%;
  transition: all 0.3s;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-movie-photo::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-movie-photo::after {
  content: "";
  position: absolute;
  background: url("../images/corpo/corpo-movie-icon.webp") no-repeat;
  background-size: contain;
  width: 3vw;
  height: 3vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-movie-text {
  padding: 0.2vw 0 0.5vw;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-movie-text p.top-cyberpark-ch-name {
  font-size: calc(0.8rem + 0.2vw);
  font-weight: 500;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #FFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-movie-text p.top-cyberpark-movie-title {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a:hover {
  opacity: 1;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a:hover .corpo-movie-photo img {
  transform: scale(1.1);
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li.tweet {
  padding: 0;
  max-height: 19vw;
  width: 100%;
  overflow: hidden;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li.tweet .twitter-timeline {
  width: 100% !important;
  margin: 0 auto;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list.sns-slide li {
  overflow: hidden;
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list.sns-slide li iframe {
  width: 100%;
  max-width: inherit;
  min-width: inherit !important;
  height: 21vw;
  transform: translateY(-54px);
}

.top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.top-cyberpark-section::before {
  content: "";
  width: 0;
  height: calc(100% - 7vw);
  height: 100%;
  position: absolute;
  top: 7vw;
  left: 50%;
  z-index: 0;
  display: block;
  border-radius: 2vw 2vw 0 0;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.top-cyberpark-section.is-show h3.top-cyberpark-title {
  opacity: 1;
  transition: all 0.7s ease 1s;
}

.top-cyberpark-section.is-show .top-cyberpark-map-wrap {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease-out 0.8s;
}

.top-cyberpark-section.is-show .top-cyberpark-map-wrap .top-cyberpark-tag {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease 1.3s;
}

.top-cyberpark-section.is-show .top-cyberpark-map-wrap .top-cyberpark-tag.tag01 {
  transition-delay: 1.3s;
}

.top-cyberpark-section.is-show .top-cyberpark-map-wrap .top-cyberpark-tag.tag02 {
  transition-delay: 1.4s;
}

.top-cyberpark-section.is-show .top-cyberpark-map-wrap .top-cyberpark-tag.tag03 {
  transition-delay: 1.5s;
}

.top-cyberpark-section.is-show .top-cyberpark-map-wrap .top-cyberpark-tag.tag04 {
  transition-delay: 1.6s;
}

.top-cyberpark-section.is-show .top-cyberpark-map-wrap .top-cyberpark-tag.tag05 {
  transition-delay: 1.7s;
}

.top-cyberpark-section.is-show .top-cyberpark-article-wrap {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease 2s;
}

.top-cyberpark-section.is-show::before {
  content: "";
  left: 5%;
  width: 90%;
  opacity: 1;
  transition: all 0.3s ease 0.3s;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s;
}

.slide-arrow span {
  position: relative;
  display: block;
  border: solid 1px #fff;
  width: 30px;
  height: 30px;
  transition: all 0.4s;
}

.slide-arrow span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 44%;
  transform: translateY(-50%);
  transition: all 0.4s;
}

.slide-arrow.prev-arrow {
  left: -4%;
}

.slide-arrow.prev-arrow span::before {
  right: 10px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg) translateY(-50%);
}

.slide-arrow.next-arrow {
  right: -4%;
}

.slide-arrow.next-arrow span::before {
  left: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-50%);
}

.slide-arrow:hover span {
  background: #fff;
}

.slide-arrow:hover.prev-arrow span::before {
  border-left: solid 1px #17288b;
  border-bottom: solid 1px #17288b;
}

.slide-arrow:hover.next-arrow span::before {
  border-top: solid 1px #17288b;
  border-right: solid 1px #17288b;
}

.top-find-section {
  width: 100%;
  padding: 18vw 6vw;
  background: #FFF;
  position: relative;
}

.top-find-section .top-find-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8vw;
}

.top-find-section .top-find-section-head h3.top-find-title {
  width: 55%;
  color: #17288b;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.7em;
}

.top-find-section .top-find-section-head h3.top-find-title span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 4.5vw;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}

.top-find-section .top-find-section-head p {
  width: 43%;
  color: #17288b;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7em;
  padding-top: 0.2em;
}

.top-find-section ul.top-find-word-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 4vw 0;
}

.top-find-section ul.top-find-word-list li {
  width: fit-content;
  height: 3vw;
  border-radius: 1.5vw;
  padding: 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0 2vw 0.8vw 0;
  cursor: pointer;
  background: linear-gradient(110deg, rgb(118, 157, 231) 0%, rgb(95, 100, 203) 35%, rgb(111, 147, 207) 60%, rgb(102, 125, 214) 100%);
  transition: all 0.3s ease;
}

.top-find-section ul.top-find-word-list li::before {
  content: "#";
  display: inline-block;
  margin-right: 0.3em;
}

.top-find-section ul.top-find-word-list li:hover {
  transform: scale(1.08);
}

.top-find-section ul.top-find-word-list li.is-active {
  background: #17288b;
}

.top-find-section .top-find-program-list-wrap {
  display: flex;
  justify-content: space-between;
  padding: 2vw 4vw 0;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list {
  width: 31%;
  border: 1px solid #17288b;
  padding: 2.5vw 2vw 2vw;
  position: relative;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dt {
  width: 75%;
  font-size: calc(1.4rem + 0.4vw);
  font-weight: 500;
  text-align: center;
  color: #17288b;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dt span {
  display: inline-block;
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin-right: 0.05em;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li {
  margin-bottom: 0.8em;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li a {
  font-size: 1.6rem;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: block;
  padding-left: 1.3vw;
  padding-bottom: 0.3em;
  position: relative;
  opacity: 0.1;
  pointer-events: none;
  transition: all 0.4s ease;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li a::before {
  content: "";
  display: inline-block;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  background: #17288b;
  margin-right: 0.5vw;
  margin-left: -1.3vw;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #17288b;
  position: absolute;
  left: 1em;
  bottom: 0;
  transition: all 0.4s ease;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li a:hover {
  opacity: 1;
  color: #17288b;
  padding-left: 1.7vw;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li.show a {
  opacity: 1;
  pointer-events: auto;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li.show a::before {
  content: "";
  display: inline-block;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  background: #17288b;
  margin-right: 0.5vw;
  margin-left: -1.3vw;
}

.top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li.show a::after {
  content: "";
  width: calc(100% - 1em);
}

.top-find-section .top-find-textscroll {
  width: 100%;
  padding: 2px 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  pointer-events: none;
  opacity: 0.8;
}

.top-find-section .top-find-textscroll.scroll-position01 {
  top: 5vw;
}

.top-find-section .top-find-textscroll.scroll-position02 {
  bottom: 3vw;
}

.top-find-section .top-find-textscroll p {
  width: 170vw;
  height: 12vw;
}

.top-find-section .top-find-textscroll p svg {
  width: 170vw;
  height: 12vw;
  display: block;
}

.top-find-section .top-find-textscroll p svg text {
  width: 100%;
  height: 100%;
  font-size: 6vw;
  letter-spacing: 0.2em;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  white-space: nowrap;
}

.top-find-section .top-find-textscroll p.textscroll01 {
  transform: translateX(0);
  animation: slide-move01 40s linear infinite;
}

.top-find-section .top-find-textscroll p.textscroll02 {
  margin-top: -12vw;
  transform: translateX(0);
  animation: slide-move02 40s linear infinite;
}

@keyframes slide-move01 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-170vw);
    opacity: 1;
  }
  50.001% {
    transform: translateX(-170vw);
    opacity: 0;
  }
  50.002% {
    transform: translateX(170vw);
    opacity: 0;
  }
  50.003% {
    transform: translateX(170vw);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-move02 {
  0% {
    transform: translateX(170vw);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-170vw);
  }
}
.top-news-section {
  padding: 8vw 10vw 7vw;
}

.top-news-section .top-news-wrap {
  width: 100%;
  padding: 4vw 11vw 6vw;
  position: relative;
  z-index: 2;
}

.top-news-section .top-news-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-news-section .top-news-wrap .event-calender-link {
  position: absolute;
  bottom: -2vw;
  left: calc(50% - 12vw);
}

.top-news-section .top-news-wrap .event-calender-link a {
  width: 24vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #FFF;
  line-height: 1em;
  background: #17288b;
  border: 1px solid #FFF;
  border-radius: 0.5vw;
}

.top-news-section .top-news-wrap .event-calender-link a::before {
  content: "";
  width: 1.7em;
  height: 1.7em;
  background: url(../images/top/icon-calender.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 0.3em;
}

.top-news-section .top-news-wrap .event-calender-link a:hover {
  opacity: 1;
  background: #17288b;
  padding-left: 0.5vw;
}

.top-news-section .top-news-wrap .event-calender-link.circle-bnr {
  bottom: inherit;
  left: inherit;
  top: 10vw;
  right: 0;
  transition: all 0.3s ease;
}

.top-news-section .top-news-wrap .event-calender-link.circle-bnr:hover {
  transform: scale(1.1);
}

.top-news-section .top-news-wrap .event-calender-link.circle-bnr a {
  width: 10vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FFF;
  line-height: 1.3em;
  background: #17288b;
  border: 1px solid #FFF;
  border-radius: 5vw;
}

.top-news-section .top-news-wrap .event-calender-link.circle-bnr a::before {
  content: "";
  width: 3vw;
  height: 3vw;
  background: url(../images/top/icon-calender.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin: 0;
}

.top-news-section .top-news-wrap .event-calender-link.circle-bnr a:hover {
  opacity: 1;
  background: #17288b;
  padding: 0;
}

.top-news-section h3.top-news-section-title {
  color: #fff;
  font-size: 4.5vw;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 2.5vw;
}

.top-news-section ul.top-news-tab-list {
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
}

.top-news-section ul.top-news-tab-list li {
  cursor: pointer;
  padding: 0 0.7vw;
  border-right: 1px solid #FFF;
}

.top-news-section ul.top-news-tab-list li p {
  font-size: 1.05vw;
  line-height: 1em;
  /*padding: 0.3em 0.4em;*/
  font-weight: 500;
  color: #FFF;
}

.top-news-section ul.top-news-tab-list li.active {
  background: rgba(255, 255, 255, 0.4);
  color: #17288b;
}

.top-news-section ul.top-news-tab-list li:last-of-type {
  border-right: none;
}

.top-news-section h3.top-news-section-title {
  color: #fff;
  font-size: 4.5vw;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 2.5vw;
}

.top-news-section .top-news-list-wrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  transform: translateY(5vw);
}

.top-news-section .top-news-list-wrap ul.top-news-list li {
  width: 100%;
  border-bottom: 1px solid #FFF;
}

.top-news-section .top-news-list-wrap ul.top-news-list li a {
  display: block;
  color: #FFF;
  padding: 2vh 0.5vw;
}

.top-news-section .top-news-list-wrap ul.top-news-list li a .news-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-news-section .top-news-list-wrap ul.top-news-list li a .news-header .date {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-right: 1em;
}

.top-news-section .top-news-list-wrap ul.top-news-list li a .news-header .cat {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1em;
  padding: 0.2em 0.5em 0.3em;
  background: #17288b;
  color: #FFF;
}

.top-news-section .top-news-list-wrap ul.top-news-list li a .news-header span.new-icon {
  width: 2.4vw;
  height: 1.5vw;
  display: block;
  border: 1px solid #FFF;
  padding: 0.3vw;
  margin-left: 0.6vw;
}

.top-news-section .top-news-list-wrap ul.top-news-list li a .news-header span.new-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-news-section .top-news-list-wrap ul.top-news-list li a p.title {
  font-size: 1.6rem;
  line-height: 1.4em;
}

.top-news-section .top-news-list-wrap ul.top-news-list li a span.link-icon {
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  margin-left: 1vw;
}

.top-news-section .top-news-list-wrap ul.top-news-list li a span.link-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(0.1vw);
}

.top-news-section .top-news-list-wrap ul.top-news-list li a.no-link {
  pointer-events: none;
}

.top-news-section .top-news-list-wrap ul.top-news-list li p {
  color: #fff;
}

.top-news-section .top-news-list-wrap ul.top-news-list li p.news-title {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.top-news-section .top-news-list-wrap a.news-more {
  display: block;
  width: 32%;
  padding: 0.8vw 0;
  text-align: center;
  margin: 3vw auto 0;
  border: 1px solid #FFF;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}

.top-news-section .top-news-list-wrap a.news-more::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 4vw;
  height: 1px;
  top: 50%;
  right: -2vw;
}

.top-news-section .top-news-list-wrap.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  position: relative;
  transition: all 0.3s ease;
}

.top-news-section.is-show h3.top-news-section-title {
  animation: fade_top 0.5s ease 0.2s both;
}

.top-news-section.is-show .top-news-list-wrap ul.top-news-list li:nth-of-type(1) {
  animation: fade_top 0.5s ease 0.3s both;
}

.top-news-section.is-show .top-news-list-wrap ul.top-news-list li:nth-of-type(2) {
  animation: fade_top 0.5s ease 0.35s both;
}

.top-news-section.is-show .top-news-list-wrap ul.top-news-list li:nth-of-type(3) {
  animation: fade_top 0.5s ease 0.4s both;
}

.top-news-section.is-show .top-news-list-wrap ul.top-news-list li:nth-of-type(4) {
  animation: fade_top 0.5s ease 0.45s both;
}

.top-news-section.is-show .top-news-list-wrap ul.top-news-list li:nth-of-type(5) {
  animation: fade_top 0.5s ease 0.5s both;
}

.top-news-section.is-show .top-news-list-wrap a.news-more {
  animation: fade_top 0.5s ease 0.9s both;
}

.top-news-section .top-namingrights-wrap {
  padding: 6vw 0 0;
}

.top-news-section .top-namingrights-wrap h3.top-namingrights-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #FFF;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #FFF;
}

.top-news-section .top-namingrights-wrap ul.top-namingrights-list {
  display: flex;
  justify-content: space-between;
}

.top-news-section .top-namingrights-wrap ul.top-namingrights-list li {
  width: 24%;
}

.top-news-section .top-namingrights-wrap ul.top-namingrights-list li a {
  width: 100%;
  height: 9vw;
  background: #AAA;
  display: block;
}

.top-news-section .top-namingrights-wrap ul.top-namingrights-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-ad-section.trigger {
  padding: 4vw 10vw 5vw;
  position: relative;
  z-index: 2;
}

.top-ad-section.trigger h3.top-ad-section-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #17288b;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #17288b;
}

.top-ad-section.trigger ul.top-ad-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top-ad-section.trigger ul.top-ad-list li {
  width: 24%;
  margin-bottom: 1vw;
  margin-right: 1.3333333333%;
}

.top-ad-section.trigger ul.top-ad-list li a {
  width: 100%;
  height: 7vw;
  background: #AAA;
  display: block;
}

.top-ad-section.trigger ul.top-ad-list li a img {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-fit: contain;
  object-position: center;
  /*transform: scale(1.0);*/
}

.top-ad-section.trigger ul.top-ad-list li img.bd {
  width: 100%;
}

.top-ad-section.trigger ul.top-ad-list li:nth-of-type(4n) {
  margin-right: 0;
}

.top-ad-section.trigger::before {
  content: "";
  width: 100%;
  height: 87%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: rgba(223, 223, 223, 0.9);
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  body.top .content-wrap::after {
    content: "";
    height: 150vw;
  }
  .top-fix-menu-wrap .scrolldown {
    width: 6vw;
    height: 10vh;
  }
  .top-fix-menu-wrap .scrolldown span {
    left: 0;
    font-size: 1.2rem;
  }
  .top-fix-menu-wrap .scrolldown::after {
    width: 1px;
  }
  .top-fix-menu-wrap ul.top-fix-menu li {
    width: 16vw;
    height: 12vw;
    border-radius: 6vw 0 0 6vw;
    margin: 0 0 1.5vw auto;
  }
  .top-fix-menu-wrap ul.top-fix-menu li:nth-of-type(2) {
    margin: 0 0 1.5vw auto;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat:hover p.comment {
    opacity: 0;
    left: -10vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat p.comment {
    width: 24vw;
    height: 5vw;
    bottom: -6vw;
    font-size: 1rem;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat p.comment::after {
    width: 4vw;
    height: 2vw;
    clip-path: polygon(100% 0, 0% 100%, 70% 100%);
    right: 12vw;
    bottom: calc(5vw - 1px);
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap {
    width: 88vw;
    right: 8vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap .ai-chat-box-close {
    width: 8vw;
    height: 8vw;
    top: 2vw;
    right: 4vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap .ai-chat-box-close::before {
    width: 8vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap .ai-chat-box-close::after {
    width: 8vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap .ai-chat-box-title {
    padding: 0.8em 1em;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list {
    padding: 2vh 5vw;
    max-height: 50vh;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li {
    width: 90%;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li p {
    padding: 1vh 5vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.answer {
    margin: 0 10% 5vh 0;
    height: auto;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.answer p {
    width: calc(100% - 12vw);
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.answer p::before {
    content: "";
    width: 3vw;
    height: 3vw;
    left: -3vw;
    top: calc(50% - 1.5vw);
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.answer::before {
    content: "";
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.question {
    margin: 0 5% 5vh 5%;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.question p {
    width: 100%;
    margin-left: auto;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap ul.ai-chat-list li.question p::before {
    content: "";
    width: 3vw;
    height: 3vw;
    right: -3vw;
    top: calc(50% - 1.5vw);
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap .ai-chat-box-write {
    height: 12vh;
    padding: 1vh 4vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat .ai-chat-box-wrap .ai-chat-box-write span {
    width: calc(100% - 8vw);
    left: 4vw;
    bottom: 1vh;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat.active {
    margin: 0 0 6vw auto;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat.active p.comment {
    opacity: 1;
    left: -11vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.ai-chat.lock:hover {
    transform: translateX(2vw);
  }
  .top-fix-menu-wrap ul.top-fix-menu li.worksheet {
    width: 40vw;
    background: unset;
    border-radius: 0;
    transform: translateX(15vw);
  }
  .top-fix-menu-wrap ul.top-fix-menu li.worksheet img {
    width: 100%;
    height: 100%;
    position: relative;
    left: unset;
    top: unset;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.worksheet p.question {
    display: none;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.worksheet .worksheet-check-list {
    display: none;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.worksheet .worksheet-close {
    display: none;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.worksheet:hover {
    transform: translateX(0);
  }
  .top-fix-menu-wrap ul.top-fix-menu li.worksheet.active {
    width: 40vw;
  }
  .top-fix-menu-wrap ul.top-fix-menu li.worksheet.active img {
    width: 100%;
    height: 100%;
    left: unset;
  }
  .worksheet-mb-wrap {
    position: fixed;
    bottom: -120%;
    left: 8vw;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 16vw);
    height: 44vh;
    max-height: 300px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4vw 4vw 0 0;
    padding: 8vw 4vw 10vw;
    z-index: 22;
    pointer-events: none;
    transition: all 0.5s;
  }
  .worksheet-mb-wrap p.question {
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: 700;
    border-bottom: 1px solid #17288b;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .worksheet-mb-wrap p.question::before {
    content: "Q.";
    display: inline-block;
    margin-right: 0.4em;
    font-size: 1.8rem;
    font-weight: 700;
    color: #17288b;
  }
  .worksheet-mb-wrap .worksheet-check-list {
    display: flex;
    flex-wrap: wrap;
  }
  .worksheet-mb-wrap .worksheet-check-list form {
    line-height: 1.3em;
  }
  .worksheet-mb-wrap .worksheet-check-list .worksheet-label {
    display: inline-block;
    margin-bottom: 3px;
  }
  .worksheet-mb-wrap .worksheet-check-list .worksheet-label label {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    margin-right: 1em;
  }
  .worksheet-mb-wrap .worksheet-check-list .worksheet-label input {
    margin: 0 0.2vw;
  }
  .worksheet-mb-wrap .worksheet-check-list .worksheet-label input[type=text i] {
    min-width: 20em;
    margin-left: 1em;
  }
  .worksheet-mb-wrap .worksheet-check-list .worksheet-label span {
    font-size: 1rem;
    font-weight: 500;
  }
  .worksheet-mb-wrap .send {
    width: 30vw;
    height: 6vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFF;
    background: #17288b;
    position: absolute;
    bottom: 5vw;
    right: 50%;
    transform: translateX(50%);
    border: none;
    border-radius: 0.4vw;
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .worksheet-mb-wrap .submit-text {
    display: none;
  }
  .worksheet-mb-wrap .submit-text p {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0.5em 0;
  }
  .worksheet-mb-wrap .worksheet-close {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 3vw;
    right: 4vw;
    cursor: pointer;
  }
  .worksheet-mb-wrap .worksheet-close::before {
    content: "";
    background: #17288b;
    width: 5vw;
    height: 1px;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 1.5vw;
    z-index: 1;
  }
  .worksheet-mb-wrap .worksheet-close::after {
    content: "";
    background: #17288b;
    width: 5vw;
    height: 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 1.5vw;
    z-index: 1;
  }
  .worksheet-mb-wrap .worksheet-close:hover {
    background: #FAFAFA;
  }
  .worksheet-mb-wrap::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
  }
  .worksheet-mb-wrap.active {
    bottom: 0;
    pointer-events: auto;
  }
  .worksheet-mb-bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: -9vw;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    z-index: 21;
    pointer-events: none;
  }
  .worksheet-mb-bg.active {
    opacity: 1;
  }
  .top-attention_topics-wrap {
    bottom: 13.5vw;
    width: 80%;
  }
  .top-attention_topics-wrap ul.top-attention_topics-list li a {
    padding: 2px 3vw;
    font-size: 1.1rem;
  }
  .top-attention_topics-wrap ul.top-attention_topics-list li a span.date {
    font-size: 1.2rem;
    margin-right: 7px;
  }
  .top-mainvisual-section .top-mainvisual-wrap {
    width: 75vw;
    max-width: 35vh;
    height: fit-content;
  }
  .top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-bg {
    width: 100%;
    height: 85vh;
  }
  .top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction {
    padding: 4vw 8vw;
    transform: translate(-50%, -50%);
  }
  .top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction p.top-mainvisual-introduction-title {
    font-size: 5vw;
    padding-bottom: 3vh;
  }
  .top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction ul.top-mainvisual-keyword {
    padding: 2vh 1vw 1.5vh;
  }
  .top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction ul.top-mainvisual-keyword li {
    font-size: 3.5vw;
    font-weight: 500;
  }
  .top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction p.top-mainvisual-introduction-text {
    font-size: 3vw;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  .top-mainvisual-section img.top-mainvisual-university {
    width: 92vw;
    max-width: 44vh;
  }
  .top-mainvisual-section p.top-mainvisual-attention {
    font-size: 2.5vw;
  }
  .top-navi-section ul.top-target-navi-list li {
    margin-bottom: 14vw;
  }
  .top-navi-section ul.top-target-navi-list li a {
    position: relative;
    height: 11vh;
    min-height: 90px;
    flex-direction: column;
  }
  .top-navi-section ul.top-target-navi-list li a span.icon {
    width: 80%;
  }
  .top-navi-section ul.top-target-navi-list li a p {
    position: absolute;
    bottom: -1.5vw;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 100%;
    font-size: 1.2rem;
  }
  .top-navi-section ul.top-target-navi-list li.navi01 {
    transition-delay: 0s;
  }
  .top-navi-section ul.top-target-navi-list li.navi02 {
    transition-delay: 0.2s;
  }
  .top-navi-section ul.top-target-navi-list li.navi03 {
    transition-delay: 0.1s;
    transform: translateY(4vw);
  }
  .top-navi-section ul.top-target-navi-list li.navi04 {
    transition-delay: 0.27s;
    transform: translateY(4vw);
  }
  .top-navi-section ul.top-target-navi-list li.navi05 {
    transition-delay: 0.17s;
  }
  .top-navi-section ul.top-target-navi-list li.navi06 {
    transition-delay: 0.37s;
  }
  .top-navi-section ul.top-target-navi-list li.navi07 {
    transition-delay: 0.2s;
    transform: translateY(4vw);
  }
  .top-navi-section ul.top-target-navi-list.is-show li.navi03 {
    transform: translateY(0);
  }
  .top-navi-section ul.top-target-navi-list.is-show li.navi04 {
    transform: translateY(0);
  }
  .top-navi-section ul.top-target-navi-list.is-show li.navi07 {
    transform: translateY(0);
  }
  .top-navi-section ul.top-category-navi-list {
    flex-direction: column;
  }
  .top-navi-section ul.top-category-navi-list li {
    margin-bottom: 6vw;
    transform: translateY(0);
  }
  .top-navi-section ul.top-category-navi-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 22vw;
    min-height: 22vw;
    border-radius: 11vw;
  }
  .top-navi-section ul.top-category-navi-list li a span.hover-title {
    width: 30%;
    margin: 0;
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .top-navi-section ul.top-category-navi-list li a p {
    width: 30%;
    position: relative;
    top: unset;
    left: unset;
    transform: translateY(0);
  }
  .top-navi-section ul.top-category-navi-list li a p.hover-text {
    display: none;
  }
  .top-navi-section ul.top-category-navi-list li a::after {
    border-radius: 11vw;
    opacity: 1;
  }
  .top-navi-section ul.top-category-navi-list li a:hover {
    transform: translateY(0);
    min-height: 22vw;
  }
  .top-navi-section ul.top-category-navi-list li a:hover span.hover-title {
    transform: translateY(0);
  }
  .top-navi-section ul.top-category-navi-list li:nth-of-type(2n - 1) {
    margin-top: 0;
    transform: translateY(0);
  }
  .top-navi-section ul.top-category-navi-list li:nth-of-type(2n - 1) a:hover {
    transform: translateY(0);
  }
  .top-cyberpark-section {
    padding: 30vh 8vw 8vw 8vw;
  }
  .top-cyberpark-section h3.top-cyberpark-title {
    width: 40%;
    top: 12vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-cyberpark-section .top-cyberpark-map-wrap {
    width: 128%;
    transform: translateY(0) translateX(-10%);
  }
  .top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag {
    width: 20vw;
  }
  .top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag01 {
    top: 15%;
    left: 67%;
  }
  .top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag02 {
    top: 50%;
    left: 60%;
  }
  .top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag03 {
    top: 30%;
    left: 14%;
  }
  .top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag04 {
    top: 44%;
    left: 36%;
  }
  .top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag05 {
    top: 18%;
    left: 30%;
  }
  .top-cyberpark-section .top-cyberpark-map-wrap .top-cyberpark-tag.tag06 {
    top: 13%;
    left: 49%;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap {
    margin: 0 auto;
    min-height: 160px;
    height: 56vw;
    margin-top: 6vw;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article {
    padding: 4vw;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article h4.top-cyberpark-article-title {
    font-size: 2rem;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a .top-cyberpark-movie-photo::after {
    width: 12vw;
    height: 12vw;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a p.top-cyberpark-movie-title {
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li.tweet {
    max-height: inherit;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list.sns-slide li {
    overflow: hidden;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list.sns-slide li iframe {
    height: 50vw;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap.long {
    height: 82vw;
    transition: all 0.3s ease 0s;
  }
  .top-cyberpark-section::before {
    height: calc(100% - 10vw);
    top: 10vw;
    border-radius: 5vw 5vw 0 0;
  }
  .top-cyberpark-section.is-show .top-cyberpark-map-wrap {
    transform: translateY(0) translateX(-10%);
  }
  .top-cyberpark-section.is-show::before {
    left: 7.5%;
    width: 85%;
  }
  .slide-arrow {
    transform: translateY(-50%);
  }
  .slide-arrow span {
    background: #fff;
  }
  .slide-arrow.prev-arrow {
    left: -5%;
  }
  .slide-arrow.prev-arrow span::before {
    border-left: solid 1px #17288b;
    border-bottom: solid 1px #17288b;
  }
  .slide-arrow.next-arrow {
    right: -5%;
  }
  .slide-arrow.next-arrow span::before {
    border-top: solid 1px #17288b;
    border-right: solid 1px #17288b;
  }
  .top-find-section {
    padding: 30vw 6vw;
  }
  .top-find-section .top-find-section-head {
    flex-direction: column;
    padding: 0 2vw;
  }
  .top-find-section .top-find-section-head h3.top-find-title {
    width: 100%;
    font-size: 2rem;
  }
  .top-find-section .top-find-section-head h3.top-find-title span {
    font-size: 10vw;
  }
  .top-find-section .top-find-section-head p {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 0.8em;
  }
  .top-find-section ul.top-find-word-list {
    padding: 6vw 0 10vw;
  }
  .top-find-section ul.top-find-word-list li {
    height: 6vw;
    border-radius: 0;
    font-size: 1.2rem;
    margin: 0 2vw 2vw 0;
  }
  .top-find-section ul.top-find-word-list li a {
    color: #fff;
  }
  .top-find-section .page-program-link {
    padding-top: 14vh;
    margin-top: -14vh;
  }
  .top-find-section .top-find-program-list-wrap {
    flex-direction: column;
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list {
    width: 100%;
    padding: 4vw 4vw 3vw;
    margin-bottom: 6vw;
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dt {
    font-size: 1.6rem;
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dt span {
    font-size: 2.4rem;
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li {
    margin-bottom: 0.4em;
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li a {
    font-size: 1.1rem;
    padding-left: 3vw;
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-right: 0;
    margin-left: 0;
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li a:hover {
    padding-left: 3vw;
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li.show a::before {
    margin-right: 0;
    margin-left: 0;
  }
  .top-find-section .top-find-textscroll p {
    width: 300vw;
    height: 24vw;
    animation: slide-move01 40s linear infinite;
  }
  .top-find-section .top-find-textscroll p svg {
    width: 300vw;
    height: 24vw;
  }
  .top-find-section .top-find-textscroll p svg text {
    font-size: 10vw;
    transform: translateY(25%);
  }
  .top-find-section .top-find-textscroll p.textscroll02 {
    margin-top: -24vw;
    animation: slide-move02 40s linear infinite;
  }
  @keyframes slide-move01 {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-300vw);
      opacity: 1;
    }
    50.001% {
      transform: translateX(-300vw);
      opacity: 0;
    }
    50.002% {
      transform: translateX(300vw);
      opacity: 0;
    }
    50.003% {
      transform: translateX(300vw);
      opacity: 1;
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes slide-move02 {
    0% {
      transform: translateX(300vw);
    }
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-300vw);
    }
  }
  .top-news-section .top-news-wrap {
    padding: 14vw 6vw;
  }
  .top-news-section .top-news-wrap::before {
    width: 100%;
    height: 100%;
    border-radius: 100vw;
  }
  .top-news-section .top-news-wrap .event-calender-link {
    bottom: -4vh;
    left: calc(50% - 35vw);
  }
  .top-news-section .top-news-wrap .event-calender-link a {
    width: 70vw;
    height: 6vh;
    font-size: 1.5rem;
    border-radius: 1vw;
  }
  .top-news-section .top-news-wrap .event-calender-link.circle-bnr {
    bottom: -10vw;
    left: -2vw;
    top: inherit;
    right: inherit;
  }
  .top-news-section .top-news-wrap .event-calender-link.circle-bnr a {
    width: 26vw;
    height: 26vw;
    font-size: 1.5rem;
    border-radius: 50%;
  }
  .top-news-section .top-news-wrap .event-calender-link.circle-bnr a::before {
    content: "";
    width: 8vw;
    height: 8vw;
  }
  .top-news-section ul.top-news-tab-list {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1vh 0;
  }
  .top-news-section ul.top-news-tab-list li {
    width: 50%;
    padding: 0.4vh 0;
    border-right: none;
  }
  .top-news-section ul.top-news-tab-list li p {
    font-size: 1.2rem;
    padding: 0.3em 0;
    text-align: center;
  }
  .top-news-section ul.top-news-tab-list li:last-of-type {
    border-right: none;
  }
  .top-news-section h3.top-news-section-title {
    font-size: 10vw;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list {
    height: 50vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list::-webkit-scrollbar {
    display: none;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list li a {
    margin-bottom: 1em;
    padding-top: 0.8em;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list li a .news-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list li a .news-header .date {
    font-size: 1.6rem;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list li a .news-header .cat {
    font-size: 1.2rem;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list li a .news-header span.new-icon {
    width: 7vw;
    height: 4vw;
    padding: 1vw;
    margin-left: 1vw;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list li a .news-header span.new-icon img {
    object-fit: cover;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list li a p.title {
    font-size: 1.3rem;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list li a span.link-icon {
    width: 4vw;
    height: 4vw;
    margin-left: 1em;
  }
  .top-news-section .top-news-list-wrap ul.top-news-list li a span.link-icon img {
    transform: translateY(0.6vw);
  }
  .top-news-section a.news-more {
    width: 60%;
    padding: 0.6vw 0;
    margin: 10vw auto 0;
  }
  .top-news-section a.news-more::after {
    width: 8vw;
    right: -4vw;
  }
  .top-news-section .top-namingrights-wrap {
    padding: 10vh 0 0;
  }
  .top-news-section .top-namingrights-wrap h3.top-namingrights-title {
    font-size: 1.8rem;
  }
  .top-news-section .top-namingrights-wrap ul.top-namingrights-list {
    flex-wrap: wrap;
  }
  .top-news-section .top-namingrights-wrap ul.top-namingrights-list li {
    width: 48.5%;
    margin-bottom: 1.5vw;
  }
  .top-news-section .top-namingrights-wrap ul.top-namingrights-list li a {
    width: 100%;
    height: 12vw;
  }
  .top-ad-section.trigger {
    padding: 6vw 8vw;
  }
  .top-ad-section.trigger h3.top-ad-section-title {
    font-size: 1.4rem;
  }
  .top-ad-section.trigger ul.top-ad-list {
    justify-content: unset;
  }
  /* .top-ad-section.trigger ul.top-ad-list li {　既存無効
   width: 32%; margin-right: 2%; } */

	/* スマホバナー用調整　追記　2025年12月4日 suzuki */
	.top-ad-section.trigger ul.top-ad-list li {
		width: 32.4%;
		display: flex;
		align-items: center;
	}

	.top-ad-list li img {
		width: 100%;
		height: auto;
		object-fit: cover !important;
	}

	.top-ad-section.trigger ul.top-ad-list li a {
		height: auto;

	}	/* ▲追記ここまで */
  
  .top-ad-section.trigger ul.top-ad-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .top-fix-menu-wrap .scrolldown {
    width: 8vw;
  }
  .top-fix-menu-wrap .scrolldown span {
    left: 1vw;
    font-size: 3vw;
  }
  .worksheet-mb-wrap {
    max-height: 500px;
  }
  .worksheet-mb-wrap p.question {
    font-size: calc(1.4rem + 2vw);
  }
  .worksheet-mb-wrap p.question::before {
    font-size: calc(2rem + 2vw);
  }
  .worksheet-mb-wrap .worksheet-check-list form {
    display: flex;
    flex-direction: column;
  }
  .worksheet-mb-wrap .worksheet-check-list .worksheet-label {
    margin-bottom: 1vw;
  }
  .worksheet-mb-wrap .worksheet-check-list .worksheet-label label {
    font-size: calc(1.2rem + 1vw);
  }
  .worksheet-mb-wrap .worksheet-check-list .worksheet-label span {
    font-size: calc(1.2rem + 0.5vw);
  }
  .worksheet-mb-wrap .send {
    font-size: calc(1.2rem + 0.5vw);
    bottom: 3vw;
  }
  .worksheet-mb-wrap .worksheet-close {
    width: 5vw;
    height: 5vw;
  }
  .worksheet-mb-wrap .worksheet-close::before {
    content: "";
    width: 3vw;
    left: 1vw;
  }
  .worksheet-mb-wrap .worksheet-close::after {
    width: 3vw;
    left: 1vw;
  }
  .top-attention_topics-wrap ul.top-attention_topics-list li {
    margin-bottom: 1vw;
  }
  .top-attention_topics-wrap ul.top-attention_topics-list li a {
    padding: 0.5vw 3vw;
    font-size: calc(1.2rem + 0.5vw);
  }
  .top-attention_topics-wrap ul.top-attention_topics-list li a span.date {
    font-size: calc(1.2rem + 1vw);
  }
  .top-mainvisual-section .top-mainvisual-wrap {
    width: 62vw;
    max-width: 44vh;
  }
  .top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction {
    padding: 4vw;
  }
  .top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction ul.top-mainvisual-keyword li {
    font-size: calc(2rem + 0.5vw);
  }
  .top-mainvisual-section .top-mainvisual-wrap .top-mainvisual-introduction p.top-mainvisual-introduction-text {
    font-size: calc(1.6rem + 0.5vw);
  }
  .top-mainvisual-section img.top-mainvisual-university {
    width: 77vw;
    max-width: 54vh;
  }
  .top-mainvisual-section p.top-mainvisual-attention {
    font-size: 1.2rem;
  }
  .top-navi-section ul.top-target-navi-list li {
    margin-bottom: 12vw;
  }
  .top-navi-section ul.top-target-navi-list li a {
    height: 18vh;
    min-height: 180px;
  }
  .top-navi-section ul.top-target-navi-list li a p {
    font-size: calc(1.2rem + 1vw);
  }
  .top-cyberpark-section h3.top-cyberpark-title {
    width: 30%;
  }
  .top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article h4.top-cyberpark-article-title {
    font-size: calc(2rem + 1vw);
  }
  .top-cyberpark-section .top-cyberpark-article-wrap .top-cyberpark-article ul.top-cyberpark-article-list li a p.top-cyberpark-movie-title {
    font-size: calc(1.3rem + 1vw);
  }
  .top-find-section .top-find-section-head p {
    font-size: calc(1.2rem + 1vw);
  }
  .top-find-section ul.top-find-word-list li {
    font-size: calc(1.2rem + 1vw);
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dt {
    font-size: calc(1.6rem + 1vw);
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dt span {
    font-size: 6vw;
  }
  .top-find-section .top-find-program-list-wrap dl.top-find-program-list dd ul li a {
    font-size: calc(1rem + 1vw);
  }
  .top-find-section .top-find-textscroll p svg text {
    transform: translateY(5vw);
  }
  .top-news-section ul.top-news-list li a span.date {
    font-size: calc(1.6rem + 1vw);
  }
  .top-news-section ul.top-news-list li a p.title {
    font-size: calc(1.3rem + 0.5vw);
  }
  .top-news-section a.news-more {
    padding: 3vw 0;
    font-size: calc(1.4rem + 1vw);
  }
  .top-ad-section.trigger h3.top-ad-section-title {
    font-size: calc(1.4rem + 1vw);
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
}
/*# sourceMappingURL=maps/top.css.map */
