@charset "utf-8";

/*-------------------------------
	メインビジュアル
-------------------------------*/
.slider{
	width:100%;
	height: 100vh;
}
.slider .mv1,
.slider .mv2,
.slider .mv3{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	height: 100vh;
	color:#fff;
}
.slider .mv1{
	background-image:url("../images/index/mv1.jpg");
}
.slider .mv2{
	background-image:url("../images/index/mv2.jpg");
}
.slider .mv3{
	background-image:url("../images/index/mv3.jpg");
	/*color:#646464;*/
}
.slider .catch{
	padding-left:240px;
	padding-bottom:10px;
	display: flex;
	justify-content:flex-start;
	align-items:flex-end;
	height: 100vh;
}
.slider .catch span{
	font-size:3.2rem;
	font-weight:500;
	display:block;
	line-height:1.8;
}


/*-------------------------------
    見出し
-------------------------------*/
.sec_title{
	margin-bottom: 50px;
	line-height: 1;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.sec_title span{
    display:inline-block;
    color:#646464;
    font-size:2.8rem;
    font-weight:700;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: .08em;
}
.sec_title:before{
	content: "";
	display: block;
	width: 36px;
	height: 1px;
	background: #BE6E78;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
}
.sec_title:after{
	content: attr(data-jp-title);
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    font-weight: 500;
}


/*-------------------------------
    ボタン
-------------------------------*/
.button a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    background:#fff;
    color:#5591AF;
    border:#5591AF solid 1px;
    font-family: 'Noto Serif JP', serif;
    font-size:1.8rem;
    font-weight:500;
    width:160px;
    height:40px;
    border-radius: 20px;
}
.button a:hover{
    opacity: 1;
    border-color:#99BDCF;
    background:#99BDCF;
    color:#fff;
}
.button a span{
    display:inline-block;
    position: relative;
    padding-right:.8em;
}
.button a span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 30px;
	font-weight: 600;
	z-index:1;
	position:absolute;
	top:0;
	left:100%;
	bottom:0;
	margin:auto;
	font-size:1.8rem;    
}


/*-------------------------------
    明るく穏やかに、やわらかく。
-------------------------------*/
.sec1{
    margin-bottom:120px;
}
.sec1 .conts_outer{
    margin:0 auto;
    max-width:640px;
}
.sec1 .conts_inner{
    padding:135px 0 20px;
    background: url("../images/index/img02.png") no-repeat 100% 100%;
}
.sec1 .ttl{
    margin-bottom:35px;
}
.sec1 .txt{
    padding-left:25px;
}
.sec1 .txt p{
    line-height:2.9;
    font-size:1.8rem;
}


/*-------------------------------
    ニュース
-------------------------------*/
.sec2{
    margin-bottom:90px;
    padding:135px 0 20px;
}

/*----- タブ（リスト） */
.sec2 .tab_list{
    display: flex;
    flex-wrap: nowrap;
    margin:0 auto 25px;
    max-width:640px;
}
.sec2 .tab_list dt > div,
.sec2 .tab_list_child li > div{
    border-radius: 15px;
    width:100%;
    height:30px;
    font-size:1.2rem;
	padding-left: 10px;
	padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border:#646464 solid 1px;
    cursor: pointer;
    transition: 0.2s;
}
.sec2 .tab_list dt > div:hover,
.sec2 .tab_list_child li > div:hover{
    opacity: 1;
}
.sec2 .tab_list dt{
    width:80px;
}
.sec2 .tab_list dd{
    width:calc(100% - 80px);
}
.sec2 .tab_list_child{
    display: flex;
    flex-wrap: wrap;    
}
.sec2 .tab_list_child li{
    margin-left:4px;
    margin-bottom:4px;
    width:calc((100% - 16px) / 4);
    max-width:135px;
}

/*----- タブ（カテゴリー） */
/* 全て */
.sec2 .tab_list .all.is-click,
.sec2 .tab_list .all.active,
.sec2 .news_list .category.all{
    background-color:#F0D2CD;
    border-color:#F0D2CD;
}
/* 新型コロナ感染症対策 */
.sec2 .tab_list .corona.is-click,
.sec2 .tab_list .corona.active,
.sec2 .news_list .category.corona{
    background-color:#CDD7E1;
    border-color:#CDD7E1;
}
/* オープンキャンパス */
.sec2 .tab_list .opencampus.is-click,
.sec2 .tab_list .opencampus.active,
.sec2 .news_list .category.opencampus{
    background-color:#D7D2E1;
    border-color:#D7D2E1;
}
/* お知らせ */
.sec2 .tab_list .news.is-click,
.sec2 .tab_list .news.active,
.sec2 .news_list .category.news{
    background-color:#EBDCE6;
    border-color:#EBDCE6;
}
/* 入試情報 */
.sec2 .tab_list .admission.is-click,
.sec2 .tab_list .admission.active,
.sec2 .news_list .category.admission{
    background-color:#DCE1CD;
    border-color:#DCE1CD;
}
/* 就職関連 */
.sec2 .tab_list .employment.is-click,
.sec2 .tab_list .employment.active,
.sec2 .news_list .category.employment{
    background-color:#F0EBCD;
    border-color:#F0EBCD;
}
/* 幼児教育学科 */
.sec2 .tab_list .infant.is-click,
.sec2 .tab_list .infant.active,
.sec2 .news_list .category.infant{
    background-color:#F0E1E1;
    border-color:#F0E1E1;
}
/* 地域保育学科 */
.sec2 .tab_list .nursery.is-click,
.sec2 .tab_list .nursery.active,
.sec2 .news_list .category.nursery{
    background-color:#FAE6D2;
    border-color:#FAE6D2;
}
/* 文化表現学科 */
.sec2 .tab_list .bunka.is-click,
.sec2 .tab_list .bunka.active,
.sec2 .news_list .category.bunka{
    background-color:#EBF0F5;
    border-color:#EBF0F5;
}

/*----- ニュース（リスト） */
.sec2 .news_list{
    margin:0 auto 50px;
    max-width:640px;
}
.sec2 .news_list .list{
    border-bottom:#646464 solid 1px;
}
.sec2 .news_list .list:first-child{
    border-top:#646464 solid 1px;   
}
.sec2 .news_list .list a{
    display:block;
    padding:15px 0 10px;
}
.sec2 .news_list .list .date{
    display:inline-block;
    float:left;
    position: relative;
    padding-left:40px;
    margin-right:23px;
    min-width:8.5em;
}
.sec2 .news_list .list .date::before{
    content: "";
    width:30px;
    height:1px;
    background-color:#646464;
    display:block;
    position:absolute;
    top:50%;
    left:0;    
}
.sec2 .news_list .list .category{
    border-radius: 15px;
    width:150px;
    height:25px;
    font-size:1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.sec2 .news_list .list .ttl{
   clear:both;
    font-size:1.6rem;
    font-weight:400;
    padding-top:10px;
}


/*-------------------------------
    オープンキャンパス
-------------------------------*/
.sec3{
    margin-bottom:90px;
}

/*----- タイトル */
.sec3 .sec_title{
    margin-bottom:40px;
}

/*----- バナー */
.sec3 .banner a{
    background:url("../images/index/img03.jpg") no-repeat 50% 50%;
    background-size:cover;
    width:100%;
    height:238px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec3 .banner a .ttl{
    background:rgba(255,255,255,0.85);
    border-radius: 10px;
    position: relative;    
}
.sec3 .banner a .ttl::before{
    content: "";
    border-top:#000 solid 1px;
    border-right:#000 solid 1px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:100px;
    height:80px;
    border-top-right-radius:10px;
}
.sec3 .banner a .ttl::after{
    content: "";
    border-bottom:#000 solid 1px;
    border-left:#000 solid 1px;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:100px;
    height:80px;
    border-bottom-left-radius: 10px;
}


/*-------------------------------
    学科紹介
-------------------------------*/
.sec4{
    margin-bottom:80px;
}

/*----- リンク */
.sec4 .links{ 
    margin:0 auto;
    max-width:640px;
}
.sec4 .links li:not(:last-child){
    margin-bottom:5px;
}
.sec4 .links li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height:80px;
}
.sec4 .links li a .sm{
    color:#646464;
}
.sec4 .links li:nth-child(1) a{
    background-color:#F0E1E1; 
}
.sec4 .links li:nth-child(2) a{
    background-color:#E6DCE6; 
}
.sec4 .links li:nth-child(3) a{
    background-color:#FAE6D2; 
}
.sec4 .links li:nth-child(4) a{
    background-color:#EBF0F5; 
}
.sec4 .links li:nth-child(1) a .lg{
    color:#BE6E78;
}
.sec4 .links li:nth-child(2) a .lg{
    color:#824187;
}
.sec4 .links li:nth-child(3) a .lg{
    color:#DC8C4B;
}
.sec4 .links li:nth-child(4) a .lg{
    color:#5591AF;
}
.sec4 .links li a:hover{
    opacity: 1;
}
.sec4 .links li:nth-child(1) a:hover{
    background-color:#D8A8AE;
}
.sec4 .links li:nth-child(2) a:hover{
    background-color:#B48DB7; 
}
.sec4 .links li:nth-child(3) a:hover{
    background-color:#EABA93; 
}
.sec4 .links li:nth-child(4) a:hover{
    background-color:#99BDCF; 
}
.sec4 .links li a:hover .lg,
.sec4 .links li a:hover .sm{
    color:#fff !important;  
}
.sec4 .links li .ttl > span{
    display:block;    
}
.sec4 .links li .ttl .lg{
    font-size:1.8rem;
    font-weight: 600;
    margin-bottom:.3em;
}
.sec4 .links li .ttl .sm{
    font-size:1.4rem;
    font-weight: 500;
}


/*-------------------------------
    入試情報
-------------------------------*/
.sec5{
    margin-bottom:70px;
}

/*----- タイトル */
.sec5 .sec_title{
    margin-bottom:60px;
}

/*----- リンク */
.sec5 .links{
    display: flex;
    flex-wrap: wrap; 
    margin:0 auto;
    max-width:640px;
    padding:0;
}
.sec5 .links li{
    max-width:200px;
    width:calc(100% / 3);
    margin-right:20px;
    margin-bottom:17px;
    position: relative;
    transition: 0.2s;
}
.sec5 .links li:nth-child(3n){
    margin-right:0;
}
.sec5 .links li::before{
    background:#fff url("../images/index/img05.png") no-repeat 0 0;
    width:46px;
    height:46px;
    z-index:1;
    position:absolute;
    top:-8px;
    left:-8px;
    font-size:3.6rem;
    color:#BE6E78;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec5 .links li:nth-child(1)::before{
    content: "1";
}
.sec5 .links li:nth-child(2)::before{
    content: "2";
}
.sec5 .links li:nth-child(3)::before{
    content: "3";
}
.sec5 .links li:nth-child(4)::before{
    content: "4";
}
.sec5 .links li:nth-child(5)::before{
    content: "5";
}
.sec5 .links li:nth-child(6)::before{
    content: "6";
}
.sec5 .links li:nth-child(7)::before{
    content: "7";
}
.sec5 .links li:hover{
    opacity: .6;
}
.sec5 .links li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height:88px;
    border-radius: 10px;
    position: relative;
}
.sec5 .links li a::before{
    content: "";
    border-top:#000 solid 1px;
    border-right:#000 solid 1px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:90%;
    height:46px;
    border-top-right-radius: 10px;
}
.sec5 .links li a::after{
    content: "";
    border-bottom:#000 solid 1px;
    border-left:#000 solid 1px;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:90%;
    height:46px;
    border-bottom-left-radius: 10px;
}
.sec5 .links li a:hover{
    opacity: 1;
}
.sec5 .links li a span{
    font-weight:600;
    font-size:2rem;
    line-height: 1.35;
    position:relative;
    z-index:2;
    display:inline-block;
}


/*-------------------------------
    キャンパスライフ
-------------------------------*/
.sec6{
    margin-bottom:70px;
}

/*----- タイトル */
.sec6 .sec_title{
    margin-bottom:40px;
}

/*----- テキスト */
.sec6 .txt{
    margin:0 auto 40px;
    max-width:640px;
}
.sec6 .txt p{
    font-size:1.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    line-height: 2;
}

/*----- サブタイトル */
.sec6 .ttl_sub{
    text-align: center;
    position: relative;
    margin:0 auto 45px;
    max-width:640px;
}
.sec6 .ttl_sub::after{
    content: "";
    width:100%;
    height:1px;
    display:block;
    background:#AD5469;
    position:absolute;
    top:60%;
    left:0;
    z-index:-1;
}
.sec6 .ttl_sub span{
    display:inline-block;
    position: relative;
    background:#fff;
    line-height: 1;
}
.sec6 .ttl_sub span::before{
    content: "(";
    padding-right:1em;
    padding-left:.3em;
    color:#AD5469;
    font-size:1.8rem;
    font-weight:300;
}
.sec6 .ttl_sub span::after{
    content: ")";
    padding-left:1em;
    padding-right:.3em;
    color:#AD5469;
    font-size:1.8rem;
    font-weight:300;
}
.sec6 .ttl_sub em{
    font-style:normal;
    font-weight:500;
    font-size:1.8rem;
}

/*----- 動画 */
.sec6 .movie_box{
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    max-width:640px;
}
.sec6 .movie_box .box{
    width:calc((100% - 30px) / 2);
    max-width:304px;
    margin-right:30px;
    margin-bottom:35px;
}
.sec6 .movie_box .box:nth-child(2n){
    margin-right:0;
}
.sec6 .movie_box .box a{
    display:block;
}
.sec6 .movie_box .box .movie{
    display:block;
    width:100%;
    height:25vw;
    max-height:160px;
    position: relative;
    overflow: hidden;
}
.sec6 .movie_box .box .movie::after{
    content: "";
    width:100%;
    height:100%;
    display:block;
    z-index:1;
    background: url("../images/index/icon-movie.png") no-repeat 50% 50%;
    position: absolute;
    top:0;
    left:0;
}
.sec6 .movie_box .box .movie img{
    width:100%;
    max-width:100%;
    height:auto;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;   
}
.sec6 .movie_box .box .ttl{
    padding:10px 0;
    font-size:1.2rem;
}

/*----- ボタン */
.sec6 .button{
    margin-bottom:70px;
}

/*----- リンク */
.sec6 .links{
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    max-width:640px;
}
.sec6 .links li{
    width:calc((100% - 40px) / 3);
    max-width:200px;
    margin-right:20px;
    margin-bottom:20px;
}
.sec6 .links li:nth-child(3n){
    margin-right:0;
}
.sec6 .links li a{
    position:relative;
    display:block;
}
.sec6 .links .mv{
    width:100%;
    height:140px;
    position:relative;
    overflow:hidden;	
}
.sec6 .links .mv img{
    width:100%;
    max-width:100%;
    height:auto;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}
.sec6 .links .ttl{
    background:rgba(190,110,120,0.85);
    color:#fff;
    position: absolute;
    z-index:1;
    left:0;
    bottom:0;
    width:100%;
    font-weight: 500;
    text-align: center;
    font-size:1.47rem;
    padding:.3em 0;
}


/*-------------------------------
    インスタグラム
-------------------------------*/

/*----- ウィジェット */
.insta_box .widget{
    max-width:640px;
    margin:0 auto 40px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.insta_box .widget:after{
	width: calc((100% - 16px) / 3);
	height: 0;
	display: block;
	content: "";
}
.insta_box .widget .detail{
	width: calc((100% - 16px) / 3);
	margin-bottom: 8px;
}
.insta_box .widget .detail a{
	width: 100%;
}
.insta_box .widget .detail a img{
	width: 100%;
}


/*-------------------------------
    リンクエリア
-------------------------------*/
.sec8{
    margin-bottom:130px;
}

/*----- リンク */
.sec8 .links{
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    max-width:640px;
}
.sec8 .links li{
    width:calc((100% - 20px) / 2);
    max-width:310px;
    margin-right:20px;
    margin-bottom:20px;
}
.sec8 .links li:nth-child(2n){
    margin-right:0;
}
.sec8 .links li a{
    position:relative;
    display:block;
    border:#BE6E78 solid 1px;
    border-radius: 20px;
    height: 40px;
    width:100%;
    color:#BE6E78;
    line-height: 1;
    display: flex;
    align-items: center;
    padding:0 30px;
}
.sec8 .links li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 40px;
	font-weight: 600;
	z-index:1;
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	margin:auto;
	font-size:1.8rem;    
}
.sec8 .links li a:hover{
    color:#fff;
    opacity: 1;
    background:#D8A8AE;
    border-color:#D8A8AE;
}


@media screen and (max-width:1340px){
    
    /*-------------------------------
        ⼊試情報
    -------------------------------*/

    /*----- リンク */
    .sec5 .links{
        padding-left:40px;
    }
    .sec5 .links li{
        margin-right:15px;
        width:30%;
    }
    .sec5 .links li a span{
        font-size:1.8rem;
    }

}

@media screen and (max-width:1340px){

    /*-------------------------------
        ⼊試情報
    -------------------------------*/

    /*----- リンク */
    .sec5 .links li a{
        padding-top:1.3em;
        height:100px;
    }
    
}


@media screen and (max-width:1280px){
    
    /*-------------------------------
        メインビジュアル
    -------------------------------*/

    .slider .catch{
        padding-left:215px;
        height:100%;
    }
    .slider .catch span{
        font-size:2.8rem;
    }
    
}


@media screen and (max-width:1130px){
 
    
    /*-------------------------------
        メインビジュアル
    -------------------------------*/

    .slider .catch span{
        font-size:2.3rem;
    }
    
}


@media screen and (max-width:1000px){
	
	/*-------------------------------
		メインビジュアル
	-------------------------------*/
    .slider{
        height: 800px;
    }
    .slider .mv1,
    .slider .mv2,
    .slider .mv3{
        height: 800px;
    }
	.slider .catch{
		padding-left:360px;
        height:100%;
	}
    .slider .catch span{
        font-size:3.2rem;
    }
    

    /*-------------------------------
        ⼊試情報
    -------------------------------*/

    /*----- リンク */
    .sec5 .links{
        justify-content:flex-start;
        padding:0;
    }
    .sec5 .links li{
        max-width:200px;
        width:calc(100% / 3);
        margin-right:20px;
        margin-left:0;
    }
    .sec5 .links li:nth-child(3n){
        margin-right:0;
        margin-left:0;
    }
    .sec5 .links li a{
        padding:0;
        height:80px;
    }
    .sec5 .links li a span{
        font-size:2rem;
    }

}


@media screen and (max-width:750px){
	
	/*-------------------------------
		メインビジュアル
	-------------------------------*/
    .slider{
        height: 114.666vw;
    }
    .slider .mv1,
    .slider .mv2,
    .slider .mv3{
        height: 114.666vw;
    }
	.slider .mv1{
		background-image:url("../images/index/sp/mv1.jpg");
	}
	.slider .mv2{
		background-image:url("../images/index/sp/mv2.jpg");
	}
	.slider .mv3{
		background-image:url("../images/index/sp/mv3.jpg");
	}
	.slider .catch{
		padding-left:6.666vw;
		padding-bottom:3.333vw;
        height:100%;
	}
	.slider .catch span{
		font-size:3.6rem;
        line-height:1.65;
	}
	

    /*-------------------------------
        見出し
    -------------------------------*/
    .sec_title{
        margin-bottom: 6vw;
    }
    .sec_title span{
        font-size:6.2rem;
    }
    .sec_title:before{
        width: 8vw;
        bottom: 5vw;
        height:2px;
    }
    .sec_title:after{
        font-size: 1.8rem;
        margin-top: 1.4vw;
    }


    /*-------------------------------
        ボタン
    -------------------------------*/
    .button a{
        font-size:2.4rem;
        width:28vw;
        height:6.933vw;
        border-radius: 3.5vw;
    }
    .button a:hover{
        background:#fff;
        color:#5591AF;
        border-color:#5591AF;
    }
    .button a span::before {
        line-height: 1;
        top:18%;
        font-size:2.4rem;    
    }


    /*-------------------------------
        明るく穏やかに、やわらかく。
    -------------------------------*/
    .sec1{
        margin-bottom:5.6vw;
    }
    .sec1 .conts_outer{
        max-width:100%;
    }
    .sec1 .conts_inner{
        padding:3.333vw 0 1.4vw;
        background-size:13.333vw auto;
    }
    .sec1 .ttl{
        margin-bottom:3.6vw;
    }
    .sec1 .ttl img{
        max-width:640px;
        width:85.333vw;
    }
    .sec1 .txt{
        padding-left:2vw;
    }
    .sec1 .txt p{
        line-height:2.2;
        font-size:2.6rem;
    }


    /*-------------------------------
        ニュース
    -------------------------------*/
    .sec2{
        margin-bottom:9vw;
        padding: 3.333vw 0 1.4vw;
    }

    /*----- タブ（リスト） */
    .sec2 .tab_list{
        margin:0 auto 2vw;
        max-width:100%;
    }
    .sec2 .tab_list_child li > div{
        border-radius: 3.5vw;
        height:7vw;
        font-size:2rem;
		padding-left: 2.5vw;
		padding-right: 2.5vw;
    }
    .sec2 .tab_list dd{
        width:100%;
    }
    .sec2 .tab_list_child li{
        margin-right:2vw;
        margin-left:0;
        margin-bottom:2.8vw;
        width:calc((100% - 4vw) / 3);
        max-width:calc((100% - 4vw) / 3);
    }
    .sec2 .tab_list_child li:nth-child(3n){
        margin-right:0;
    }

    /*----- ニュース（リスト） */
    .sec2 .news_list{
        margin:0 auto 6.666vw;
        max-width:100%;
    }
    .sec2 .news_list .list a{
        padding:2vw 0 1vw;
    }
    .sec2 .news_list .list .date{
        padding-left:6.266vw;
        margin-right:4vw;
        font-size:1.8rem;
        min-width:7em;
    }
    .sec2 .news_list .list .date::before{
        width:4.266vw;   
    }
    .sec2 .news_list .list .category{
        border-radius: 2vw;
        width:29.333vw;
        height:4vw;
        font-size:2rem;
    }
    .sec2 .news_list .list .ttl{
        font-size:2.6rem;
        padding-top:1vw;
    }


    /*-------------------------------
        オープンキャンパス
    -------------------------------*/
    .sec3{
        margin-bottom:9vw;
    }

    /*----- バナー */
    .sec3 .banner a{
        background:url("../images/index/sp/img03.jpg") no-repeat 50% 50%;
        height:44vw;
    }
    .sec3 .banner a .ttl{
        width:30.133vw;
        height:auto;
    }
    .sec3 .banner a .ttl img{
        width:100%;
        height:auto;
    }
    .sec3 .banner a .ttl::before{
        width:18.666vw;
        height:13.066vw;
    }
    .sec3 .banner a .ttl::after{
        width:18.666vw;
        height:13.066vw;
    }


    /*-------------------------------
        学科紹介
    -------------------------------*/
    .sec4{
        margin-bottom:9vw;
    }

    /*----- リンク */
    .sec4 .links{ 
        max-width:calc(100% + 8vw);
        width:calc(100% + 8vw);
        margin-left:-4vw;
    }
    .sec4 .links li:not(:last-child){
        margin-bottom:.666vw;
    }
    .sec4 .links li a{
        height:16.266vw;
    }
    .sec4 .links li:nth-child(1) a:hover{
        background-color:#F0E1E1; 
    }
    .sec4 .links li:nth-child(2) a:hover{
        background-color:#E6DCE6; 
    }
    .sec4 .links li:nth-child(3) a:hover{
        background-color:#FAE6D2; 
    }
    .sec4 .links li:nth-child(4) a:hover{
        background-color:#EBF0F5; 
    }
    .sec4 .links li:nth-child(1) a:hover .lg{
        color:#BE6E78 !important;
    }
    .sec4 .links li:nth-child(2) a:hover .lg{
        color:#824187 !important;
    }
    .sec4 .links li:nth-child(3) a:hover .lg{
        color:#DC8C4B !important;
    }
    .sec4 .links li:nth-child(4) a:hover .lg{
        color:#5591AF !important;
    }
    .sec4 .links li a:hover .sm{
        color:#646464 !important;  
    }
    .sec4 .links li .ttl .lg{
        font-size:3.4rem;
    }
    .sec4 .links li .ttl .sm{
        font-size:2.4rem;
    }


    /*-------------------------------
        ⼊試情報
    -------------------------------*/
    .sec5{
        margin-bottom:4vw;
    }

    /*----- リンク */
    .sec5 .links{
        max-width:100%;
        display: flex;
        justify-content: space-between;
        padding:0 5vw;
     }
    .sec5 .links li,
    .sec5 .links li:nth-child(3n){
        width:calc((100% - 5vw) / 2);
        max-width:calc((100% - 5vw) / 2);
        margin-right:0;
        margin-left:0;
        margin-bottom:4.3vw;
    }
    .sec5 .links li::before{
        background:#fff url("../images/index/sp/img05.png") no-repeat 0 0;
        background-size:100% auto;
        width:8.8vw;
        height:8.8vw;
        top:-1.466vw;
        left:-1.466vw;
        font-size:5rem;
        color:#BE6E78;
    }
    .sec5 .links li:hover{
        opacity:1;
    }
    .sec5 .links li a{
        height:16.933vw;
    }
    .sec5 .links li a::before{
        width:30.666vw;
        height:15.066vw;
    }
    .sec5 .links li a::after{
        width:30.666vw;
        height:15.066vw;
    }
    .sec5 .links li a:hover{
        opacity: 1;
    }
    .sec5 .links li a span{
        font-size:3rem;
        letter-spacing: -.06em;
    }


    /*-------------------------------
        キャンパスライフ
    -------------------------------*/
    .sec6{
        margin-bottom:9vw;
    }
    
    /*----- タイトル */
    .sec6 .sec_title{
        margin-bottom:4.2vw;
    }

    /*----- テキスト */
    .sec6 .txt{
        margin:0 auto 9.333vw;
        max-width:100%;
    }
    .sec6 .txt p{
        font-size:2.6rem;
        line-height:2.2;
    }

    /*----- サブタイトル */
    .sec6 .ttl_sub{
        margin:0 auto 5.8vw;
        max-width:calc(100% + 8vw);
        width:calc(100% + 8vw);
        margin-left:-4vw;
    }
    .sec6 .ttl_sub span::before{
        font-size:3rem;
    }
    .sec6 .ttl_sub span::after{
        font-size:3rem;
    }
    .sec6 .ttl_sub em{
        font-size:3rem;
    }

    /*----- 動画 */
    .sec6 .movie_box{
        max-width:100%;
    }
    .sec6 .movie_box .box{
        width:calc((100% - 4vw) / 2);
        max-width:calc((100% - 4vw) / 2);
        margin-right:3.8vw;
        margin-bottom:2.1vw;
    }
    .sec6 .movie_box .box:nth-child(2n){
        margin-right:0;
    }
    .sec1 .movie_box .box .movie{
        display:block;
        width:100%;
        height:24vw; 
        max-height:24vw;
    }
    .sec6 .movie_box .box .movie a::after{
        background-image: url("../images/index/sp/icon-movie.png");
        -moz-background-size:8.533vw auto;
        background-size:8.533vw auto;
    }
    .sec6 .movie_box .box .ttl{
        padding:2.666vw 0;
        font-size:2.2rem;
    }

    /*----- ボタン */
    .sec6 .button{
        margin-bottom:12.666vw;
    }

    /*----- リンク */
    .sec6 .links{
        max-width:calc(100% + 8vw);
        width:calc(100% + 8vw);
        margin-left:-4vw;
    }
    .sec6 .links li{
        width:calc((100% - 2px) / 3);
        max-width:calc((100% - 2px) / 3);
        margin-right:1px;
        margin-bottom:1px;
    }
    .sec6 .links .mv{
        height:23vw;	
    }
    .sec6 .links .ttl{
        font-size:2rem;
        padding:0;
    }


    /*-------------------------------
        インスタグラム
    -------------------------------*/

    /*----- ウィジェット */
    .insta_box .widget{
        max-width:100%;
        margin:0 auto 6vw;
    }


}