@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color:#000000;
	text-decoration:none;
    transition: 0.3s opacity ease;
}

a:link,
a:visited {
    display: block;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.3rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
	color: #3e3a39;
    line-height: 1.6;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.mincho{
    font-family: "Sawarabi Mincho";
}

/* =====================================
	head
===================================== */

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 93px;
    transition: 0.3s background-color ease;
    z-index: 9999;
}

header.scroll{
    background-color: #6b1b7e;
}

header .logo{
    position: absolute;
    top: 26px;
    left: 54px;
}

header .logo svg{
    width: 397px;
}

header .b{
    transition: all 1s;
}

header.scroll .b{
    fill: #fff;
}

nav{
    position: absolute;
    top: 38px;
    right: 56px;
    line-height: 1;
    width: 47.2%;
    max-width: 708px;
}

nav ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

nav ul li{
    position: relative;
    padding-bottom: 19px;
}

nav ul li::before{
    content: "▲";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #6b1b7e;
    font-size: 1.0rem;
    opacity: 0;
    transition: all .3s;
}

nav ul li:hover::before{
    opacity: 1;
}

header.scroll nav ul li:hover::before{
    color: #fff;
}

nav ul li a{
    font-size: min(1vw,1.5rem);
    transition: all 1s;
}

nav ul li a:hover{
    opacity: 1;
}

header.scroll nav ul li a{
    color: #fff;
}

.floating{
    width: 360px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.floating ul li:nth-child(1){
    width: 150px;
    margin: 0 0 59px 199px;
}

.floating ul li:nth-child(1) img{
    width: 100%;
}

.floating ul li{
    width: 100%;
}

.floating ul li:nth-child(2) a{
    width: 100%;
    padding: 25px 166px 26px 56px;
    font-size: 1.7rem;
    line-height: 1;
    color: #fff;
    background: #6b1b7e;
}

.floating ul li a span{
    position: relative;
    padding: 0 40px 0 23px;
}

.floating ul li:nth-child(2) a span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url("../img/icon_blank01_white.svg") no-repeat center;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
}

.floating ul li:nth-child(2) a span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../img/arrow01_white.svg") no-repeat center;
    background-size: 7px auto;
    width: 7px;
    height: 8px;
}

.floating ul li:nth-child(3) a{
    width: 100%;
    padding: 25px 166px 26px 56px;
    font-size: 1.7rem;
    line-height: 1;
    color: #6b1b7e;
    background: #f0ebf3;
}

.floating ul li:nth-child(3) a span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url("../img/icon_blank01_purple.svg") no-repeat center;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
}

.floating ul li:nth-child(3) a span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../img/arrow01_purple.svg") no-repeat center;
    background-size: 7px auto;
    width: 7px;
    height: 8px;
}


/* =====================================
	main
===================================== */

.visual{
    position: relative;
    width: 100%;
    max-width: 1450px;
    height: 100vh;
    margin: 0 auto;
}

.visual h1{
    position: absolute;
    top: 17.19vh;
    left: 7.2%;
}

.visual h1 img{
    width: 63.33vw;
    max-width: 950px;
}

.visual a{
    position: absolute;
    bottom: 62.127659vh;
    right: 8%
}

.visual a img{
    width: 13px;
}

.visual ul{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 50px);
    height: 58.72340425531915vh;
}

.visual ul li{
    width: 100%;
    height: 58.72340425531915vh;
}

.visual ul li img{
    width: 100%;
    height: 58.72340425531915vh;
    object-fit: cover;
    object-position: center;
}

.urgent{
    padding: 65px 30px 80px;
}

.urgent dl{
    width: 100%;
    max-width: 1000px;
    border: 3px solid #e60012;
    padding: 32px 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #e60012;
    margin: 0 auto;
    box-sizing: border-box;
    font-weight: bold;
}

.urgent dl dt{
    font-size: 2.0rem;
    width: 194px;
}

.urgent dl dd{
    width: calc(100% - 194px);
    border-left: 1px solid #e60012;
}

.urgent dl dd li a{
    font-size: 1.6rem;
    line-height: 1.75;
    padding-left: 38px;
    color: #e60012;
}

.urgent dl dd li a small{
    font-size: 1.4rem;
    display: block;
}

.urgent dl dd li + li{
    margin-top: 1em;
}

.bnrArea{
    width: 100%;
    padding: 95px 0 80px;
    background: #f5f5f5;
    overflow: hidden;
}

.bnrArea h2{
    font-size: 3.6rem;
    line-height: 1;
    padding-bottom: 27px;
    text-align: center;
    color: #040000;
    position: relative;
    margin: 0 auto 45px;
}

.bnrArea h2::before{
    content: "";
    width: 28px;
    height: 1px;
    background: #6b1b7e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bnrArea .slick-list{
    overflow: visible;
}

.bnrArea > ul{
    width: 1366px;
    max-width: 1366px;
    margin: 0 auto;
}

.bnrArea > ul li.slick-slide{
}

.bnrArea > ul li.slick-slide a{
    padding: 0 10px;
    display: inline-block;
}

.slick-dots li{
    width: 72px;
    height: 2px;
    margin: 0 3px;
}
.slick-dots li button{
    width: 72px;
    height: 2px;
}

.slick-dots li button::before {
    width: 72px;
    height: 2px;
    background: #dcdddd;
    border-radius: 0;
}

.slick-dots li.slick-active button::before {
    background: #6b1b7e;
    border: none;
    margin-top: 0;
}

.slick-dots {
    bottom: -48px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.bnrArea > a{
    width: 450px;
    line-height: 70px;
    text-align: center;
    background: #6b1b7e url("../img/arrow01_white.svg") no-repeat center right 16px;
    font-size: 1.6rem;
    color: #fff;
    display: table;
    margin: 114px auto 0;
}

.news{
    width: 100%;
    padding: 75px 0 130px;
}

.news .inner{
    width: 100%;
    max-width: 1160px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

.news .inner .ttlArea{
    width: 181px;
    display: flex;
    justify-content: space-between;
}

.news .inner h2 img{
    width: 91px;
}

.news .inner .ttlArea a{
    color: #6b1b7e;
}

.news .inner .ttlArea a{
    font-size: 1.4rem;
    margin-left: 38px;
    width: 61px;
    line-height: 1;
    border: 1px solid #6b1b7e;
    display: inline-block;
    text-align: center;
    align-self: center;
    padding: 5px 0;
}

.news .inner > div{
    margin-top: 40px;
}

.news .inner dl{
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-size: 1.5rem;
}

.news .inner .importantNotices{
    padding-right: 2.272%;
}

.news .inner .notices{
    padding-left: 5%;
}

.news .inner dl dt{
    width: 100%;
    font-size: 1.8rem;
    padding-bottom: 22px;
    border-bottom: 1px solid #dcdcdc;
}

.news .inner .importantNotices dd{
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}

.news .inner .notices dd{
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}

.news .inner .importantNotices dd img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8%;
}

.news .inner .importantNotices dd .txtArea{
    display: inline-block;
    vertical-align: middle;
    /*width: calc(90% - 230px);*/
}

.news .inner dd span{
    font-size: 1.3rem;
    display: block;
}

.download{
    width: 100%;
    padding: 103px 30px 102px;
    background: #6b1b7e;
    box-sizing: border-box;
}

.download .inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.download .inner h2{
    font-size: 2.8rem;
    text-align: center;
    line-height: 1;
    color: #fff;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 67px;
}

.download .inner h2::before{
    content: "";
    height: 1px;
    width: 28px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.download .inner dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.download .inner dl + dl{
    margin-top: 48px;
}

.download .inner dl dt{
    font-size: 1.9rem;
    line-height: 1;
    color: #fff;
    padding-left: 34px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.download .inner dl dt span{
    padding-right: 0.5em;
}

.download .inner dl dt small{
    font-size: 1.3rem;
}

.download .inner dl dt::before{
    content: "";
    width: 20px;
    height: 20px;
    background: #823f92 url("../img/arrow01_white.svg") center no-repeat;
    background-size: 8px auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.download .inner dl dt.faculty{
    display: block;
}

.download .inner dl dt.faculty small{
    display: block;
    padding-top: .3em;
    line-height: 1.5;
}

.download .inner dl dt.faculty::before{
    top: -2%;
    transform: translateY(0);
}

.download .inner dl dd{
    width: 32%;
    margin-top: 18px;
    font-size: 1.5rem;
    margin-right: 2%;
}

.download .inner dl dd:nth-of-type(3n){
    margin-right: 0;
}

.download .inner dl dd small{
    display: block;
    font-size: 80%;
    text-align: right;
    color: #fff;
    margin-top: 10px;
    line-height: 1;
}

.download .inner dl dd a{
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.33;
    color: #3e3a39;
    position: relative;
    background: #fff;
}

.download .inner dl dd a:not(.pdf):not(.zip)::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #6b1b7e url("../img/arrow01_white.svg") center no-repeat;
    background-size: 8px auto;
}

.download .inner dl dd a.pdf{
    background: #fff url("../img/icon_pdf.svg") center right 20px no-repeat;
    background-size: 24px auto;
}

.download .inner dl dd a.zip{
    background: #fff url("../img/icon_zip.svg") center right 15px no-repeat;
    background-size: 31px auto;
}

.download .inner dl dd a small{
    color: #3e3a39;
    margin-top: 0;
    line-height: 1.5;
}

.infomation{
    width: 100%;
    position: relative;
    z-index: 10;
    padding-top: 154px;
}

.infomation::before{
    content: "";
    background: url("../img/bg01.svg") no-repeat center left;
    background-size: 662px auto;
    width: 662px;
    height: 567px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.infomation .inner{
    width: 100%;
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

.infomation .ttlArea h2{
    font-size: 3.6rem;
    line-height: 1;
    padding-bottom: 27px;
    text-align: center;
    color: #040000;
    position: relative;
}

.infomation .ttlArea h2::before{
    content: "";
    width: 28px;
    height: 1px;
    background: #6b1b7e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.infomation .ttlArea p{
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 39px;
    text-align: center;
}

.infomation .cntArea{
    width: 100%;
    padding: 0 0 133px;
    box-sizing: border-box;
}

.infomation .cntArea ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.infomation .cntArea .info01{
    border-bottom: 1px solid #dcdddd;
    padding-bottom: 45px;
    margin: 50px 0 65px;
}

.infomation .cntArea .info01 li{
    width: 18.181%;
}

.infomation .cntArea .info01 li:first-child{
    width: 100%;
    margin-bottom: 68px;
}

.infomation .cntArea .info01 li img{
    width: 100%;
    margin-bottom: 15px;
}

.infomation .cntArea .info01 li span{
    padding-left: 25px;
    position: relative;
    display: block;
}

.infomation .cntArea .info01 li:first-child span{
    padding-left: 33px;
    font-size: 1.8rem;
}

.infomation .cntArea .info01 li span::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    background: #6b1b7e url("../img/arrow01_white.svg") center no-repeat;
    background-size: 6px auto;
}

.infomation .cntArea .info01 li:first-child span::before{
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #6b1b7e url("../img/arrow01_white.svg") center no-repeat;
    background-size: 8px auto;
}

.infomation .cntArea .info02 li{
    width: 32.09%;
    margin-bottom: 20px;
}

.infomation .cntArea .info02 li a{
    width: 100%;
    text-align: center;
    color: #3e3a39;
    background: #eceeee;
    padding: 21px 10px;
    display: block;
    box-sizing: border-box;
    line-height: 1;
    position: relative;
    transition: all .3s;
}

.infomation .cntArea .info02 li a:hover{
    opacity: 1;
    color: #fff;
    background: #6b1b7e;
}

.infomation .cntArea .info02 li a svg{
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 7px;
}

.infomation .cntArea .info02 li a svg .b{
    fill: #9fa0a0;
    transition: all .3s;
}

.infomation .cntArea .info02 li a:hover svg .b{
    fill: #fff;
}

.event{
    width: 100%;
    background: #f5f5f5;
}

.event .inner{
    position: relative;
    width: 100%;
    max-width: 1160px;
    padding: 80px 30px 126px;
    margin: 0 auto;
    box-sizing: border-box;
}

.event .inner h2{
    font-size: 3.6rem;
    line-height: 1;
    padding-bottom: 27px;
    text-align: center;
    color: #040000;
    position: relative;
    margin-bottom: 60px;
}

.event .inner h2::before{
    content: "";
    width: 28px;
    height: 1px;
    background: #6b1b7e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.event .inner > ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.event .inner > ul li{
    width: 32.181%;
    padding: 7px 7px 28px;
    font-size: 2.0rem;
    line-height: 1;
    background: #fff;
    box-sizing: border-box;
}

.event .inner > ul li img{
    width: 100%;
    margin-bottom: 33px;
}

.event .inner > ul li div{
    padding-bottom: 22px;
    border-bottom: 2px solid #dcdddd;
    position: relative;
    margin: 0 27px;
}

.event .inner > ul li div span span{
    font-size: 1.3rem;
    color: #6b1b7e;
    display: block;
    margin-bottom: 10px;
}

.movieArea .ttlArea{
    width: 100%;
    height: 600px;
    background: url("../img/bg02.jpg") center top / cover;
    position: relative;
}

.movieArea .ttlArea h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 3.8rem;
    letter-spacing: 0.2em;
}

.movieArea .cntArea{
    position: relative;
    width: 100%;
    max-width: 1160px;
    padding: 70px 30px 90px;
    box-sizing: border-box;
    margin: -104px auto 0;
    border-bottom: 1px solid #dcdddd;
    background: #fff;
    z-index: 1;
}

.movieArea .cntArea .promo{
    margin: 0 0 67px 19.545%;
}

.movieArea .cntArea .promo a{
    width: 29.86%;
    float: left;
    margin-right: 7.69%;
}

.movieArea .cntArea .promo img{
    width: 100%;
}

.movieArea .cntArea .promo h3{
    font-size: 2.3rem;
    padding: 20px 0;
}

.movieArea .cntArea .promo p{
    font-size: 1.3rem;
    line-height: 2;
}

.movieArea .cntArea .linkArea{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.movieArea .cntArea .linkArea li{
    width: 23.6364%;
    margin-right: calc(5.4544% / 3);
    margin-bottom: 18px;
}

.movieArea .cntArea .linkArea li:nth-child(4n){
    margin-right: 0;
}

.movieArea .cntArea .linkArea li:nth-last-child(-n+4){
    margin-bottom: 0;
}

.movieArea .cntArea .linkArea li a{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 10px 10px 0;
    box-sizing: border-box;
}

.movieArea .cntArea .linkArea li img{
    width: 100%;
}

.movieArea .cntArea .linkArea li span{
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    font-feature-settings: "palt";
}

.movieArea .cntArea .linkArea li:nth-child(8) span{
    font-size: 1.5rem;
}

.movieArea .cntArea .tabArea{
    position: relative;
    width: 100%;
    height: 460px;
}

.movieArea .cntArea .tabArea a:hover{
	opacity: 1;
}

.movieArea .cntArea .tabArea .index01{
    position: absolute;
    top: 0;
    left: 0;
}

.movieArea .cntArea .tabArea .index01 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.movieArea .cntArea .tabArea .index01 ul li{
    width: 48.727%;
    font-size: 1.9rem;
    display: flex;
    align-items: center;
    padding: 13px 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdddd;
    cursor: pointer;
    background: url("../img/arrow01_purple.svg") no-repeat center right 20px;
    transition: 0.3s background-color ease;
    white-space: nowrap;
}

.movieArea .cntArea .tabArea .index01 ul li:nth-child(1), .movieArea .cntArea .tabArea .index01 ul li:nth-child(2){
    border-top: 1px solid #dcdddd;
}

.movieArea .cntArea .tabArea .index01 ul li:hover{
    background-color: #f4f4f4;
}

.movieArea .cntArea .tabArea .index01 ul li img{
    width: 36.194%;
    margin-right: 10%;
}

.movieArea .cntArea .tabArea .tabWrap{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dcdddd;
}

.movieArea .cntArea .tabArea .tabWrap .close{
    position: absolute;
    top: 25px;
    right: 16px;
    width: 21px;
    height: 20px;
    background: url("../img/icon_close01.svg") no-repeat;
    cursor: pointer;
}

.movieArea .cntArea .tabArea .tab{
    width: 63%;
    display: flex;
}

.movieArea .cntArea .tabArea .tab li{
    width: 25%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 62px;
    cursor: pointer;
}

.movieArea .cntArea .tabArea .tab li.active{
    color: #fff;
    background: #6b1b7e;
    cursor: default;
}

.movieArea .cntArea .tabArea .tab li:hover:not(.active){
    background-color: #f4f4f4;
}

.movieArea .cntArea .tabArea .movieList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.movieArea .cntArea .tabArea .index01{
    width: 100%;
}

.movieArea .cntArea .tabArea .index02-01 .movieList{
    margin-top: 40px;
}

.movieArea .cntArea .tabArea .index02-02 .movieList, .movieArea .cntArea .tabArea .index02-04 .movieList, .movieArea .cntArea .tabArea .index02-05 .movieList{
    margin-top: 35px;
}

.movieArea .cntArea .tabArea .index02-03 .movieList{
    margin-top: 6px;
}

.movieArea .cntArea .tabArea .index02-01, .movieArea .cntArea .tabArea .index02-02, .movieArea .cntArea .tabArea .index02-03, .movieArea .cntArea .tabArea .index02-04, .movieArea .cntArea .tabArea .index02-05{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

.movieArea .cntArea .tabArea .index02-03-02, .movieArea .cntArea .tabArea .index02-03-03, .movieArea .cntArea .tabArea .index02-03-04, .movieArea .cntArea .tabArea .index02-03-05, .movieArea .cntArea .tabArea .index02-03-06, .movieArea .cntArea .tabArea .index02-03-07, .movieArea .cntArea .tabArea .index02-03-08, .movieArea .cntArea .tabArea .index02-03-09, .movieArea .cntArea .tabArea .index02-03-10, .movieArea .cntArea .tabArea .index02-03-11, .movieArea .cntArea .tabArea .index02-03-12, .movieArea .cntArea .tabArea .index02-03-11, .movieArea .cntArea .tabArea .index02-03-14{
    display: none;
}

.movieArea .cntArea .tabArea .movieList li{
    width: 31.272%;
}

.movieArea .cntArea .tabArea .index02-01 .movieList::after, .movieArea .cntArea .tabArea .index02-03-04 .movieList::after, .movieArea .cntArea .tabArea .index02-05 .movieList::after{
    content: "";
    width: 31.272%;
}

.movieArea .cntArea .tabArea .movieList li a{
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 1.3rem;
    border-top: 1px solid #dcdddd;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: url("../img/icon_arrow05.svg") no-repeat center right 13px;
    transition: 0.3s background-color ease;
}

.movieArea .cntArea .tabArea .movieList li:nth-last-child(1), .movieArea .cntArea .tabArea .movieList li:nth-last-child(2), .movieArea .cntArea .tabArea .movieList li:nth-last-child(3){
    border-bottom: 1px solid #dcdddd;
}

.movieArea .cntArea .tabArea .movieList li:hover{
    background-color: #f4f4f4;
}

.movieArea .cntArea .tabArea .movieList li img{
    width: 38.77551%;
    margin-right: 7.482993%;
}

.movieArea .cntArea .tabArea .index02-02 .movieList li img, .movieArea .cntArea .tabArea .index02-03 .movieList li img{
    width: 30.63%;
    margin-right: 5.2325%;
}

.movieArea .cntArea .tabArea .faculty{
    margin-top: 35px;
}

.movieArea .cntArea .tabArea .faculty li{
    font-size: 1.5rem;
    margin: 0 7px 10px 0;
    cursor: pointer;
    padding: 1px 14px 0;
    border-radius: 11px;
    display: inline-block;
    box-sizing: border-box;
}

.movieArea .cntArea .tabArea .faculty li.active{
    color: #fff;
    background: #6b1b7e;
    cursor: default;
}

.movieArea .cntArea .tabArea .faculty li:hover:not(.active){
    background-color: #f4f4f4;
}

.movieArea .cntArea .btn01{
    position: relative;
    width: 290px;
    background: #f4f4f4;
    border-radius: 15px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 34px;
    margin: 60px auto 0;
    display: table;
}

.movieArea .cntArea .btn01::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 6px;
    height: 7px;
    background: url("../img/icon_arrow02.svg") no-repeat;
}

.movieArea .cntArea .btn01::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
    width: 22px;
    height: 15px;
    background: url("../img/icon_youtube01.svg") no-repeat;
    background-size: 22px auto;
}

.life{
    width: 100%;
    background: url("../img/bg01.svg") no-repeat top -208px left -573px;
    background-size: 2751px auto;
    border-bottom: 1px solid #dcdcdc;
}

.life .inner{
    width: 100%;
    max-width: 1160px;
    padding: 87px 30px 194px;
    margin: 0 auto;
    box-sizing: border-box;
}

.life .inner h2{
    font-size: 3.6rem;
    margin-bottom: 63px;
    line-height: 1;
}

.life .inner div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.life .inner div img{
    width: 48.727%;
}

.life .inner ul{
    width: 48.727%;
    font-size: 1.7rem;
}

.life .inner ul li{
    width: 100%;
    margin-bottom: 20px;
}

.life .inner ul li:last-child{
    margin-bottom: 0;
}

.life .inner ul li a{
    position: relative;
    width: 100%;
    background: #f0ebf3;
    padding-left: 52px;
    line-height: 75px;
    color: #6b1b7e;
    display: block;
    box-sizing: border-box;
    transition: 0.3s all ease;
}

.life .inner ul li a:hover{
    background: #6b1b7e;
    color: #fff;
    opacity: 1;
}

.life .inner ul li a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: url("../img/icon_arrow04.svg") no-repeat;
}

.life .inner ul li a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: url("../img/icon_arrow01.svg") no-repeat;
    opacity: 0;
}

.life .inner ul li a:hover::after{
    opacity: 1;
}

.bnrArea02{
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding: 28px 30px;
    position: relative;
    box-sizing: border-box;
}

.bnrArea02 .bnr01{
    width: 100%;
    max-width: 600px;
    display: table;
    margin: 0 auto;
}

.bnrArea02 .bnr01 img{
    width: 100%;
}

.bnrArea02 .pagetop{
    width: 12px;
    position: absolute;
    top: 50%;
    right: 51px;
    transform: translateY(-50%);
    display: block;
}

.bnrArea02 .pagetop img{
    width: 100%;
}



/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    background: #313333;
}

footer a{
    color: #c9caca;
}

footer .inner{
    width: 100%;
    max-width: 1160px;
    padding: 70px 30px 75px;
    margin: 0 auto;
    box-sizing: border-box;
}

footer .inner .logo01{
    float: left;
    font-size: 3.3rem;
    font-weight: bold;
    color: #c9caca;
    width: 44%;
    line-height: 1;
}

footer .inner .logo01 a{
    display: table;
    pointer-events: none
}

footer .inner .logo01 a img{
    width: 332px;
    max-width: 100%;
    margin-top: 32px;
}

footer .inner div{
    float: left;
    width: 56%;
}

footer .inner div .address{
    color: #c9caca;
    margin-bottom: 22px;
    line-height: 2;
}

footer .inner div .address li a{
    display: inline;
}

footer .inner div .link01 li{
    float: left;
    font-size: 1.4rem;
}

footer .inner div .link01 li:nth-child(1){
    margin-right: 24px;
}

footer .inner div .link01 li:nth-child(1) a{
    color: #c9caca;
    line-height: 28px;
    border: 1px solid #c9caca;
    border-radius: 15px;
    padding: 0 30px;
    background: url("../img/icon_arrow06.svg") center right 17px no-repeat;
    display: block;
    box-sizing: border-box;
}

footer .inner div .link01 li:nth-child(2){
    margin: 6px 15px 0 0;
}

footer .inner div .link01 li:nth-child(3){
    margin: 5px 17px 0 0;
}

footer .inner div .link01 li:nth-child(4){
    margin-top: 5px;
}

footer .inner div .link02 li{
    float: left;
}

footer .inner div .link02 li a{
    padding-left: 15px;
    font-size: 1.4rem;
    color: #c9caca;
    margin: 22px 26px 0 0;
    background: url("../img/icon_arrow06.svg") no-repeat center left 2px;
    background-size: 7px auto;
    display: block;
}

footer .inner div p{
    font-size: 1.0rem;
    color: #c9caca;
    margin-top: 40px;
}



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

/* =====================================
	head
===================================== */

header{
    height: 20vw;
}

header .logo{
    top: 6.67vw;
    left: 5.6vw;
}

header .logo svg{
    width: 67.33vw;
}

nav{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: inherit;
    background: #6b1b7e;
    line-height: 18vw;
    padding-top: 20vw;
    display: none;
}

nav ul{
    display: block;
}

nav ul li{
    padding: 0;
    border-top: 1px solid #926198;
}

nav ul li.hover::before{
    display: none;
}

nav ul li a{
    width: 100%;
    padding-left: 11.842vw;
    font-size: 3.733vw;
    color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger.sp {
  display: inline-block!important;
}
.menu-trigger {
  position: fixed;
  top: 6.267vw;
  right: 4.67vw;
  width: 8.533vw;
  height: 5.33vw;
  z-index: 200;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6b1b7e;
}

header.scroll .menu-trigger span {
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span {
  background-color: #fff;
  animation: none;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(2.56vw) rotate(-34deg);
  transform: translateY(2.56vw) rotate(-34deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-2.56vw) rotate(34deg);
  transform: translateY(-2.56vw) rotate(34deg);
}

/* =====================================
	main
===================================== */

.visual {
    height: 100dvh;
    min-height: 110vw;
}

.visual h1{
    top: auto;
    bottom: 60.57vh;
    left: 5.6vw;
}

.visual h1 img{
    width: 80.533vw;
    height: auto;
}

.visual a{
    bottom: 65.35vh;
    right: 4.8vw;
}

.visual a img{
    width: 2vw;
}

.visual ul{
    bottom: 3.733vw;
    width: 100%;
    height: 61.91275vh;
}

.visual ul li{
    height: 61.91275vh;
}

.visual ul li img{
    height: 61.91275vh;
}

.urgent{
    padding: 11.067vw 5.33vw 8vw;
}

.urgent dl{
    padding: 5.33vw 6.933vw 4.8vw;
    display: block;
}

.urgent dl dt{
    font-size: 4.267vw;
    width: 100%;
    padding-bottom: 4vw;
    border-bottom: 1px solid #e60012;
    line-height: 1;
    text-align: center;
}

.urgent dl dd{
    width: 100%;
    border-left: none;
}

.urgent dl dd li a{
    font-size: 3.733vw;
    padding: 4.8vw 0 0;
}

.urgent dl dd li a small{
    font-size: 3.2vw;
    line-height: 1;
    padding-bottom: 2.67vw;
}

.urgent dl dd li + li{
    margin-top: 0;
}

.bnrArea{
    padding: 13.867vw 0 14vw;
}

.bnrArea h2{
    font-size: 6.933vw;
    padding-bottom: 5.33vw;
    margin: 0 auto 6.933vw;
}

.bnrArea h2::before{
    width: 6.67vw;
}

.bnrArea > ul{
    width: 100%;
    max-width: 100%;
}

.bnrArea > ul li.slick-slide a{
    padding: 0 2vw;
}

.bnrArea > ul li.slick-slide img{
    width: 82.67vw;
}

.slick-dots li{
    width: 11.81vw;
    height: 1.067vw;
    margin: 0 0.65789vw;
}
.slick-dots li button{
    width: 100%;
    height: 1.067vw;
}

.slick-dots li button::before {
    width: 100%;
    height: 1.067vw;
}

.slick-dots {
    bottom: -7.33vw;
    width: inherit;
}

.bnrArea > a{
    width: 82.67vw;
    line-height: 14vw;
    background: #6b1b7e url("../img/icon_arrow01.svg") no-repeat center right 6.3157vw;
    background-size: 2.368vw auto;
    font-size: 3.733vw;
    margin: 17.067vw auto 0;
}

/* =====================================
	footer
===================================== */

footer .inner{
    width: 90.52%;
    padding: 17.1vw 0 17.89vw;
}

footer .inner .logo01{
    float: none;
    width: 100%;
    margin: 0;
}

footer .inner .logo01 img{
    width: 57.89vw;
}

footer .inner .logo01 a{
    pointer-events: auto;
}

footer .inner .logo01 a img{
    width: 89.33vw;
    margin-top: 10.67vw;
}

footer .inner div{
    float: none;
    width: 100%;
    margin-top: 10vw;
}

footer .inner div .address{
    margin-bottom: 6.578vw;
}

footer .inner div .address li:nth-child(1){
    margin: 0 0 2.89vw;
}

footer .inner div .link01 li:nth-child(1){
    margin: 0 5.526vw 0 0;
}

footer .inner div .link01 li:nth-child(1) a{
    line-height: 6.3157vw;
    border: 1px solid #c9caca;
    border-radius: 3.157vw;
    padding: 0 6.5789vw;
    background: url("../img/icon_arrow06.svg") center right 3.421vw no-repeat;
    background-size: 1.842vw auto;
}

footer .inner div .link01 li:nth-child(2){
    margin: 1.3157vw 3.157vw 0 0;
}

footer .inner div .link01 li:nth-child(3){
    margin: 1vw 3.947vw 0 0;
}

footer .inner div .link01 li:nth-child(4){
    margin-top: 1vw;
}

footer .inner div .link01 li:nth-child(2) img{
    width: 4.7368vw;
}

footer .inner div .link01 li:nth-child(3) img{
    width: 6.052vw;
}

footer .inner div .link01 li:nth-child(4) img{
    width: 2.1052vw;
}

footer .inner div .link02{
    margin: 5.789vw 0 0 0;
}

footer .inner div .link02 li{
    float: none;
}

footer .inner div .link02 li a{
    padding-left: 3.421vw;
    margin: 0 0 2vw 0;
    background: url("../img/icon_arrow06.svg") no-repeat center left 0;
    background-size: 1.5789vw auto;
}

footer .inner div p{
    margin-top: 6.3157vw;
}


}


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

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 3.467vw;
}

/* =====================================
	head
===================================== */

.floating{
    width: 100%;
    right: auto;
    left: 0;
}

.floating ul{
    width: 100%;
    display: flex;
}

.floating ul li{
    width: 33.33vw;
    text-align: center;
}

.floating ul li:nth-child(1){
    width: 26.67vw;
    margin: 0;
    position: absolute;
    bottom: 1.067vw;
    right: 0.67vw;
}

.floating ul li:nth-child(2) a{
    padding: 4.4vw 0 4.8vw;
    font-size: 3.467vw;
}

.floating ul li a span{
    padding: 0 0 0 4.67vw;
}

.floating ul li:nth-child(2) a span::before{
    background: url("../img/icon_blank01_white.svg") no-repeat center;
    background-size: 2.133vw auto;
    width: 2.133vw;
    height: 2.133vw;
}

.floating ul li:nth-child(2) a span::after{
    display: none;
}

.floating ul li:nth-child(3) a{
    padding: 4.4vw 0 4.8vw;
    font-size: 3.467vw;
}

.floating ul li:nth-child(3) a span::before{
    background: url("../img/icon_blank01_purple.svg") no-repeat center;
    background-size: 2.133vw auto;
    width: 2.133vw;
    height: 2.133vw;
}

.floating ul li:nth-child(3) a span::after{
    display: none;
}

/* =====================================
	main
===================================== */

.visual {
  min-height: inherit;
}

.news{
    padding: 14vw 0 20vw;
    z-index: 100;
    position: relative;
}

.news .inner{
    padding: 0;
}

.news .inner .ttlArea{
    width: 89.33vw;
    justify-content: space-between;
    margin: 0 auto;
}

.news .inner h2 img{
    width: 20vw;
}

.news .inner .ttlArea a{
    font-size: 3.733vw;
    margin-left: 0;
    width: 16.267vw;
    padding: 1.6vw 0;
}

.news .inner > div{
    margin-top: 9.33vw;
}

.news .inner dl{
    width: 89.33vw;
    float: none;
    font-size: 3.733vw;
    margin: 0 auto;
}

.news .inner .importantNotices{
    padding-right: 0;
}

.news .inner .notices{
    padding-left: 0;
    margin-top: 10.67vw;
}

.news .inner dl dt{
    font-size: 4.267vw;
    padding-bottom: 4.4vw;
}

.news .inner .notices dd{
    padding: 4.533vw 0;
}

.news .inner dd span{
    font-size: 3.2vw;
}

.download{
    padding: 15.733vw 5.33vw 17.733vw;
}

.download .inner h2{
    font-size: 5.33vw;
    line-height: 1.5;
    padding-bottom: 3.733vw;
    margin-bottom: 10.67vw;
}

.download .inner h2::before{
    height: 1px;
    width: 6.67vw;
}

.download .inner dl{
    display: block;
}

.download .inner dl + dl{
    margin-top: 8.533vw;
}

.download .inner dl dt{
    font-size: 4vw;
    padding-left: 8vw;
}

.download .inner dl dt small{
    font-size: 2.933vw;
}

.download .inner dl dt::before{
    width: 4.67vw;
    height: 4.67vw;
    background: #823f92 url("../img/arrow01_white.svg") center no-repeat;
    background-size: 1.733vw auto;
}

.download .inner dl dd{
    width: 100%;
    margin-top: 2.133vw;
    font-size: 3.733vw;
    margin-right: 0;
}

.download .inner dl dd:first-of-type{
    margin-top: 3.733vw;
}

.download .inner dl dd small{
    font-size: 2.933vw;
    margin: 2.133vw 0 3.2vw;
}

.download .inner dl dd a{
    height: 14.67vw;
    background: #fff;
}

.download .inner dl dd a:not(.pdf):not(.zip)::before{
    width: 4.67vw;
    height: 4.67vw;
    right: 20px;
    background: #6b1b7e url("../img/arrow01_white.svg") center no-repeat;
    background-size: 1.733vw auto;
}

.download .inner dl dd a.pdf{
    background: #fff url("../img/icon_pdf.svg") center right 20px no-repeat;
    background-size: 5.067vw auto;
}

.download .inner dl dd a.zip{
    background: #fff url("../img/icon_zip.svg") center right 15px no-repeat;
    background-size: 6.67vw auto;
}

.download .inner dl dd a small{
    margin: 0;
}

.infomation {
    padding-top: 23.467vw;
    overflow-x: hidden;
}

.infomation::before{
    background: url("../img/bg01.svg") no-repeat center left;
    background-size: 88.267vw auto;
    width: 88.267vw;
    height: 75.733vw;
    top: 0;
    right: -32vw;
}

.infomation .inner{
    width: 89.33vw;
    padding: 0;
}

.infomation .ttlArea h2{
    font-size: 6.933vw;
    padding-bottom: 5.33vw;
}

.infomation .ttlArea h2::before{
    width: 6.67vw;
}

.infomation .ttlArea p{
    font-size: 3.733vw;
    margin-top: 5.067vw;
}

.infomation .cntArea{
    padding: 0 0 14.67vw;
}

.infomation .cntArea .info01{
    padding-bottom: 8vw;
    margin: 8vw 0;
}

.infomation .cntArea .info01 li{
    width: 43.33vw;
    margin-bottom: 7.2vw;
}

.infomation .cntArea .info01 li:nth-last-of-type(-n+2){
    margin-bottom: 0;
}

.infomation .cntArea .info01 li:first-child{
    margin-bottom: 7.33vw;
}

.infomation .cntArea .info01 li img{
    margin-bottom: 3.867vw;
}

.infomation .cntArea .info01 li span{
    padding-left: 6.533vw;
}

.infomation .cntArea .info01 li:first-child span{
    padding-left: 8.133vw;
    font-size: 4vw;
}

.infomation .cntArea .info01 li span::before{
    top: 0.267vw;
    width: 4vw;
    height: 4vw;
    background: #6b1b7e url("../img/arrow01_white.svg") center no-repeat;
    background-size: 1.6vw auto;
}

.infomation .cntArea .info01 li:first-child span::before{
    top: 0.533vw;
    width: 4.67vw;
    height: 4.67vw;
    background: #6b1b7e url("../img/arrow01_white.svg") center no-repeat;
    background-size: 1.733vw auto;
}

.infomation .cntArea .info02 li{
    width: 100%;
    margin-bottom: 2vw;
}

.infomation .cntArea .info02 li:last-child{
    margin-bottom: 0;
}

.infomation .cntArea .info02 li a{
    padding: 4.933vw 0;
}

.infomation .cntArea .info02 li a:hover{
    color: #3e3a39;
    background: #eceeee;
}

.infomation .cntArea .info02 li a svg{
    right: 3.33vw;
    width: 1.6vw;
}

.infomation .cntArea .info02 li a:hover svg .b{
    fill: #9fa0a0;
}

.event .inner{
    padding: 14.267vw 5.33vw 14.67vw;
}

.event .inner h2{
    font-size: 6.933vw;
    padding-bottom: 5.33vw;
    margin-bottom: 7.067vw;
}

.event .inner h2::before{
    width: 6.67vw;
}

.event .inner > ul{
    display: block;
}

.event .inner > ul li{
    width: 100%;
    padding: 1.33vw 4.67vw 1.33vw 1.33vw;
    font-size: 3.733vw;
    margin-bottom: 2.4vw;
}

.event .inner > ul li:last-child{
    margin-bottom: 0;
}

.event .inner > ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event .inner > ul li img{
    width: 45.33vw;
    margin-bottom: 0;
}

.event .inner > ul li div{
    width: 32.67vw;
    padding-bottom: 3.067vw;
    border-bottom: 1px solid #dcdddd;
    margin: 0;
}

.event .inner > ul li div span{
    font-size: 3.733vw;
    line-height: 1.357;
}

.event .inner > ul li div span span{
    font-size: 2.933vw;
    line-height: 1;
    margin-bottom: 1.733vw;
}

.movieArea .ttlArea{
    height: 80vw;
}

.movieArea .ttlArea h2 {
    font-size: 5.06vw;
}

.movieArea .cntArea{
    width: 100%;
    padding: 0 0 17.1vw;
    margin: -9.21vw auto 0;
    border-bottom: 1px solid #dcdddd;
    background: none;
}

.movieArea .cntArea .promo{
    width: 90.52%;
    margin: 0 auto 11.842vw;
    padding-top: 10.526vw;
    background: #fff;
    text-align: center;
}

.movieArea .cntArea .promo a{
    width: 72.1vw;
    float: none;
    margin: 0 auto 9.21vw;
    display: block;
}

.movieArea .cntArea .promo h3{
    font-size: 4vw;
    padding: 0 0 3.947vw;
}

.movieArea .cntArea .promo p{
    font-size: 2.933vw;
}

.movieArea .cntArea .linkArea{
    max-width: 89.33vw;
    justify-content: space-between;
}

.movieArea .cntArea .linkArea li{
    width: 43.33vw;
    margin-right: 0;
    margin-bottom: 2.67vw;
}

.movieArea .cntArea .linkArea li:nth-last-child(-n+4){
    margin-bottom: 2.67vw;
}

.movieArea .cntArea .linkArea li:nth-last-child(-n+2){
    margin-bottom: 0;
}

.movieArea .cntArea .linkArea li a{
    padding: 1.6vw 1.6vw 0;
}

.movieArea .cntArea .linkArea li span{
    font-size: 3.84vw;
    line-height: 1.2;
    height: 12vw;
}

.movieArea .cntArea .linkArea li:nth-child(8) span{
    font-size: 3.84vw;
}

.movieArea .cntArea .tabArea{
    height: 156.67vw;
}

.movieArea .cntArea .tabArea .index01 ul{
    border-top: 1px solid #dcdddd;
}

.movieArea .cntArea .tabArea .index01 ul li{
    width: 100%;
    padding: 3.157vw 4.21vw;
    border-bottom: 1px solid #dcdddd;
    background: url("../img/arrow01_purple.svg") no-repeat center right 5vw;
    background-size: 2.1vw auto;
}

.movieArea .cntArea .tabArea .index01 ul li:nth-child(1), .movieArea .cntArea .tabArea .index01 ul li:nth-child(2) {
    border-top: none;
}

.movieArea .cntArea .tabArea .index01 ul li img{
    width: 36.3157vw;
    margin-right: 7.368vw;
}

.movieArea .cntArea .tabArea .tabWrap{
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
}

.movieArea .cntArea .tabArea .tabWrap .close{
    top: 50%;
    right: 2.05vw;
    transform: translateY(-50%);
    width: 3.9215vw;
    height: 3.9215vw;
    background: url("../img/icon_close01.svg") no-repeat;
    background-size: 3.9215vw auto;
}

.movieArea .cntArea .tabArea .tab{
    width: 92%;
}

.movieArea .cntArea .tabArea .tab li{
    line-height: 1.3;
    font-size: 1.5rem;
    padding: 4vw 0;
    box-sizing: border-box;
}

.movieArea .cntArea .tabArea .index02-01 .movieList{
    margin-top: 8.947vw;
}

.movieArea .cntArea .tabArea .index02-02 .movieList, .movieArea .cntArea .tabArea .index02-04 .movieList, .movieArea .cntArea .tabArea .index02-05 .movieList{
    margin-top: 8.947vw;
}

.movieArea .cntArea .tabArea .index02-03 .movieList{
    margin-top: 6.578vw;
}

.movieArea .cntArea .tabArea .index02-01 .movieList::after, .movieArea .cntArea .tabArea .index02-03-04 .movieList::after, .movieArea .cntArea .tabArea .index02-05 .movieList::after{
    display: none;
}

.movieArea .cntArea .tabArea .movieList li{
    width: 100%;
}

.movieArea .cntArea .tabArea .movieList li a{
    width: 100%;
    padding: 3.157vw 0 3.157vw 4.21vw;
    border-top: 1px solid #dcdddd;
    background: url("../img/icon_arrow05.svg") no-repeat center right 4.47vw;
    background-size: 5.526vw auto;
    font-size: 1.9rem;
    justify-content: space-between;
}

.movieArea .cntArea .tabArea .movieList li:nth-last-child(2), .movieArea .cntArea .tabArea .movieList li:nth-last-child(3){
    border-bottom: none;
}

.movieArea .cntArea .tabArea .movieList li:nth-last-child(1){
    border-bottom: 1px solid #dcdddd;
}

.movieArea .cntArea .tabArea .movieList li img{
    width: 36.3157vw;
    margin-right: 0;
}

.movieArea .cntArea .tabArea .index02-02 .movieList li img, .movieArea .cntArea .tabArea .index02-03 .movieList li img{
    width: 36.3157vw;
    margin-right: 0;
}

.movieArea .cntArea .tabArea .movieList li div{
    width: 52.63vw;
    padding-right: 11vw;
    box-sizing: border-box;
}

.movieArea .cntArea .tabArea .faculty{
    margin-top: 6.842vw;
    padding: 0 3.684vw;
}

.movieArea .cntArea .tabArea .faculty li{
    margin: 0 0.789vw 1.5789vw 0;
    padding: 1px 2.368vw 0;
    border-radius: 2.6vw;
    font-size: 1.6rem;
}

.movieArea .cntArea .btn01{
    width: 76.315vw;
    border-radius: 4.473vw;
    line-height: 9.47vw;
    margin: 15.789vw auto 0;
}

.movieArea .cntArea .btn01::before{
    right: 4.7368vw;
    width: 1.5789vw;
    height: 1.8421vw;
    background: url("../img/icon_arrow02.svg") no-repeat;
    background-size: 1.5789vw auto;
}

.movieArea .cntArea .btn01::after{
    left: 8.684vw;
    width: 5.789vw;
    height: 3.947vw;
    background: url("../img/icon_youtube01.svg") no-repeat;
    background-size: 5.789vw;
}

.life{
    background: url("../img/bg01.svg") no-repeat top -27.33vw left -98.67vw;
    background-size: 214.933vw auto;
}

.life .inner{
    width: 89.33vw;
    padding: 11.067vw 0 12vw;
}

.life .inner h2{
    font-size: 6.933vw;
    margin-bottom: 7.733vw;
    text-align: center;
}

.life .inner div{
    display: block;
}

.life .inner div img{
    width: 100%;
    margin-bottom: 6.67vw;
}

.life .inner ul{
    width: 100%;
    font-size: 3.733vw;
}

.life .inner ul li{
    margin-bottom: 2vw;
}

.life .inner ul li a{
    padding-left: 0;
    line-height: 13.867vw;
    text-align: center;
}

.life .inner ul li a:hover{
    background: #f0ebf3;
    color: #6b1b7e;
}

.life .inner ul li a::before{
    right: 3.33vw;
    width: 1.733vw;
    height: 1.867vw;
    background: url("../img/arrow01_purple.svg") no-repeat;
    background-size: 1.733vw auto;
}

.life .inner ul li a::after{
    display: none;
}

.bnrArea02{
    border-top: none;
    padding: 6.67vw 0;
}

.bnrArea02 .bnr01{
    max-width: 89.33vw;
}

.bnrArea02 .pagetop{
    display: none;
}

}
