.topArea {
  background: none !important;
}

/* css/main.css＃63 指定以外分 */
.topArea {
    height: 100vh;
}

/* 指定外狭間 1025～1199px */
@media screen and (min-width:1025px) and  (max-width: 1199px) {
 .topArea {
    height: 60vh !important;
 }
}

/* #1477 ipad pro　281px～1024px向け */
@media (max-width: 1024px) {
 .topArea {
    height: 450px;
 }
 .detail-box_pk {
    height: 600px;
 }
}

/* #2670 iPad Air 縦 ↑に統合
@media screen and (min-width:769px) and (max-width:912px) {
  .topArea {
    height: 450px;
  }
}
*/
 
/* #2791 */
@media (max-width: 280px) {
.topArea {
    height: 300px;
 }
}

.lay-block-top img {
   width: 100% !important;
   aspect-ratio: 1263 / 569 !important;
   /*aspect-ratio: 4 / 3 !important;/*★20240601*/

   object-fit: cover;
}

.top_slide {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 40s 0s infinite;
  animation: anime 40s 0s infinite;
}

.top_slide:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.top_slide:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.top_slide:nth-of-type(4) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}


/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.lay-block-top div.topArea.pc { display: block !important; }
.lay-block-top div.topArea.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.lay-block-top div.topArea.pc { display: none !important; }
.lay-block-top div.topArea.sp { display: block !important; }
}



.top_btn02.zaigakusei a,
.top_btn02.insei a,
.top_btn02.sotusei a{
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 0.5em;
    margin: 0.4em;
/*
    margin-top: 1.5em;
*/
    display: grid;
    place-items: center;
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.graduate-school,
.society,
.teacher {
    width: 100%;
    max-width: 1200px;
    margin: 6em auto 0;
    padding: 3em 0;
    z-index: 2000;
    opacity: 1;
}

div.social_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    justify-content:center;
    align-items:center;
}
div.social_button p {
    margin: 0 40px;
}

div.entrance-info.nyusi{
    margin-top: 0px !important;
    border-bottom: none !important;
}

div.student-voice none {
    display: nonee !important;
}

/* トップページの各コンテンツ枠内 背景色を透過にする場合は ここ 行を削除 */ 
/* ←ここ
main div.lay-block-all div,
main div.lay-block-12 div {
	background-color: transparent !important;
}
ここ→ */

@media only screen and  (max-width: 568px) {
	.lay-block-top img {
	    width: 100% !important;
	    aspect-ratio: 1263 / 569 !important;
	    object-fit: cover;
	}
	.entrance-info_link.top_btn_nyuusi{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    flex-flow: column;
	    display:block;
	    margin: auto;
	}
	.entrance-info_link.top_btn_nyuusi{
	}
	

	.entrance-info_link a {
	    width: 300px;
	   
	}
	
	.top_btn02.zaigakusei,
	.top_btn02.insei,
	.top_btn02.sotusei{
	    max-width: 80%;
	}

	.detail-box_pk {
	    height: 730px !important;
	}
}

@media only screen and  (min-width: 569px) and (max-width: 767px) {
	.top_btn02.zaigakusei,
	.top_btn02.insei,
	.top_btn02.sotusei{
	    max-width: 70%;
	    margin-top: 3em;
	    margin-bottom: 5em;
	}
	.career-flex_img {
	    width: 55%;
	    padding: 1.5em 2.0em;
	}
	.career-flex_link {
        width: 40%;
	    padding: 1.5em 0;
    }
}

@media only screen and (max-width: 767px) {
	.lay-block-top img {
	    width: 100% !important;
	    /*aspect-ratio: 1263 / 569 !important;*/
	    aspect-ratio: 4 / 3 !important;/*★20240601*/

	    object-fit: cover;
	}
	.entrance-info_link.top_btn_nyuusi{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.entrance-info_link a {
	    width: 300px;
	}
	
    body.index .top_btn02.zaigakusei, 
    body.index .top_btn02.insei, 
    body.index .top_btn02.sotusei {
        max-width: 90%;
        margin-top: 3em;
        /*margin-bottom: 5em;*/
        /*margin-bottom: 3em;★20240601*/
    }
	picture img {
	    height: 450px;
	}
}

@media only screen and (min-width: 768px) {
	.career-flex_img {
	    margin: 3em 0 3em 2em;
	    width: 70%;
	}
	.concept-movie_img > div {
	    height: 750px;
	}
    .concept-movie_img img {
        width: 100%;
        height: 750px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .concept-movie_txt {
        top: 45%;
    }
}
