@charset "utf-8";
main{
  padding-top: 0;
}
@media print,screen and (min-width :769px){
  #header{
    -webkit-box-pack: end;
	  -ms-flex-pack: end;
	  justify-content: flex-end;
  }
  #header .logo img{
    display: none;
  }
  main h1.logo_top{
    position: absolute;
    top: 50px;
    left: 50px;
    width: 20%;
    max-width: 260px;
  }
}
@media screen and (max-width :834px) and (min-width :769px){
  #header{
    padding-top: 65px;
  }
}
/* ===============================================
# common
=============================================== */
h2.ttl_h2{
  padding-left: 65px;
  background: url("/faculty/foreign_students/english/img/ico_ttl.svg")no-repeat top 0.15em left;
  background-size: 33px auto;
  font-weight: 300;
  font-size: 45px;
  font-size: 4.5rem;
  color: #003c91;
  letter-spacing: -0.01em; 
  line-height: 0.786;
}
@media screen and (max-width :768px){
  h2.ttl_h2{
    padding-left: 40px;
    background-size: 25px auto;
    background-position: top 0.25em left;
    font-size: 27.5px;
    font-size: 2.75rem;
    line-height: 0.917;
  }
}
/* ===============================================
# sec_main
=============================================== */
.sec_main{
  position: relative;
  min-height: 599px;
  max-width: 1900px;
  margin: 0 auto;
}
.sec_main .box_text{
  width: 510px;
  font-size: 37px;
  font-size: 3.7rem;
  letter-spacing: -0.01em;
  line-height: 1.333;
  padding: 190px 10px 0 80px;
}
.sec_main .box_text .note{
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 20px;
	padding-left: 1em;
	padding-right: 2em;
	text-indent: -1em;
}
@media print,screen and (min-width :769px){
  .sec_main figure{
    position: relative;
    flex: 1;
    overflow: hidden;
  }
  .sec_main figure img{
    position: absolute;
    top: 50%;
    right: 0;
    max-width: inherit;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
}
@media screen and (max-width :1300px){
  .sec_main{
    min-height: 400px;
  }
  .sec_main .box_text{
    width: 330px;
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 130px;
    padding-left: 50px;
  }
  .sec_main figure img{
    top: 50%;
  }
}

@media screen and (max-width :768px){
  .sec_main{
    padding-top: 10px;
    min-height: 0;
    max-width: inherit;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .sec_main .box_text{
    order: 1;
    width: 100%;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -0.06em;
    line-height: 1.2;
    padding: 8px 3% 0;
  }
  .sec_main .box_text .small{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_main figure{
    order: 0;
  }
  .sec_main figure img{
    width: 100%;
  }
	.sec_main .box_text .note{
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 15px;
		padding-right: 0;
	}		
}
@media screen and (max-width :375px){
  .sec_main .box_text br.for_sp.sp{
    display: none;
  }
}

/* MOVIEバナー */
.sec_main .bnr_movie{
  position: absolute;
  right: 12px;
  z-index: 100;
}
@media screen and (min-width :769px){
  .sec_main .bnr_movie{
    bottom: 20px;
  }
  .sec_main .bnr_movie a{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .sec_main .bnr_movie a:hover{
    filter: brightness(110%);
    opacity: 0.8;
  }
  .sec_main .bnr_movie_in{
    display: block;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    width: 245px;
    height: 183px;
    text-align: center;
    padding: 10px;
  }
  .sec_main .bnr_movie .bnr_movie_in p{
    text-align: center;
    margin-bottom: 9px;
  }
  .sec_main .bnr_movie .bnr_movie_in p img{
    width: 201px;
    height: 20px;
  }
  .sec_main .bnr_movie .bnr_movie_in .movie_img{
    position: relative;
    height: 127px;
    display: inline-block;
  }
  .sec_main .bnr_movie .bnr_movie_in .movie_img::after{
    content: "";
    display: block;
    background: url(/faculty/foreign_students/common/img/bnr_movie_ico.svg) no-repeat;
    width: 29px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
  }
}
@media screen and (max-width :768px){
  .sec_main .bnr_movie{
    width: 21.6%;
    min-width: 81px;
    max-width: 110px;
    top: -17px;
    right: 5px;
    -webkit-filter:drop-shadow( 0px 0px 8px rgba(255, 255, 255, 0.49));
    filter:drop-shadow( 0px 0px 8px rgba(255, 255, 255, 0.49));
  }
  .sec_main .bnr_movie .bnr_movie_in .movie_img{
    display: none;
  }
  .sec_main .bnr_movie .bnr_movie_in{
    display: block;
    background: url(/faculty/foreign_students/common/img/bnr_movie_sp_bg.png) no-repeat;
    background-size: 100%;
    min-width: 81px;
    max-width: 110px;
    text-align: center;
    height: 0; /* safari */
    padding-bottom: 100%; /* safari */
    aspect-ratio: 1/1; /* safari v14.4で効かない */
    position: relative;
  }
  .sec_main .bnr_movie .bnr_movie_in p img{
    width: 60%;
    display: inline-block;
    min-height: 81px;
    max-height: 110px;
    height: 100%;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.sec_main .fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  transition: all 0.5s ease;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 大学紹介MOVIEモーダル */
.popup_movie{
  position: relative;
  width: 100%;
}
.popup_movie::before{
  /* safari対策 */
  content: "";
  display: block;
  padding-top: 56.25%;
}
.popup_movie iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;/* safari v14.4で効かない */
  /* 以下safari対策 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#top .cmn_popup_box .tingle-modal-box{
  /* トップのモーダルのみ書き換え */
  height: auto;
}
@media screen and (max-width :768px){
  #top .cmn_popup_box .tingle-modal-box{
    margin-top: 50%;
  }
}
@media screen and (max-width :1000px) and (min-width: 769px){
  /* タブレットサイズの時のモーダル表示位置調整 */
  #top .cmn_popup_box .tingle-modal-box{
    margin-top: 30%;
  }
}
/* ===============================================
# sec_why
=============================================== */
.sec_why{
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;  
}
.sec_why .inner{
  max-width: 1424px;
}
.sec_why::before{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  width: 100%;
  height: 305px;
  background: #ebf0f7;
}
.sec_why h2.ttl_h2{
  margin-bottom: 40px;
}
.sec_why .list_why{
}
.sec_why .list_why li{
  width: 22.36%;
  max-width: 296px;
}
.sec_why .list_why li figure{
  border-bottom: solid 38px #94a6c6;
  background: #bbd3ff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec_why .list_why li .box_text{
  padding: 22px 3.8% 20px;
  box-shadow: 0px 0px 19px 0px rgba(64, 95, 140, 0.15);
  color: #003c91;
  background: #fff;
  -webkit-transform: translate(17px,-20px);
  transform: translate(17px,-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec_why .list_why li .box_text .ttl{
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -0.01em;
  line-height: 1.288; 
  border-bottom: solid 1px #003c91;
}
.sec_why .list_why li .box_text .link{
  margin-top: 15px;
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  background: url("/faculty/foreign_students/english/common/img/ico_arrow.svg")no-repeat right center;
  background-size: 6px auto;
  padding-right: 22px;
}
@media print,screen and (max-width :1024px){
  .sec_why .list_why li{
    width: 296px;
  }
}
@media print,screen and (min-width :769px){
  .sec_why .list_why a:hover .box_text{
    background: #f1f6ff;
  }
}
@media screen and (max-width :768px){
  .sec_why{
    padding-top: 55px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .sec_why::before{
    height: 65%;
  }
  .sec_why h2.ttl_h2{
    margin-bottom: 15px;
  }
  .sec_why .list_why li{
    width: 250px;
  }
  .sec_why .list_why li figure{
    border-width: 30px;
  }
  .sec_why .list_why li .box_text{
    padding: 18px 10px 15px;
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  .sec_why .list_why li .box_text .ttl{
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.273;
  }
  .sec_why .list_why li .box_text .link{
    margin-top: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 18px;
  }
  
  .sec_why .swiper-pagination{
    position: relative;
  }
}
/* ===============================================
# sec_news
=============================================== */
.sec_news{
  padding-top: 64px;
  padding-bottom: 60px;
}
.sec_news h2.ttl_h2{
  margin-bottom: 48px;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  font-size: 70px;
  font-size: 7rem;
}
.sec_news h2.ttl_h2 .jp{
  padding-bottom: 7px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 2.6%;
}
.sec_news .list_news ul{
  flex-wrap: wrap;
  margin-bottom: 78px;
}
.sec_news .list_news ul li{
  width: 23.2%;
  margin-left: 2.4%;
}
.sec_news .list_news ul li figure{
  margin-bottom: 15px;
}
.sec_news .list_news ul li .date{
  margin-bottom: 5px;
  color: #006cb4;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
.sec_news .list_news ul li .ttl{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22;
  color: #000000;
}
@media print,screen and (min-width :1025px){
  .sec_news .list_news ul li:nth-child(4n+1){
    margin-left: 0;
  }
  .sec_news .list_news ul li:nth-child(n+5){
    margin-top: 28px;
  }
}
@media print,screen and (max-width :1024px) and (min-width :769px){
  .sec_news .list_news ul li{
    width: 32%;
    margin-left: 2%;
  }
  .sec_news .list_news ul li:nth-child(3n+1){
    margin-left: 0;
  }
  .sec_news .list_news ul li:nth-child(n+4){
    margin-top: 28px;
  }
  .sec_news .list_news ul li:nth-child(n+7){
    display: none;
  }
}
@media screen and (max-width :768px){
  .sec_news{
    padding-top: 37px;
    padding-bottom: 35px;
  }
  .sec_news h2.ttl_h2{
    margin-bottom: 27px;
    font-size: 45px;
    font-size: 4.5rem;
  }
  .sec_news h2.ttl_h2 .jp{
    padding-bottom: 0;
    display:block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-left:0;
    margin-top: 15px;
  }
  .sec_news .list_news ul{
    margin-bottom: 50px;
  }
  .sec_news .list_news ul li{
    width: 49%;
    margin-left:1%;
  }
  .sec_news .list_news ul li:nth-child(2n+1){
    margin-left: 0;
  }
  .sec_news .list_news ul li:nth-child(n+3){
    margin-top: 25px;
  }
  .sec_news .list_news ul li figure{
    margin-bottom: 5px;
  }
  .sec_news .list_news ul li .date{
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_news .list_news ul li .ttl{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1;
  }
  
  /*android*/
  .android .sec_news .list_news ul{
    display: block;
  }
  .android .sec_news .list_news ul li{
    width: 100%;
    margin-left:0;
  }
  .android .sec_news .list_news ul li:nth-child(n+2){
    margin-top: 25px;
  }
}

/* ===============================================
# sec_download
=============================================== */


/* ===============================================
# sec_qa_top
=============================================== */
.sec_qa_top{
  padding: 45px 0;
  min-height: 480px;
  background: url("/faculty/foreign_students/english/img/bg_qa.png")no-repeat center center;
  background-size: cover;
  color: #fff;
}
.sec_qa_top h2{
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 10px;
}
.sec_qa_top h2 span{
  font-weight: 100;
}
.sec_qa_top .box_lead{
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 37px;
}
.sec_qa_top ul{
  flex-wrap: wrap;
}
.sec_qa_top ul li{
  width: 23.2%;
  margin-left: 2.4%;
}
.sec_qa_top ul li a{
  display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
  padding: 15px;
  width: 100%;
  height: 100%;
  min-height: 145px;
  text-align: center;
  background: #006cb4;
  border: solid 1px #98b0d1;
}
.sec_qa_top ul li a span{
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
}
@media print,screen and (min-width :835px){
  .sec_qa_top ul li:nth-child(4n+1){
    margin-left: 0;
  }
  .sec_qa_top ul li:nth-child(n+5){
    margin-top: 28px;
  }
  .sec_qa_top ul li a:hover{
    background: #004d98;
  }
}
@media print,screen and (max-width :1300px) and (min-width :835px){
  .sec_qa_top ul li a{
    font-size: 18px;
    font-size: 1.8rem;
  }  
}
@media screen and (max-width :834px){
  .sec_qa_top ul li{
    width: 47.88%;
    margin-left: 4.24%;
  }  
  .sec_qa_top ul li:nth-child(odd){
    margin-left: 0;
  }
  .sec_qa_top ul li:nth-child(n+3){
    margin-top: 14px;
  }  
  
  /*android*/
  .android .sec_qa_top ul{
    display: block;
  }
  .android .sec_qa_top ul li{
    width: 100%;
    margin-left: 0;
  }
  .android .sec_qa_top ul li:nth-child(n+2){
    margin-top: 7px;
  }  
}
@media screen and (max-width :768px){
  .sec_qa_top{
    padding: 80px 0 60px;
    min-height: 426px;
    background-image: url("/faculty/foreign_students/english/img/bg_qa_smp.png");
  }
  .sec_qa_top h2{
    font-size: 37.5px;
    font-size: 3.75rem;
    margin-bottom: 17px;
  }
  .sec_qa_top .box_lead{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 26.5px;
    line-height: 1.25;
  }
  .sec_qa_top ul li:nth-child(n+3){
    margin-top: 7px;
  }
  .sec_qa_top ul li a{
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px;
    min-height: 77px;
  }
  .sec_qa_top ul li a span{
    font-size: 10.5px;
    font-size: 1.05rem;
    margin-top: 5px;
  }
  

}
