@charset "UTF-8"; 


.pc_only{display: block }
.sp_only{display: none }

@media screen and (max-width: 768px) { 
.pc_only{ display: none }
.sp_only{ display: block }
}


/* common */
#top a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease; text-decoration:none; }
#top a:hover { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease; opacity:0.7; }
#top section { margin: 0px; padding: 0px; }


.jyuken_nav {
    position: fixed;
    right: 0;
    top: 35vh;
    z-index: 10;
}
@media screen and (max-width: 768px) {
.jyuken_nav {
    top: 110px;
}
.jyuken_nav img {
    width: 60px;
}
}
    
/* topics */
#top #topics {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background: #FFF;
    padding: 40px 0 60px;
    font-size: 1.2vw;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
#top #topics {
    margin: 0 auto 0;
    font-size: 3.0vw;
    padding: 30px 0 40px;
}
}
#top #topics ._ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
#top #topics ._ttl img {
    margin-bottom: 15px;
}
#top #topics ._area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
#top #topics ._area ._scroll {
    width: 60vw;
    height: 40vw;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
#top #topics ._area ._scroll img {
    width: 100%;
}
}
    
/* news */
#top #news {
    position: relative;
    background-color: #cfd7e2;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
#top #news ._ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 1.2vw;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
#top #news ._ttl {
    font-size: 3.0vw;
}
}
#top #news ._ttl img {
    margin-bottom: 15px;
}
#top #news ._area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    margin: 0 auto;
}
#top #news ._area ._scroll {
    font-size: 0.8vw;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
	margin-bottom: 50px;
	
}
@media screen and (max-width: 768px) {
#top #news ._area ._scroll {
    font-size: 3.0vw;
    display: flex;
    flex-direction: column;
}
}
#top #news ._area ._scroll ._block {
	margin: 0 4px;
	border-bottom: solid 3px #fff;
	padding-bottom: 15px;
	background-image: url("../../asset_2026/img/hed_arrow.svg");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px bottom 15px;
	width: 30%
}
@media screen and (max-width: 768px) {
#top #news ._area ._scroll ._block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    background-color: none;
	border-bottom: none;
	background-image:none;
}
#top #news ._area ._scroll ._block_line{
	width: 70%;
	border-bottom: solid 3px #fff;
	padding-right: 25px;
	padding-bottom: 10px;
	background-image: url("../../asset_2026/img/hed_arrow.svg");
	background-position: right 5px bottom 50%;
	background-repeat: no-repeat;
	background-size: 10px;
	height: auto;
	min-height: 17vw
}
}
#top #news ._area ._scroll ._block ._date {
    color: #0e366f;
}
#top #news ._area ._scroll ._block img {
    width: 100%;
    margin-bottom: 10px;
	height: 15vw
}
@media screen and (max-width: 768px) {
#top #news ._area ._scroll ._block img {
    width: 30%;
    margin-bottom: 0;
    margin-right: 10px;
	height: 17vw
}
}
#top #news ._more a {
    border: 1px solid #0e366f;
    width: 330px;
    height: 50px;
    margin: 10px auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0vw;
    letter-spacing: 0.2em;
    color: #0e366f;
	
}
@media screen and (max-width: 768px) {
#top #news ._more a {
    font-size: 3.0vw;
}
}
#top #news ._more a:hover {
    color: #FFF;
    background: #0e366f;
}

/* sns */
#top #sns {
    position: relative;
    width: 100vw;
    background-color: #4a6893;
    height: auto;
    padding: 40px 0 0;
}
#top #sns ._ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 1.2vw;
    letter-spacing: 0.2em;
    color: #FFF;
}
@media screen and (max-width: 768px) { 
#top #sns ._ttl {
    font-size: 3.0vw;
}
}
#top #sns ._ttl img {
    margin-bottom: 15px;
}

/* faculty */
#top #faculty {
    position: relative;
    height: auto;
    padding: 60px 0 40px;
    background: linear-gradient(#FFF, #78a0cc);
}
#top #faculty ._ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 1.2vw;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) { 
#top #faculty ._ttl {
    font-size: 3.0vw;
}
}
#top #faculty ._ttl img {
    margin-bottom: 15px;
}
#top #faculty ._area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin: 0 auto;
}
#top #faculty ._area a {
    width: 32%;
}
#top #faculty ._area a img {
    width: 100%;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) { 
#top #faculty ._area {
    width: 90vw;
}
#top #faculty ._area a {
    width: 48%;
}
#top #faculty ._area a img {
    margin-bottom: 15px;
}
}

/* feature */
#top #feature {
    position: relative;
    height: auto;
    padding: 60px 0 30px;
	background: #badffd
}
#top #feature ._ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 1.2vw;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) { 
#top #feature ._ttl {
    font-size: 3.0vw;
}
}
#top #feature ._ttl img {
    margin-bottom: 15px;
}
#top #feature ._area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
#top #feature ._area a {
    width: 33%;
}
#top #feature ._area a img {
    width: 100%;
    margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
#top #feature ._area {
    width: 90vw;
}
#top #feature ._area a {
    width: 49%;
}
#top #feature ._area a img {
    margin-bottom: 3%;
}
}

/* movie-interview */
#top #movie-interview {
    position: relative;
    height: auto;
    padding: 90px 0 0px;
}
@media screen and (max-width: 768px) { 
#top #movie-interview {
    padding: 50px 0 0px;
}
}
#top #movie-interview ._ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 1.2vw;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) { 
#top #movie-interview ._ttl {
    font-size: 3.0vw;
}
}
#top #movie-interview ._ttl img {
    margin-bottom: 15px;
}
#top #movie-interview ul { width: 100%; margin-right: auto; margin-left: auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
@media screen and (max-width: 768px) { 
#top #movie-interview ul { 
    padding-bottom: 0;
    }
}
#top #movie-interview ul li { background-color: #d65c7f; width: 50%; height: 290px; padding-bottom: 40px; margin-bottom: 40px; }
#top #movie-interview ul li a { width: 100%; height: 290px; display: flex; align-items: center; justify-content: center; padding-top: 20px; padding-bottom: 20px; margin-bottom: 40px; color: #FFF; font-size: 1.2vw; background-repeat: no-repeat; background-position: center top; background-size: cover; }
#top #movie-interview ul li a.num1 { background-image: url(../../asset_2026/img/movie_pic.png); }
#top #movie-interview ul li a.num2 { background-image: url(../../asset_2026/img/interview_pic.png); }
@media screen and (max-width: 768px) { 
#top #movie-interview .ttl img{ height:70px; }
#top #movie-interview ul li { margin-left:auto; margin-right:auto; width: 100%; height: 150px; padding-bottom: 0px; margin-bottom: 5px; }
#top #movie-interview ul li a { width: 100%; height: 150px; display: flex; font-size:max(1.2vw,13px); }
}

/* voice */
#top #voice {
    position: relative;
    height: auto;
    padding: 60px 0 80px;
}
#top #voice .voice_bg {
	position: absolute;
	background-image: url("../../asset_2026/img/voice_bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	height: 25vw;
	width: 100%;
	bottom: 0px;
	z-index: -100;
}
#top #voice ._ttl {
    display: flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 1.2vw;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
#top #voice {
    padding: 60px 0 30px;
}
#top #voice .voice_bg {
	height: 45vw;
}
#top #voice ._ttl {
    font-size: 3.0vw;
}
}

#top #voice ._ttl img {
    margin-bottom: 15px;
}
#top #voice ul { width: 50vw; margin-right: auto; display: flex; flex-wrap: wrap; }
#top #voice ul li {width: 15vw; height: 15vw; margin-bottom: 40px; margin: 0 10px 10px 0}
#top #voice ul li a { width: 15vw; height: 15vw; display: flex; align-items: center; justify-content: center; margin-bottom: 40px; color: #FFF; font-size:clamp(14px, 1.2vw, 20px); background-repeat: no-repeat; background-position: center center; background-size: cover; }
#top #voice ul li a.num1 { background-image: url(../../asset_2026/img/voice_pic01.jpg); }
#top #voice ul li a.num2 { background-image: url(../../asset_2026/img/voice_pic02.jpg); }
#top #voice ul li a.num3 { background-image: url(../../asset_2026/img/voice_pic03.jpg); }
#top #voice ul li a.num4 { background-image: url(../../asset_2026/img/voice_pic04.jpg); }
#top #voice ul li a.num5 { background-image: url(../../asset_2026/img/voice_pic05.jpg); }
#top #voice ul li a.num6 { background-image: url(../../asset_2026/img/voice_pic06.jpg); }
#top #voice .btn { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#top #voice .voice_school{
	position: absolute;
	right: 0;
	top:200px;
	background-image: url(../../asset_2026/img/voice_school.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height: 27vw;
	width: 45%;
	background-position: left -50px top 0
}

@media screen and (max-width: 768px) { 
#top #voice .ttl img{ height:70px;}
#top #voice ul { width: 85vw; margin-left: 10%; margin-right: 10%; justify-content: center }
#top #voice ul li {width: 23vw; height: 23vw; margin-bottom: 40px; margin: 0 10px 10px 0}
#top #voice ul li a { width: 23vw; height: 23vw;font-size:max(1.2vw,12px); }
#top .voice_school_sp{
	background-image: url(../../asset_2026/img/voice_school.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height: 180px;
	width: 100%;
}
}

/* banner */
#top #banner {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #0e366f;
    color: #fff;
}
#top #banner ._area { 
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
	gap: 10px 20px;
}
#top #banner ._area a { 
    color: #fff;
    display: flex;
    flex-direction: column;
	width: 130px;
}
@media screen and (max-width: 768px) {
#top #banner ._area {
    font-size: 3.0vw;
}
}

@media screen and (max-width: 768px) {
#top #banner ._area a { 
    margin-bottom: 10px;
	width: 115px;
	margin: 10px
}
}
#top #banner ._area a img {
    margin-bottom: 10px;
}



#top .bg2 {
	background-image: url(../img/top/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 900px;
}



/*==================================================
スライダーのためのcss
===================================*/
#topics .slider img {
    width:25vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto; }
#topics .slider li {
	border: 5px solid #FFF;
}
#topics .slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 1;/*透過なし*/
	padding-bottom:10px; }
#topics .slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
#topics .slick-prev, 
#topics .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;   cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 5px solid #0e366f;/*矢印の色*/
    border-right: 5px solid #0e366f;/*矢印の色*/
    height: 20px;   width: 20px; }
#topics .slick-prev {/*戻る矢印の位置と形状*/
    left: -5%;   transform: rotate(-135deg); }
#topics .slick-next {/*次へ矢印の位置と形状*/
    right: -5%;   transform: rotate(45deg); }

/*ドットナビゲーションの設定*/

#topics .slick-dots {
    text-align:center; margin:20px 0 0 0; }
#topics .slick-dots li {
    display:inline-block; margin:0 5px; }
#topics .slick-dots button {
    color: transparent;   outline: none;   width:12px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;   border-radius:50%;   background:#ccc;/*ドットボタンの色*/
}
#topics .slick-dots .slick-active button{
    background:#0e366f;/*ドットボタンの現在地表示の色*/
}

@media screen and (max-width: 768px) { 
/*戻る、次へ矢印の位置*/
#topics .slick-prev, 
#topics .slick-next {
    top: 42%;   border-top: 2px solid #0e366f;/*矢印の色*/
    border-right: 2px solid #0e366f;/*矢印の色*/
    height: 15px;   width: 15px; }
#topics .slider {
	width: 80%; margin: -30px auto 50px; }
#topics .slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
}
#topics .slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%; }
#topics .slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%; }
}


#mvis .img-wrap {
	width: 640px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
    }
#mvis .mvis_inner {
	position: relative;
	margin-top: 200px;
    }

#mvis .img-wrap img {
	position: absolute;
    width: 100%;
    }
@media screen and (max-width: 768px) { 
#mvis .img-wrap {
	width: 90vw;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
    }
#mvis .mvis_inner {
	position: relative;
	margin-top: 200px;
    }

#mvis .img-wrap img {
	position: absolute;
    width: 100%;
    }
}



/* mvis */
.slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}
@media screen and (max-width: 768px) { 
.slide-image {
  background-position: right -30vw center;
}
}
.slide-image:nth-child(1) {
  background-image:url("../../asset_2025/top_new/mvis01.png");
  animation-delay: -2s;
}
.slide-image:nth-child(2) {
  background-image:url("../../asset_2025/top_new/mvis02.png");
  animation-delay: 6s;
}
.slide-image:nth-child(3) {
  background-image:url("../../asset_2025/top_new/mvis03.png");
  animation-delay: 14s;
}
.slide-image:nth-child(4) {
  background-image:url("../../asset_2025/top_new/mvis04.png");
  animation-delay: 22s;
}
.slide-image:nth-child(5) {
  background-image:url("../../asset_2025/top_new/mvis05.png");
  animation-delay: 30s;
}
.slide-image:nth-child(6) {
  background-image:url("../../asset_2025/top_new/mvis06.png");
  animation-delay: 38s;
}
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}



/* dropdown-menu */

.gnavi__list {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-b a:hover{border-bottom: solid 6px #7a90b0; padding-bottom: 2px }

.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 10;
}
.dropdown__lists .cover {
    display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
    background-color: rgba(219,225,233, .95);
	margin-right: 100px;
	padding: 30px 30px 10px 30px
}

.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-right: 20px;
	width: 160px;
	height: 133px;
	text-align: left;
	background: #fff;
	padding: 14px 0 0;
	font-size: 11px;
	background-image: url("../../asset_2026/img/hed_arrow.svg"); background-repeat: no-repeat; background-size: 8px; background-position: right 10px bottom 10px;
	margin-bottom: 20px
}


.dropdown__list .txt{padding-top: 10px; text-align: left; width: 150%}
.dropdown__list .ml-20{margin-left: -20px}

.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(80%/5);
  height: 50px;
  border-bottom: 5px solid #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
    margin: 0 1%;
}
@media screen and (max-width: 768px) {
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #fff;
  line-height: 50px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
    margin: 0;
}
}
.tab_item.first {
    margin-left: 15%;
}
@media screen and (max-width: 768px) {
.tab_item.first {
    margin-left: 0;
}
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 60px 0 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#new:checked ~ #new_content,
#event:checked ~ #event_content,
#notice:checked ~ #notice_content,
#release:checked ~ #release_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #0e366f;
  border-bottom: 5px solid #0e366f;
}




.top_copy_acc {
    position: relative;
    z-index: 2;
}
.top_copy_acc .accordion {
    margin: 0 auto;
}
.top_copy_acc .toggle {
    display: none;
}
.top_copy_acc .option {
    position: relative;
    margin-bottom: 1em;
}
.top_copy_acc .title,
.top_copy_acc .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.top_copy_acc .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 0 5vh;
	width: 20vw;
	position: absolute;
	top:-120px;
	right: 50px
}
.top_copy_acc .title img{
	width: 100%
}
.top_copy_acc .content {
    max-height: 0;
    overflow: hidden;
}
.top_copy_acc .content p {
    margin: 0;
    font-size: 17px;
    line-height: 2em;
    padding: 50px 0 120px;
	color: #0e366f;
	text-align: center
}
@media screen and (max-width: 768px) {
.top_copy_acc .title {
	width: 24vw;
	position: absolute;
	top:-70px;
	right: 38vw;
	left: 38vw
}
.top_copy_acc .content p {
    margin: 0;
    font-size: 12px;
    line-height: 2em;
    padding: 50px 0 120px;
	color: #0e366f
}
}

.toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
}
.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}


.pc_only{display: block }
.sp_only{display: none }

@media screen and (max-width: 768px) { 
.pc_only{ display: none }
.sp_only{ display: block }
}

#toppage{ margin-right: 100px}

#toppage .container{
  height: 740px;
  width: 100%;
  position: relative;
}
#toppage .container_img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#toppage .container_img img{ height: 740px; width: 100%;}
#toppage .container_txt{
  position: absolute;
  top: 60px;
  left: 60px;
  bottom: 0;
  right: 0;
}
#toppage .container_txt img{ width: 25vw;}

#toppage .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 30s infinite;
}

@media screen and (max-width: 768px) { 
#toppage{ margin-right: 0}
#toppage .container{
  height: 400px;
}
#toppage .container_img img{ height: 400px; width: 100%;}
#toppage .container_txt{
  top: 30px;
  left: 30px;
}
#toppage .container_txt img{ width:50vw;}
}




#toppage .src1 {
  background-image: url(../../asset_2026/img/top-mv1.png);
}
#toppage .src2 {
  background-image: url(../../asset_2026/img/top-mv2.png);
}
#toppage .src3 {
  background-image: url(../../asset_2026/img/top-mv3.png);
}
#toppage .src4 {
  background-image: url(../../asset_2026/img/top-mv4.png);
}
#toppage .src5 {
  background-image: url(../../asset_2026/img/top-mv5.png);
}
#toppage .src6 {
  background-image: url(../../asset_2026/img/top-mv6.png);
}

@media screen and (max-width: 768px) { 
#toppage .src1 {
  background-image: url(../../asset_2026/img/top-mv1_sp.png);
}
#toppage .src2 {
  background-image: url(../../asset_2026/img/top-mv2_sp.png);
}
#toppage .src3 {
  background-image: url(../../asset_2026/img/top-mv3_sp.png);
}
#toppage .src4 {
  background-image: url(../../asset_2026/img/top-mv4_sp.png);
}
#toppage .src5 {
  background-image: url(../../asset_2026/img/top-mv5_sp.png);
}
#toppage .src6 {
  background-image: url(../../asset_2026/img/top-mv6_sp.png);
}	
}


#toppage .image:nth-of-type(1) {
  animation-delay: 0s;
}
#toppage .image:nth-of-type(2) {
  animation-delay: 5s;
}
#toppage .image:nth-of-type(3) {
  animation-delay: 10s;
}
#toppage .image:nth-of-type(4) {
  animation-delay: 15s;
}
#toppage .image:nth-of-type(5) {
  animation-delay: 20s;
}
#toppage .image:nth-of-type(6) {
  animation-delay: 25s;
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}


/* topAccess */
#top #topAccess {
	position: relative;
	height: auto;
	padding: 65px 0 100px;
}
#top #topAccess ._ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	font-size: 1.2vw;
	letter-spacing: 0.2em;
}
#top #topAccess ._ttl img {
	margin-bottom: 15px;
}
.top-access{
	display: flex;
	justify-content: space-between;
	max-width: 1090px;
	width: 83.84615385vw;
	margin: auto;
}
.top-access__column:nth-child(1){
	max-width: 480px;
	width: 36.92307692vw;
}
.top-access__column:nth-child(2){
	max-width: 550px;
	width: 42.30769231vw;
}
.top-access__ttl{
	color: #585757;
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: 0.5em;
	border-bottom: solid 3px #e2e2e2;
	margin-bottom: 1em;
}
.top-access__desc{
	text-align: justify;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 2em;
	font-feature-settings: 'palt';
}
.top-access__map{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F7F7F7;
	padding: 1.53846154vw 0;
}
@media screen and (min-width: 1300px) {
	.top-access__map {
		padding: 20px 0;
	}
}
.top-access__map-inner{
	max-width: 440px;
	width: 33.84615385vw;
	max-height: 345px;
	height: 26.53846154vw;
}

.top-access__map iframe{
	width: 100% !important;
	height: 100% !important;
}
.top-access__link{
	width: 150px;
	background: #1D346C;
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	padding: 0.5em 1.5em;
	margin: 0 auto 2em;
}
.top-access__img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	#top #topAccess {
		padding: 13.33333333vw 0 10vw;
	}
	#top #faculty ._ttl {
		font-size: 3.0vw;
	}
	#top #topAccess ._ttl img {
		margin-bottom: 15px;
	}
	.top-access{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 13.33333333vw;
		max-width: none;
		width: 90vw;
	}
	.top-access__column{
		max-width: none !important;
		width: auto !important;
	}
	.top-access__ttl{
		font-size: 5.33333333vw;
		border-bottom-width: 0.8vw;
	}
	.top-access__desc{
		font-size: 3.2vw;
	}
	.top-access__map{
		padding: 0;
	}
	.top-access__map-inner{
		max-width: none;
		width: 100%;
		max-height: none;
		height: 96vw;
	}
	.top-access__link{
		width: 40vw;
		font-size: 3.2vw;
	}
	
}
#topBanner{
	padding-bottom: 190px !important;
	position: relative;
}
#topBanner:before{
	content: '';
	position: absolute;
	z-index: 1;
	inset: auto 0 0  0;
	height: 272px;
	background: url(../img/top-banner-bg.jpg) no-repeat center top / cover;
}
#topBanner ul{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 999px;
	width: 76.84615385vw;
	margin: auto;
}
#topBanner img{
	width: 100%;
}


@media screen and (max-width: 768px) {
	#topBanner{
		padding-bottom: 25.6vw !important;
	}
	#topBanner:before{
		height: 58.66666667vw;
		background: url(../img/top-banner-bg-sp.jpg) no-repeat center top / cover;
	}
	#topBanner ul{
		gap: 2.66666667vw;
		max-width: none;
		width: 90vw;
	}

}

